index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
nfsmount.c
Age
Commit message (
Expand
)
Author
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