aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * df: -k overrides block size to 1k even if $POSIXLY_CORRECTDenys Vlasenko2025-07-011-2/+5
| * hexdump: add tests for %x, handle little/big endian properlyRadoslav Kolev2025-07-011-22/+69
| * od: make -B test little endian only, add variant for big endianRadoslav Kolev2025-07-011-1/+12
| * hexdump: fix regression for uint16 on big endian systemsRadoslav Kolev2025-07-011-2/+8
| * ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chronyMichael Glembotzki2025-07-011-1/+1
| * ip route: make cache printing a bit more similar to upstreamDenys Vlasenko2025-07-011-9/+7
| * lineedit: fix left-over print to stdoutAhmad Fatoum2025-07-011-1/+1
| * lineedit: fix printing lines during tab completionAhmad Fatoum2025-07-011-2/+3
* | tls: change build defaultsRon Yorston2025-08-084-4/+16
* | tls: whitespace fixesRon Yorston2025-08-085-8/+8
* | tls: fix schannel handshake on older WindowsRFL8902025-08-081-1/+1
* | stty: fix build for Windows XPRon Yorston2025-08-071-0/+10
* | tls: add Schannel implementationrfl8902025-08-076-14/+635
* | sed: ensure temporary file is deleted on errorRon Yorston2025-07-301-1/+6
* | Call BCryptDestroyHash before freeing memory handleRFL8902025-07-302-0/+2
* | stty: enable a minimal Windows implementationRon Yorston2025-07-2511-31/+224
* | testsuite: check that wget handles httpsRon Yorston2025-07-111-0/+4
* | win32: deduplicate die_if_error()Ron Yorston2025-07-114-28/+20
* | remove comments from old implementationRFL8902025-07-111-4/+0
* | patch tls.c to work with CNG implementationRFL8902025-07-112-4/+90
* | Revert "win32: disable use of Windows crypto library"RFL8902025-07-111-1/+1
* | shell: avoid miscounting backslashes in read built-inRon Yorston2025-07-071-2/+5
* | df: enable -a and -B optionsRon Yorston2025-07-025-10/+24
* | ash: don't mistake errors for timeouts in read built-inRon Yorston2025-07-011-6/+9
* | ash: kill background processes on SIGINTRon Yorston2025-06-291-0/+1
* | win32: disable use of Windows crypto libraryRon Yorston2025-06-291-1/+1
* | ash: bring 'read' built-in closer to bashRon Yorston2025-06-292-8/+25
* | truncate: make new region of file sparseRon Yorston2025-06-161-0/+6
* | Merge pull request #498 from rfl890/masterRon Yorston2025-06-129-9/+155
|\ \
| * | format #definesRFL8902025-06-091-8/+8
| * | Use Windows library for cryptographic checksumscng_backendRon Yorston2025-06-099-9/+155
|/ /
* | win32: update implementation of select(2)Ron Yorston2025-05-261-2/+5
* | win32: update implementation of strptime(3)Ron Yorston2025-05-261-18/+18
* | win32: update inet_pton(3) implementationRon Yorston2025-05-261-0/+1
* | win32: update glob(3) implementationRon Yorston2025-05-261-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-05-1920-119/+286
|\|
| * cpio: error out if the file to be achived is >=4GBDenys Vlasenko2025-04-211-0/+6
| * rpm2cpio: extract cpio even if compression is not knownDenys Vlasenko2025-04-201-1/+6
| * libbb/archival: make setup_unzip_on_fd() return bytes read if not compressedDenys Vlasenko2025-04-207-23/+25
| * runit: fix setuidgid help textJ. Neuschäfer2025-04-171-1/+2
| * archival: disallow path traversals (CVE-2023-39810)Denys Vlasenko2025-04-165-2/+48
| * syslogd: Fix 'OPT_locallog' check regression in 'syslogd_main'Grant Erickson2025-04-081-1/+1
| * udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)Denys Vlasenko2025-04-071-16/+42
| * Makefile: fix passing of EXTRA_LDLIBSDenys Vlasenko2025-04-061-1/+5
| * init: improve log message when a process exits: show exit codeSébastien Parisot2025-04-061-3/+15
| * udhcpc6: fix copy-paste error in "generate a consistent IAID" commitDenys Vlasenko2025-02-091-1/+1
| * udhcpc6: generate a consistent IAIDZhou Siqi2025-02-091-2/+27
| * udhcpc6: move block comment, no code changesDenys Vlasenko2025-02-091-61/+61
| * udhcpc6: improvementsLaurent Bercot2025-02-092-32/+72
* | build system: include stack unwind tablesRon Yorston2025-05-186-0/+22