summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* - truncate(2) returns EFBIG if the length argument was greater than thepjd2006-12-131-1/+9
* Append-only flag also denies chown(2).pjd2006-12-131-1/+1
* Much more correct EFTYPE description.pjd2006-12-131-1/+3
* Better wording.pjd2006-12-132-2/+2
* Append-only flag also denies chmod(2). Is this correct behaviour?pjd2006-12-131-1/+1
* Be more precise with EPERM description. When chown(2) is a no-op, it willpjd2006-12-131-1/+2
* Write permission if of course only needed for the parent directory ofpjd2006-12-132-8/+4
* mkfifo(2) returns EACCES when write permission is denied for a component ofpjd2006-12-131-0/+2
* Be more specific when ELOOP can be returned.pjd2006-12-121-1/+3
* symlink(2) return EACCES if a component of the name2 path prefix deniespjd2006-12-121-0/+4
* Correct ENOENT description.pjd2006-12-121-2/+4
* The 'name1' argument to symlink(2) is only limited to 1023 characters,pjd2006-12-121-1/+3
* mkdir(2) creates directory, not file.pjd2006-12-121-1/+2
* Remove reference to confusing behaviour just removed fromjulian2006-12-121-6/+3
* When directory is given as an argument for unlink(2), EPERM is returnedpjd2006-12-101-4/+1
* If the named file has its immutable or append-only flag set, utimes(2)pjd2006-12-091-1/+6
* If the parent directory of the named file has its immutable flag set,pjd2006-12-091-1/+6
* If the parent directory of the destination file has its immutable flag set,pjd2006-12-091-1/+8
* - If the source file has its immutable or append-only flag set, link(2)pjd2006-12-091-4/+13
* If the named file has its immutable or append-only flag set, truncate(2)pjd2006-12-091-1/+6
* If the named file has its immutable flag set, chown(2) returns EPERM.pjd2006-12-091-1/+6
* If the named file has its immutable flag set, chmod(2) returns EPERM.pjd2006-12-091-1/+6
* Add reference to chflags(2).pjd2006-12-091-0/+1
* If the parent directory of the named file has its immutable flag set,pjd2006-12-091-1/+5
* - If the directory to be removed has its immutable, undeletable or append-onlypjd2006-12-091-1/+9
* - If the parent directory of the file pointed at by the from argument has itspjd2006-12-091-0/+8
* Correct last commit. The parent directory of the file to be removed canpjd2006-12-091-3/+5
* When immutable, undeletable or append-only flag is set, rename(2)pjd2006-12-091-1/+8
* When undeletable flag is set, unlink(2) return EPERM.pjd2006-12-091-1/+1
* Grammar.ru2006-12-041-1/+1
* document recent change to return ECONNRESET for tcp socketssam2006-12-041-1/+4
* Note that, thanks to the work by Alan Cox et al, some arch'esyar2006-11-241-2/+19
* Document that the data field for NOTE_EXIT holds the process exit status.jhb2006-11-201-0/+2
* Add an entry for PT_GETLWPLIST.trhodes2006-11-091-1/+3
* Remove sys/uio.h include -- this is no longer required by the extattrrwatson2006-11-061-1/+0
* - clock_gettime is in time.h instead of sys/time.hdanger2006-11-041-3/+3
* Replace the SEE ALSO xrefs with a more reasonable set stolen from POSIX.ru2006-11-021-2/+7
* Document MNT_GJOURNAL option.pjd2006-11-011-1/+4
* Minor markup fix: A comma should be seperated by space from macrosimon2006-10-211-1/+1
* Avoid a potential hard sentence break.ru2006-10-211-1/+1
* Use normal parentheses.ru2006-10-121-5/+5
* Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).ru2006-10-121-0/+2
* Document S_IRWXU and permission bits for group/other.ru2006-10-121-2/+11
* o Follow the trend and try to explain what the slow device is.maxim2006-10-111-3/+5
* Reword previous delta a little bit.trhodes2006-10-071-14/+8
* Fix ambiguity in description. Note that the aio_return() system call shouldtrhodes2006-10-071-5/+9
* Add missing word "returns."trhodes2006-10-071-1/+1
* Fix markup, language, function prototype, and example code.ru2006-09-301-35/+49
* Fix typovd2006-09-261-2/+1
* remove thr_getscheduler, thr_setscheduler, thr_setschedparam,davidxu2006-09-211-9/+3
OpenPOWER on IntegriCloud