aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fstrim: Indicate failure on errorBernhard Reutner-Fischer2013-11-101-1/+2
* fstrim: -17bBernhard Reutner-Fischer2013-11-091-8/+5
* fstrim: New appletMalek Degachi2013-11-094-0/+120
* ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer2013-11-081-1/+4
* ash: Use setvar2 some moreBernhard Reutner-Fischer2013-11-081-7/+6
* swaponoff: shrinkBernhard Reutner-Fischer2013-11-081-3/+2
* udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko2013-11-031-11/+25
* init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee2013-11-031-2/+2
* bootchartd: warn if .config looks wrongDenys Vlasenko2013-11-031-0/+6
* Makefile.custom: make "make release" delete .gitignore files tooDenys Vlasenko2013-11-021-0/+4
* sed: fix "sed clusternewline" testcaseDenys Vlasenko2013-10-302-69/+67
* sed: document -E in help textDenys Vlasenko2013-10-301-3/+3
* sed: fix memory leak in 'r FILE' commandDenys Vlasenko2013-10-301-4/+3
* sed: accept -E as a synonym for -rDavid A. Wheeler2013-10-291-4/+10
* udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach2013-10-281-0/+9
* libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni2013-10-165-6/+2
* bloat-o-meter: add usage infoBartosz Golaszewski2013-10-162-10/+16
* tail compat: fix header printing for tail -fBartosz Golaszewski2013-10-162-6/+4
* wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira2013-10-162-0/+13
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-164-9/+9
* ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko2013-10-141-9/+10
* wget: add support for connect timeoutLauri Kasanen2013-10-122-10/+30
* init: better --help textDenys Vlasenko2013-10-121-6/+13
* awk: fix length(array)Denys Vlasenko2013-10-122-1/+14
* wall,crontab: use xopen_as_uid_gid()Ryan Mallon2013-10-082-31/+2
* libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functionsRyan Mallon2013-10-082-12/+42
* bunzip2: fix off-by-one checkDenys Vlasenko2013-10-061-8/+18
* wall: access FILE under real user's credentialsDenys Vlasenko2013-10-064-11/+24
* trylink: only prefix libs with -lMike Frysinger2013-09-281-3/+3
* loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko2013-09-191-8/+19
* httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko2013-09-181-5/+13
* Documentation updateDenys Vlasenko2013-09-171-5/+16
* dumpkmap: code shrinkDenys Vlasenko2013-09-171-14/+23
* httpd: treat errors from stdin correctly.Denys Vlasenko2013-09-111-8/+13
* touch: add conditional support for -hDenys Vlasenko2013-09-111-4/+35
* ar: better commentDenys Vlasenko2013-09-101-2/+5
* ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20
* top: fix breakage introduced by previous commitDenys Vlasenko2013-09-061-1/+1
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-067-20/+14
* man: find posix man pagesJohn Spencer2013-08-251-1/+1
* fdisk: fix GPT size math errorsJody Bruchon2013-08-201-2/+2
* lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko2013-08-201-3/+3
* dd: code shrinkDenys Vlasenko2013-08-201-3/+4
* dd: code shrinkDenys Vlasenko2013-08-201-2/+2
* dd: code shrinkDenys Vlasenko2013-08-201-5/+6
* dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko2013-08-201-4/+1
* dd: code shrinkDenys Vlasenko2013-08-201-12/+24
* dd: fail if swab is attempted on odd-sized blockDenys Vlasenko2013-08-201-10/+21
* lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko2013-08-191-14/+30
* lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2013-08-192-11/+24