| Commit message (Expand) | Author | Files | Lines |
2022-12-22 | win32: always allow d_type member of struct dirent | Ron Yorston | 2 | -4/+0 |
2022-12-22 | win32: prevent stat(2) from updating access times | Ron Yorston | 1 | -4/+19 |
2022-12-22 | xargs: implement -o, closes 15146 | Denys Vlasenko | 1 | -34/+51 |
2022-12-15 | udhcpc6: fix binding to network aliases | Denys Vlasenko | 1 | -4/+9 |
2022-12-15 | udhcp: add a few comments, no code changes | Denys Vlasenko | 2 | -0/+11 |
2022-12-15 | udhcpc6: use a different default config script | Denys Vlasenko | 2 | -3/+8 |
2022-12-15 | udhcpc6: align FF02__1_2[] | Denys Vlasenko | 3 | -5/+5 |
2022-12-14 | more: accept and ignore -e | Natanael Copa | 1 | -1/+2 |
2022-12-14 | udhcpc6: add some comments | Denys Vlasenko | 2 | -12/+39 |
2022-12-13 | udhcpc6: remove stray comment | Denys Vlasenko | 1 | -1/+0 |
2022-12-13 | libbb: shrink del_loop() | Denys Vlasenko | 1 | -1/+1 |
2022-12-13 | loop: restore the correct return vaule of set_loop() | Denys Vlasenko | 1 | -4/+8 |
2022-12-13 | loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevs | Denys Vlasenko | 2 | -9/+65 |
2022-12-13 | testsuite/mount.tests: accomodate umount failure seen on 5.18.0 | Denys Vlasenko | 1 | -1/+13 |
2022-12-13 | loop: refactor: extract subfunction set_loopdev_params() | Xiaoming Ni | 1 | -39/+51 |
2022-12-12 | loop: simplify code of LOOP_SET_FD failure | Xiaoming Ni | 1 | -7/+3 |
2022-12-12 | loop: refactor: extract subfunction get_next_free_loop() | Xiaoming Ni | 1 | -30/+26 |
2022-12-12 | make: fixes to test script | Ron Yorston | 1 | -0/+3 |
2022-12-08 | xxd: fix typo in trivial usage | Brandon Maier | 1 | -1/+1 |
2022-11-29 | unzip -l: add missed big-endian conversions date and time | Peter Kaestle | 1 | -0/+2 |
2022-11-29 | Remove "select PLATFORM_LINUX" | Denys Vlasenko | 54 | -70/+0 |
2022-11-29 | Fix non-Linux builds | Samuel Thibault | 56 | -3/+89 |
2022-11-24 | getopt: use name supplied with '-n' to report error | Ron Yorston | 1 | -0/+5 |
2022-11-21 | make: add '-x' option to set pragmas | Ron Yorston | 1 | -50/+92 |
2022-11-18 | make: add .PRAGMA special target | Ron Yorston | 1 | -38/+135 |
2022-11-16 | build system: allow monochrome 'make menuconfig' | Ron Yorston | 1 | -0/+3 |
2022-11-16 | make: changes to suffix substitution in macro expansion | Ron Yorston | 2 | -9/+29 |
2022-11-16 | make: show location of errors during build | Ron Yorston | 1 | -15/+41 |
2022-11-16 | fbset: support setting pixel clock rate | Dario Binacchi | 1 | -0/+3 |
2022-11-16 | fbset: abort on not handled options | Dario Binacchi | 1 | -0/+3 |
2022-11-15 | loop: fix a race when a free loop device is snatched | Xiaoming Ni | 1 | -1/+10 |
2022-11-14 | make: fix typo in help text | Ron Yorston | 1 | -2/+2 |
2022-11-13 | win32: native make menuconfig: support search | Avi Halachmi (:avih) | 1 | -5/+21 |
2022-11-13 | make: use correct test for valid macro name | Ron Yorston | 2 | -1/+14 |
2022-11-13 | make: pdpmake needs long filename support in ar too | Ron Yorston | 1 | -1/+1 |
2022-11-12 | build system: try harder to detect w64devkit | Ron Yorston | 1 | -0/+11 |
2022-11-10 | make: make + sh configuration | Ron Yorston | 5 | -1/+2456 |
2022-11-09 | Update README.md | Ron Yorston | 1 | -7/+3 |
2022-11-08 | build system: silence compiler warningFRP-4784-g5507c8744 | Ron Yorston | 1 | -0/+1 |
2022-11-07 | win32: fix ESC/CR handling in 'make menuconfig' | Ron Yorston | 1 | -1/+1 |
2022-11-07 | Provide PDCurses source for w64devkit build | Ron Yorston | 40 | -0/+10615 |
2022-11-07 | win32: allow 'make menuconfig' in native builds | Ron Yorston | 1 | -6/+223 |
2022-11-04 | make: fix typo in inference rule handling | Ron Yorston | 2 | -24/+25 |
2022-11-03 | make: fixes to inference rules | Ron Yorston | 2 | -18/+60 |
2022-11-01 | make: comments in macro expansions and command lines | Ron Yorston | 2 | -3/+34 |
2022-11-01 | make: fix test for .WAIT so bmake passes | Ron Yorston | 1 | -1/+1 |
2022-10-31 | win32: remove declaration of vfork(2) | Ron Yorston | 1 | -1/+0 |
2022-10-30 | make: different treatment for escaped NL in macro in command | Ron Yorston | 2 | -6/+37 |
2022-10-30 | build system: fix breakage affecting MSYS2 build | Ron Yorston | 2 | -4/+4 |
2022-10-30 | build system: allow building with w64devkit | Ron Yorston | 6 | -7/+43 |