aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-251-0/+1
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.Stefan Farfeleder2005-08-191-5/+1
* Remove parameter names, the identifiers were in the user namespace.Stefan Farfeleder2005-08-191-5/+3
* Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins2005-08-131-0/+1
* Sync libedit with recent NetBSD developments. Including improvements to theStefan Farfeleder2005-08-071-12/+38
* Respect the YES_HESIOD build variable.Poul-Henning Kamp2005-08-061-1/+5
* Connect GEOM_ELI class to the build.Pawel Jakub Dawidek2005-07-271-2/+2
* Remove padding for ABI compatibility of ai_addrlen memberHajimu UMEMOTO2005-07-221-19/+0
* MFP4:Joseph Koshy2005-06-091-1/+1
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-031-21/+0
* According to:Craig Rodrigues2005-05-311-56/+1
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-311-0/+4
* Correct mistake in previous commit: add 'bsm' to LDIRS not LSUBDIRS.Robert Watson2005-05-301-2/+2
* Do install BSM include files (such as they are) when installing systemRobert Watson2005-05-291-1/+1
* disable defining NI_WITHSCOPEID. It was obsoleted, and was existHajimu UMEMOTO2005-05-271-1/+1
* Make <runefile.h> internal to libc.Ruslan Ermilov2005-05-162-62/+1
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-151-5/+46
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI2005-05-131-1/+1
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.Xin LI2005-05-111-0/+1
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-271-12/+0
* Conditionalize the ipfilter header files on NO_IPFILTER. While normally theseScott Long2005-04-261-0/+4
* Increase PTHREAD_STACK_MIN to MINSIGSTKSZ because thread libraries now useDavid Xu2005-04-111-1/+1
* Add pthread_condattr_getclock, pthread_condattr_setclock.David Xu2005-04-031-0/+4
* Make sure that $_MARCH and friends existWarner Losh2005-04-031-0/+8
* Define CLOCK_* and TIMER_* in time.h, where they are supposed to be.David Schultz2005-04-021-1/+20
* When $MACHINE != $MACHINE_ARCH, install $MACHINE_ARCH/include intoWarner Losh2005-04-011-10/+39
* - Declare mknod in stat.h (in addition to unistd.h), as per XSI.David Schultz2005-03-221-0/+3
* just use crypto/rijndael, and nuke opencrypto/rindael.[ch].Hajimu UMEMOTO2005-03-111-0/+8
* Only install acpiio.h in /usr/include. That's all we want to export to users.Nate Lawson2005-03-021-2/+10
* Sync the list of headers visible with SHARED=symlinks with thoseRuslan Ermilov2005-03-021-1/+6
* Install acpi includes in dev/acpica. This should later be trimmed (the pciNate Lawson2005-02-281-1/+2
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingAlexey Zelkin2005-02-271-30/+79
* Make the format of LC_CTYPE files architecture independent byRuslan Ermilov2005-02-262-1/+63
* The Intel C/C++ compiler doesn't require a typedef for _Bool when compilingMarius Strobl2005-02-191-1/+1
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.Alexey Zelkin2005-02-141-1/+1
* Install GPIB related includefiles (unless NO_GPIB)Poul-Henning Kamp2005-02-061-2/+6
* implement AI_NUMERICSERV (as defined in RFC3493).Hajimu UMEMOTO2005-01-271-3/+5