2024-01-21 13:24:52 +01:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- New API call: getlocalename_l.
|
|
|
|
|
2024-01-23 21:49:48 +01:00
|
|
|
- New API calls: fdclosedir, posix_getdents.
|
2024-01-23 13:41:14 +01:00
|
|
|
|
2024-01-31 19:54:13 +01:00
|
|
|
- New API call: setproctitle.
|
|
|
|
|
2024-02-16 20:44:31 +01:00
|
|
|
- New API call: timespec_get.
|
|
|
|
|
2024-03-11 12:53:50 +01:00
|
|
|
- Add FS_IOC_[GS]ETFLAGS FS_PINNED_FL and FS_UNPINNED_FL flags to handle
|
|
|
|
Windows attributes FILE_ATTRIBUTE_PINNED and FILE_ATTRIBUTE_UNPINNED.
|
|
|
|
Add matching 'p' and 'u' mode bits in chattr(1) and lsattr(1).
|
|
|
|
|
2024-01-21 13:24:52 +01:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
2024-01-30 20:49:20 +01:00
|
|
|
|
|
|
|
- ps -f now prints the commandline rather than the full path to the
|
|
|
|
executable.
|
2024-03-20 12:31:12 +01:00
|
|
|
|
|
|
|
- Drop support for NT4 and Samba < 3.0.
|