aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the KVM backend for malloc stats to catch up to the internal structureJohn Baldwin2009-05-151-6/+5
* As the comment says, close() frees the variable, record. So we obtainXin LI2009-05-141-1/+1
* Avoid floating point arithmetic while calculating iquiry length.Maksim Yevmenkin2009-05-141-11/+14
* Eliminate duplicate error messages from "tar c".Tim Kientzle2009-05-131-0/+1
* These are some cosmetic changes to improve the clarity of libthr's fork imple...Brian Feldman2009-05-111-9/+9
* TTYs don't necessarily use /dev/ttyxx.Ed Schouten2009-05-091-3/+2
* Partially revert r191171, which went too far in tryingTim Kientzle2009-05-071-20/+49
* Add tcsetsid(3).Ed Schouten2009-05-076-6/+116
* revert r191633; this breaks at91 & xscale (likely all arm)Sam Leffler2009-05-061-4/+4
* Our grantpt(3) and unlockpt(3) don't comply with POSIX.Ed Schouten2009-05-041-3/+7
* Fix whitespace and sorting in Symbol.map.Ed Schouten2009-05-041-25/+25
* Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.David E. O'Brien2009-05-042-35/+50
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-293-11/+262
* With the permission of phk@ change the license on remaining jail codeJamie Gritton2009-04-291-6/+22
* Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;Bruce M Simpson2009-04-291-2/+3
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0Olivier Houchard2009-04-281-4/+4
* Document the liblzma support.Tim Kientzle2009-04-271-0/+3
* Symlink some additional man page entries.Tim Kientzle2009-04-271-0/+7
* Merge r991 from libarchive.googlecode.com: Various updatesTim Kientzle2009-04-271-8/+55
* Merge r990,r1044 from libarchive.googlecode.com:Tim Kientzle2009-04-277-2/+292
* Merge r1061,r1062,r1063 from libarchive.googlecode.com:Tim Kientzle2009-04-274-1/+70
* Merge r1034 from libarchive.googlecode.com:Tim Kientzle2009-04-272-25/+25
* Merge r1058 from libarchive.googlecode.com: Require that eachTim Kientzle2009-04-272-7/+13
* ino_t varies across platforms; casting (int) here avoidsTim Kientzle2009-04-271-2/+3
* Merge r1032 from libarchive.googlecode.com:Tim Kientzle2009-04-272-12/+16
* Merge r1054,r1060 from libarchive.googlecode.com:Tim Kientzle2009-04-272-6/+19
* Merge r1021 from libarchive.googlecode.com:Tim Kientzle2009-04-272-2/+14
* Merge r1052,r1055 from libarchive.googlecode.com:Tim Kientzle2009-04-274-0/+5
* Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com:Tim Kientzle2009-04-276-48/+314
* Merge r988,r1064 from libarchive.googlecode.com:Tim Kientzle2009-04-272-12/+24
* Reading an mtree file is supposed to provideTim Kientzle2009-04-262-2/+15
* Various improvements to the tar.5 manpage, includingTim Kientzle2009-04-261-18/+105
* Exit with ARCHIVE_FATAL if the ISO image is truncated.Tim Kientzle2009-04-261-1/+1
* Remove an unused variable.Tim Kientzle2009-04-261-2/+1
* Fix typo.Edward Tomasz Napierala2009-04-261-1/+1
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-232-2/+2
* Implement low-level Bluetooth HCI API.Maksim Yevmenkin2009-04-224-19/+836
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, useRobert Watson2009-04-191-2/+0
* Merge OpenBSM 1.1 from OpenBSM vendor branch to head.Robert Watson2009-04-191-0/+4
* Rely on OpenSSL bits only if we're building a system with OpenSSL.Tim Kientzle2009-04-183-20/+22
* Correct and update the manpage to includeTim Kientzle2009-04-181-13/+47
* Disabling the crypto bits should quiet tinderbox while ITim Kientzle2009-04-171-0/+8
* Publicize a handful of new functions and bump the version numberTim Kientzle2009-04-171-5/+17
* Merge lots of test suite updates from libarchive.googlecode.com.Tim Kientzle2009-04-1742-349/+2236
* FreeBSD has a lot of crypto functions used by the recent mtree writer updates.Tim Kientzle2009-04-171-1/+7
* Ensure that the option setters return OK (option used) evenTim Kientzle2009-04-171-3/+9
* Fix a memory leak: Release the current list of /set keywordsTim Kientzle2009-04-171-3/+9
* Document the new read options interface and the new read_header2() call.Tim Kientzle2009-04-171-0/+62
* Dynamically size the buffer we pass to getgrgid_r() and getpwuid_r().Tim Kientzle2009-04-171-16/+57
* Don't match an empty file on a read error.Tim Kientzle2009-04-171-6/+5