summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Print the returned port number when RPC_DEBUG is defined.marcel2009-05-301-4/+11
* Include libmd and libcrypto in DPADDkientzle2009-05-301-3/+4
* Link libarchive against -lmd and -lcrypto.kientzle2009-05-301-1/+2
* Document how to enable strict RFC 1034 enforcements.delphij2009-05-291-1/+14
* Add an option to enforce strict RFC 1034 compliance.delphij2009-05-291-0/+4
* Fix missed change from usb2_gen_descriptor to usb_gen_descriptorthompsa2009-05-281-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-285-32/+32
* Match type for socket option (in practice, unnecessary, but stylistically it'...zml2009-05-281-1/+1
* Revert unnecessary memset after calloc.zml2009-05-281-1/+0
* Fix off by one error in acl_create_entry(3).trasz2009-05-281-1/+6
* Rename the queue macros I introduced last year.ed2009-05-271-1/+1
* Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co...zml2009-05-272-6/+107
* Fix an issue when nss fallback routines are used in a multithreaded application.zml2009-05-272-4/+24
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-5/+21
* MFV of tzcode2009h revision r192887edwin2009-05-271-1/+1
* Change license to more bori^Wadul^Wcanonical.trasz2009-05-261-11/+11
* Use, in uncovered part, the END() macro in order to improve debugging.attilio2009-05-2555-0/+56
* Increase the number of available file descriptors to 64. This fixes thedfr2009-05-241-1/+1
* Improve API documentation.trasz2009-05-235-1/+39
* MFV of tzcode2009e:edwin2009-05-238-376/+922
* Include the 2 byte length field for the optional "extra data"kientzle2009-05-231-0/+1
* Make 'struct acl' larger, as required to support NFSv4 ACLs. Providetrasz2009-05-2211-6/+111
* Fix libusb20_dev_get_device_desc and defunt xref.thompsa2009-05-211-4/+4
* Simplify now that we have gpart.marcel2009-05-201-84/+33
* Since audit(4) isn't based on posix1e, remove the commented out audit.h header,brueffer2009-05-191-2/+2
* Add links to libgeom(3) where appropriate.trasz2009-05-191-0/+2
* Update the KVM backend for malloc stats to catch up to the internal structurejhb2009-05-151-6/+5
* As the comment says, close() frees the variable, record. So we obtaindelphij2009-05-141-1/+1
* Avoid floating point arithmetic while calculating iquiry length.emax2009-05-141-11/+14
* Eliminate duplicate error messages from "tar c".kientzle2009-05-131-0/+1
* These are some cosmetic changes to improve the clarity of libthr's fork imple...green2009-05-111-9/+9
* TTYs don't necessarily use /dev/ttyxx.ed2009-05-091-3/+2
* Partially revert r191171, which went too far in tryingkientzle2009-05-071-20/+49
* Add tcsetsid(3).ed2009-05-076-6/+116
* revert r191633; this breaks at91 & xscale (likely all arm)sam2009-05-061-4/+4
* Our grantpt(3) and unlockpt(3) don't comply with POSIX.ed2009-05-041-3/+7
* Fix whitespace and sorting in Symbol.map.ed2009-05-041-25/+25
* Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.obrien2009-05-042-35/+50
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-293-11/+262
* With the permission of phk@ change the license on remaining jail codejamie2009-04-291-6/+22
* Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;bms2009-04-291-2/+3
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0cognet2009-04-281-4/+4
* Document the liblzma support.kientzle2009-04-271-0/+3
* Symlink some additional man page entries.kientzle2009-04-271-0/+7
* Merge r991 from libarchive.googlecode.com: Various updateskientzle2009-04-271-8/+55
* Merge r990,r1044 from libarchive.googlecode.com:kientzle2009-04-277-2/+292
* Merge r1061,r1062,r1063 from libarchive.googlecode.com:kientzle2009-04-274-1/+70
* Merge r1034 from libarchive.googlecode.com:kientzle2009-04-272-25/+25
* Merge r1058 from libarchive.googlecode.com: Require that eachkientzle2009-04-272-7/+13
* ino_t varies across platforms; casting (int) here avoidskientzle2009-04-271-2/+3
OpenPOWER on IntegriCloud