| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Since speaker.h now lives in sys/dev/speaker, reflect this fact here. | delphij | 2005-11-11 | 1 | -1/+1 |
* | Add POSIX timer interfaces. | davidxu | 2005-10-30 | 1 | -1/+9 |
* | Add prototype for following functions, plus tab fixes. | davidxu | 2005-10-24 | 1 | -5/+8 |
* | Use __pid_t instead of pid_t for sigqueue as other functions. | davidxu | 2005-10-16 | 1 | -1/+1 |
* | Add sigqueue function prototype. | davidxu | 2005-10-14 | 1 | -9/+2 |
* | Add pthread_timedjoin_np prototype. | davidxu | 2005-10-04 | 1 | -0/+1 |
* | Add the lmcconfig tool for controlling the lmc driver. Add man pages and | scottl | 2005-10-03 | 1 | -1/+1 |
* | Back out 1.247. On ia64 <osreldate.h> is included from assembler source, | stefanf | 2005-09-14 | 1 | -1/+0 |
* | Put a getosreldate() prototype into <osreldate.h>, getosreldate(3) implies | stefanf | 2005-09-12 | 1 | -0/+1 |
* | Fix the prototypes for devname() and devname_r(), the first two argument | stefanf | 2005-09-12 | 1 | -2/+2 |
* | Don't declare ___res_ext() twice. | stefanf | 2005-09-12 | 1 | -2/+1 |
* | Improve POSIX conformance: | stefanf | 2005-09-01 | 1 | -7/+7 |
* | Appropriate namespace protection for memmem(3). | andre | 2005-08-25 | 1 | -0/+2 |
* | Add the function memmem(3) as found in glibc and others. | andre | 2005-08-25 | 1 | -0/+1 |
* | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | stefanf | 2005-08-19 | 1 | -5/+1 |
* | Remove parameter names, the identifiers were in the user namespace. | stefanf | 2005-08-19 | 1 | -5/+3 |
* | Add an implementation of the semi-standard wcsdup() function, as found | tjr | 2005-08-13 | 1 | -0/+1 |
* | Sync libedit with recent NetBSD developments. Including improvements to the | stefanf | 2005-08-07 | 1 | -12/+38 |
* | Respect the YES_HESIOD build variable. | phk | 2005-08-06 | 1 | -1/+5 |
* | Connect GEOM_ELI class to the build. | pjd | 2005-07-27 | 1 | -2/+2 |
* | Remove padding for ABI compatibility of ai_addrlen member | ume | 2005-07-22 | 1 | -19/+0 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -1/+1 |
* | - Remove padding for ABI compatibility of n_net member from struct | ume | 2005-06-03 | 1 | -21/+0 |
* | According to: | rodrigc | 2005-05-31 | 1 | -56/+1 |
* | Add support for XMM registers in GDB for x86 processors that support | dfr | 2005-05-31 | 1 | -0/+4 |
* | Correct mistake in previous commit: add 'bsm' to LDIRS not LSUBDIRS. | rwatson | 2005-05-30 | 1 | -2/+2 |
* | Do install BSM include files (such as they are) when installing system | rwatson | 2005-05-29 | 1 | -1/+1 |
* | disable defining NI_WITHSCOPEID. It was obsoleted, and was exist | ume | 2005-05-27 | 1 | -1/+1 |
* | Make <runefile.h> internal to libc. | ru | 2005-05-16 | 2 | -62/+1 |
* | - The ai_addrlen of a struct addrinfo used to be a size_t, per | ume | 2005-05-15 | 1 | -5/+46 |
* | Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly | delphij | 2005-05-13 | 1 | -1/+1 |