aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* stat: print nanosecond times, fix printing of empty linesDenys Vlasenko2019-08-031-39/+36
* ash: fix set -o to not show "nameless" optionsDenys Vlasenko2019-08-021-0/+2
* tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko2019-08-021-18/+42
* tar: code shrinkDenys Vlasenko2019-08-011-12/+13
* ash: only catch unexpected exceptions in PS1 expansionRon Yorston2019-07-311-0/+2
* unicode: code shrink in character width determinationDenys Vlasenko2019-07-231-0/+6
* libbb: include <crypt.h> only if necessaryDenys Vlasenko2019-07-161-0/+2
* ntpd: add comment about mode6, no code changesDenys Vlasenko2019-07-021-0/+7
* ntpd: commonalize message stringsDenys Vlasenko2019-07-021-2/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-02225-736/+845
* ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko2019-07-021-1/+2
* free: include SReclaimable in cached valueLukas Rusak2019-06-251-13/+17
* libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko2019-06-251-7/+7
* pidof: support "pidof /path/to/binary" caseDenys Vlasenko2019-06-151-1/+5
* readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko2019-06-131-0/+29
* udhcpc: fix comment, no code changesDenys Vlasenko2019-06-131-1/+1
* udhcpc6: fix aliasing warningDenys Vlasenko2019-06-111-2/+2
* dhcpc.c: Added support for relay server parameter.Martin Lewis2019-06-111-4/+9
* Start 1.32.0 development cycleDenys Vlasenko2019-06-101-2/+2
* Bump version to 1.31.01_31_0Denys Vlasenko2019-06-101-1/+1
* mount,losetup: use /dev/loop-control is it existsDenys Vlasenko2019-06-093-10/+47
* start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado2019-06-091-9/+9
* tftp: allow -lc and -cl optionsDenys Vlasenko2019-06-091-1/+9
* tftpd: revert erroneous changeDenys Vlasenko2019-06-091-1/+1
* tftp: optional tftp-hpa compatDenys Vlasenko2019-06-092-3/+43
* expand: add commented-out code to handle NULsDenys Vlasenko2019-06-091-8/+35
* expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko2019-06-083-76/+2
* awk: fix testsuiteDenys Vlasenko2019-06-081-0/+6
* bc: placate compiler warningsDenys Vlasenko2019-06-081-1/+1
* vi: code shrinkDenys Vlasenko2019-06-081-2/+2
* bc: placate compiler warningsDenys Vlasenko2019-06-081-2/+2
* brctl: placate compiler warningsDenys Vlasenko2019-06-081-0/+4
* blockdev: add usage comment, no code changesDenys Vlasenko2019-06-081-1/+11
* httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko2019-06-071-1/+1
* passwd: do not set 0 as date of last password change, closes 11951Denys Vlasenko2019-06-071-1/+7
* httpd: add js to built in MIME types listDenys Vlasenko2019-06-071-0/+1
* httpd: add svg to built in MIME types listVicente Jimenez Aguilar2019-06-071-0/+1
* lpd: avoid SEGVing on immediate EOF from peerDenys Vlasenko2019-06-071-2/+4
* libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-035-56/+55
* mdev: add support to run as daemonJan Klötzke2019-06-031-17/+120
* mdev: use option parser helperJan Klötzke2019-06-031-2/+9
* mdev: move action processing into separate functionsJan Klötzke2019-06-031-72/+82
* ash,hush: show 'c' in $- if run in "sh -c CMD"Denys Vlasenko2019-06-032-25/+50
* ash: allocate line editing structure only if neededDenys Vlasenko2019-06-011-37/+70
* dhcp: downgrade "got raw socket fd" message to log3, make log2 default maxDenys Vlasenko2019-05-313-3/+3
* dhcp: get rid of static data signal_pipeDenys Vlasenko2019-05-314-23/+36
* udhcp: rename server_config to server_dataDenys Vlasenko2019-05-302-79/+79
* losetup: Add partition scanning optionJack O'Sullivan2019-05-302-10/+18
* udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko2019-05-264-188/+188
* udhcpc6: Fixed aliasing compilation errorMartin Lewis2019-05-261-1/+1