2008-08-03 |
Denis Vlasenko | makedevs: shrink by Vladimir |
blob | commitdiff | raw |
2008-08-01 |
Denis Vlasenko | makedevs: shrink (by Vladimir); testsuite |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Denis Vlasenko | more of -Wall fixes from Cristian Ionescu-Idbohrn. |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Denis Vlasenko | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Denis Vlasenko | s/#ifdef CONFIG_/#if ENABLE_/g |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Denis Vlasenko | style fixes. No code changes |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Bernhard Reutner... | - use makedev to get device number, else it gives wrong... |
blob | commitdiff | raw | diff to current |
2006-12-28 |
Denis Vlasenko | bb_xget[pw/gr]nam were horribly misnamed - fixed. |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Denis Vlasenko | add open_read_close() and similar stuff |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Denis Vlasenko | bb_get_[chomped]line_from_file wasn't descriptive enough. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-09-06 |
Denis Vlasenko | removed a lot of trailing \n in bb_msg() calls. It... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Bernhard Reutner... | - merge -r15463:15564 from busybox_scratch branch throu... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-06-03 |
Bernhard Reutner... | - move #include busybox.h to the very top so we pull... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Bernhard Reutner... | - return ret so we return something meaningful. |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xchdir() |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Bernhard Reutner... | - commentary typos |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Bernhard Reutner... | - fix check for group and user, remove some whitespace... |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Rob Landley | Rob Sullivan sent in some cleanups, which I beat on... |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Bernhard Reutner... | - rename libbb's password helpers as suggested in libbb.h |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Eric Andersen | Fixup makedevs to handle regular files, and also fix |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Eric Andersen | a bit more polish |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Eric Andersen | a bit of polish on makedevs |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Eric Andersen | Fixup device table based makedevs so it actually works |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Eric Andersen | About time to just apply this and kill off the patches |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Eric Andersen | Fix incorrect arguments being passed to mknod |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Eric Andersen | Fix up brain damage with the way major and minor are... |
blob | commitdiff | raw | diff to current |
2004-07-26 |
Eric Andersen | BusyBox has no business hard coding the number of major... |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Glenn L McGrath | Woops, the previous commit was an accident, its supplie... |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Glenn L McGrath | Device table support for makedevs, the previous behavio... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-06-08 |
Eric Andersen | vodz' last_patch42_2, which is an updated fix for buffe... |
blob | commitdiff | raw | diff to current |
2002-06-06 |
Eric Andersen | Fix buffer overflows noted by Gerardo Puga |
blob | commitdiff | raw | diff to current |
2002-04-13 |
Eric Andersen | Teach makedevs to not segfault quite so much |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Eric Andersen | Some #include updates. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Erik Andersen | More documentation updates, and minor fixes to make... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Eric Andersen | Added sfdisk. Ststic-ified a bunch of stuff. |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Eric Andersen | More stuff. |
blob | commitdiff | raw | diff to current |
1999-10-05 |
Eric Andersen | Initial revision 0_29alpha2 |
blob | commitdiff | raw | diff to current |
|