summaryrefslogtreecommitdiff
path: root/util-linux/nfsmount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Robert P Day removed some commented out code.Rob Landley2006-03-261-14/+0
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-29/+35
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-231-3/+1
* just whitespaceTim Riker2006-01-251-5/+5
* Some minor cleanups/bugfixes split off from the big remount work:Rob Landley2005-12-201-0/+6
* another more const"Vladimir N. Oleynik"2005-10-201-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-101-3/+3
* YAEGASHI Takeshi writes:Eric Andersen2004-07-261-3/+5
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-6/+6
* Fixup use of 'u_int' to instead use 'unsigned int'Eric Andersen2004-01-301-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-15/+15
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-1/+48
* 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