aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | make: fix incorrect handling of escaped newlineRon Yorston2022-08-281-5/+4
* | make: new appletRon Yorston2022-08-0110-6/+3482
* | Merge branch 'busybox' into mergeRon Yorston2022-06-2712-54/+95
|\|
| * vi: handle autoindent in 'cc' commandRon Yorston2022-06-261-24/+47
| * vi: fix regression in autoindent handlingRon Yorston2022-06-261-1/+7
| * ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-264-16/+19
| * libbb: restore special handling of nomsg errorsRon Yorston2022-06-262-4/+4
| * top: improve large PID display in memory ('s') modeDenys Vlasenko2022-05-121-1/+4
| * examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko2022-05-124-10/+16
* | Workaround for incomplete junctions created by PowerShellRon Yorston2022-06-251-12/+32
* | win32: bug fix in fnmatch(3)Ron Yorston2022-06-231-2/+5
* | win32: changes to stat(2) implementationFRP-4716-g31467ddfcRon Yorston2022-05-231-15/+22
* | win32: code shrink fstat(2)Ron Yorston2022-05-231-11/+8
* | win32: let stat(2) return correct st_size for symlinkRon Yorston2022-05-221-5/+8
* | win32: code shrink readlink(2)Ron Yorston2022-05-221-32/+12
* | win32: code shrink directory testsRon Yorston2022-05-221-15/+19
* | ash: code shrinkRon Yorston2022-05-201-46/+50
* | chattr,lsattr: improve help messagesRon Yorston2022-05-193-6/+26
* | lsattr: distinguish between junctions and symlinksRon Yorston2022-05-193-3/+47
* | win32: return reparse tag in struct statRon Yorston2022-05-192-6/+15
* | chattr,lsattr: code shrinkRon Yorston2022-05-194-51/+20
* | ash: restore special variables when replaced by localRon Yorston2022-05-181-0/+4
* | jn: make junctions acceptable to WindowsRon Yorston2022-05-171-5/+9
* | jn: new appletRon Yorston2022-05-165-1/+172
* | win32: try to get link count for directoriesRon Yorston2022-05-153-1/+36
* | win32: treat junctions as symlinksRon Yorston2022-05-141-6/+13
* | Update default configurationRon Yorston2022-05-122-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2022-05-1220-37/+625
|\|
| * top: code shrinkDenys Vlasenko2022-05-101-11/+9
| * top: code shrinkDenys Vlasenko2022-05-101-11/+14
| * top: fix display of large PID/PPIDDenys Vlasenko2022-05-101-2/+28
| * seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko2022-05-031-8/+8
| * seedrng: restore error check on fsyncDenys Vlasenko2022-05-021-9/+12
| * seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko2022-05-021-0/+0
| * init: do not set HOMEDenys Vlasenko2022-05-021-1/+5
| * tsort: new appletDavid Leonard2022-05-023-1/+299
| * crond: implement support for setting PATH in crontab filesPaul Fox2022-05-021-7/+16
| * style fixDenys Vlasenko2022-05-017-9/+9
| * seedrng: manually inline seed_rngBernhard Reutner-Fischer2022-05-011-21/+15
| * seedrng: shorten --help, assorted small cleanupsDenys Vlasenko2022-05-011-11/+10
| * seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko2022-05-011-1/+5
| * seedrng: do not hash lengths, they are very predictableDenys Vlasenko2022-05-011-3/+5
| * seedrng: code shrinkDenys Vlasenko2022-05-011-8/+10
| * seedrng: explain why we need locking and fsync'ingDenys Vlasenko2022-05-011-8/+18
| * seedrng: remove redundant assignmentDenys Vlasenko2022-04-301-3/+3
| * seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko2022-04-301-1/+12
| * seedrng: include fiel/dir names in error messagesDenys Vlasenko2022-04-301-3/+3
| * seedrng: use more xfuncs where appropriateDenys Vlasenko2022-04-301-12/+12
| * seedrng: code shrinkDenys Vlasenko2022-04-301-5/+5
| * seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko2022-04-301-14/+17