aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * decompress_bunzip2: code shrinkDenys Vlasenko2010-10-291-44/+67
| * whitespace cleanupDenys Vlasenko2010-10-2969-268/+231
| * ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko2010-10-291-55/+68
| * telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko2010-10-291-24/+24
| * telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko2010-10-291-69/+63
| * unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko2010-10-291-2/+5
| * dnsd: fix 64-bit bug 2539.Denys Vlasenko2010-10-291-1/+1
| * decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-285-30/+81
| * 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