Age | Commit message (Expand) | Author |
2008-09-18 | id: fix "id <user>" case. Requires getgrouplist(). | Denis Vlasenko |
2008-09-14 | id: unsigned long is excessive for option bitmask | Denis Vlasenko |
2008-09-13 | id: code shrink | Denis Vlasenko |
2008-09-12 | - implement id -G (Tito Ragusa) | Bernhard Reutner-Fischer |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | printf("%s\n") -> puts() | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-27 | bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-05-31 | delete tons of extra #includes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko |
2007-03-11 | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko |
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-12-28 | fix build without shadow support | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2005-05-03 | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley |
2004-09-15 | Tito writes, | Glenn L McGrath |
2004-09-02 | Tito writes: | Eric Andersen |
2004-08-26 | Tito writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-07-03 | Patch from Russell Coker: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-09-30 | Vodz' last_patch57: | Eric Andersen |
2001-05-16 | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai |
2001-02-27 | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen |
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen |
2000-12-13 | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-28 | Fix for a potential uninitialized variable, thx to | Eric Andersen |