| Commit message (Expand) | Author | Age | Files | Lines |
* | Second attempt at eliminating .text relocations in shared libraries | kan | 2009-07-14 | 3 | -8/+2 |
* | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | jhb | 2009-07-14 | 1 | -2/+2 |
* | Add missing MLINKS for acl_{get,set}_link_fd(3). | trasz | 2009-07-14 | 1 | -0/+2 |
* | Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. | trasz | 2009-07-13 | 7 | -26/+27 |
* | Fix fwrite() to return 0 when size or nmemb are zero. | ed | 2009-07-12 | 2 | -4/+9 |
* | Sync the libusb 1.0 exported api to the latest GSoC code. | thompsa | 2009-07-10 | 5 | -506/+510 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 1 | -2/+4 |
* | There is an optimization in chmod(1), that makes it not to call chmod(2) | trasz | 2009-07-08 | 3 | -3/+27 |
* | In the current code, rdlock_count is not correctly handled for some cases. | attilio | 2009-07-06 | 2 | -1/+4 |
* | - Don't suggest opening file for writing in preparation for fexecve(2). | pjd | 2009-07-05 | 1 | -6/+5 |
* | Make it clear where to look for for protocol-specific socket options. | trasz | 2009-06-30 | 1 | -0/+9 |
* | Make the structure definitions in the man pages match the real code, and | kib | 2009-06-29 | 3 | -25/+7 |
* | Back out previous revision until better tested fix is ready. | kan | 2009-06-29 | 3 | -2/+8 |
* | Eliminate .text relocations in shared libraries compiled with stack protector. | kan | 2009-06-28 | 3 | -8/+2 |
* | Implement %z for strptime. | delphij | 2009-06-25 | 1 | -0/+28 |
* | Fix dynamic (re)allocation logic in jailparam_set and jailparam_get. | jamie | 2009-06-25 | 1 | -34/+72 |
* | Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't know | trasz | 2009-06-25 | 2 | -2/+3 |
* | Manual page tweaks. | trasz | 2009-06-25 | 1 | -2/+2 |
* | Fix c194955 - somehow I managed all the new files, tripling their | trasz | 2009-06-25 | 17 | -4664/+0 |
* | Bump manual page timestamps. | trasz | 2009-06-25 | 19 | -19/+19 |
* | Add NFSv4 ACL support to libc. | trasz | 2009-06-25 | 40 | -167/+7762 |
* | Lock around access to nc_file and netconfig_info ("ni"). The RPC | delphij | 2009-06-24 | 1 | -3/+49 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 5 | -8/+84 |
* | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | jamie | 2009-06-24 | 6 | -2/+1450 |
* | Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3. | rwatson | 2009-06-24 | 1 | -2/+2 |
* | Update SCCS IDs for Berkeley DB 1.86 merge. | delphij | 2009-06-24 | 2 | -2/+2 |
* | style: operators should appear at the line end if we have to wrap. | delphij | 2009-06-24 | 1 | -2/+2 |
* | Use const instead of __const, and merge the license change from NetBSD. | delphij | 2009-06-23 | 1 | -9/+3 |
* | Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed. | delphij | 2009-06-23 | 1 | -8/+1 |
* | K&R -> ANSI | delphij | 2009-06-23 | 3 | -10/+5 |
* | Remove duplicate if-statement on gmt_is_set in gmtsub(). | edwin | 2009-06-23 | 1 | -8/+6 |
* | Usermode portion of the support for swap allocation accounting: | kib | 2009-06-23 | 2 | -0/+10 |
* | Add a limit for child jails via the "children.cur" and "children.max" | jamie | 2009-06-23 | 1 | -7/+7 |
* | Remove unneeded stdlib directories. | ed | 2009-06-23 | 4 | -12/+0 |
* | Simplify. We can just use .sinclude here. | ed | 2009-06-23 | 1 | -3/+1 |
* | Remove hand-written labs/abs implementations. GCC is smart enough. | ed | 2009-06-23 | 3 | -95/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -3/+1 |
* | Add files missed in r194674. | thompsa | 2009-06-23 | 5 | -0/+2861 |
* | Add libusb 1.0 support which is compatible with the latest revision on | thompsa | 2009-06-23 | 5 | -799/+1227 |
* | free(3) won't mess with errno so return it as-is. | delphij | 2009-06-22 | 1 | -5/+1 |
* | Split tolower/toupper code from usual xlat16 kiconv table, and make it | delphij | 2009-06-22 | 3 | -25/+163 |
* | Add prototypes when the library is compiled static. | delphij | 2009-06-22 | 2 | -2/+10 |
* | - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcap | rafan | 2009-06-22 | 1 | -1/+1 |
* | Remove unneeded stores back into the function arguments. | ed | 2009-06-22 | 2 | -4/+0 |
* | - Eliminate extra subcs instruction. I have not noticed before that we | stas | 2009-06-21 | 1 | -2/+1 |
* | - Fix strncmp on arm. Return 0 as result without performing the | stas | 2009-06-21 | 1 | -5/+9 |
* | Rewrap; this was getting painful. Translators can ignore this. | des | 2009-06-20 | 1 | -59/+36 |
* | Reword. | des | 2009-06-20 | 1 | -4/+2 |
* | Fix "tar --options=iso9660:joliet" and other uses | kientzle | 2009-06-20 | 1 | -4/+5 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 3 | -12/+4 |