aboutsummaryrefslogtreecommitdiff
path: root/du.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-07-05* Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen7-66/+63
2000-07-05Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> toEric Andersen2-30/+30
2000-07-04Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen8-11/+11
2000-07-04More doc updatesEric Andersen2-851/+688
2000-07-04A first pass at integrating the SGML docs into the Makefile.Eric Andersen4-333/+279
2000-07-04* Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so thatEric Andersen2-0/+2
2000-07-04Fixed a potential infinite loop. First delete any chars after theEric Andersen2-2/+20
2000-07-03sh fixes from Marius Groeger <mag@sysgo.de>Eric Andersen4-37/+202
2000-07-03Added support for ignoring '-g' per GNU ls, thanks to David VrabelEric Andersen3-0/+6
2000-06-29Added support for being a login shell, so things like '-su' or '-sh' (stuffEric Andersen3-0/+17
2000-06-28Fixed comment.Mark Whitley2-4/+4
2000-06-28Added support for reading from stdin with '-' as file name arg.Mark Whitley2-2/+2
2000-06-28Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley8-117/+34
2000-06-28Brand, spankin', new grep that uses libc regex routines instead of theMark Whitley2-200/+310
2000-06-28Moved some function decls, a struct, and a #define from regexp.h into here.Mark Whitley1-3/+18
2000-06-28Removed some function decls (regex, regcomp, etc.) and put them in regexp.cMark Whitley1-18/+0
2000-06-28Better cross libc support.Eric Andersen5-7/+3
2000-06-28Forgot -- targeted the wrong release.Eric Andersen1-1/+1
2000-06-28* Fixed a _horrible_ bug where 'tar -tvf' could unlinkEric Andersen6-63/+177
2000-06-28Updates for the .debEric Andersen2-7/+18
2000-06-28= minor formatting issuesJohn Beppu2-42/+40
2000-06-28+ busybox --install [-s]John Beppu3-20/+78
2000-06-27Remove stuff now moved into the bug tracking system.Eric Andersen1-61/+0
2000-06-27+ s/int install_links/static int install_links/John Beppu2-2/+2
2000-06-27This kernel patch is no longer needed, with the change I made to initEric Andersen1-77/+0
2000-06-27+ littering my code w/ comments about what troubles me.John Beppu2-2/+12
2000-06-27+ busybox --install [-s]John Beppu3-0/+153