| Commit message (Expand) | Author | Age | Files | Lines |
* | A GEOM cache can speed up read performance by sending fixed size | ru | 2006-10-06 | 1 | -2/+2 |
* | Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined. | jb | 2006-10-04 | 1 | -0/+4 |
* | Prepare for upcoming bthidd(8) update. Install vkbd(4) header into dev/vkbd. | emax | 2006-09-07 | 1 | -1/+1 |
* | Add device to access and modify Open Firmware NVRAM settings in | sobomax | 2006-08-01 | 1 | -1/+5 |
* | Add __{BEGIN,END}_DECLS macros, so that function prototypes remain | jasone | 2006-06-30 | 1 | -0/+4 |
* | Add size_t declaration | ache | 2006-05-22 | 1 | -0/+6 |
* | Make gl_offs size_t too, as required by POSIX | ache | 2006-05-22 | 1 | -2/+2 |
* | Use size_t for gl_pathc as asked in the libc's Makefile: | ache | 2006-05-22 | 1 | -1/+1 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bit | ume | 2006-05-21 | 1 | -7/+0 |
* | Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is | ume | 2006-05-21 | 1 | -3/+4 |
* | Upgrade res_update(3) and the friends to BIND9's one excluding TSIG | ume | 2006-05-21 | 3 | -55/+51 |
* | Comment out the function prototypes which our libc actually | ume | 2006-05-13 | 1 | -2/+6 |
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | ume | 2006-05-12 | 1 | -2/+9 |
* | English grammar fix in comment. | ume | 2006-04-29 | 1 | -1/+4 |
* | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 2 | -10/+7 |
* | Add a prototype for fcloseall(). | deischen | 2006-04-22 | 1 | -0/+1 |
* | - make reentrant version of netdb functions glibc style API, and | ume | 2006-04-15 | 1 | -0/+26 |
* | Copy the new CLOCK_ defines from sys/time.h for SUSv3 compatibility. | jb | 2006-04-15 | 1 | -0/+8 |
* | Expose res_update and friends again. At least, ports/mail/spamilter | ume | 2006-03-30 | 2 | -1/+80 |
* | Add malloc_usable_size(3). | jasone | 2006-03-28 | 2 | -1/+38 |
* | Update the resolver in libc to BIND9's one. | ume | 2006-03-21 | 5 | -246/+558 |
* | Extend coverage of the MK_IPX build option to the following: | ru | 2006-03-20 | 1 | -2/+13 |
* | Merge Perforce change 93569 from TrustedBSD audit3 branch: | rwatson | 2006-03-19 | 1 | -0/+1 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -6/+8 |
* | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | andre | 2006-03-14 | 1 | -0/+2 |
* | Hopefully fix all nearby style bugs that Bruce has mentioned. | ru | 2006-03-10 | 1 | -8/+8 |
* | - Fix variable assignment to be portable. | ru | 2006-03-10 | 1 | -6/+6 |
* | ns_name_skip was not prefixed by `__'. | ume | 2006-03-09 | 1 | -0/+1 |
* | Add nested include of <wchar.h> | phk | 2006-03-02 | 1 | -0/+2 |
* | Const'ify arguments to a couple of functions to fix breakage | deischen | 2006-02-28 | 1 | -1/+1 |
* | Decrease the value of RES_DFLRETRY from 4 to 2. | ume | 2006-02-24 | 1 | -1/+1 |
* | Introduce a new proc service routine ps_linfo() to get LWP info. | davidxu | 2006-02-07 | 1 | -0/+1 |
* | Remove spurious "union arg" from printf.h | phk | 2006-02-04 | 1 | -2/+0 |
* | Analogous to __printflike and __scanflike, add the macro __format_arg which | stefanf | 2006-01-26 | 2 | -8/+2 |
* | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | phk | 2006-01-25 | 1 | -4/+12 |
* | Expose the posix_memalign() prototype, now that the function is implemented | jasone | 2006-01-12 | 1 | -1/+1 |
* | Add a new extensible GSS-API layer which can support GSS-API plugins, | dfr | 2005-12-29 | 4 | -2/+770 |
* | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | trhodes | 2005-12-24 | 1 | -2/+3 |
* | Add abort2() prototype | phk | 2005-12-23 | 1 | -0/+1 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -0/+2 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 2 | -1/+156 |
* | Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5. | peter | 2005-12-06 | 1 | -1/+1 |
* | barrier and spin_lock had already been implemented in libpthread and | davidxu | 2005-12-02 | 1 | -2/+2 |
* | Install the mqueue.h header. | ru | 2005-12-01 | 1 | -1/+2 |
* | Fix compiling for c++, include cdefs.h. | davidxu | 2005-11-30 | 1 | -0/+3 |
* | Remove commented out reference to posix4/mqueue.h. It hasn't been installed | rodrigc | 2005-11-28 | 1 | -2/+1 |
* | Bring in POSIX message queue header file. | davidxu | 2005-11-26 | 1 | -0/+51 |
* | Revert last revision, strmode() should be moved to <unistd.h> to be | ru | 2005-11-24 | 1 | -1/+1 |
* | Fix prototype to match the code and documentation. | ru | 2005-11-24 | 1 | -1/+1 |
* | Fix prototype of strmode() to match the code and documentation. | ru | 2005-11-24 | 1 | -1/+1 |