| Commit message (Expand) | Author | Age | Files | Lines |
* | - truncate(2) returns EFBIG if the length argument was greater than the | pjd | 2006-12-13 | 1 | -1/+9 |
* | Append-only flag also denies chown(2). | pjd | 2006-12-13 | 1 | -1/+1 |
* | Much more correct EFTYPE description. | pjd | 2006-12-13 | 1 | -1/+3 |
* | Better wording. | pjd | 2006-12-13 | 2 | -2/+2 |
* | Append-only flag also denies chmod(2). Is this correct behaviour? | pjd | 2006-12-13 | 1 | -1/+1 |
* | Be more precise with EPERM description. When chown(2) is a no-op, it will | pjd | 2006-12-13 | 1 | -1/+2 |
* | Write permission if of course only needed for the parent directory of | pjd | 2006-12-13 | 2 | -8/+4 |
* | mkfifo(2) returns EACCES when write permission is denied for a component of | pjd | 2006-12-13 | 1 | -0/+2 |
* | Be more specific when ELOOP can be returned. | pjd | 2006-12-12 | 1 | -1/+3 |
* | symlink(2) return EACCES if a component of the name2 path prefix denies | pjd | 2006-12-12 | 1 | -0/+4 |
* | Correct ENOENT description. | pjd | 2006-12-12 | 1 | -2/+4 |
* | The 'name1' argument to symlink(2) is only limited to 1023 characters, | pjd | 2006-12-12 | 1 | -1/+3 |
* | mkdir(2) creates directory, not file. | pjd | 2006-12-12 | 1 | -1/+2 |
* | Remove reference to confusing behaviour just removed from | julian | 2006-12-12 | 1 | -6/+3 |
* | When directory is given as an argument for unlink(2), EPERM is returned | pjd | 2006-12-10 | 1 | -4/+1 |
* | If the named file has its immutable or append-only flag set, utimes(2) | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the parent directory of the named file has its immutable flag set, | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the parent directory of the destination file has its immutable flag set, | pjd | 2006-12-09 | 1 | -1/+8 |
* | - If the source file has its immutable or append-only flag set, link(2) | pjd | 2006-12-09 | 1 | -4/+13 |
* | If the named file has its immutable or append-only flag set, truncate(2) | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the named file has its immutable flag set, chown(2) returns EPERM. | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the named file has its immutable flag set, chmod(2) returns EPERM. | pjd | 2006-12-09 | 1 | -1/+6 |
* | Add reference to chflags(2). | pjd | 2006-12-09 | 1 | -0/+1 |
* | If the parent directory of the named file has its immutable flag set, | pjd | 2006-12-09 | 1 | -1/+5 |
* | - If the directory to be removed has its immutable, undeletable or append-only | pjd | 2006-12-09 | 1 | -1/+9 |
* | - If the parent directory of the file pointed at by the from argument has its | pjd | 2006-12-09 | 1 | -0/+8 |
* | Correct last commit. The parent directory of the file to be removed can | pjd | 2006-12-09 | 1 | -3/+5 |
* | When immutable, undeletable or append-only flag is set, rename(2) | pjd | 2006-12-09 | 1 | -1/+8 |
* | When undeletable flag is set, unlink(2) return EPERM. | pjd | 2006-12-09 | 1 | -1/+1 |
* | Grammar. | ru | 2006-12-04 | 1 | -1/+1 |
* | document recent change to return ECONNRESET for tcp sockets | sam | 2006-12-04 | 1 | -1/+4 |
* | Note that, thanks to the work by Alan Cox et al, some arch'es | yar | 2006-11-24 | 1 | -2/+19 |
* | Document that the data field for NOTE_EXIT holds the process exit status. | jhb | 2006-11-20 | 1 | -0/+2 |
* | Add an entry for PT_GETLWPLIST. | trhodes | 2006-11-09 | 1 | -1/+3 |
* | Remove sys/uio.h include -- this is no longer required by the extattr | rwatson | 2006-11-06 | 1 | -1/+0 |
* | - clock_gettime is in time.h instead of sys/time.h | danger | 2006-11-04 | 1 | -3/+3 |
* | Replace the SEE ALSO xrefs with a more reasonable set stolen from POSIX. | ru | 2006-11-02 | 1 | -2/+7 |
* | Document MNT_GJOURNAL option. | pjd | 2006-11-01 | 1 | -1/+4 |
* | Minor markup fix: A comma should be seperated by space from macro | simon | 2006-10-21 | 1 | -1/+1 |
* | Avoid a potential hard sentence break. | ru | 2006-10-21 | 1 | -1/+1 |
* | Use normal parentheses. | ru | 2006-10-12 | 1 | -5/+5 |
* | Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3). | ru | 2006-10-12 | 1 | -0/+2 |
* | Document S_IRWXU and permission bits for group/other. | ru | 2006-10-12 | 1 | -2/+11 |
* | o Follow the trend and try to explain what the slow device is. | maxim | 2006-10-11 | 1 | -3/+5 |
* | Reword previous delta a little bit. | trhodes | 2006-10-07 | 1 | -14/+8 |
* | Fix ambiguity in description. Note that the aio_return() system call should | trhodes | 2006-10-07 | 1 | -5/+9 |
* | Add missing word "returns." | trhodes | 2006-10-07 | 1 | -1/+1 |
* | Fix markup, language, function prototype, and example code. | ru | 2006-09-30 | 1 | -35/+49 |
* | Fix typo | vd | 2006-09-26 | 1 | -2/+1 |
* | remove thr_getscheduler, thr_setscheduler, thr_setschedparam, | davidxu | 2006-09-21 | 1 | -9/+3 |