aboutsummaryrefslogtreecommitdiff
path: root/util-linux/nfsmount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make some 64 bit warnings go away on x86-64.landley2006-06-191-10/+2
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-19/+1
* Remove _().landley2006-05-291-14/+12
* fix spelling mistakesvapier2006-05-261-2/+2
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-7/+6
* Robert Eggers noticed that nfsmount would sometimes incorrectly return success.landley2006-04-171-6/+2
* Robert P Day removed some commented out code.landley2006-03-261-14/+0
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-29/+35
* - put NLS stuff in one central place to avoid redefines.aldot2006-02-231-3/+1
* just whitespacetimr2006-01-251-5/+5
* Some minor cleanups/bugfixes split off from the big remount work:landley2005-12-201-0/+6
* another more constvodz2005-10-201-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunklandley2005-08-101-3/+3
* YAEGASHI Takeshi writes:andersen2004-07-261-3/+5
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-6/+6
* Fixup use of 'u_int' to instead use 'unsigned int'andersen2004-01-301-2/+2
* Major coreutils update.mjn32003-03-191-15/+15
* Eliminate dependancy on kernel header files. Naughty naughty.andersen2002-12-111-1/+48
* Rename dirname variable to pathname to eliminate namespace conflict.kraai2001-07-261-7/+7
* Add xgethostbyname and herror_msg* functions.kraai2001-05-161-2/+2
* Clean up more local vars which shadow globalsandersen2001-03-211-5/+5
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-4/+4
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-1/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-8/+8
* Remove leftover junkandersen2001-02-181-1/+0
* Fix warning for implicit declaration of time()bug12001-02-161-1/+2
* Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking formarkw2001-02-011-8/+11
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-12/+12
* Applied patch from Larry Doolittle to use preprocessor for definingmarkw2001-01-301-1/+3
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-30/+31
* Be more careful about dmalloc handlingandersen2001-01-021-2/+0
* NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with ...bug12000-12-091-0/+6
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-12/+12
* Fix uname problem that was breaking poweroff.andersen2000-10-301-16/+2
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* A couple of minor warning cleanups.andersen2000-07-141-0/+3
* Use errorMsg rather than fprintf.kraai2000-07-141-22/+12
* Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.andersen2000-07-101-744/+443
* Some formatting updates (ran the code through indent)erik2000-02-081-476/+457
* Stuffandersen1999-11-181-0/+1309