aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Attempt to improve application portability by marking `struct ar_hdr'Joseph Koshy2006-11-131-1/+5
* Merge posix4/* into normal kernel hierarchy.Tom Rhodes2006-11-111-2/+2
* Hook up gjournal bits to the build.Pawel Jakub Dawidek2006-10-311-2/+2
* A GEOM cache can speed up read performance by sending fixed sizeRuslan Ermilov2006-10-061-2/+2
* Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.John Birrell2006-10-041-0/+4
* Prepare for upcoming bthidd(8) update. Install vkbd(4) header into dev/vkbd.Maksim Yevmenkin2006-09-071-1/+1
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-011-1/+5
* Add __{BEGIN,END}_DECLS macros, so that function prototypes remainJason Evans2006-06-301-0/+4
* Add size_t declarationAndrey A. Chernov2006-05-221-0/+6
* Make gl_offs size_t too, as required by POSIXAndrey A. Chernov2006-05-221-2/+2
* Use size_t for gl_pathc as asked in the libc's Makefile:Andrey A. Chernov2006-05-221-1/+1
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitHajimu UMEMOTO2006-05-211-7/+0
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isHajimu UMEMOTO2006-05-211-3/+4
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGHajimu UMEMOTO2006-05-213-55/+51
* Comment out the function prototypes which our libc actuallyHajimu UMEMOTO2006-05-131-2/+6
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO2006-05-121-2/+9
* 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