summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a limit for child jails via the "children.cur" and "children.max"jamie2009-06-231-7/+7
* Remove unneeded stdlib directories.ed2009-06-234-12/+0
* Simplify. We can just use .sinclude here.ed2009-06-231-3/+1
* Remove hand-written labs/abs implementations. GCC is smart enough.ed2009-06-233-95/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+1
* Add files missed in r194674.thompsa2009-06-235-0/+2861
* Add libusb 1.0 support which is compatible with the latest revision onthompsa2009-06-235-799/+1227
* free(3) won't mess with errno so return it as-is.delphij2009-06-221-5/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itdelphij2009-06-223-25/+163
* Add prototypes when the library is compiled static.delphij2009-06-222-2/+10
* - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcaprafan2009-06-221-1/+1
* Remove unneeded stores back into the function arguments.ed2009-06-222-4/+0
* - Eliminate extra subcs instruction. I have not noticed before that westas2009-06-211-2/+1
* - Fix strncmp on arm. Return 0 as result without performing thestas2009-06-211-5/+9
* Rewrap; this was getting painful. Translators can ignore this.des2009-06-201-59/+36
* Reword.des2009-06-201-4/+2
* Fix "tar --options=iso9660:joliet" and other useskientzle2009-06-201-4/+5
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-193-12/+4
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-195-20/+42
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRkan2009-06-182-21/+36
* Retire the unused stub for the nfsclnt() system call.jhb2009-06-171-3/+0
* - Allow a higher value for the number of heads. Its better to do this and allowlulf2009-06-171-1/+1
* Add revoke(1).ed2009-06-151-1/+2
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-154-1/+58
* - The maximum number of heads is 255, not 256.lulf2009-06-151-1/+1
* - Remove old and add new valid flags for the chunk structure.lulf2009-06-151-8/+5
* - Relax sanitazion requirements in libdisk, as a previous commit enabling thislulf2009-06-151-9/+1
* Note that the structures are defined in <sys/user.h> in the text (usingjhb2009-06-152-4/+4
* Include <stdio.h> for asprintf().ed2009-06-141-0/+1
* Fix missing includes of <string.h>, to silence some compiler warnings.ed2009-06-147-2/+7
* - Note that these interfaces require <sys/user.h> for the structurejhb2009-06-122-2/+12
* Cleanup claim/release interface code, which is specific to libusb v0.1. Removethompsa2009-06-126-124/+12
* Allow libufs(3) functions to operate on a regular file. This makes it possib...jmallett2009-06-112-2/+5
* Use the documented machine constraint for SSE registers.ed2009-06-111-1/+1
* Revert r181651, which changed the ABI, and use a temp variable instead.des2009-06-092-2/+4
* Spacing fixes. No actual change.delphij2009-06-091-2/+2
* Document the fact that some Core2 family CPUs lack fixed-function counters.jkoshy2009-06-091-3/+4
* Fix parsing of Core2 event qualifiers.jkoshy2009-06-091-7/+7
* Do not attempt to set source address on outgoing messageskan2009-06-081-2/+2
* Revert (once again, and hopefully for the last time) to flock(2) locks.des2009-06-062-23/+14
* Add missing .Ppdes2009-06-061-0/+1
* Use ISO C99 style inline semantics in msun.ed2009-06-036-15/+30
* Add libusb20_tr_get_length to get the transfer length.thompsa2009-06-023-4/+39
* Add support for the build options that are currently in the port:dougb2009-06-011-0/+13
* Document EINVAL for bind(2).pjd2009-06-011-0/+3
* Fix minor issues in libstand.ed2009-05-312-2/+2
* Update BIND to version 9.6.1rc1. This version has better performance anddougb2009-05-3116-1090/+555
|\
| * Vendor import of BIND 9.6.1rc1dougb2009-05-31655-5661/+28627
| * In preparation for the BIND 9.6.1rc1 import, remove this directory.dougb2009-05-30209-59367/+0
| * Vendor import of BIND 9.4.3-P2dougb2009-03-211-12/+67
OpenPOWER on IntegriCloud