Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-01 | system/coreutils: Update to 9.1 | A. Wilcox | 5 | -207/+7 | |
2021-10-24 | system/coreutils: Fix test suite under apkf | A. Wilcox | 1 | -1/+3 | |
The chgrp calls fail because of supplementary group shens under fakeroot. Override the group detection to prevent this. | |||||
2020-04-05 | system/coreutils: Update to 8.32 | A. Wilcox | 6 | -66/+183 | |
2019-09-28 | system/coreutils: skip bogus gnulib LOGNAME test | Max Rees | 2 | -1/+13 | |
It is not necessarily true that LOGNAME will match the owner of the tty to which stdin is connected (sudo, su, ...) | |||||
2019-09-28 | system/coreutils: fix test failure with bind mounts | Max Rees | 2 | -1/+14 | |
df-symlink tests whether df output is consistent in regards to where devices are mounted. Specifically, it tries to ensure that if there is a 1:1 mapping of the device ("source") corresponding to the current directory "." ("target"), then `df --output=source,target .` should be the same as `df --output=source,target $(df --out=source . | tail -n1)`. However, this is not necessarily the case in the presence of bind mounts. For example: $ df --out=source . Filesystem /dev/sda4 $ df --out=source,target /dev/sda4 Filesystem Mounted on /dev/sda4 / $ df --out=source,target . Filesystem Mounted on /dev/sda4 /git This can be fixed by adding the --all flag to ensure that duplicate devices are printed, so that the 1:1-checking if statement actually checks it correctly. | |||||
2019-07-23 | system/coreutils: move install(1) to /usr/bin for user/newt etal | A. Wilcox | 1 | -2/+5 | |
2019-07-21 | system/*: initial bashism removal | Max Rees | 1 | -7/+8 | |
2019-07-08 | system/coreutils: Move env back to /usr/bin/ | Luis Ressel | 1 | -2/+3 | |
2019-07-07 | system/coreutils: fix everything | A. Wilcox | 1 | -4/+7 | |
2019-07-07 | system/coreutils: and don't come back, stupid symlinks | A. Wilcox | 1 | -16/+0 | |
2019-07-07 | system/coreutils: single-binary violates split /usr; kill off | A. Wilcox | 1 | -3/+2 | |
2019-06-03 | system/coreutils: enable install of 'arch' utility | Seamus Caveney | 1 | -0/+1 | |
2019-06-01 | system/coreutils: fix check, once and for all | A. Wilcox | 4 | -2/+109 | |
2019-04-16 | system/coreutils: bump to 8.31 | A. Wilcox | 1 | -2/+2 | |
2019-03-08 | system/coreutils: fix bad merge | A. Wilcox | 1 | -3/+4 | |
2019-03-08 | Merge branch 'https' into 'master' | A. Wilcox | 1 | -7/+5 | |
system/*: Use https:// where possible See merge request !189 | |||||
2019-03-08 | system/*: remove checkroot, modernise | A. Wilcox | 1 | -4/+0 | |
2019-03-08 | system/*: Change source urls to https:// wherever possible | Luis Ressel | 1 | -7/+5 | |
2018-09-04 | system/coreutils: bump to 8.30 | A. Wilcox | 2 | -13/+12 | |
2018-08-03 | system/coreutils: fix #32 (disable csplit io test) | Seamus Caveney | 2 | -1/+14 | |
2018-06-27 | system/*: revbump for utmps bump | A. Wilcox | 1 | -1/+1 | |
2018-06-15 | system/coreutils: [PD] fix, bump to 8.29, single-binary, utmps | A. Wilcox | 3 | -21/+27 | |
2018-06-08 | harmony -> system | A. Wilcox | 9 | -0/+446 | |