freebsd-skq/lib
trasz 09784497a2 There is an optimization in chmod(1), that makes it not to call chmod(2)
if the new file mode is the same as it was before; however, this
optimization must be disabled for filesystems that support NFSv4 ACLs.
Chmod uses pathconf(2) to determine whether this is the case - however,
pathconf(2) always follows symbolic links, while the 'chmod -h' doesn't.

This change adds lpathconf(3) to make it possible to solve that problem
in a clean way.

Reviewed by:	rwatson (earlier version)
Approved by:	re (kib)
2009-07-08 15:23:18 +00:00
..
bind Add support for the build options that are currently in the port: 2009-06-01 21:58:59 +00:00
csu
libalias
libarchive Fix "tar --options=iso9660:joliet" and other uses 2009-06-20 06:02:21 +00:00
libauditd
libautofs
libbegemot
libbluetooth
libbsm
libbsnmp
libbz2
libc There is an optimization in chmod(1), that makes it not to call chmod(2) 2009-07-08 15:23:18 +00:00
libc_r
libcalendar
libcam
libcom_err
libcompat K&R -> ANSI 2009-06-23 23:20:09 +00:00
libcrypt
libdevinfo
libdevstat
libdisk - Allow a higher value for the number of heads. Its better to do this and allow 2009-06-17 06:47:05 +00:00
libdwarf
libedit
libelf
libexpat
libfetch
libftpio
libgeom
libgpib
libgssapi
libipsec
libipx
libjail Fix dynamic (re)allocation logic in jailparam_set and jailparam_get. 2009-06-25 22:42:19 +00:00
libkiconv free(3) won't mess with errno so return it as-is. 2009-06-22 21:49:55 +00:00
libkse
libkvm Rework the credential code to support larger values of NGROUPS and 2009-06-19 17:10:35 +00:00
libmagic
libmd
libmemstat
libmilter
libmp
libncp
libnetgraph
libngatm
libopie
libpam Rewrap; this was getting painful. Translators can ignore this. 2009-06-20 10:09:59 +00:00
libpcap
libpmc Document the fact that some Core2 family CPUs lack fixed-function counters. 2009-06-09 06:36:29 +00:00
libproc
libradius
librpcsec_gss
librpcsvc
librt
libsbuf
libsdp
libsm
libsmb
libsmdb
libsmutil
libstand Fix minor issues in libstand. 2009-05-31 21:29:07 +00:00
libtacplus
libtelnet
libthr In the current code, rdlock_count is not correctly handled for some cases. 2009-07-06 09:31:04 +00:00
libthread_db Revert r181651, which changed the ABI, and use a temp variable instead. 2009-06-09 12:32:10 +00:00
libufs Allow libufs(3) functions to operate on a regular file. This makes it possible to 2009-06-11 18:04:57 +00:00
libugidfw
libusb - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
libusbhid
libutil Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3. 2009-06-24 12:52:59 +00:00
libvgl
libwrap
liby
libypclnt
libz
msun Use the documented machine constraint for SSE registers. 2009-06-11 13:59:51 +00:00
ncurses - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcap 2009-06-22 15:00:15 +00:00
Makefile Add libjail, a (somewhat) simpler interface to the jail_set and jail_get 2009-06-24 18:18:35 +00:00
Makefile.inc