aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for itsDavid E. O'Brien2009-01-261-2/+1
* Merge the resolver part of BIND 9.4.3 into HEAD.Hajimu UMEMOTO2008-12-142-3/+8
* Add strndup(3) prototype to string.h.Konstantin Belousov2008-12-081-0/+1
* src/sys/dev/usb2/controller/uss820dci_pccard.cAlfred Perlstein2008-11-191-1/+1
* Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE.Ed Schouten2008-11-161-0/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+3
* Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov2008-11-031-0/+2
* Move getosreldate(3) prototype from the machine generated <osreldate.h>Peter Wemm2008-09-262-10/+2
* Re-add getosreldate(3) function prototype in the form that I've been usingPeter Wemm2008-09-261-1/+10
* Add missing prototypes for uuid_enc,dec_le,be() functions.Maksim Yevmenkin2008-09-151-0/+4
* Fix TELOPT(opt) when opt > TELOPT_TN3270E.Antoine Brodin2008-09-131-2/+2
* Initialise the SVCAUTH field for new transport structures when they areDoug Rabson2008-09-091-0/+2
* Implement cproj{,f,l}().David Schultz2008-08-071-0/+4
* Annotate creal(), cimag(), and conj() with __pure2.David Schultz2008-08-071-9/+10
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-065-3/+248
* Remove <sgtty.h> now it has no practical usage.Ed Schouten2008-07-252-4/+1
* Add arc4random_uniform()Andrey A. Chernov2008-07-221-0/+2
* Add arc4random_buf.Andrey A. Chernov2008-07-211-1/+2
* posix_spawn() is supported, set _POSIX_SPAWN to 200212L.David Xu2008-07-081-1/+1
* Turn execvpe() into an internal libc routine.Ed Schouten2008-06-231-1/+0
* Remove __restrict keywords from array arguments to make GCC's -std=c99 work.Ed Schouten2008-06-191-2/+5
* Change my email address to the one from the FreeBSD project.Ed Schouten2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichDavid Xu2008-06-173-1/+117
* Turn sgtty into a binary-only compatibility interface.Ed Schouten2008-06-141-39/+3
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,David Xu2008-06-091-2/+21
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb2008-05-261-15/+0
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedRobert Watson2008-05-251-2/+0
* Expand dump to allow MAX_INT dump levels.Kirk McKusick2008-05-241-9/+0
* Make this c++ compatible.Doug Rabson2008-05-161-0/+4
* Add definition for OM_uint64.Doug Rabson2008-05-151-0/+1
* Define the size_t type since readpassphrase(3) requires it in itsSean Farley2008-05-081-0/+6
* Tag FILE's _bf as being part of the public ABI as well due to the in-treeJohn Baldwin2008-05-071-1/+1
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-13/+94
* Install the mpilib headers from mpt(4) into /usr/include/dev/mpt/mpilib.John Baldwin2008-05-071-1/+3
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsJohn Baldwin2008-05-051-6/+0
* Note that FILE's __cookie is also part of the public ABI.John Baldwin2008-05-051-1/+1
* Expose FILE's internals to the world again in all their glory. RestoreJohn Baldwin2008-05-051-4/+172
* Unbreak build: gnu sort has been configured to grope inside structMarcel Moolenaar2008-05-031-0/+3
* Unbreak build: libftpio gropes inside struct __sFILE. ImplementMarcel Moolenaar2008-05-031-0/+3
* Axe now-empty __BSD_VISIBLE block that held renameat().John Baldwin2008-05-021-2/+0
* - Move declaration of renameat() to the existing section of BSD_VISIBLEJohn Baldwin2008-05-021-6/+6
* Next round of stdio changes: Remove all inlining of stdio operations andJohn Baldwin2008-05-021-172/+4
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-4/+7
* Specifically mark the members of 'FILE' that are accessed via inlineJohn Baldwin2008-04-171-6/+10
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partXin LI2008-04-161-0/+1
* Add the restrict qualifiers to the pointer arguments of the readlinkat.Konstantin Belousov2008-04-101-1/+1
* Add memrchr(3).Xin LI2008-04-101-0/+1
* Correct the prototype for the faccessat().Konstantin Belousov2008-04-011-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.Konstantin Belousov2008-03-312-0/+14
* Implement csqrtl().David Schultz2008-03-301-0/+2