diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -15,15 +15,17 @@ | |||
15 | does force anyway | 15 | does force anyway |
16 | * tail can now accept -<num> commands (e.g. -10) for better | 16 | * tail can now accept -<num> commands (e.g. -10) for better |
17 | compatibility with the standard tail command | 17 | compatibility with the standard tail command |
18 | * added a simple id implementation; doesn't support supp. groups yet | 18 | * added a simple id implementation; doesn't support sup. groups yet |
19 | * logname used getlogin(3) which uses utmp under the hood. Now it behaves. | 19 | * logname used getlogin(3) which uses utmp. Now it doesn't. |
20 | * whoami used getpwuid(3) which uses libc NSS. Now it behaves. | 20 | * whoami used getpwuid(3) which uses libc NSS. Now it behaves. |
21 | * Due to the license change, I can now use minix code. Minux tr replaces | 21 | * Due to the license change, I can now use minix code. Minux tr |
22 | the BSD derived tr, saving 4k and eliminating bsearch(3) from the | 22 | replaces the BSD derived tr, saving 4k and eliminating bsearch(3) |
23 | list of used Libc symbols. | 23 | from the list of used Libc symbols. |
24 | * Add support for "noatime" and "nodiratime" mount flags to mount. | 24 | * Add support for "noatime" and "nodiratime" mount flags to mount. |
25 | * Changed 'umount -f' to mean force, and actually use umount2. | 25 | * Changed 'umount -f' to mean force, and actually use umount2. |
26 | * Changed 'umount -l' to mean "Do not free loop device". | 26 | * Changed 'umount -l' to mean "Do not free loop device". |
27 | * Fixed basename to support stripping of suffixes. Patch thanks | ||
28 | to xiong jianxin <jxiong@uiuc.edu> | ||
27 | * More doc updates | 29 | * More doc updates |
28 | 30 | ||
29 | -Erik | 31 | -Erik |