summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-0512-311/+854
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-043-18/+15
* Don't forget to clean up the file copied from the kernel sources.ed2010-01-021-0/+2
* Build lib/ with WARNS=6 by default.ed2010-01-0265-37/+81
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-20/+0
* Remove an unused variable.ed2009-12-311-1/+0
* Add missing `void' keyword.ed2009-12-311-1/+1
* Use _once() to initialize the pthread key for thread-local storage to holdjhb2009-12-301-14/+14
* Remove some test files that are no longer used.kientzle2009-12-305-27092/+0
* Reserve constants for RPM unwrapper and XAR reader.kientzle2009-12-301-0/+2
* Libarchive in FreeBSD is now synced up with 2.7.901a fromkientzle2009-12-301-2/+2
* UU decoder. Now that libarchive can recursively taste input streams,kientzle2009-12-306-0/+767
* A raft of test changes and improvements from the Googlecode repository.kientzle2009-12-3073-1315/+6267
* Merge Michihiro NAKAJIMA's significant work on the ISO9660 readerkientzle2009-12-301-323/+1659
* Document _FAST and _PRECISE clocks.kib2009-12-291-10/+40
* Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2).kib2009-12-292-3/+7
* Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) forkib2009-12-291-4/+3
* Rationalize the support for cryptographic hashes.kientzle2009-12-292-105/+250
* Essentially eliminate problems with false hardlinks in POSIX cpiokientzle2009-12-291-16/+91
* Clear extraneous error messages.kientzle2009-12-291-0/+2
* Zip write support for libarchive.kientzle2009-12-295-0/+671
* If we're linking against liblzma, allow the decompressor to use up tokientzle2009-12-291-23/+87
* Minor style fixes plus a fix for an obscure crash on certain malformedkientzle2009-12-291-11/+5
* Be a little more skeptical of dev/ino matches when reading cpio files.kientzle2009-12-291-35/+35
* Style and portability fixes for pax writer. Mostly very routine, except for:kientzle2009-12-291-32/+26
* Style fixes to tar reader:kientzle2009-12-291-16/+16
* Various style fixes to the 'newc' cpio writer:kientzle2009-12-291-17/+26
* Various fixes when creating objects on disk:kientzle2009-12-291-23/+74
* Catch decompression failures earlier. In particular, this giveskientzle2009-12-291-0/+8
* Various style and portability fixes, including:kientzle2009-12-291-12/+35
* 64-bit ino support and discourage bad use of this header.kientzle2009-12-291-1/+5
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-284-6/+6
* Grammar fix.delphij2009-12-281-1/+1
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-281-2/+0
* this file is also affected by the ipfw changesluigi2009-12-281-0/+2
* Portability.kientzle2009-12-281-1/+3
* Remove some dead assignments, fix some declarations.kientzle2009-12-281-3/+1
* Clarify an example so Linux folks won't keep getting confused by this point.kientzle2009-12-281-0/+3
* Compatibility with old systems with non-POSIX getpwuid_r/getgrgid_r.kientzle2009-12-281-0/+2
* Fix some unused variables and dead assignments.kientzle2009-12-283-5/+2
* Remove an unused variable and an unreachable statement.kientzle2009-12-281-3/+1
* Fix line endings.kientzle2009-12-281-187/+187
* Discourage external use of this header.kientzle2009-12-281-0/+4
* Remove unused variable.kientzle2009-12-281-2/+0
* O_BINARY for Windows.kientzle2009-12-281-0/+9
* Handle Zip CRC validation for uncompressed Zip archives even onkientzle2009-12-282-6/+71
* Include limits.h; remove unused variable.kientzle2009-12-281-3/+3
* Use ino64 interface.kientzle2009-12-282-6/+6
* Use new ino64 interface.kientzle2009-12-281-2/+1
* New archive_file_count() utility.kientzle2009-12-287-5/+42
OpenPOWER on IntegriCloud