summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* sys/pccard is gone.nyan2009-02-151-1/+1
* Add two new routines: fdevname() and fdevname_r().ed2009-02-111-0/+2
* Also un-split _PATH_STDPATH for grepability.obrien2009-02-011-4/+3
* Add a function attribute called `__malloc_like', which informs gccdas2009-01-313-5/+5
* No need to wrap _PATH_SYSPATH. It makes it harder to grep(1) for itsobrien2009-01-261-2/+1
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-142-3/+8
* Add strndup(3) prototype to string.h.kib2008-12-081-0/+1
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-191-1/+1
* Add a comment to utmp.h about the sizes of UT_HOSTSIZE and UT_LINESIZE.ed2008-11-161-0/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+3
* Add the ffsll and flsll functions. These are ffs and fls operatingkib2008-11-031-0/+2
* Move getosreldate(3) prototype from the machine generated <osreldate.h>peter2008-09-262-10/+2
* Re-add getosreldate(3) function prototype in the form that I've been usingpeter2008-09-261-1/+10
* Add missing prototypes for uuid_enc,dec_le,be() functions.emax2008-09-151-0/+4
* Fix TELOPT(opt) when opt > TELOPT_TN3270E.antoine2008-09-131-2/+2
* Initialise the SVCAUTH field for new transport structures when they aredfr2008-09-091-0/+2
* Implement cproj{,f,l}().das2008-08-071-0/+4
* Annotate creal(), cimag(), and conj() with __pure2.das2008-08-071-9/+10
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-065-3/+248
* Remove <sgtty.h> now it has no practical usage.ed2008-07-252-4/+1
* Add arc4random_uniform()ache2008-07-221-0/+2
* Add arc4random_buf.ache2008-07-211-1/+2
* posix_spawn() is supported, set _POSIX_SPAWN to 200212L.davidxu2008-07-081-1/+1
* Turn execvpe() into an internal libc routine.ed2008-06-231-1/+0
* Remove __restrict keywords from array arguments to make GCC's -std=c99 work.ed2008-06-191-2/+5
* Change my email address to the one from the FreeBSD project.ed2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-173-1/+117
* Turn sgtty into a binary-only compatibility interface.ed2008-06-141-39/+3
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-091-2/+21
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-15/+0
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-2/+0
* Expand dump to allow MAX_INT dump levels.mckusick2008-05-241-9/+0
* Make this c++ compatible.dfr2008-05-161-0/+4
* Add definition for OM_uint64.dfr2008-05-151-0/+1
* Define the size_t type since readpassphrase(3) requires it in itsscf2008-05-081-0/+6
* Tag FILE's _bf as being part of the public ABI as well due to the in-treejhb2008-05-071-1/+1
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-13/+94
* Install the mpilib headers from mpt(4) into /usr/include/dev/mpt/mpilib.jhb2008-05-071-1/+3
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsjhb2008-05-051-6/+0
* Note that FILE's __cookie is also part of the public ABI.jhb2008-05-051-1/+1
* Expose FILE's internals to the world again in all their glory. Restorejhb2008-05-051-4/+172
* Unbreak build: gnu sort has been configured to grope inside structmarcel2008-05-031-0/+3
* Unbreak build: libftpio gropes inside struct __sFILE. Implementmarcel2008-05-031-0/+3
* Axe now-empty __BSD_VISIBLE block that held renameat().jhb2008-05-021-2/+0
* - Move declaration of renameat() to the existing section of BSD_VISIBLEjhb2008-05-021-6/+6
* Next round of stdio changes: Remove all inlining of stdio operations andjhb2008-05-021-172/+4
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-4/+7
* Specifically mark the members of 'FILE' that are accessed via inlinejhb2008-04-171-6/+10
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partdelphij2008-04-161-0/+1
* Add the restrict qualifiers to the pointer arguments of the readlinkat.kib2008-04-101-1/+1
OpenPOWER on IntegriCloud