summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * bloat-o-meter: make it python3 compliantMarek Polacek2010-10-281-2/+2
| * *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-288-72/+78
| * scripts: remove bitrotted scripts/individualDenys Vlasenko2010-10-283-139/+16
| * update docs/new-applet-HOWTO.txtHolger Blasum2010-10-281-9/+9
| * ipcrm: small code shrinkDenys Vlasenko2010-10-281-4/+3
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'Nguyễn Thái Ngọc Duy2011-01-0482-183/+185
|\|
| * *: whitespace fixesDenys Vlasenko2010-10-2882-183/+185
* | Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d^'Nguyễn Thái Ngọc Duy2011-01-0436-602/+1744
|\|
| * mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin2010-10-281-12/+22
| * login: free fromhost upon cleaning upAlexander Shishkin2010-10-281-0/+7
| * crc32: cleanups, no code changesDenys Vlasenko2010-10-282-3/+2
| * netstat: was using buffers one byte short for scanf (no place for NUL). fixingDenys Vlasenko2010-10-281-3/+6
| * libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-279-73/+49
| * netstat: fix IPv6 problem (garbage in scope_id); code shrinkDenys Vlasenko2010-10-271-47/+62
| * Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2010-10-274-52/+54
| |\
| | * top: Use _exit() instead of exit() in sighandlerMarek Polacek2010-10-271-1/+2
| | * netstat: fix -r display in usage textBob Dunlop2010-10-272-49/+50
| | * whitespace fixDenys Vlasenko2010-10-271-2/+2
| * | mv: implement -n optionDenys Vlasenko2010-10-262-25/+33
| |/
| * powertop: simplified C-state display codeDenys Vlasenko2010-10-261-14/+7
| * powertop: IPIs and hw irqs were swapped, fixingDenys Vlasenko2010-10-261-1/+1
| * powertop: fixes to output format and code shrinkDenys Vlasenko2010-10-261-161/+169
| * powertop: code shrinkDenys Vlasenko2010-10-261-192/+185
| * libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko2010-10-251-4/+4
| * powertop: new appletMarek Polacek2010-10-253-11/+897
| * fdisk: initial stab at GPT partition supportKevin Cernekee2010-10-255-26/+275
| * init: do not sleep forever on usage errorsDenys Vlasenko2010-10-251-4/+13
| * sha1: small tweak for clearer code, no logic changesDenys Vlasenko2010-10-241-1/+1
| * sha1: use Rob's code, it's smaller and fasterDenys Vlasenko2010-10-241-54/+51
| * md5/sha1sum: code shrinkDenys Vlasenko2010-10-241-20/+21
| * umount: I forgot to change another PATH_MAX to 4096Denys Vlasenko2010-10-241-1/+1
| * finish busybox.1 renamingDenys Vlasenko2010-10-242-2/+2
| * awk: reduce ifdef forestRob Landley2010-10-241-33/+32
| * English fixes to docs/smallint.txtDenys Vlasenko2010-10-241-3/+5
| * adding docs/smallint.txtDenys Vlasenko2010-10-241-0/+37
| * Remove check for supported libc.Denys Vlasenko2010-10-241-9/+0
| * umount: do not (ab)use PATH_MAX as mntent buffer sizeDenys Vlasenko2010-10-241-4/+1
| * remove unused SC_x (serial port names) definesDenys Vlasenko2010-10-241-22/+3
| * correct manpage nameDenys Vlasenko2010-10-241-3/+3
| * init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko2010-10-241-3/+6
| * awk: fix breakage in last commitDenys Vlasenko2010-10-242-35/+38
| * libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-236-61/+44
| * awk: fix segfault on closing non-opened fileDenys Vlasenko2010-10-232-86/+102
| * mount: code shrink (-81 bytes)Alexander Shishkin2010-10-221-41/+15
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e'Nguyễn Thái Ngọc Duy2011-01-047-18/+17
|\|
| * *: introduce and use xmkstemp. -65 bytes.Alexander Shishkin2010-10-227-16/+17
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^'Nguyễn Thái Ngọc Duy2011-01-0423-752/+942
|\|
| * smemcap: close /proc handle upon cleaning upAlexander Shishkin2010-10-221-0/+3
| * nbd-client: kill unused variable (total 0 bytes)Alexander Shishkin2010-10-221-0/+2
| * pmap: get rid of a warningDenys Vlasenko2010-10-221-2/+2