aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* win32: add FAST_FUNC annotationsRon Yorston2026-05-0423-238/+250
* crond: build tweaksRon Yorston2026-05-038-42/+42
* Add crond and crontab (#561)mbartlett212026-05-035-21/+227
* win32: disable urandom/zero devices if dd is disabledRon Yorston2026-04-272-2/+12
* win32: improve urandom/zero device handlingRon Yorston2026-04-263-14/+14
* win32: expose /dev/urandom and /dev/zeroRon Yorston2026-04-261-8/+23
* tls: fix double free of HMAC contextRon Yorston2026-04-251-4/+1
* wget: allow HTTPS certificate check to be skippedRon Yorston2026-04-244-2/+36
* Win32: trivial refinements (#577)avih2026-04-184-11/+13
* patch: improved handling of files with no final newlineRon Yorston2026-04-162-9/+94
* win32: fnmatch2: replace if-else-... with switch/caseAvi Halachmi (:avih)2026-04-161-17/+28
* win32: fnmatch2.c: optimize last '*'Avi Halachmi (:avih)2026-04-161-1/+87
* win32: switch to new fnmatch2.cAvi Halachmi (:avih)2026-04-163-0/+233
* win32: actype: remove size-optimization option (no-op)Avi Halachmi (:avih)2026-04-161-23/+9
* win32: actype: code shrinkAvi Halachmi (:avih)2026-04-162-18/+13
* win32: actype/isactype: optimize both to O(1)Avi Halachmi (:avih)2026-04-162-40/+154
* win32: coreutils/tr.c: use actail/isactypeAvi Halachmi (:avih)2026-04-161-0/+15
* win32: regcomp.c: use isactype insead of switchAvi Halachmi (:avih)2026-04-162-48/+25
* win32: fnmatch.c: use isactype insead of switchAvi Halachmi (:avih)2026-04-161-51/+9
* win32: add actype/isactype instead of match_classAvi Halachmi (:avih)2026-04-167-23/+102
* scripts/patbench.sh: add patterns, verify resultsAvi Halachmi (:avih)2026-04-161-53/+107
* scripts/patbench.sh: new shell patterns benchmarkAvi Halachmi (:avih)2026-04-161-0/+274
* patch: handle files with no final newlineRon Yorston2026-04-141-0/+18
* ash: allow 'times' built-in to report process timingRon Yorston2026-04-124-22/+38
* win32: UTF8_OUTPUT: reject overlong encodingAvi Halachmi (:avih)2026-03-251-2/+13
* build system: add option to place statics in .bssRon Yorston2026-03-217-0/+19
* win32: UTF8_OUTPUT: don't fail due to nwritten valueAvi Halachmi (:avih)2026-03-191-2/+4
* win32: UTF8_OUTPUT: refine bad-sequence outputAvi Halachmi (:avih)2026-03-191-18/+12
* Update default configurationsmergeRon Yorston2026-03-115-5/+15
* Merge branch 'busybox' into mergeRon Yorston2026-03-1152-1740/+6426
|\
| * ash: fix here strings causing segfault in function invocationbusyboxRon Yorston2026-03-091-0/+1
| * paste: fix output when file lengths differRon Yorston2026-03-053-12/+62
| * ash: fix help builtin and tab completion of builtinsRon Yorston via busybox2026-02-281-2/+2
| * tar: only strip unsafe components from hardlinks, not symlinksRadoslav Kolev2026-02-281-1/+1
| * less: unbreak EAGAIN propagationDenys Vlasenko2026-02-271-6/+12
| * less: make read error reporting actually visibleDenys Vlasenko2026-02-271-10/+19
| * less: improve O_NONBLOCK manipulations on stdinDenys Vlasenko2026-02-271-32/+44
| * less: do not retry reads of stdin if got EAGAINDenys Vlasenko2026-02-271-35/+35
| * *: don't use getservbyname, it links in a static bufferDenys Vlasenko2026-02-255-37/+145
| * telnet: fix false positive "Error writing to foreign host"Denys Vlasenko2026-02-241-28/+34
| * netstat: fix breakage due to last commitDenys Vlasenko2026-02-243-9/+19
| * netstat,pscan: don't use getservbyport(), it links in a static bufferDenys Vlasenko2026-02-244-10/+64
| * telnet: fixes after testing against some MUD serversDenys Vlasenko2026-02-241-112/+193
| * telnetd: if vfork in make_new_session() fails, do close socket.Denys Vlasenko2026-02-242-46/+84
| * telnet: code shrinkDenys Vlasenko2026-02-231-21/+25
| * telnet: rewrite to use ioloop()Denys Vlasenko2026-02-234-440/+1393
| * telnetd: do not send stray \r\n before /etc/issue.netDenys Vlasenko2026-02-232-3/+3
| * telnetd: do not wait for more input after 10-byte NAWS is receivedDenys Vlasenko2026-02-221-28/+34
| * telnetd: fix handshake: had one wrong, but harmless elementDenys Vlasenko2026-02-222-7/+15
| * telnetd: correct handling of screen sizes with any dimension equal to 255Denys Vlasenko2026-02-221-23/+52