summaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* New sentence -> new line. While here, fix apostrophe abuse.Christian Brueffer2007-02-141-4/+7
* Change the date.Julian Elischer2007-02-131-1/+1
* Make the kse man page reflect the removal of the KSEGRP kernel abstraction.Julian Elischer2007-02-131-54/+30
* Docment the acceptable values for the id parameter.Mike Pritchard2007-02-011-1/+16
* When we try to set set-gid bit with chmod(2) on a file, which we own, but ourPawel Jakub Dawidek2007-01-161-1/+5
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* o Document SO_TIMESTAMP and SO_BINSTAMP socket options.Maxim Konovalov2007-01-111-2/+46
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-09112-448/+0
* Be more specific in ENXIO description:Pawel Jakub Dawidek2007-01-071-3/+4
* open(2) returns EROFS when O_CREAT is specified and the named file wouldPawel Jakub Dawidek2007-01-071-0/+3
* - POSIX mentions that EACCES can be returned when O_TRUNC is specifiedPawel Jakub Dawidek2007-01-071-1/+18
* Prefer "to be modified" over "to be opened for writing".Pawel Jakub Dawidek2007-01-071-1/+1
* Bump modification date for last update.Simon L. B. Nielsen2006-12-281-1/+1
* Catch up struct cmsghdr and struct msghdr in the manual page with theSimon L. B. Nielsen2006-12-281-11/+11
* chflags(2) returns EPERM when user tries to set or remove the SF_SNAPSHOT flag.Pawel Jakub Dawidek2006-12-151-0/+4
* - truncate(2) returns EFBIG if the length argument was greater than thePawel Jakub Dawidek2006-12-131-1/+9
* Append-only flag also denies chown(2).Pawel Jakub Dawidek2006-12-131-1/+1
* Much more correct EFTYPE description.Pawel Jakub Dawidek2006-12-131-1/+3
* Better wording.Pawel Jakub Dawidek2006-12-132-2/+2
* Append-only flag also denies chmod(2). Is this correct behaviour?Pawel Jakub Dawidek2006-12-131-1/+1
* Be more precise with EPERM description. When chown(2) is a no-op, it willPawel Jakub Dawidek2006-12-131-1/+2
* Write permission if of course only needed for the parent directory ofPawel Jakub Dawidek2006-12-132-8/+4
* mkfifo(2) returns EACCES when write permission is denied for a component ofPawel Jakub Dawidek2006-12-131-0/+2
* Be more specific when ELOOP can be returned.Pawel Jakub Dawidek2006-12-121-1/+3
* symlink(2) return EACCES if a component of the name2 path prefix deniesPawel Jakub Dawidek2006-12-121-0/+4
* Correct ENOENT description.Pawel Jakub Dawidek2006-12-121-2/+4
* The 'name1' argument to symlink(2) is only limited to 1023 characters,Pawel Jakub Dawidek2006-12-121-1/+3
* mkdir(2) creates directory, not file.Pawel Jakub Dawidek2006-12-121-1/+2
* Remove reference to confusing behaviour just removed fromJulian Elischer2006-12-121-6/+3
* When directory is given as an argument for unlink(2), EPERM is returnedPawel Jakub Dawidek2006-12-101-4/+1
* If the named file has its immutable or append-only flag set, utimes(2)Pawel Jakub Dawidek2006-12-091-1/+6
* If the parent directory of the named file has its immutable flag set,Pawel Jakub Dawidek2006-12-091-1/+6
* If the parent directory of the destination file has its immutable flag set,Pawel Jakub Dawidek2006-12-091-1/+8
* - If the source file has its immutable or append-only flag set, link(2)Pawel Jakub Dawidek2006-12-091-4/+13
* If the named file has its immutable or append-only flag set, truncate(2)Pawel Jakub Dawidek2006-12-091-1/+6
* If the named file has its immutable flag set, chown(2) returns EPERM.Pawel Jakub Dawidek2006-12-091-1/+6
* If the named file has its immutable flag set, chmod(2) returns EPERM.Pawel Jakub Dawidek2006-12-091-1/+6
* Add reference to chflags(2).Pawel Jakub Dawidek2006-12-091-0/+1
* If the parent directory of the named file has its immutable flag set,Pawel Jakub Dawidek2006-12-091-1/+5
* - If the directory to be removed has its immutable, undeletable or append-onlyPawel Jakub Dawidek2006-12-091-1/+9
* - If the parent directory of the file pointed at by the from argument has itsPawel Jakub Dawidek2006-12-091-0/+8
* Correct last commit. The parent directory of the file to be removed canPawel Jakub Dawidek2006-12-091-3/+5
* When immutable, undeletable or append-only flag is set, rename(2)Pawel Jakub Dawidek2006-12-091-1/+8
* When undeletable flag is set, unlink(2) return EPERM.Pawel Jakub Dawidek2006-12-091-1/+1
* Grammar.Ruslan Ermilov2006-12-041-1/+1
* document recent change to return ECONNRESET for tcp socketsSam Leffler2006-12-041-1/+4
* Note that, thanks to the work by Alan Cox et al, some arch'esYaroslav Tykhiy2006-11-241-2/+19
* Document that the data field for NOTE_EXIT holds the process exit status.John Baldwin2006-11-201-0/+2
* Add an entry for PT_GETLWPLIST.Tom Rhodes2006-11-091-1/+3
* Remove sys/uio.h include -- this is no longer required by the extattrRobert Watson2006-11-061-1/+0