aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-06wall: access FILE under real user's credentialsDenys Vlasenko4-11/+24
2013-09-28trylink: only prefix libs with -lMike Frysinger1-3/+3
2013-09-19loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko1-8/+19
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko1-5/+13
2013-09-17Documentation updateDenys Vlasenko1-5/+16
2013-09-17dumpkmap: code shrinkDenys Vlasenko1-14/+23
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko1-8/+13
2013-09-11touch: add conditional support for -hDenys Vlasenko1-4/+35
2013-09-10ar: better commentDenys Vlasenko1-2/+5
2013-09-10ar: read_num(): fix reading fields using the entire widthPeter Korsgaard1-12/+20
2013-09-06top: fix breakage introduced by previous commitDenys Vlasenko1-1/+1
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko7-20/+14
2013-08-25man: find posix man pagesJohn Spencer1-1/+1
2013-08-20fdisk: fix GPT size math errorsJody Bruchon1-2/+2
2013-08-20lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko1-3/+3
2013-08-20dd: code shrinkDenys Vlasenko1-3/+4
2013-08-20dd: code shrinkDenys Vlasenko1-2/+2
2013-08-20dd: code shrinkDenys Vlasenko1-5/+6
2013-08-20dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko1-4/+1
2013-08-20dd: code shrinkDenys Vlasenko1-12/+24
2013-08-20dd: fail if swab is attempted on odd-sized blockDenys Vlasenko1-10/+21
2013-08-19lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko1-14/+30
2013-08-19lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2-11/+24
2013-08-19dd: fix example in a comment. No code changes.Denys Vlasenko1-1/+1
2013-08-19dd: support conv=swabDenys Vlasenko1-6/+23
2013-08-19dd: do not reuse local variables for unrelated values.Denys Vlasenko1-6/+8
2013-08-16iplink: comment out include <net/if_packet.h>Denys Vlasenko1-1/+1
2013-08-16init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas1-3/+10
2013-08-16init: don't use fixed size buffer for commandDenys Vlasenko1-9/+13
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru1-3/+1
2013-08-15fix build error with musl libc due to if_slip.hDenys Vlasenko1-1/+1
2013-08-14networking: fix potential overflow in ife_print6()Nicolas Dichtel1-1/+1
2013-08-08udhcpc: tweak help text moreDenys Vlasenko1-17/+17
2013-08-08udhcpc: tweak help textDenys Vlasenko1-14/+15
2013-08-08swapon: support "pri=NNN" in fstabTito Ragusa1-0/+14
2013-08-07setsid: code shrink, expanded commentsDenys Vlasenko1-2/+12
2013-08-06libbb: code shrinkDenys Vlasenko1-7/+5
2013-08-05udhcpc: tweak help textDenys Vlasenko1-4/+4
2013-08-05syslogd: use _PATH_LOG when availableCédric Cabessa1-4/+7
2013-08-04ubi_tools: fix typo in strcpyPaul B. Henson1-1/+1
2013-08-04ifplugd: use a larger netlink bufferTito Ragusa1-4/+10
2013-08-04less: support "less 1<>TTY"Denys Vlasenko1-4/+25
2013-08-01volume_id: add f2fs detectionSven-Göran Bergh3-0/+100
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+29
2013-07-31volume_id: nilfs config description.Sven-Göran Bergh1-1/+10
2013-07-31volume_id: Adopt to new config style.Sven-Göran Bergh35-245/+318
2013-07-31volume_id: Adopt to new kbuild style.Sven-Göran Bergh35-38/+71
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-07-30catv: code shrinkDenys Vlasenko2-7/+13
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski5-58/+51