Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -6/+6 |
| | |||||
* | Fixup use of 'u_int' to instead use 'unsigned int' | Eric Andersen | 2004-01-30 | 1 | -2/+2 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -15/+15 |
| | |||||
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -1/+48 |
| | | | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik | ||||
* | Rename dirname variable to pathname to eliminate namespace conflict. | Matt Kraai | 2001-07-26 | 1 | -7/+7 |
| | |||||
* | Add xgethostbyname and herror_msg* functions. | Matt Kraai | 2001-05-16 | 1 | -2/+2 |
| | |||||
* | Clean up more local vars which shadow globals | Eric Andersen | 2001-03-21 | 1 | -5/+5 |
| | | | | -Erik | ||||
* | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | 2001-03-21 | 1 | -4/+4 |
| | | | | cleans up most of the now-revealed problems. | ||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -1/+1 |
| | | | | namespace polluting things that really should be static. | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -8/+8 |
| | | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | ||||
* | Remove leftover junk | Eric Andersen | 2001-02-18 | 1 | -1/+0 |
| | |||||
* | Fix warning for implicit declaration of time() | Glenn L McGrath | 2001-02-16 | 1 | -1/+2 |
| | |||||
* | Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for | Mark Whitley | 2001-02-01 | 1 | -8/+11 |
| | | | | NFS_MOUNT_VERSION, depending on which kernel you're running. | ||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -12/+12 |
| | |||||
* | Applied patch from Larry Doolittle to use preprocessor for defining | Mark Whitley | 2001-01-30 | 1 | -1/+3 |
| | | | | NFS_MOUNT_VERSION. | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -30/+31 |
| | |||||
* | Be more careful about dmalloc handling | Eric Andersen | 2001-01-02 | 1 | -2/+0 |
| | |||||
* | NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with ↵ | Glenn L McGrath | 2000-12-09 | 1 | -0/+6 |
| | | | | | | libc6-2.2-5 This just defines that if they arent found in the kernel header | ||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -12/+12 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Fix uname problem that was breaking poweroff. | Eric Andersen | 2000-10-30 | 1 | -16/+2 |
| | |||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | A couple of minor warning cleanups. | Eric Andersen | 2000-07-14 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -22/+12 |
| | |||||
* | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen | 2000-07-10 | 1 | -744/+443 |
| | | | | -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -476/+457 |
| | | | | -Erik | ||||
* | Stuff | Eric Andersen | 1999-11-18 | 1 | -0/+1309 |