summaryrefslogtreecommitdiff
path: root/nfsmount.c
Commit message (Expand)AuthorAgeFilesLines
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-977/+0
* Rename dirname variable to pathname to eliminate namespace conflict.Matt Kraai2001-07-261-7/+7
* Add xgethostbyname and herror_msg* functions.Matt Kraai2001-05-161-2/+2
* Clean up more local vars which shadow globalsEric Andersen2001-03-211-5/+5
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-4/+4
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-8/+8
* Remove leftover junkEric Andersen2001-02-181-1/+0
* Fix warning for implicit declaration of time()Glenn L McGrath2001-02-161-1/+2
* Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking forMark Whitley2001-02-011-8/+11
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-12/+12
* Applied patch from Larry Doolittle to use preprocessor for definingMark Whitley2001-01-301-1/+3
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-30/+31
* Be more careful about dmalloc handlingEric Andersen2001-01-021-2/+0
* NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with ...Glenn L McGrath2000-12-091-0/+6
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-12/+12
* Fix uname problem that was breaking poweroff.Eric Andersen2000-10-301-16/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Some #include updates.Eric Andersen2000-08-101-1/+0
* A couple of minor warning cleanups.Eric Andersen2000-07-141-0/+3
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-22/+12
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.Eric Andersen2000-07-101-744/+443
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-476/+457
* StuffEric Andersen1999-11-181-0/+1309