Use __dead
New sentence, new line. Fix some typos and an xref. Bump date.
Add mount -o extattr option to enable extended attributs (corrently onlyfor UFS1).Remove kernel option for EA backing store autocreation and do it bydefault. Add a sysctl so that autocreated attri
Add mount -o extattr option to enable extended attributs (corrently onlyfor UFS1).Remove kernel option for EA backing store autocreation and do it bydefault. Add a sysctl so that autocreated attriutr size can be modified.
show more ...
Fix fd leaks. Found by cppcheck.While here, fix typo in warning message.
Enable WARNS=4 by default, except for: cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd s
Enable WARNS=4 by default, except for: cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump traceroute traceroute6 user veriexecgen wsmoused zic(Mostly third-party applications)
Fix -Wsign-compare issue
Don't workaround ancient macro argument limit with .Xo/.Xc.
Use more, and more correct macros. Fix Xr section.
Experimental support for extended attributes on UFS1 file systems, using abacking file per attribute type indexed by inode number to hold the extendedattributes.This is working pretty well on my
Experimental support for extended attributes on UFS1 file systems, using abacking file per attribute type indexed by inode number to hold the extendedattributes.This is working pretty well on my test systems, except for the "autostart"feature. I need someone with a better handle on the VFS locking protocolto go over that.This is a work-in-progress. There are parts of this that could be re-factoredallowing this approach to be used on other types of file systems.Adapted from FreeBSD.