Age | Commit message (Expand) | Author |
2007-04-16 | style fixes, no code changes | Denis Vlasenko |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko |
2007-03-12 | introduce and use setfscreatecon_or_die | 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-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-13 | whitespace fixes (leading spaces to tab) | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-09 | Another whack at scripts/individual. Now builds 212 applets. | Rob Landley |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-04-02 | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | 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-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-10-09 | When lstat returns an error (such as file not found), the value of | Rob Landley |
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 | 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 |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-01-23 | Enable long options, adds 150 bytes. | Glenn L McGrath |
2004-01-23 | Check valid options were given | Glenn L McGrath |
2004-01-23 | Dont change ownership unless we created the directory. | Glenn L McGrath |
2004-01-23 | Remove unneeded conditions and logic, fix bug where ownership didnt | Glenn L McGrath |
2003-11-27 | Fix a bug, ignore the source path when installing to a directory. | Glenn L McGrath |
2003-10-29 | Accept the -c option and do nothing | Glenn L McGrath |
2003-09-24 | Add the -d option | Glenn L McGrath |
2003-09-24 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath |