Age | Commit message (Expand) | Author |
2007-03-19 | ls: fix segfault-if-standalone-shell, add big fat comment. | Denis Vlasenko |
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko |
2007-02-28 | ls: w/o -l follow symlinks to dirs for commandline args | Denis Vlasenko |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-19 | ls: stop doing time() for each file in "ls -l" | Denis Vlasenko |
2007-01-19 | ls: use get_cached_username/groupname | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-11-29 | fix support for globally disabling --long-options. | Denis Vlasenko |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko |
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko |
2006-10-28 | ls: silly comment fixes | Denis Vlasenko |
2006-10-28 | ls: cleanup part 2. ifdef forest is much less scary now :) | Denis Vlasenko |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-20 | I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. | Rob Landley |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2006-06-15 | Patch from Rich Felker: | Rob Landley |
2006-05-29 | - ls: remove unused variable | Bernhard Reutner-Fischer |
2006-05-28 | Fix some warnings in allbareconfig. | Rob Landley |
2006-05-03 | Patch from Rich Felker to make ls use libc's qsort. | Rob Landley |
2006-05-02 | Patch from Shaun Jackman: | Rob Landley |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-01 | Selinux fix from Jan Kiszka. | Rob Landley |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2005-10-20 | another more const | "Vladimir N. Oleynik" |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-05 | - usage fresh bb_getopt_ulflags for ls -- very size reduce. | "Vladimir N. Oleynik" |
2005-08-01 | commiting patch from bug 71: | Paul Fox |
2005-05-03 | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley |
2004-09-24 | Patch from David Daney to make the -i option work with -l. | Glenn L McGrath |
2004-08-26 | Tito writes: | Eric Andersen |
2004-07-26 | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen |
2004-03-23 | Brian Pomerantz writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-08 | Fix broken sort order flags. | Manuel Novoa III |
2004-03-06 | Patch from Matt Kraai to fix debian bug number 231994. | Glenn L McGrath |
2004-02-05 | Vladimir N. Oleynik writes: | Eric Andersen |
2004-01-18 | Fix a bug where `ls -le` would print the time twice. | Glenn L McGrath |
2004-01-18 | Use bb_getopt_ulflags, save 200-300 bytes | Glenn L McGrath |