Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-26 | YAEGASHI Takeshi writes: | Eric Andersen | |
Hi, With the following /etc/fstab (any two or more lines of nfs), mount -a -t nfs causes a segmentation faults. server:/exports/aaa /mnt/aaa nfs defaults 0 0 server:/exprots/bbb /mnt/bbb nfs defaults 0 0 In util-linux/nfsmount.c, it overwrites malloc'ed pointer *mount_opts with a static pointer. With this patch it does proper memory realloc and data copy instead. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-01-30 | Fixup use of 'u_int' to instead use 'unsigned int' | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-11 | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | |
Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik | |||
2001-07-26 | Rename dirname variable to pathname to eliminate namespace conflict. | Matt Kraai | |
2001-05-16 | Add xgethostbyname and herror_msg* functions. | Matt Kraai | |
2001-03-21 | Clean up more local vars which shadow globals | Eric Andersen | |
-Erik | |||
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | |
cleans up most of the now-revealed problems. | |||
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | |
namespace polluting things that really should be static. | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-18 | Remove leftover junk | Eric Andersen | |
2001-02-16 | Fix warning for implicit declaration of time() | Glenn L McGrath | |
2001-02-01 | Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for | Mark Whitley | |
NFS_MOUNT_VERSION, depending on which kernel you're running. | |||
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | |
2001-01-30 | Applied patch from Larry Doolittle to use preprocessor for defining | Mark Whitley | |
NFS_MOUNT_VERSION. | |||
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | |
2001-01-02 | Be more careful about dmalloc handling | Eric Andersen | |
2000-12-09 | NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with ↵ | Glenn L McGrath | |
libc6-2.2-5 This just defines that if they arent found in the kernel header | |||
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-10-30 | Fix uname problem that was breaking poweroff. | Eric Andersen | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-07-14 | A couple of minor warning cleanups. | Eric Andersen | |
-Erik | |||
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
2000-07-10 | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen | |
-Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
1999-11-18 | Stuff | Eric Andersen | |