| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the resolver part of BIND 9.4.3 into HEAD. | ume | 2008-12-14 | 2 | -3/+8 |
* | Add strndup(3) prototype to string.h. | kib | 2008-12-08 | 1 | -0/+1 |
* | src/sys/dev/usb2/controller/uss820dci_pccard.c | alfred | 2008-11-19 | 1 | -1/+1 |
* | Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE. | ed | 2008-11-16 | 1 | -0/+7 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -0/+3 |
* | Add the ffsll and flsll functions. These are ffs and fls operating | kib | 2008-11-03 | 1 | -0/+2 |
* | Move getosreldate(3) prototype from the machine generated <osreldate.h> | peter | 2008-09-26 | 2 | -10/+2 |
* | Re-add getosreldate(3) function prototype in the form that I've been using | peter | 2008-09-26 | 1 | -1/+10 |
* | Add missing prototypes for uuid_enc,dec_le,be() functions. | emax | 2008-09-15 | 1 | -0/+4 |
* | Fix TELOPT(opt) when opt > TELOPT_TN3270E. | antoine | 2008-09-13 | 1 | -2/+2 |
* | Initialise the SVCAUTH field for new transport structures when they are | dfr | 2008-09-09 | 1 | -0/+2 |
* | Implement cproj{,f,l}(). | das | 2008-08-07 | 1 | -0/+4 |
* | Annotate creal(), cimag(), and conj() with __pure2. | das | 2008-08-07 | 1 | -9/+10 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 5 | -3/+248 |
* | Remove <sgtty.h> now it has no practical usage. | ed | 2008-07-25 | 2 | -4/+1 |
* | Add arc4random_uniform() | ache | 2008-07-22 | 1 | -0/+2 |
* | Add arc4random_buf. | ache | 2008-07-21 | 1 | -1/+2 |
* | posix_spawn() is supported, set _POSIX_SPAWN to 200212L. | davidxu | 2008-07-08 | 1 | -1/+1 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 1 | -1/+0 |
* | Remove __restrict keywords from array arguments to make GCC's -std=c99 work. | ed | 2008-06-19 | 1 | -2/+5 |
* | Change my email address to the one from the FreeBSD project. | ed | 2008-06-17 | 1 | -1/+1 |
* | Add POSIX routines called posix_spawn() and posix_spawnp(), which | davidxu | 2008-06-17 | 3 | -1/+117 |
* | Turn sgtty into a binary-only compatibility interface. | ed | 2008-06-14 | 1 | -39/+3 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | davidxu | 2008-06-09 | 1 | -2/+21 |
* | Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and | bz | 2008-05-26 | 1 | -15/+0 |
* | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | rwatson | 2008-05-25 | 1 | -2/+0 |
* | Expand dump to allow MAX_INT dump levels. | mckusick | 2008-05-24 | 1 | -9/+0 |
* | Make this c++ compatible. | dfr | 2008-05-16 | 1 | -0/+4 |
* | Add definition for OM_uint64. | dfr | 2008-05-15 | 1 | -0/+1 |
* | Define the size_t type since readpassphrase(3) requires it in its | scf | 2008-05-08 | 1 | -0/+6 |
* | Tag FILE's _bf as being part of the public ABI as well due to the in-tree | jhb | 2008-05-07 | 1 | -1/+1 |
* | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | dfr | 2008-05-07 | 1 | -13/+94 |
* | Install the mpilib headers from mpt(4) into /usr/include/dev/mpt/mpilib. | jhb | 2008-05-07 | 1 | -1/+3 |
* | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | jhb | 2008-05-05 | 1 | -6/+0 |
* | Note that FILE's __cookie is also part of the public ABI. | jhb | 2008-05-05 | 1 | -1/+1 |
* | Expose FILE's internals to the world again in all their glory. Restore | jhb | 2008-05-05 | 1 | -4/+172 |
* | Unbreak build: gnu sort has been configured to grope inside struct | marcel | 2008-05-03 | 1 | -0/+3 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | marcel | 2008-05-03 | 1 | -0/+3 |
* | Axe now-empty __BSD_VISIBLE block that held renameat(). | jhb | 2008-05-02 | 1 | -2/+0 |
* | - Move declaration of renameat() to the existing section of BSD_VISIBLE | jhb | 2008-05-02 | 1 | -6/+6 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | jhb | 2008-05-02 | 1 | -172/+4 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -4/+7 |
* | Specifically mark the members of 'FILE' that are accessed via inline | jhb | 2008-04-17 | 1 | -6/+10 |
* | Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part | delphij | 2008-04-16 | 1 | -0/+1 |
* | Add the restrict qualifiers to the pointer arguments of the readlinkat. | kib | 2008-04-10 | 1 | -1/+1 |
* | Add memrchr(3). | delphij | 2008-04-10 | 1 | -0/+1 |
* | Correct the prototype for the faccessat(). | kib | 2008-04-01 | 1 | -1/+1 |
* | Add the libc glue and headers definitions for the *at() syscalls. | kib | 2008-03-31 | 2 | -0/+14 |
* | Implement csqrtl(). | das | 2008-03-30 | 1 | -0/+2 |
* | Hook hypotl() and cabsl() up to the build. | das | 2008-03-30 | 1 | -1/+2 |