| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | - 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 |
* | | Use _kevent() instead of kevent(). | ume | 2006-12-04 | 1 | -7/+7 |
* | | Minor clarification. | dds | 2006-12-03 | 1 | -1/+1 |
* | | o As POSIX requires confstr(3) returns zero on errors, not -1. | maxim | 2006-12-03 | 1 | -2/+2 |
* | | 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 |
* | | Cleanup: we always have to use __error() now, and we shouldn't provide a | cognet | 2006-11-09 | 2 | -58/+1 |
* | | Remove a forgotten file. | ru | 2006-11-08 | 1 | -4/+0 |
* | | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 32 | -1223/+34 |
* | | Provide definitions suitable for arm big-endian. | cognet | 2006-11-06 | 1 | -0/+5 |
* | | Remove sys/uio.h include -- this is no longer required by the extattr | rwatson | 2006-11-06 | 1 | -1/+0 |
* | | Document return values for res_query and res_search. | lawrance | 2006-11-04 | 2 | -3/+17 |
* | | - clock_gettime is in time.h instead of sys/time.h | danger | 2006-11-04 | 1 | -3/+3 |
* | | - change ABI for user trap handler for sun4v (eventually will sync sparc64 no | kmacy | 2006-11-03 | 2 | -0/+7 |
* | | 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 |
* | | Backed out rev.1.10 (a special case for amd64). The amd64 mcount code | bde | 2006-10-28 | 1 | -6/+0 |
* | | Add missing markup bits. | ru | 2006-10-28 | 1 | -1/+3 |
* | | Merge res_send.c of BIND9 9.3.3rc2 into main chunk. It includes | ume | 2006-10-24 | 1 | -6/+7 |
* | | Revert the rev. 1.4, it causes breakage on most arches except i386. | kib | 2006-10-23 | 1 | -4/+1 |
* | | 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 |
* | | Workaround for (what seems to be) compiler error for gcc 3.4.6. On | kib | 2006-10-21 | 1 | -1/+4 |
* | | file == NULL: | ache | 2006-10-16 | 1 | -9/+14 |
* | | Honor errno obtained from __sflags | ache | 2006-10-16 | 1 | -1/+3 |
* | | Back out ftruncate error handling. There can some file tipes | ache | 2006-10-16 | 1 | -9/+2 |
* | | Do real seek | ache | 2006-10-15 | 1 | -3/+11 |
* | | Forgot to bump the document date. | ru | 2006-10-13 | 1 | -1/+1 |
* | | Some word smithing adopted from the PR. | ru | 2006-10-13 | 1 | -14/+14 |
* | | Add missing comma. | ru | 2006-10-13 | 1 | -1/+1 |
* | | Use normal parentheses. | ru | 2006-10-12 | 1 | -5/+5 |
* | | Don't say "rightmost" when referring to the least significant bit. | ru | 2006-10-12 | 1 | -4/+5 |
* | | More accurately document the implementation details of internal storage. | ru | 2006-10-12 | 2 | -21/+23 |
* | | 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 |
* | | Document what "msgsz" argument really denotes. [1] | ru | 2006-10-12 | 1 | -4/+9 |
* | | Note that the value from getenv() should not be modified by applications. | trhodes | 2006-10-12 | 1 | -1/+5 |