aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: always allow d_type member of struct direntRon Yorston2022-12-222-4/+0
* win32: prevent stat(2) from updating access timesRon Yorston2022-12-221-4/+19
* make: fixes to test scriptRon Yorston2022-12-121-0/+3
* getopt: use name supplied with '-n' to report errorRon Yorston2022-11-241-0/+5
* make: add '-x' option to set pragmasRon Yorston2022-11-211-50/+92
* make: add .PRAGMA special targetRon Yorston2022-11-181-38/+135
* build system: allow monochrome 'make menuconfig'Ron Yorston2022-11-161-0/+3
* make: changes to suffix substitution in macro expansionRon Yorston2022-11-162-9/+29
* make: show location of errors during buildRon Yorston2022-11-161-15/+41
* make: fix typo in help textRon Yorston2022-11-141-2/+2
* win32: native make menuconfig: support searchAvi Halachmi (:avih)2022-11-131-5/+21
* make: use correct test for valid macro nameRon Yorston2022-11-132-1/+14
* make: pdpmake needs long filename support in ar tooRon Yorston2022-11-131-1/+1
* build system: try harder to detect w64devkitRon Yorston2022-11-121-0/+11
* make: make + sh configurationRon Yorston2022-11-105-1/+2456
* Update README.mdRon Yorston2022-11-091-7/+3
* build system: silence compiler warningFRP-4784-g5507c8744Ron Yorston2022-11-081-0/+1
* win32: fix ESC/CR handling in 'make menuconfig'Ron Yorston2022-11-071-1/+1
* Provide PDCurses source for w64devkit buildRon Yorston2022-11-0740-0/+10615
* win32: allow 'make menuconfig' in native buildsRon Yorston2022-11-071-6/+223
* make: fix typo in inference rule handlingRon Yorston2022-11-042-24/+25
* make: fixes to inference rulesRon Yorston2022-11-032-18/+60
* make: comments in macro expansions and command linesRon Yorston2022-11-012-3/+34
* make: fix test for .WAIT so bmake passesRon Yorston2022-11-011-1/+1
* win32: remove declaration of vfork(2)Ron Yorston2022-10-311-1/+0
* make: different treatment for escaped NL in macro in commandRon Yorston2022-10-302-6/+37
* build system: fix breakage affecting MSYS2 buildRon Yorston2022-10-302-4/+4
* build system: allow building with w64devkitRon Yorston2022-10-306-7/+43
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-267-49/+24
* win32: fix warning in timegm(3)Ron Yorston2022-10-251-1/+0
* win32: revise creation of resourcesRon Yorston2022-10-252-3/+5
* make: add a comment, no functional changeRon Yorston2022-10-211-3/+8
* make: $+ should support D/F modifiersRon Yorston2022-10-201-0/+1
* make: .NOTPARALLEL and .WAIT are special targetsRon Yorston2022-10-192-2/+16
* make: shell assignment is a POSIX 202X featureRon Yorston2022-10-182-16/+16
* make: support $+ and $^ as POSIX 202X featuresRon Yorston2022-10-182-14/+31
* make: clarify output of testsRon Yorston2022-10-161-31/+31
* ash: disable the 'sleep' builtin in the default configurationRon Yorston2022-10-132-2/+2
* ash: enable 'read -t N.NNN'Ron Yorston2022-10-132-2/+2
* xxd: avoid use of uninitialised variableRon Yorston2022-10-121-0/+4
* Update default configurationRon Yorston2022-10-122-2/+6
* Merge branch 'busybox' into mergeRon Yorston2022-10-1246-186/+678
|\
| * tls: move definitions around, no code changesDenys Vlasenko2022-09-081-22/+12
| * tls: include signature_algorithms extension in client hello messageDenys Vlasenko2022-09-081-18/+73
| * libbb: mark stack in assembly files read-onlyLudwig Nussel2022-08-306-0/+18
| * fix [ --help ] and [[ --help ]]Denys Vlasenko2022-08-301-0/+3
| * *: style fixDenys Vlasenko2022-08-3013-52/+52
| * ash: optional sleep builtinShawn Landden2022-08-274-0/+19
| * devmem: add 128-bit widthAaro Koskinen2022-08-261-24/+44
| * tree: unicode tweak (use normal space char, 0x20)Denys Vlasenko2022-08-261-1/+1