summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | win32: allow nanosecond precision in file timesRon Yorston2019-08-162-28/+48
* | Update default configurationRon Yorston2019-05-272-4/+16
* | Merge branch 'busybox' into mergeRon Yorston2019-05-2780-789/+1153
|\|
| * 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