aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Kbuild (unfollow)
Commit message (Expand)AuthorFilesLines
45 hoursstat: use correct format for time valuesRon Yorston1-3/+3
4 daysPost-merge fixesRon Yorston3-1/+9
7 dayssort: compute -k END.ENDCHAR from the end field, not the line startbusyboxAli Ahmet Memis2-6/+23
8 daysplatform.h: UNINITIALIZED_VAR() macro for suppressing gcc warningsDenys Vlasenko4-13/+29
8 daysvi: explain what vim 9.2 is doing with ":e FILE" escapingDenys Vlasenko1-1/+7
8 daysvi: code shrinkDenys Vlasenko1-3/+1
8 daysinetd: build fix if RPC is selected in .configDenys Vlasenko1-1/+1
8 daysdevfsd: heed warningsDenys Vlasenko1-2/+2
8 dayshush: heed warnings about strchr() returning const char*Denys Vlasenko1-3/+3
8 days*: selinux: replace deprecated security_context_t with char*Denys Vlasenko18-37/+37
9 dayshdparm: fix ATA identification string outputRomain Guyard2-1/+52
9 daysawk: disallow OFMT/CONVFMT to have more than one %SPEC, implement %sDenys Vlasenko2-6/+75
9 daystar: Sanitize verbose file namesAnton Skorup1-1/+1
2026-08-24awk: fix 1-byte heap-buffer-overflow in next_token() string parseEdiz1-16/+33
2026-08-24stat: code shrinkDenys Vlasenko1-72/+78
2026-08-24stat: fix negative %X/%Y/%Z timestamps after Y2038 on 32-bit buildsBenjamin Robin1-9/+15
2026-08-19Remove FAST_FUNC from variadic function (again)Ron Yorston1-1/+1
2026-08-16ash: PROMPT_COMMAND shouldn't affect $?Ron Yorston1-0/+2
2026-08-10tar: fix verbose output with extract-to-stdoutThorsten B9-17/+50
2026-08-10rpm2cpio: print name of unknown compression methodRon Yorston1-2/+2
2026-08-09shell: correctly count backslashes in read built-inRon Yorston5-1/+9
2026-08-09shell: read: if poll() fails, attempt to process any data collected so farDenys Vlasenko1-2/+1
2026-08-09patch: handle files with no final newlineRon Yorston2-4/+92
2026-08-02ash: prevent SEGV when printing promptRon Yorston1-30/+29
2026-08-02ash: make shell exit if PROMPT_COMMAND exitsRon Yorston1-0/+8
2026-07-30ash: limited support for PROMPT_COMMANDRon Yorston1-0/+22
2026-07-30ash: tweak appearance of ctrl-c on command lineRon Yorston1-1/+5
2026-07-24grep: support --quietDenys Vlasenko1-7/+70
2026-07-24win32: code shrink reset of stat(2) flagsRon Yorston5-21/+37
2026-07-24win32: fix another stat callmbartlett211-1/+8
2026-07-24win32: fix another occurrence of statmbartlett211-1/+6
2026-07-17ash: code shrink waitpid_child()Ron Yorston1-31/+14
2026-07-17xargs: limit number of processes to 64Ron Yorston1-18/+4
2026-07-17ash: allow more than 64 background jobsmbartlett211-1/+25
2026-07-17xargs: fix handling for more than 64 processesmbartlett211-2/+2
2026-07-15win32: code shrink procps_scan()Ron Yorston3-28/+29
2026-07-15fix: procps_scan: do not confirm a process to be parent if either creation ti...Shun Zi1-4/+4
2026-07-15fix: procps_scan: compare process creation times to ensure ppid is realshunf43-16/+55
2026-07-14cp: fix --sparse to have mandatory argument, fix --remove-destination bit pos...Denys Vlasenko2-5/+19
2026-07-14cp: accept --sparse=ANYTHINGDenys Vlasenko1-0/+15
2026-07-14win32: workaround for overflow of 8.3 short name (2)Ron Yorston1-1/+1
2026-07-13win32: workaround for overflow of 8.3 short nameRon Yorston3-2/+36
2026-07-13xxd: allow '-p -c 0' to cause a single line to be outputRon Yorston2-2/+26
2026-07-08join: code shrink by making some variables "global"Denys Vlasenko1-50/+58
2026-07-08join: new appletRon Yorston2-0/+595
2026-07-06make: fix build with FEATURE_CLEAN_UP enabledRon Yorston1-0/+1
2026-07-06ash: fix out-of-bounds read in ifsbreakup()Sanghyun Park1-9/+15
2026-07-06join: re-add accidentally removed returnmbartlett212-0/+7
2026-07-06awk: fix printf "%o\n", -1Denys Vlasenko2-5/+7
2026-07-05join: code shrink (5)Ron Yorston1-10/+14