aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* English grammar fix in comment.Hajimu UMEMOTO2006-04-291-1/+4
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-282-10/+7
* Add a prototype for fcloseall().Daniel Eischen2006-04-221-0/+1
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-0/+26
* Copy the new CLOCK_ defines from sys/time.h for SUSv3 compatibility.John Birrell2006-04-151-0/+8
* Expose res_update and friends again. At least, ports/mail/spamilterHajimu UMEMOTO2006-03-302-1/+80
* Add malloc_usable_size(3).Jason Evans2006-03-282-1/+38
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-215-246/+558
* Extend coverage of the MK_IPX build option to the following:Ruslan Ermilov2006-03-201-2/+13
* Merge Perforce change 93569 from TrustedBSD audit3 branch:Robert Watson2006-03-191-0/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-6/+8
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)Andre Oppermann2006-03-141-0/+2
* Hopefully fix all nearby style bugs that Bruce has mentioned.Ruslan Ermilov2006-03-101-8/+8
* - Fix variable assignment to be portable.Ruslan Ermilov2006-03-101-6/+6
* ns_name_skip was not prefixed by `__'.Hajimu UMEMOTO2006-03-091-0/+1
* Add nested include of <wchar.h>Poul-Henning Kamp2006-03-021-0/+2
* Const'ify arguments to a couple of functions to fix breakageDaniel Eischen2006-02-281-1/+1
* Decrease the value of RES_DFLRETRY from 4 to 2.Hajimu UMEMOTO2006-02-241-1/+1
* Introduce a new proc service routine ps_linfo() to get LWP info.David Xu2006-02-071-0/+1
* Remove spurious "union arg" from printf.hPoul-Henning Kamp2006-02-041-2/+0
* Analogous to __printflike and __scanflike, add the macro __format_arg whichStefan Farfeleder2006-01-262-8/+2
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"Poul-Henning Kamp2006-01-251-4/+12
* Expose the posix_memalign() prototype, now that the function is implementedJason Evans2006-01-121-1/+1
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-294-2/+770
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convertTom Rhodes2005-12-241-2/+3
* Add abort2() prototypePoul-Henning Kamp2005-12-231-0/+1
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-0/+2
* Add an extensible version of our *printf(3) implementation to libcPoul-Henning Kamp2005-12-162-1/+156
* Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5.Peter Wemm2005-12-061-1/+1
* barrier and spin_lock had already been implemented in libpthread andDavid Xu2005-12-021-2/+2
* Install the mqueue.h header.Ruslan Ermilov2005-12-011-1/+2
* Fix compiling for c++, include cdefs.h.David Xu2005-11-301-0/+3
* Remove commented out reference to posix4/mqueue.h. It hasn't been installedCraig Rodrigues2005-11-281-2/+1
* Bring in POSIX message queue header file.David Xu2005-11-261-0/+51
* Revert last revision, strmode() should be moved to <unistd.h> to beRuslan Ermilov2005-11-241-1/+1
* Fix prototype to match the code and documentation.Ruslan Ermilov2005-11-241-1/+1
* Fix prototype of strmode() to match the code and documentation.Ruslan Ermilov2005-11-241-1/+1
* Since speaker.h now lives in sys/dev/speaker, reflect this fact here.Xin LI2005-11-111-1/+1
* Add POSIX timer interfaces.David Xu2005-10-301-1/+9
* Add prototype for following functions, plus tab fixes.David Xu2005-10-241-5/+8
* Use __pid_t instead of pid_t for sigqueue as other functions.David Xu2005-10-161-1/+1
* Add sigqueue function prototype.David Xu2005-10-141-9/+2
* Add pthread_timedjoin_np prototype.David Xu2005-10-041-0/+1
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andScott Long2005-10-031-1/+1
* Back out 1.247. On ia64 <osreldate.h> is included from assembler source,Stefan Farfeleder2005-09-141-1/+0
* Put a getosreldate() prototype into <osreldate.h>, getosreldate(3) impliesStefan Farfeleder2005-09-121-0/+1
* Fix the prototypes for devname() and devname_r(), the first two argumentStefan Farfeleder2005-09-121-2/+2
* Don't declare ___res_ext() twice.Stefan Farfeleder2005-09-121-2/+1
* Improve POSIX conformance:Stefan Farfeleder2005-09-011-7/+7
* Appropriate namespace protection for memmem(3).Andre Oppermann2005-08-251-0/+2