aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* test cancel_pending to save a thr_wake call in some specical cases.David Xu2006-12-061-1/+1
* _thr_ucond_wait drops lock, we should pick it up again.David Xu2006-12-051-0/+1
* the c_has_waiters is lazily updated, temporarily disable the falseDavid Xu2006-12-051-0/+2
* Use ucond to implement barrier.David Xu2006-12-052-8/+10
* Add _thr_ucond_init().David Xu2006-12-052-3/+10
* Tweak _thr_cancel_leave_defer a bit to fix a possible race.David Xu2006-12-051-3/+7
* Grammar.Ruslan Ermilov2006-12-041-1/+1
* document recent change to return ECONNRESET for tcp socketsSam Leffler2006-12-041-1/+4
* Use _kevent() instead of kevent().Hajimu UMEMOTO2006-12-041-7/+7
* Fix typo, I was using a wrong header file, and the typo is not detectedDavid Xu2006-12-041-1/+1
* Use kernel provided userspace condition variable to implement pthreadDavid Xu2006-12-046-96/+105
* Argh. Restore a stat() call that was erroneously removed.Tim Kientzle2006-12-041-0/+6
* Minor clarification.Diomidis Spinellis2006-12-031-1/+1
* o As POSIX requires confstr(3) returns zero on errors, not -1.Maxim Konovalov2006-12-031-2/+2
* If a thread was detached, return EINVAL instead, the error codeDavid Xu2006-11-283-3/+3
* Improve support for large ISOs:Tim Kientzle2006-11-271-4/+25
* Bump the libarchive version number, correct the shell hackery to breakTim Kientzle2006-11-261-5/+6
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).Tim Kientzle2006-11-2610-34/+91
* - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.Ruslan Ermilov2006-11-261-5/+5
* Unbreak libarchive on arm. Two parts of libarchive relied on aTim Kientzle2006-11-263-197/+284
* Connect four new files to the build.Tim Kientzle2006-11-241-1/+9
* Note that, thanks to the work by Alan Cox et al, some arch'esYaroslav Tykhiy2006-11-241-2/+19
* Eliminate atomic operations in thread cancellation functions, it shouldDavid Xu2006-11-2412-213/+176
* - style: use `=' instead of `+=' for initial assignments.Ruslan Ermilov2006-11-241-4/+2
* Fill in a couple of missing casts: clarify one narrowing conversionTim Kientzle2006-11-242-4/+4
* A few minor clarifications and corrections.Tim Kientzle2006-11-241-4/+20
* A few minor corrections to the libarchive.3 overview page.Tim Kientzle2006-11-241-7/+10
* Document the new _open_FILE() and _open_memory() interfaces.Tim Kientzle2006-11-243-11/+75
* New hooks for reading/writing archives to/from a FILE * orTim Kientzle2006-11-245-211/+354
* Document that the data field for NOTE_EXIT holds the process exit status.John Baldwin2006-11-201-0/+2
* Officially rename archive_{read,write}_open_file() toTim Kientzle2006-11-203-9/+17
* Add archive_write_open_filename()/archive_read_open_filename() asTim Kientzle2006-11-155-7/+40
* Style: Use the correct type for a sizeof() variable.Tim Kientzle2006-11-151-1/+1
* Change the internal API for writing data to an entry; make theTim Kientzle2006-11-156-19/+28
* No change in functionality, but fill in a missing errorTim Kientzle2006-11-131-1/+6
* Fix minor formatting issues:Ruslan Ermilov2006-11-1342-78/+79
* These files no longer use internal APIs, so no longer need to includeTim Kientzle2006-11-136-6/+0
* Minor cleanup of the standard read/write I/O modules:Tim Kientzle2006-11-136-116/+83
* Correctly handle writing very large blocks (>1M) through to a diskTim Kientzle2006-11-121-1/+3
* - Replace the use of DPSRCS with something more appropriate. DPSRCSJoseph Koshy2006-11-121-5/+6
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.Joseph Koshy2006-11-11102-1/+14195
* Move code calculating new inherited priority into single function.David Xu2006-11-111-30/+21
* childerr needs to be volatile so gcc won't optimize it away.Dag-Erling Smørgrav2006-11-101-1/+2
* Portability and style fixes:Tim Kientzle2006-11-1034-214/+514
* Add an entry for PT_GETLWPLIST.Tom Rhodes2006-11-091-1/+3
* Cleanup: we always have to use __error() now, and we shouldn't provide aOlivier Houchard2006-11-092-58/+1
* Remove a forgotten file.Ruslan Ermilov2006-11-081-4/+0
* Fix infinite loop in corrupt archives handling in libarchive(3).Simon L. B. Nielsen2006-11-081-4/+16
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-0633-1230/+37
* Provide definitions suitable for arm big-endian.Olivier Houchard2006-11-061-0/+5