summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make the generated message from `elf_errmsg(-1)' a little more readable.jkoshy2006-12-091-1/+1
* Minor refactoring; move the FreeBSD-specific config info intokientzle2006-12-082-78/+106
* remove already commented out codejulian2006-12-061-33/+0
* test cancel_pending to save a thr_wake call in some specical cases.davidxu2006-12-061-1/+1
* _thr_ucond_wait drops lock, we should pick it up again.davidxu2006-12-051-0/+1
* the c_has_waiters is lazily updated, temporarily disable the falsedavidxu2006-12-051-0/+2
* Use ucond to implement barrier.davidxu2006-12-052-8/+10
* Add _thr_ucond_init().davidxu2006-12-052-3/+10
* Tweak _thr_cancel_leave_defer a bit to fix a possible race.davidxu2006-12-051-3/+7
* Grammar.ru2006-12-041-1/+1
* document recent change to return ECONNRESET for tcp socketssam2006-12-041-1/+4
* Use _kevent() instead of kevent().ume2006-12-041-7/+7
* Fix typo, I was using a wrong header file, and the typo is not detecteddavidxu2006-12-041-1/+1
* Use kernel provided userspace condition variable to implement pthreaddavidxu2006-12-046-96/+105
* Argh. Restore a stat() call that was erroneously removed.kientzle2006-12-041-0/+6
* Minor clarification.dds2006-12-031-1/+1
* o As POSIX requires confstr(3) returns zero on errors, not -1.maxim2006-12-031-2/+2
* If a thread was detached, return EINVAL instead, the error codedavidxu2006-11-283-3/+3
* Improve support for large ISOs:kientzle2006-11-271-4/+25
* Bump the libarchive version number, correct the shell hackery to breakkientzle2006-11-261-5/+6
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).kientzle2006-11-2610-34/+91
* - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.ru2006-11-261-5/+5
* Unbreak libarchive on arm. Two parts of libarchive relied on akientzle2006-11-263-197/+284
* Connect four new files to the build.kientzle2006-11-241-1/+9
* Note that, thanks to the work by Alan Cox et al, some arch'esyar2006-11-241-2/+19
* Eliminate atomic operations in thread cancellation functions, it shoulddavidxu2006-11-2412-213/+176
* - style: use `=' instead of `+=' for initial assignments.ru2006-11-241-4/+2
* Fill in a couple of missing casts: clarify one narrowing conversionkientzle2006-11-242-4/+4
* A few minor clarifications and corrections.kientzle2006-11-241-4/+20
* A few minor corrections to the libarchive.3 overview page.kientzle2006-11-241-7/+10
OpenPOWER on IntegriCloud