aboutsummaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-05-23dhcp: tweak comments, no code changesDenys Vlasenko1-30/+22
2019-05-23bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...Denys Vlasenko1-1/+1
2019-05-22ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko5-17/+65
2019-05-21*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko3-5/+5
2019-05-21udhcpd: fix printing of static leasesDenys Vlasenko1-27/+13
2019-05-19hush: show 's' in $-Denys Vlasenko1-3/+5
2019-05-19hush: allocate line edit buffer only for interactive shellDenys Vlasenko1-5/+9
2019-05-19shell: implement optional "BASE#nnnn" numeric literalsDenys Vlasenko3-6/+51
2019-05-19hush: remove test for "echo ${-}" errorring out - now it worksDenys Vlasenko3-4/+0
2019-05-19hush: implement $-, set default PATH if it is not set on startupDenys Vlasenko1-5/+26
2019-05-19hush: set default PS1/2 only if we interactiveDenys Vlasenko1-16/+19
2019-05-19hush: handle LINENO the same way as RANDOM: variable is "ephemeral"Denys Vlasenko1-32/+18