aboutsummaryrefslogtreecommitdiff
path: root/nfsmount.c
AgeCommit message (Collapse)Author
2001-03-21Clean up more local vars which shadow globalsEric Andersen
-Erik
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
cleans up most of the now-revealed problems.
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
namespace polluting things that really should be static.
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric 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-18Remove leftover junkEric Andersen
2001-02-16Fix warning for implicit declaration of time()Glenn L McGrath
2001-02-01Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking forMark Whitley
NFS_MOUNT_VERSION, depending on which kernel you're running.
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-30Applied patch from Larry Doolittle to use preprocessor for definingMark Whitley
NFS_MOUNT_VERSION.
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2001-01-02Be more careful about dmalloc handlingEric Andersen
2000-12-09NFS_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-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
compliant with the style guide. Everybody rebuild your tags file!
2000-10-30Fix uname problem that was breaking poweroff.Eric Andersen
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
-Erik
2000-08-10Some #include updates.Eric Andersen
-Erik
2000-07-14A couple of minor warning cleanups.Eric Andersen
-Erik
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-10Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen
-Erik
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
-Erik
1999-11-18StuffEric Andersen