aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * testsuite/tree.tests: fix false positive failureDenys Vlasenko2023-01-021-18/+20
| * xxd: fix use of non-initialized dataDenys Vlasenko2023-01-021-1/+2
| * xargs: implement -o, closes 15146Denys Vlasenko2022-12-221-34/+51
| * udhcpc6: fix binding to network aliasesDenys Vlasenko2022-12-151-4/+9
| * udhcp: add a few comments, no code changesDenys Vlasenko2022-12-152-0/+11
| * udhcpc6: use a different default config scriptDenys Vlasenko2022-12-152-3/+8
| * udhcpc6: align FF02__1_2[]Denys Vlasenko2022-12-153-5/+5
| * more: accept and ignore -eNatanael Copa2022-12-141-1/+2
| * udhcpc6: add some commentsDenys Vlasenko2022-12-142-12/+39
| * udhcpc6: remove stray commentDenys Vlasenko2022-12-131-1/+0
| * libbb: shrink del_loop()Denys Vlasenko2022-12-131-1/+1
| * loop: restore the correct return vaule of set_loop()Denys Vlasenko2022-12-131-4/+8
| * loop: optionally use ioctl(LOOP_CONFIGURE) to set up loopdevsDenys Vlasenko2022-12-132-9/+65
| * testsuite/mount.tests: accomodate umount failure seen on 5.18.0Denys Vlasenko2022-12-131-1/+13
| * loop: refactor: extract subfunction set_loopdev_params()Xiaoming Ni2022-12-131-39/+51
| * loop: simplify code of LOOP_SET_FD failureXiaoming Ni2022-12-121-7/+3
| * loop: refactor: extract subfunction get_next_free_loop()Xiaoming Ni2022-12-121-30/+26
| * xxd: fix typo in trivial usageBrandon Maier2022-12-081-1/+1
| * unzip -l: add missed big-endian conversions date and timePeter Kaestle2022-11-291-0/+2
| * Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-2954-70/+0
| * Fix non-Linux buildsSamuel Thibault2022-11-2956-3/+89
| * fbset: support setting pixel clock rateDario Binacchi2022-11-161-0/+3
| * fbset: abort on not handled optionsDario Binacchi2022-11-161-0/+3
| * loop: fix a race when a free loop device is snatchedXiaoming Ni2022-11-151-1/+10
| * pkill: add -e to display the name and PID of the process being killedLouis Sautier2022-10-141-4/+11
* | win32: revised implementation of setlinebuf(3)Ron Yorston2022-12-311-1/+1
* | libbb: speed up bb_get_chunk_from_file()Ron Yorston2022-12-301-0/+9
* | win32: speed up getc(3) wrapperRon Yorston2022-12-301-2/+2
* | 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