index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
util-linux
/
nfsmount.c
Age
Commit message (
Expand
)
Author
2006-09-14
mount: move code from nfsmount.c into mount.c
Denis Vlasenko
2006-09-11
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
Denis Vlasenko
2006-09-10
nfsmount: remove some really old code (for kernels 1.x!) + small cleanups.
Denis Vlasenko
2006-09-10
nfsmount: nfsmount.h merged into nfsmount.c
Denis Vlasenko
2006-09-10
nfsmount: style fix
Denis Vlasenko
2006-09-08
A quick cleanup pass of some low-hanging mess.
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-19
Make some 64 bit warnings go away on x86-64.
Rob Landley
2006-06-15
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-05-29
Remove _().
Rob Landley
2006-05-26
fix spelling mistakes
Mike Frysinger
2006-05-19
- single KERNEL_VERSION(a,b,c) macro in platform.h
Bernhard Reutner-Fischer
2006-04-17
Robert Eggers noticed that nfsmount would sometimes incorrectly return success.
Rob Landley
2006-03-26
Robert P Day removed some commented out code.
Rob Landley
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-02-23
- put NLS stuff in one central place to avoid redefines.
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2005-12-20
Some minor cleanups/bugfixes split off from the big remount work:
Rob Landley
2005-10-20
another more const
"Vladimir N. Oleynik"
2005-08-10
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
Rob Landley
2004-07-26
YAEGASHI Takeshi writes:
Eric Andersen
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
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
2001-03-21
A nice patch from Larry Doolittle that adds -Wshadow and
Eric Andersen
2001-03-09
A cleanup patch from Jeff Garzik to static-ify a number of
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
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
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
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
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
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
2000-08-10
Some #include updates.
Eric Andersen
2000-07-14
A couple of minor warning cleanups.
Eric Andersen
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
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
1999-11-18
Stuff
Eric Andersen