summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-05-07 12:02:09 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-05-07 13:08:17 +0200
commit8da400b0e20c54fdb963b0cc53ada23e50a5d198 (patch)
tree4d2e802c034dd81e9f66f5e4f78fc51b41fa56d8 /Changes.old
parent2236e65b29745257494f5428ecc3d3709271739d (diff)
Changes.old: Fixes to 4.00 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old56
1 files changed, 27 insertions, 29 deletions
diff --git a/Changes.old b/Changes.old
index cd73042ff..fbd01a41f 100644
--- a/Changes.old
+++ b/Changes.old
@@ -38375,33 +38375,6 @@ aio.7
Michael Kerrisk
Add details and update URL for OLS 2003 paper on AIO
-xattr.7
- Michael Kerrisk
- Document EA limits for Btrfs
- Document VFS-imposed limits on EAs
- VFS imposes a 255-byte limit on EA names, and a 64kB limit on
- EA values.
- Michael Kerrisk
- The ext[234] block limitation applies to sum of all EAs
- It is not a per-EA limit.
- Michael Kerrisk
- Clarify permissions required to work with 'user' EAs
- Michael Kerrisk
- ext2 and ext3 no longer need mounting with 'user_xattr' for user EAs
- Michael Kerrisk
- Add various relevant pages to SEE ALSO
- Michael Kerrisk
- Add CONFORMING TO section
- Michael Kerrisk
- Modify headings to man-pages norms
- Michael Kerrisk
- Btrfs also supports extended attributes
- Michael Kerrisk
- File capabilities are implemented using *security* attributes
- Not *system* attributes
- Michael Kerrisk
- Describe limit on EA values for JFS, XFS, and Reiserfs
-
bootparam.7
Michael Kerrisk [Alain Kalker]
Update discussion of 'debug' option
@@ -38468,7 +38441,7 @@ ip.7
Michael Kerrisk [Jiri Pirko, Magnus REFTEL]
Clarify details of the IP_MULTICAST_IF socket option
Michael Kerrisk [Advait Dixi]
- Remove dubious text that says that SO_PRIORITY set IP TOS
+ Remove dubious text that says that SO_PRIORITY sets IP TOS
See https://bugzilla.kernel.org/show_bug.cgi?id=35852
Michael Kerrisk
Relocate misplaced text describing ENOPROTOOPT error
@@ -38507,9 +38480,34 @@ unix.7
Note the 108 bytes for sun_path is how things are done on Linux
And refer the reader to NOTES for discussion of portability.
-
xattr.7
Michael Kerrisk
+ Document EA limits for Btrfs
+ Michael Kerrisk
+ Document VFS-imposed limits on EAs
+ VFS imposes a 255-byte limit on EA names, and a 64kB limit on
+ EA values.
+ Michael Kerrisk
+ The ext[234] block limitation applies to sum of all EAs
+ It is not a per-EA limit.
+ Michael Kerrisk
+ Clarify permissions required to work with 'user' EAs
+ Michael Kerrisk
+ ext2 and ext3 no longer need mounting with 'user_xattr' for user EAs
+ Michael Kerrisk
+ Add various relevant pages to SEE ALSO
+ Michael Kerrisk
+ Add CONFORMING TO section
+ Michael Kerrisk
+ Modify headings to man-pages norms
+ Michael Kerrisk
+ Btrfs also supports extended attributes
+ Michael Kerrisk
+ File capabilities are implemented using *security* attributes
+ Not *system* attributes
+ Michael Kerrisk
+ Describe limit on EA values for JFS, XFS, and Reiserfs
+ Michael Kerrisk
Explicitly mention some of the xattr system calls in DESCRIPTION
Naming the system calls helps to orient the reader