summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.31.11_31_11_31_stableDenys Vlasenko2019-10-251-1/+1
* dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko2019-10-213-7/+28
* telnet: fix uninitialized variable bugDenys Vlasenko2019-10-211-1/+1
* ash: fix BASE##nn bashism for bases 36..64Denys Vlasenko2019-10-211-3/+21
* ash: fix BASE##nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko2019-10-211-2/+9
* wget: increase redirections limitDavid Demelier2019-10-211-1/+1
* hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko2019-10-211-11/+9
* dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2019-10-212-2/+24
* dc: Fix segfault when executing strings generated using asciifyBrian Foley2019-10-212-2/+13
* dc: execute shouldn't pop if stack head is not a stringBrian Foley2019-10-212-1/+12
* ash: fix set -o to not show "nameless" optionsDenys Vlasenko2019-10-211-0/+2
* ash: only catch unexpected exceptions in PS1 expansionRon Yorston2019-10-211-0/+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
* shell: move all definitions of strto_arith_t() togetherDenys Vlasenko2019-05-262-11/+7
* ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko2019-05-261-1/+1
* testsuite: fix bunzip2.tests expectationsDenys Vlasenko2019-05-261-1/+1
* comment fixDenys Vlasenko2019-05-261-1/+1
* libarchive: treat one "FIXME: avoid seek", take 2Denys Vlasenko2019-05-261-1/+1
* dhcp: get rid of last global dataDenys Vlasenko2019-05-263-80/+82
* libarchive: treat one "FIXME: avoid seek"Denys Vlasenko2019-05-244-22/+41