2024-01-21 20:24:52 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- New API call: getlocalename_l.
|
|
|
|
|
2024-01-24 04:49:48 +08:00
|
|
|
- New API calls: fdclosedir, posix_getdents.
|
2024-01-23 20:41:14 +08:00
|
|
|
|
2024-02-01 02:54:13 +08:00
|
|
|
- New API call: setproctitle.
|
|
|
|
|
2024-02-17 03:44:31 +08:00
|
|
|
- New API call: timespec_get.
|
|
|
|
|
2024-03-11 19:53:50 +08: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 20:24:52 +08:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
2024-01-31 03:49:20 +08:00
|
|
|
|
|
|
|
- ps -f now prints the commandline rather than the full path to the
|
|
|
|
executable.
|
2024-03-20 19:31:12 +08:00
|
|
|
|
2024-03-21 00:45:41 +08:00
|
|
|
- Drop support for NT4 and Samba < 3.0.22.
|
2024-03-20 21:32:49 +08:00
|
|
|
|
|
|
|
- Now that SMBv1 is ultimately deprecated and not installed by default
|
2024-03-24 05:32:16 +08:00
|
|
|
on latest Windows versions, use Network Discovery (i. e. WSD, "Web
|
|
|
|
Service Discovery") for enumerating network servers in //, just like
|
|
|
|
Windows Explorer.
|
|
|
|
|
|
|
|
- If "server" is given as FQDN, and if "server" is an NFS server,
|
|
|
|
ls //server now also enumerates NFS shares. If "server" is given
|
|
|
|
as a flat name, only SMB shares are enumerated.
|
2024-03-25 03:06:13 +08:00
|
|
|
|
|
|
|
- Expose //tsclient (Microsoft Terminal Services) shares as well as
|
|
|
|
//wsl$ (Plan 9 Network Provider) shares, i. e., WSL installation
|
|
|
|
root dirs.
|