summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* get LIBPTHREAD_ADAPTIVE_SPIN early, so it can be used for some globaldavidxu2006-12-201-2/+5
* Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, usedavidxu2006-12-205-1/+8
* add a missing the...jmg2006-12-191-1/+1
* Clean bound and non-bound pthread structures consistently beforepeadar2006-12-182-8/+10
* Use <osreldate.h> rather than the OS version reported by the kerneljkoshy2006-12-189-67/+74
* Use the correct value of __FreeBSD_version.jkoshy2006-12-182-10/+9
* Fix a typo.jkoshy2006-12-161-1/+1
* Consistently use a socklen_t type where required, and eliminaterodrigc2006-12-161-6/+6
* Merge BIND9 9.3.3 into main chunk.ume2006-12-155-20/+17
* This commit was generated by cvs2svn to compensate for changes in r165254,ume2006-12-151-5/+5
|\
| * Vendor import of BIND 9.3.3ume2006-12-156-25/+22
| * Import of BIND 9.3.3rc2ume2006-10-241-7/+7
* | chflags(2) returns EPERM when user tries to set or remove the SF_SNAPSHOT flag.pjd2006-12-151-0/+4
* | This adds the "system calls"rrs2006-12-152-1/+830
* | - Remove variable _thr_scope_system, all threads are system scope.davidxu2006-12-1510-25/+19
* | band-aide until _SC_PHYS_PAGES actually is definedimp2006-12-141-0/+2
* | Add support for _SC_PHYS_PAGES, which is not standard, but can be found inpjd2006-12-142-1/+27
* | Document _SC_PAGESIZE. There are still 85 undocumented variables.pjd2006-12-141-1/+3
* | Create inline function _thr_umutex_trylock2 to only try one atomicdavidxu2006-12-142-3/+11
* | - 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
* | Name the functions documented by this manual page correctly.jkoshy2006-12-131-2/+2
* | 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
* | Correctly check failed syscall.davidxu2006-12-121-10/+10
* | Move checking for c_has_waiters into low level _thr_ucond_signal anddavidxu2006-12-122-16/+12
* | Document the ELF types supported by libelf.jkoshy2006-12-111-1/+93
* | When directory is given as an argument for unlink(2), EPERM is returnedpjd2006-12-101-4/+1
* | Changes to generated files related to the 9.3.3 import.dougb2006-12-109-93/+360
* | 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
OpenPOWER on IntegriCloud