summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-2/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* - Remove UMAP filesystem. It was disconnected from build three years ago,rafan2007-06-251-2/+1
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-141-1/+1
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isdelphij2007-06-111-0/+2
* Use tabs after #define.stefanf2007-06-111-5/+5
* Add _PATH_FWMEM for libkvm.simokawa2007-06-111-0/+1
* Merge NetBSD changes, among them:stefanf2007-06-101-2/+5
* Merge BIND 9.4.1 into main chunk.ume2007-06-035-298/+302
* Back out all POSIXified *env() changes.ache2007-05-011-2/+2
* Fix unsetenv and putenv prototypes to conform Open Group specs Issue 6ache2007-04-301-2/+2
* Install only types.h from sys/rpc/.pjd2007-04-131-1/+9
* Move rpc/types.h under sys/, as this is used by ZFS kernel module.pjd2007-04-103-108/+2
* - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.pjd2007-04-071-6/+0
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-051-0/+6
* Update the dump program to save extended attributes. Updatemckusick2007-02-261-1/+2
* Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.rodrigc2007-02-111-1/+8
* Properly parenthesize the __tg_is_complex() macro by moving a closingschweikh2007-02-021-2/+2
* Comment the token after #endif, like we do everywhere else.schweikh2007-02-021-6/+6
* Oops, remove an objformat.h reference.peter2007-01-251-1/+1
* Remove more a.out strays, as threatened in 2002.peter2007-01-251-39/+0
OpenPOWER on IntegriCloud