summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Restore kse.h in this directory so other tools don't find it by mistake.jeff2008-03-233-1/+137
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-223-0/+50
* Use linker set to collection all target operations.davidxu2008-03-224-13/+22
* Add MLINK for archive_write_close.kaiw2008-03-211-0/+1
* Resolve __error()'s PLT early so that it needs not to be resolved again,davidxu2008-03-211-0/+3
* pthread_mutexattr_destroy() was accidentally broken in last revision,ru2008-03-201-0/+1
* s/wait/delta/ to avoid namespace collision.des2008-03-201-16/+16
* Preserve application code's errno in rtld locking code, it attemps to keepdavidxu2008-03-201-2/+31
* Make pthread_mutexattr_settype to return error number directly anddavidxu2008-03-201-3/+1
* don't reduce new thread's refcount if current thread can not set cpusetdavidxu2008-03-191-1/+1
* - Trim trailing spaces.davidxu2008-03-191-8/+8
* if passed thread pointer is equal to current thread, pass -1 to kerneldavidxu2008-03-191-11/+19
* Ensure that the section header table is written out in an orderjkoshy2008-03-191-3/+2
* Clarify that the ELF library only sets the sh_entsize field of ajkoshy2008-03-191-4/+4
* Add mandatory "security description" SDP parameter to the PANU profileemax2008-03-191-0/+2
* Add PSM and Load Factor SDP parameters to the BNEP based profilesemax2008-03-181-9/+24
* - Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may calldavidxu2008-03-183-4/+17
* Don't allocate the constant array "props" on the stack in wctype.antoine2008-03-171-1/+1
* scandir(3) previously used st_size to obtain an initial estimatedas2008-03-161-13/+3
* Actually delete SIGCANCEL mask for suspended thread, so the signal will notdavidxu2008-03-161-3/+2
* Update a comment: the format bid only runs once per archive; it nokientzle2008-03-151-9/+2
* Free up the entry objects allocated during this test.kientzle2008-03-151-0/+3
* Release the buffers used for exercising the compress code.kientzle2008-03-151-0/+3
* Remove the duplicate "archive_format" and "archive_format_name" fieldskientzle2008-03-157-29/+22
* Correct a sign mismatch that only showed up on 64-bit systems.kientzle2008-03-151-2/+2
* Refactor the mtree code a bit to make the layering clearer: Eachkientzle2008-03-151-106/+172
* FreeBSD does have fstat().kientzle2008-03-152-1/+2
* Testability is more important than standards conformance.kientzle2008-03-151-3/+8
* Ignore a few more common files.kientzle2008-03-151-1/+7
* Resolve a minor nit in SUS compliance by including the PID in thekientzle2008-03-152-12/+27
* GC a reference to the defunct TESTFILES variable.kientzle2008-03-151-1/+1
* A subtle point: "pax interchange format" mandates that all stringskientzle2008-03-155-259/+538
* Ignore some built files.kientzle2008-03-151-0/+4
* Don't lie. If a string can't be converted to a wide (Unicode) string,kientzle2008-03-142-1/+43
* Don't advertise the default block size as a constant; don'tkientzle2008-03-141-1/+6
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()kientzle2008-03-145-1/+58
* Update some comments, comment out argument names to guard againstkientzle2008-03-141-16/+50
* Since "length" computes the length of a string and is used as ankientzle2008-03-141-1/+1
* Let archive_entry_clear() accept a NULL pointer and simply do nothing.kientzle2008-03-141-0/+2
* Rework the versioning implementation and test to match thekientzle2008-03-142-2/+58
* Rework the versioning information, hopefully for the last time.kientzle2008-03-141-41/+37
* Add a useful sprintf()-style wrapper aroundkientzle2008-03-142-0/+13
* Support for writing 'compress' format, thanks to Joerg Sonnenberger.kientzle2008-03-145-0/+596
* A block in a tar file is 512 bytes. Period.kientzle2008-03-141-1/+1
* - Document Pentium and Pentium MMX events.jkoshy2008-03-141-2/+338
* Fix bugs in previous revision (missing comma, misspelled syscall name).ru2008-03-131-3/+2
* Remove trailing whitespace.ru2008-03-131-1/+1
* Add missing section number.ru2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSOdavidxu2008-03-132-4/+3
* Current 'ar' read support in libarchive can only handle a GNU/SVR4kaiw2008-03-123-42/+41
OpenPOWER on IntegriCloud