summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ns_name_skip was not prefixed by `__'.ume2006-03-091-0/+1
* Add nested include of <wchar.h>phk2006-03-021-0/+2
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-1/+1
* Decrease the value of RES_DFLRETRY from 4 to 2.ume2006-02-241-1/+1
* Introduce a new proc service routine ps_linfo() to get LWP info.davidxu2006-02-071-0/+1
* Remove spurious "union arg" from printf.hphk2006-02-041-2/+0
* Analogous to __printflike and __scanflike, add the macro __format_arg whichstefanf2006-01-262-8/+2
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"phk2006-01-251-4/+12
* Expose the posix_memalign() prototype, now that the function is implementedjasone2006-01-121-1/+1
* Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-294-2/+770
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions converttrhodes2005-12-241-2/+3
* Add abort2() prototypephk2005-12-231-0/+1
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-0/+2
* Add an extensible version of our *printf(3) implementation to libcphk2005-12-162-1/+156
* Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5.peter2005-12-061-1/+1
* barrier and spin_lock had already been implemented in libpthread anddavidxu2005-12-021-2/+2
* Install the mqueue.h header.ru2005-12-011-1/+2
* Fix compiling for c++, include cdefs.h.davidxu2005-11-301-0/+3
* Remove commented out reference to posix4/mqueue.h. It hasn't been installedrodrigc2005-11-281-2/+1
* Bring in POSIX message queue header file.davidxu2005-11-261-0/+51
* Revert last revision, strmode() should be moved to <unistd.h> to beru2005-11-241-1/+1
* Fix prototype to match the code and documentation.ru2005-11-241-1/+1
* Fix prototype of strmode() to match the code and documentation.ru2005-11-241-1/+1
* Since speaker.h now lives in sys/dev/speaker, reflect this fact here.delphij2005-11-111-1/+1
* Add POSIX timer interfaces.davidxu2005-10-301-1/+9
* Add prototype for following functions, plus tab fixes.davidxu2005-10-241-5/+8
* Use __pid_t instead of pid_t for sigqueue as other functions.davidxu2005-10-161-1/+1
* Add sigqueue function prototype.davidxu2005-10-141-9/+2
* Add pthread_timedjoin_np prototype.davidxu2005-10-041-0/+1
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andscottl2005-10-031-1/+1
* Back out 1.247. On ia64 <osreldate.h> is included from assembler source,stefanf2005-09-141-1/+0
* Put a getosreldate() prototype into <osreldate.h>, getosreldate(3) impliesstefanf2005-09-121-0/+1
* Fix the prototypes for devname() and devname_r(), the first two argumentstefanf2005-09-121-2/+2
* Don't declare ___res_ext() twice.stefanf2005-09-121-2/+1
* Improve POSIX conformance:stefanf2005-09-011-7/+7
* Appropriate namespace protection for memmem(3).andre2005-08-251-0/+2
* Add the function memmem(3) as found in glibc and others.andre2005-08-251-0/+1
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.stefanf2005-08-191-5/+1
* Remove parameter names, the identifiers were in the user namespace.stefanf2005-08-191-5/+3
* Add an implementation of the semi-standard wcsdup() function, as foundtjr2005-08-131-0/+1
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-071-12/+38
* Respect the YES_HESIOD build variable.phk2005-08-061-1/+5
* Connect GEOM_ELI class to the build.pjd2005-07-271-2/+2
* Remove padding for ABI compatibility of ai_addrlen memberume2005-07-221-19/+0
* MFP4:jkoshy2005-06-091-1/+1
* - Remove padding for ABI compatibility of n_net member from structume2005-06-031-21/+0
* According to:rodrigc2005-05-311-56/+1
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-311-0/+4
* Correct mistake in previous commit: add 'bsm' to LDIRS not LSUBDIRS.rwatson2005-05-301-2/+2
* Do install BSM include files (such as they are) when installing systemrwatson2005-05-291-1/+1
OpenPOWER on IntegriCloud