summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add memrchr(3).delphij2008-04-101-0/+1
* Correct the prototype for the faccessat().kib2008-04-011-1/+1
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-312-0/+14
* Implement csqrtl().das2008-03-301-0/+2
* Hook hypotl() and cabsl() up to the build.das2008-03-301-1/+2
* Allow an application to define FOPEN_MAX (like we allow for OPEN_MAXjb2008-03-261-0/+2
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-222-0/+2
* Add cpu affinity APIs to get and set thread's cpu affinity mask, thedavidxu2008-03-031-0/+7
* Added the "restrict" type-qualifier to the readlink() prototype.ru2008-02-261-1/+1
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-1/+1
* Per discussion on -threads, rename _islocked_np() to _isowned_np().des2008-02-061-1/+1
* Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex isdes2008-02-031-0/+1
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-261-18/+11
* _POSIX_THREAD_CPUTIME is now supported.davidxu2008-01-181-1/+1
* Add a feature_present(3) function which checks to see if a named kerneljhb2008-01-101-0/+1
* Implement and document csqrt(3) and csqrtf(3).das2007-12-151-1/+3
* 1. Add function pthread_mutex_setspinloops_np to turn a mutex's spindavidxu2007-12-141-0/+4
* Implement carg(3) and cargf(3).das2007-12-121-0/+2
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-121-1/+3
* Only protect the prototypes with #ifndef _ASSERT_H_, the standardsphk2007-12-011-3/+2
* Add missing #ifndef _ASSERT_H_ protection against multiple inclusionsphk2007-12-011-0/+4
* Remove some OpenSolaris compatibility stuff now that we're doing it ajb2007-11-281-4/+0
* Use a forward definition of an opaque structure rather than a voidjb2007-11-201-1/+2
* Back out not human readable optimization in prev. commit which shownache2007-11-011-1/+1
* Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. Thiskris2007-10-291-0/+2
* Remove 3rd clause and renumber after getting permission from theimp2007-10-291-4/+1
* Micro-optimization of prev. commit, changeache2007-10-271-1/+1
* Small improvement for __isctype(): don't use __mb_sb_limit butache2007-10-271-1/+1
* Back out iswascii change from prev. commit, iswascii was right,ache2007-10-141-1/+1
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-133-23/+56
* Install the forgotten /usr/include/geom/multipath/ header.ru2007-10-011-2/+4
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMpjd2007-09-231-1/+1
* Remove old prototypes for addr2ascii() and ascii2addr(), functions which nobms2007-08-241-2/+0
* declare struct tftphdr and embedded union as beeing packed, which isticso2007-08-011-2/+2
* Disconnect netatm from the build as it is not MPSAFE and relies onrwatson2007-07-141-2/+3
* I4B header files were repo-copied from sys/i386/include tobz2007-07-061-0/+15
OpenPOWER on IntegriCloud