aboutsummaryrefslogtreecommitdiff
path: root/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-22win32: prevent stat(2) from updating access timesRon Yorston1-4/+19
2022-12-22xargs: implement -o, closes 15146Denys Vlasenko1-34/+51
2022-12-15udhcpc6: fix binding to network aliasesDenys Vlasenko1-4/+9
2022-12-15udhcp: add a few comments, no code changesDenys Vlasenko2-0/+11
2022-12-15udhcpc6: use a different default config scriptDenys Vlasenko2-3/+8
2022-12-15udhcpc6: align FF02__1_2[]Denys Vlasenko3-5/+5
2022-12-14more: accept and ignore -eNatanael Copa1-1/+2
2022-12-14udhcpc6: add some commentsDenys Vlasenko2-12/+39
2022-12-13udhcpc6: remove stray commentDenys Vlasenko1-1/+0
2022-12-13libbb: shrink del_loop()Denys Vlasenko1-1/+1
2022-12-13loop: restore the correct return vaule of set_loop()Denys Vlasenko1-4/+8
2022-12-13loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevsDenys Vlasenko2-9/+65
2022-12-13testsuite/mount.tests: accomodate umount failure seen on 5.18.0Denys Vlasenko1-1/+13
2022-12-13loop: refactor: extract subfunction set_loopdev_params()Xiaoming Ni1-39/+51
2022-12-12loop: simplify code of LOOP_SET_FD failureXiaoming Ni1-7/+3
2022-12-12loop: refactor: extract subfunction get_next_free_loop()Xiaoming Ni1-30/+26
2022-12-12make: fixes to test scriptRon Yorston1-0/+3
2022-12-08xxd: fix typo in trivial usageBrandon Maier1-1/+1
2022-11-29unzip -l: add missed big-endian conversions date and timePeter Kaestle1-0/+2
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko54-70/+0
2022-11-29Fix non-Linux buildsSamuel Thibault56-3/+89
2022-11-24getopt: use name supplied with '-n' to report errorRon Yorston1-0/+5
2022-11-21make: add '-x' option to set pragmasRon Yorston1-50/+92
2022-11-18make: add .PRAGMA special targetRon Yorston1-38/+135
2022-11-16build system: allow monochrome 'make menuconfig'Ron Yorston1-0/+3
2022-11-16make: changes to suffix substitution in macro expansionRon Yorston2-9/+29
2022-11-16make: show location of errors during buildRon Yorston1-15/+41
2022-11-16fbset: support setting pixel clock rateDario Binacchi1-0/+3
2022-11-16fbset: abort on not handled optionsDario Binacchi1-0/+3
2022-11-15loop: fix a race when a free loop device is snatchedXiaoming Ni1-1/+10
2022-11-14make: fix typo in help textRon Yorston1-2/+2
2022-11-13win32: native make menuconfig: support searchAvi Halachmi (:avih)1-5/+21
2022-11-13make: use correct test for valid macro nameRon Yorston2-1/+14
2022-11-13make: pdpmake needs long filename support in ar tooRon Yorston1-1/+1
2022-11-12build system: try harder to detect w64devkitRon Yorston1-0/+11
2022-11-10make: make + sh configurationRon Yorston5-1/+2456
2022-11-09Update README.mdRon Yorston1-7/+3
2022-11-08build system: silence compiler warningFRP-4784-g5507c8744Ron Yorston1-0/+1
2022-11-07win32: fix ESC/CR handling in 'make menuconfig'Ron Yorston1-1/+1
2022-11-07Provide PDCurses source for w64devkit buildRon Yorston40-0/+10615
2022-11-07win32: allow 'make menuconfig' in native buildsRon Yorston1-6/+223
2022-11-04make: fix typo in inference rule handlingRon Yorston2-24/+25
2022-11-03make: fixes to inference rulesRon Yorston2-18/+60
2022-11-01make: comments in macro expansions and command linesRon Yorston2-3/+34
2022-11-01make: fix test for .WAIT so bmake passesRon Yorston1-1/+1
2022-10-31win32: remove declaration of vfork(2)Ron Yorston1-1/+0
2022-10-30make: different treatment for escaped NL in macro in commandRon Yorston2-6/+37
2022-10-30build system: fix breakage affecting MSYS2 buildRon Yorston2-4/+4
2022-10-30build system: allow building with w64devkitRon Yorston6-7/+43
2022-10-26win32: revert special treatment of Unix-style absolute pathsRon Yorston7-49/+24