aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hook hypotl() and cabsl() up to the build.David Schultz2008-03-301-1/+2
* Allow an application to define FOPEN_MAX (like we allow for OPEN_MAXJohn Birrell2008-03-261-0/+2
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpuDavid Xu2008-03-222-0/+2
* Add cpu affinity APIs to get and set thread's cpu affinity mask, theDavid Xu2008-03-031-0/+7
* Added the "restrict" type-qualifier to the readlink() prototype.Ruslan Ermilov2008-02-261-1/+1
* Change readlink(2)'s return type and type of the last argumentRuslan Ermilov2008-02-121-1/+1
* Per discussion on -threads, rename _islocked_np() to _isowned_np().Dag-Erling Smørgrav2008-02-061-1/+1
* Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex isDag-Erling Smørgrav2008-02-031-0/+1
* Our fts(3) API, as inherited from 4.4BSD, suffers from integerYaroslav Tykhiy2008-01-261-18/+11
* _POSIX_THREAD_CPUTIME is now supported.David Xu2008-01-181-1/+1
* Add a feature_present(3) function which checks to see if a named kernelJohn Baldwin2008-01-101-0/+1
* Implement and document csqrt(3) and csqrtf(3).David Schultz2007-12-151-1/+3