aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Manual page tweaks.Edward Tomasz Napierala2009-06-251-2/+2
* Fix c194955 - somehow I managed all the new files, tripling theirEdward Tomasz Napierala2009-06-2517-4664/+0
* Bump manual page timestamps.Edward Tomasz Napierala2009-06-2519-19/+19
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-2540-167/+7762
* Lock around access to nc_file and netconfig_info ("ni"). The RPCXin LI2009-06-241-3/+49
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-245-8/+84
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-246-2/+1450
* Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.Robert Watson2009-06-241-2/+2
* Update SCCS IDs for Berkeley DB 1.86 merge.Xin LI2009-06-242-2/+2
* style: operators should appear at the line end if we have to wrap.Xin LI2009-06-241-2/+2
* Use const instead of __const, and merge the license change from NetBSD.Xin LI2009-06-231-9/+3
* Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.Xin LI2009-06-231-8/+1
* K&R -> ANSIXin LI2009-06-233-10/+5
* Remove duplicate if-statement on gmt_is_set in gmtsub().Edwin Groothuis2009-06-231-8/+6
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-232-0/+10
* Add a limit for child jails via the "children.cur" and "children.max"Jamie Gritton2009-06-231-7/+7
* Remove unneeded stdlib directories.Ed Schouten2009-06-234-12/+0
* Simplify. We can just use .sinclude here.Ed Schouten2009-06-231-3/+1
* Remove hand-written labs/abs implementations. GCC is smart enough.Ed Schouten2009-06-233-95/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+1
* Add files missed in r194674.Andrew Thompson2009-06-235-0/+2861
* Add libusb 1.0 support which is compatible with the latest revision onAndrew Thompson2009-06-235-799/+1227
* free(3) won't mess with errno so return it as-is.Xin LI2009-06-221-5/+1
* Split tolower/toupper code from usual xlat16 kiconv table, and make itXin LI2009-06-223-25/+163
* Add prototypes when the library is compiled static.Xin LI2009-06-222-2/+10
* - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcapRong-En Fan2009-06-221-1/+1
* Remove unneeded stores back into the function arguments.Ed Schouten2009-06-222-4/+0
* - Eliminate extra subcs instruction. I have not noticed before that weStanislav Sedov2009-06-211-2/+1
* - Fix strncmp on arm. Return 0 as result without performing theStanislav Sedov2009-06-211-5/+9
* Rewrap; this was getting painful. Translators can ignore this.Dag-Erling Smørgrav2009-06-201-59/+36
* Reword.Dag-Erling Smørgrav2009-06-201-4/+2
* Fix "tar --options=iso9660:joliet" and other usesTim Kientzle2009-06-201-4/+5
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-193-12/+4
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-195-20/+42
* Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDRAlexander Kabaev2009-06-182-21/+36
* Retire the unused stub for the nfsclnt() system call.John Baldwin2009-06-171-3/+0
* - Allow a higher value for the number of heads. Its better to do this and allowUlf Lilleengen2009-06-171-1/+1
* Add revoke(1).Ed Schouten2009-06-151-1/+2
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesJohn Baldwin2009-06-154-1/+58
* - The maximum number of heads is 255, not 256.Ulf Lilleengen2009-06-151-1/+1
* - Remove old and add new valid flags for the chunk structure.Ulf Lilleengen2009-06-151-8/+5
* - Relax sanitazion requirements in libdisk, as a previous commit enabling thisUlf Lilleengen2009-06-151-9/+1
* Note that the structures are defined in <sys/user.h> in the text (usingJohn Baldwin2009-06-152-4/+4
* Include <stdio.h> for asprintf().Ed Schouten2009-06-141-0/+1
* Fix missing includes of <string.h>, to silence some compiler warnings.Ed Schouten2009-06-147-2/+7
* - Note that these interfaces require <sys/user.h> for the structureJohn Baldwin2009-06-122-2/+12
* Cleanup claim/release interface code, which is specific to libusb v0.1. RemoveAndrew Thompson2009-06-126-124/+12
* Allow libufs(3) functions to operate on a regular file. This makes it possib...Juli Mallett2009-06-112-2/+5
* Use the documented machine constraint for SSE registers.Ed Schouten2009-06-111-1/+1
* Revert r181651, which changed the ABI, and use a temp variable instead.Dag-Erling Smørgrav2009-06-092-2/+4