| Commit message (Expand) | Author | Age | Files | Lines |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 749 | -3005/+1 |
* | Be more specific in ENXIO description: | pjd | 2007-01-07 | 1 | -3/+4 |
* | open(2) returns EROFS when O_CREAT is specified and the named file would | pjd | 2007-01-07 | 1 | -0/+3 |
* | - POSIX mentions that EACCES can be returned when O_TRUNC is specified | pjd | 2007-01-07 | 1 | -1/+18 |
* | Prefer "to be modified" over "to be opened for writing". | pjd | 2007-01-07 | 1 | -1/+1 |
* | Handle inf/nan correctly. | das | 2007-01-06 | 1 | -2/+14 |
* | The distinction between quiet and signaling NaN formats is | das | 2007-01-03 | 6 | -0/+128 |
* | Fix rounding of 0xf for hex fp formats. | das | 2007-01-03 | 2 | -3/+3 |
* | Bump modification date for last update. | simon | 2006-12-28 | 1 | -1/+1 |
* | Catch up struct cmsghdr and struct msghdr in the manual page with the | simon | 2006-12-28 | 1 | -11/+11 |
* | Fix a typo in __fpu_ftox() that caused long double to long (and long long) | marius | 2006-12-24 | 1 | -9/+10 |
* | Implement chunk allocation/deallocation hysteresis by caching one spare | jasone | 2006-12-23 | 1 | -51/+86 |
* | add a missing the... | jmg | 2006-12-19 | 1 | -1/+1 |
* | Consistently use a socklen_t type where required, and eliminate | rodrigc | 2006-12-16 | 1 | -6/+6 |
* | Merge BIND9 9.3.3 into main chunk. | ume | 2006-12-15 | 5 | -20/+17 |
* | This commit was generated by cvs2svn to compensate for changes in r165254, | ume | 2006-12-15 | 1 | -5/+5 |
|\ |
|
| * | Vendor import of BIND 9.3.3 | ume | 2006-12-15 | 6 | -25/+22 |
| * | Import of BIND 9.3.3rc2 | ume | 2006-10-24 | 1 | -7/+7 |
* | | chflags(2) returns EPERM when user tries to set or remove the SF_SNAPSHOT flag. | pjd | 2006-12-15 | 1 | -0/+4 |
* | | This adds the "system calls" | rrs | 2006-12-15 | 2 | -1/+830 |
* | | band-aide until _SC_PHYS_PAGES actually is defined | imp | 2006-12-14 | 1 | -0/+2 |
* | | Add support for _SC_PHYS_PAGES, which is not standard, but can be found in | pjd | 2006-12-14 | 2 | -1/+27 |
* | | Document _SC_PAGESIZE. There are still 85 undocumented variables. | pjd | 2006-12-14 | 1 | -1/+3 |
* | | - 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 |