aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* scandir(3) previously used st_size to obtain an initial estimateDavid Schultz2008-03-161-13/+3
* Actually delete SIGCANCEL mask for suspended thread, so the signal will notDavid Xu2008-03-161-3/+2
* Update a comment: the format bid only runs once per archive; it noTim Kientzle2008-03-151-9/+2
* Free up the entry objects allocated during this test.Tim Kientzle2008-03-151-0/+3
* Release the buffers used for exercising the compress code.Tim Kientzle2008-03-151-0/+3
* Remove the duplicate "archive_format" and "archive_format_name" fieldsTim Kientzle2008-03-157-29/+22
* Correct a sign mismatch that only showed up on 64-bit systems.Tim Kientzle2008-03-151-2/+2
* Refactor the mtree code a bit to make the layering clearer: EachTim Kientzle2008-03-151-106/+172
* FreeBSD does have fstat().Tim Kientzle2008-03-152-1/+2
* Testability is more important than standards conformance.Tim Kientzle2008-03-151-3/+8
* Ignore a few more common files.Tim Kientzle2008-03-151-1/+7
* Resolve a minor nit in SUS compliance by including the PID in theTim Kientzle2008-03-152-12/+27
* GC a reference to the defunct TESTFILES variable.Tim Kientzle2008-03-151-1/+1
* A subtle point: "pax interchange format" mandates that all stringsTim Kientzle2008-03-155-259/+538
* Ignore some built files.Tim Kientzle2008-03-151-0/+4
* Don't lie. If a string can't be converted to a wide (Unicode) string,Tim Kientzle2008-03-142-1/+43
* Don't advertise the default block size as a constant; don'tTim Kientzle2008-03-141-1/+6
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()Tim Kientzle2008-03-145-1/+58
* Update some comments, comment out argument names to guard againstTim Kientzle2008-03-141-16/+50
* Since "length" computes the length of a string and is used as anTim Kientzle2008-03-141-1/+1
* Let archive_entry_clear() accept a NULL pointer and simply do nothing.Tim Kientzle2008-03-141-0/+2
* Rework the versioning implementation and test to match theTim Kientzle2008-03-142-2/+58
* Rework the versioning information, hopefully for the last time.Tim Kientzle2008-03-141-41/+37
* Add a useful sprintf()-style wrapper aroundTim Kientzle2008-03-142-0/+13
* Support for writing 'compress' format, thanks to Joerg Sonnenberger.Tim Kientzle2008-03-145-0/+596
* A block in a tar file is 512 bytes. Period.Tim Kientzle2008-03-141-1/+1
* - Document Pentium and Pentium MMX events.Joseph Koshy2008-03-141-2/+338
* Fix bugs in previous revision (missing comma, misspelled syscall name).Ruslan Ermilov2008-03-131-3/+2
* Remove trailing whitespace.Ruslan Ermilov2008-03-131-1/+1
* Add missing section number.Ruslan Ermilov2008-03-131-1/+1
* In file sem_timewait.3, remove reference to SYSV semphore in SEE ALSODavid Xu2008-03-132-4/+3
* Current 'ar' read support in libarchive can only handle a GNU/SVR4Kai Wang2008-03-123-42/+41
* Bring the behaviour of pmc_capabilities() and pmc_width() in line withJoseph Koshy2008-03-121-3/+5
* Describe return values from pmc_ncpu() and pmc_npmc() better.Joseph Koshy2008-03-121-1/+4
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInPaolo Pisati2008-03-121-1/+1
* - Remove kse syscall symbols and man pages.Jeff Roberson2008-03-122-21/+1
* - Don't inspect the P_SA flag. It's being removed.Jeff Roberson2008-03-121-7/+2
* - Remove libkse and related support code in libpthread from the build.Jeff Roberson2008-03-122-6/+2
* Portability: Eliminate the need for uudecode by incorporatingTim Kientzle2008-03-127-81/+231
* Remove some unused fields from the private archive_read structureTim Kientzle2008-03-122-52/+0
* Tighten up the semantics of acl_next() and xattr_next() when youTim Kientzle2008-03-122-0/+27
* Typo, thanks to: Jeff Johnson.Tim Kientzle2008-03-121-1/+1
* Add missing comma.David Xu2008-03-121-1/+1
* Add manual for function sem_timedwait().David Xu2008-03-122-1/+123
* If a thread is cancelled, it may have already consumed a umtx_wake,David Xu2008-03-111-0/+2
* Add structures to hold SDP parameters for the NAP, GN and PANU profiles.Maksim Yevmenkin2008-03-111-0/+17
* Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.Joseph Koshy2008-03-101-12/+70
* Use .Fo/.Fc and .Xo/.Xc to bring the line widths below 79 columns.Joseph Koshy2008-03-104-16/+102
* Add reference to kldunloadf system call, which was previously notRobert Watson2008-03-102-1/+15
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withAntoine Brodin2008-03-081-1/+37