aboutsummaryrefslogtreecommitdiff
path: root/INSTALL (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-21dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko3-7/+28
2019-10-21telnet: fix uninitialized variable bugDenys Vlasenko1-1/+1
2019-10-21ash: fix BASE##nn bashism for bases 36..64Denys Vlasenko1-3/+21
2019-10-21ash: fix BASE##nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko1-2/+9
2019-10-21wget: increase redirections limitDavid Demelier1-1/+1
2019-10-21hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko1-11/+9
2019-10-21dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2-2/+24
2019-10-21dc: Fix segfault when executing strings generated using asciifyBrian Foley2-2/+13
2019-10-21dc: execute shouldn't pop if stack head is not a stringBrian Foley2-1/+12
2019-10-21ash: fix set -o to not show "nameless" optionsDenys Vlasenko1-0/+2
2019-10-21ash: only catch unexpected exceptions in PS1 expansionRon Yorston1-0/+2
2019-06-10Bump version to 1.31.01_31_0Denys Vlasenko1-1/+1
2019-06-09mount,losetup: use /dev/loop-control is it existsDenys Vlasenko3-10/+47
2019-06-09start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado1-9/+9
2019-06-09tftp: allow -lc and -cl optionsDenys Vlasenko1-1/+9
2019-06-09tftpd: revert erroneous changeDenys Vlasenko1-1/+1
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko2-3/+43
2019-06-09expand: add commented-out code to handle NULsDenys Vlasenko1-8/+35
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko3-76/+2
2019-06-08awk: fix testsuiteDenys Vlasenko1-0/+6
2019-06-08bc: placate compiler warningsDenys Vlasenko1-1/+1
2019-06-08vi: code shrinkDenys Vlasenko1-2/+2
2019-06-08bc: placate compiler warningsDenys Vlasenko1-2/+2
2019-06-08brctl: placate compiler warningsDenys Vlasenko1-0/+4
2019-06-08blockdev: add usage comment, no code changesDenys Vlasenko1-1/+11
2019-06-07httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko1-1/+1
2019-06-07passwd: do not set 0 as date of last password change, closes 11951Denys Vlasenko1-1/+7
2019-06-07httpd: add js to built in MIME types listDenys Vlasenko1-0/+1
2019-06-07httpd: add svg to built in MIME types listVicente Jimenez Aguilar1-0/+1
2019-06-07lpd: avoid SEGVing on immediate EOF from peerDenys Vlasenko1-2/+4
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko5-56/+55
2019-06-03mdev: add support to run as daemonJan Klötzke1-17/+120
2019-06-03mdev: use option parser helperJan Klötzke1-2/+9
2019-06-03mdev: move action processing into separate functionsJan Klötzke1-72/+82
2019-06-03ash,hush: show 'c' in $- if run in "sh -c CMD"Denys Vlasenko2-25/+50
2019-06-01ash: allocate line editing structure only if neededDenys Vlasenko1-37/+70
2019-05-31dhcp: downgrade "got raw socket fd" message to log3, make log2 default maxDenys Vlasenko3-3/+3
2019-05-31dhcp: get rid of static data signal_pipeDenys Vlasenko4-23/+36
2019-05-30udhcp: rename server_config to server_dataDenys Vlasenko2-79/+79
2019-05-30losetup: Add partition scanning optionJack O'Sullivan2-10/+18
2019-05-26udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko4-188/+188
2019-05-26udhcpc6: Fixed aliasing compilation errorMartin Lewis1-1/+1
2019-05-26shell: move all definitions of strto_arith_t() togetherDenys Vlasenko2-11/+7
2019-05-26ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko1-1/+1
2019-05-26testsuite: fix bunzip2.tests expectationsDenys Vlasenko1-1/+1
2019-05-26comment fixDenys Vlasenko1-1/+1
2019-05-26libarchive: treat one "FIXME: avoid seek", take 2Denys Vlasenko1-1/+1
2019-05-26dhcp: get rid of last global dataDenys Vlasenko3-80/+82
2019-05-24libarchive: treat one "FIXME: avoid seek"Denys Vlasenko4-22/+41
2019-05-23losetup: implement -cDenys Vlasenko1-10/+22