summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/pathconf.2
Commit message (Collapse)AuthorAgeFilesLines
* General mdoc(7) and typo fixes.gjb2012-05-081-1/+1
| | | | | PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* mdoc: make pages render with mandocuqs2010-10-211-2/+1
| | | | | | It's a bit more pedantic regarding .Bl list elements. This has an added benefit of unbreaking the ipfw(8) manpage, where groff was silently skipping one list element.
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-3/+25
| | | | | | | | | | | | | 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)
* Bump manual page timestamps.trasz2009-06-251-1/+1
|
* Add NFSv4 ACL support to libc.trasz2009-06-251-0/+3
| | | | | | | | | | | This adds the following functions to the acl(3) API: acl_add_flag_np, acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np, acl_delete_flag_np, acl_get_extended_np, acl_get_flag_np, acl_get_flagset_np, acl_set_extended_np, acl_set_flagset_np, acl_to_text_np, acl_is_trivial_np, acl_strip_np, acl_get_brand_np. Most of them are similar to what Darwin does. There are no backward-incompatible changes. Approved by: rwatson@
* Bump date.pjd2007-04-051-1/+1
|
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-051-0/+12
| | | | | | OpenSolaris. For more information please refer to: http://blogs.sun.com/bonwick/entry/seek_hole_and_seek_data
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Scheduled mdoc(7) sweep.ru2005-01-111-6/+6
|
* Eliminate some magic numbers and correct description of _PC_NO_TRUNC.wollman2004-07-081-4/+23
| | | | | Slight emendation to _PC_CHOWN_RESTRICTED, which is in a very similar boat.
* there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.alfred2004-07-071-1/+1
|
* Typo fixes.keramida2003-01-071-1/+1
| | | | | PR: docs/46815 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+2
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-5/+9
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* mdoc(7) police: formatting nits.ru2002-11-291-1/+1
| | | | Approved by: re
* Add descriptions for some _PC_* variables from <sys/unistd.h> thattjr2002-11-041-1/+40
| | | | were missing.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+3
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-9/+10
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+163
OpenPOWER on IntegriCloud