| Commit message (Expand) | Author | Age | Files | Lines |
* | Manual page tweaks. | Edward Tomasz Napierala | 2009-06-25 | 1 | -2/+2 |
* | Fix c194955 - somehow I managed all the new files, tripling their | Edward Tomasz Napierala | 2009-06-25 | 17 | -4664/+0 |
* | Bump manual page timestamps. | Edward Tomasz Napierala | 2009-06-25 | 19 | -19/+19 |
* | Add NFSv4 ACL support to libc. | Edward Tomasz Napierala | 2009-06-25 | 40 | -167/+7762 |
* | Lock around access to nc_file and netconfig_info ("ni"). The RPC | Xin LI | 2009-06-24 | 1 | -3/+49 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | John Baldwin | 2009-06-24 | 5 | -8/+84 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | Jamie Gritton | 2009-06-24 | 6 | -2/+1450 |
* | Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3. | Robert Watson | 2009-06-24 | 1 | -2/+2 |
* | Update SCCS IDs for Berkeley DB 1.86 merge. | Xin LI | 2009-06-24 | 2 | -2/+2 |
* | style: operators should appear at the line end if we have to wrap. | Xin LI | 2009-06-24 | 1 | -2/+2 |
* | Use const instead of __const, and merge the license change from NetBSD. | Xin LI | 2009-06-23 | 1 | -9/+3 |
* | Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed. | Xin LI | 2009-06-23 | 1 | -8/+1 |
* | K&R -> ANSI | Xin LI | 2009-06-23 | 3 | -10/+5 |
* | Remove duplicate if-statement on gmt_is_set in gmtsub(). | Edwin Groothuis | 2009-06-23 | 1 | -8/+6 |
* | Usermode portion of the support for swap allocation accounting: | Konstantin Belousov | 2009-06-23 | 2 | -0/+10 |
* | Add a limit for child jails via the "children.cur" and "children.max" | Jamie Gritton | 2009-06-23 | 1 | -7/+7 |
* | Remove unneeded stdlib directories. | Ed Schouten | 2009-06-23 | 4 | -12/+0 |
* | Simplify. We can just use .sinclude here. | Ed Schouten | 2009-06-23 | 1 | -3/+1 |
* | Remove hand-written labs/abs implementations. GCC is smart enough. | Ed Schouten | 2009-06-23 | 3 | -95/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -3/+1 |
* | Add files missed in r194674. | Andrew Thompson | 2009-06-23 | 5 | -0/+2861 |
* | Add libusb 1.0 support which is compatible with the latest revision on | Andrew Thompson | 2009-06-23 | 5 | -799/+1227 |
* | free(3) won't mess with errno so return it as-is. | Xin LI | 2009-06-22 | 1 | -5/+1 |
* | Split tolower/toupper code from usual xlat16 kiconv table, and make it | Xin LI | 2009-06-22 | 3 | -25/+163 |
* | Add prototypes when the library is compiled static. | Xin LI | 2009-06-22 | 2 | -2/+10 |
* | - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcap | Rong-En Fan | 2009-06-22 | 1 | -1/+1 |
* | Remove unneeded stores back into the function arguments. | Ed Schouten | 2009-06-22 | 2 | -4/+0 |
* | - Eliminate extra subcs instruction. I have not noticed before that we | Stanislav Sedov | 2009-06-21 | 1 | -2/+1 |
* | - Fix strncmp on arm. Return 0 as result without performing the | Stanislav Sedov | 2009-06-21 | 1 | -5/+9 |
* | Rewrap; this was getting painful. Translators can ignore this. | Dag-Erling Smørgrav | 2009-06-20 | 1 | -59/+36 |
* | Reword. | Dag-Erling Smørgrav | 2009-06-20 | 1 | -4/+2 |
* | Fix "tar --options=iso9660:joliet" and other uses | Tim Kientzle | 2009-06-20 | 1 | -4/+5 |
* | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 3 | -12/+4 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | Brooks Davis | 2009-06-19 | 5 | -20/+42 |
* | Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR | Alexander Kabaev | 2009-06-18 | 2 | -21/+36 |
* | Retire the unused stub for the nfsclnt() system call. | John Baldwin | 2009-06-17 | 1 | -3/+0 |
* | - Allow a higher value for the number of heads. Its better to do this and allow | Ulf Lilleengen | 2009-06-17 | 1 | -1/+1 |
* | Add revoke(1). | Ed Schouten | 2009-06-15 | 1 | -1/+2 |
* | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | John Baldwin | 2009-06-15 | 4 | -1/+58 |
* | - The maximum number of heads is 255, not 256. | Ulf Lilleengen | 2009-06-15 | 1 | -1/+1 |
* | - Remove old and add new valid flags for the chunk structure. | Ulf Lilleengen | 2009-06-15 | 1 | -8/+5 |
* | - Relax sanitazion requirements in libdisk, as a previous commit enabling this | Ulf Lilleengen | 2009-06-15 | 1 | -9/+1 |
* | Note that the structures are defined in <sys/user.h> in the text (using | John Baldwin | 2009-06-15 | 2 | -4/+4 |
* | Include <stdio.h> for asprintf(). | Ed Schouten | 2009-06-14 | 1 | -0/+1 |
* | Fix missing includes of <string.h>, to silence some compiler warnings. | Ed Schouten | 2009-06-14 | 7 | -2/+7 |
* | - Note that these interfaces require <sys/user.h> for the structure | John Baldwin | 2009-06-12 | 2 | -2/+12 |
* | Cleanup claim/release interface code, which is specific to libusb v0.1. Remove | Andrew Thompson | 2009-06-12 | 6 | -124/+12 |
* | Allow libufs(3) functions to operate on a regular file. This makes it possib... | Juli Mallett | 2009-06-11 | 2 | -2/+5 |
* | Use the documented machine constraint for SSE registers. | Ed Schouten | 2009-06-11 | 1 | -1/+1 |
* | Revert r181651, which changed the ABI, and use a temp variable instead. | Dag-Erling Smørgrav | 2009-06-09 | 2 | -2/+4 |