aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: fix dup_CLOEXEC() call without "avoid_fd" parameterDenys Vlasenko2018-06-261-1/+1
| * fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko2018-06-261-1/+1
| * hush: fix for !ENABLE_HUSH_MODE_X configurationDenys Vlasenko2018-06-261-2/+2
| * hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabledDenys Vlasenko2018-06-261-52/+52
| * randomconfig fixesDenys Vlasenko2018-06-263-3/+5
| * tls: fix to handle X.509 v1 certificates correctlyIvan Abrea2018-06-241-1/+19
| * ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron2018-06-241-5/+5
| * examples: update /var/service/getty for Unicode ttysDenys Vlasenko2018-06-235-194/+206
| * install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko2018-06-221-1/+5
| * udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko2018-06-215-21/+8
| * Update release script to generate detached signatures and checksum filesEli Schwartz2018-06-091-17/+5
| * restore documentation on the build config languageKartik Agaram2018-06-0625-24/+279
| * wget: emit a message that certificate verification is not implementedDenys Vlasenko2018-05-281-2/+7
| * fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko2018-05-261-6/+0
| * whitespace fixDenys Vlasenko2018-05-261-1/+1
| * unlzma: close another SEGV possibilityDenys Vlasenko2018-05-253-4/+21
| * udhcpc6: carry along length of packet when parsing it.David Decotigny2018-05-241-15/+24
| * udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny2018-05-241-0/+4
| * realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko2018-05-244-2/+33
| * nc: fix the !NC_SERVER configurationDenys Vlasenko2018-05-241-1/+1
| * fsck: fix incorrect handling of child exitDenys Vlasenko2018-05-241-8/+9
| * tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-228-30/+47
| * tweak /var/service exampleDenys Vlasenko2018-05-201-9/+14
| * popmaildir: placate gcc8 "warning: 'strncpy' output truncated"Denys Vlasenko2018-05-141-1/+1
| * udhcpc6: set -x options in requestDenys Vlasenko2018-05-145-12/+56
| * udhcpc6: add PXELINUX optionsSamuel Mendoza-Jonas2018-05-141-1/+6
| * udhcpc6: add DHCPv6 boot optionsSamuel Mendoza-Jonas2018-05-142-0/+28
| * udhcpc6: add DHCPv6 env helperSamuel Mendoza-Jonas2018-05-141-0/+28
| * udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas2018-05-141-3/+4
| * nsenter: fix parsing of -t, -S and -G optionsEuan Harris2018-05-131-1/+1
| * nsenter: Rename --network option to --netEuan Harris2018-05-131-1/+1
* | win32: fix typomanifestRon Yorston2018-07-251-1/+2
* | win32: rename resource filesRon Yorston2018-07-2410-7/+8
* | win32: make version info and manifest resources configurableRon Yorston2018-07-245-6/+38
* | win32: tweaks to manifestRon Yorston2018-07-242-26/+26
* | win32: add manifest resourceRon Yorston2018-07-123-0/+31
* | win32: better error message in kill(2)Ron Yorston2018-07-121-0/+2
* | realpath: implement realpath(3) and enable realpath(1)realpathRon Yorston2018-06-093-5/+58
* | Update README.mdRon Yorston2018-06-061-1/+1
* | win32: reinstate code in read_line_input to handle non-ttysRon Yorston2018-05-251-4/+5
* | Update copyright dateRon Yorston2018-05-131-1/+1
* | Update default configurationRon Yorston2018-05-132-4/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-05-1378-469/+2613
|\|
| * cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko2018-04-292-3/+24
| * ifplugd: close signal raceDenys Vlasenko2018-04-291-0/+2
| * unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko2018-04-241-0/+6
| * wget: handle URLs with @ or hash differentlyDenys Vlasenko2018-04-241-7/+7
| * free: improve --help for type optionDenys Vlasenko2018-04-241-1/+1
| * awk: do not allow $(-1)Denys Vlasenko2018-04-232-0/+9
| * examples/shutdown-1.0: an example of reboot which does not signal initDenys Vlasenko2018-04-207-0/+475