summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.gordon2003-06-291-0/+3
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-291-0/+1
* enable installation of sys/net80211sam2003-06-281-2/+2
* Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)phantom2003-06-252-2/+1
* back out install of net80211 include files until I can remove the old codesam2003-06-251-2/+2
* Push the alloca #error warning farther down to play nicer with some out ofobrien2003-06-251-2/+0
* Fix a mismerge.obrien2003-06-251-1/+1
* Don't blindly provide alloca() for all compilers -- it is too implementationobrien2003-06-251-4/+5
* install new 802.11 headerssam2003-06-251-2/+2
* Install the include file for the netgraph ATM node.harti2003-06-251-2/+3
* Bring back IPFilter headers to /usr/include, now that SHARED=symlinksru2003-06-231-2/+10
* Remove argument names from a function declaration.dwmalone2003-06-221-1/+1
* Remove _PATH_DEVDBphk2003-06-201-1/+0
* Add devname_r(3) which takes a buffer as argument.phk2003-06-201-0/+1
* Use __builtin_alloca() on compilers that have it. Keep the prototype fordes2003-06-151-1/+17
* Replace the old SCM_CREDS cred procedures. They can now bembr2003-06-151-5/+0
* Finish the repocopy of bitstring.h to sys so it can be usedphk2003-06-131-122/+7
* This is a driver for the physical layer chips used in ATM interfaces.harti2003-06-121-1/+1
* Centralize _PATH_* definitions.obrien2003-05-051-0/+4
* Install symlinks to individual headers instead of symlinks to directoriesbde2003-05-051-39/+67
* Use __FBSDID vs. rcsid[].obrien2003-05-0421-57/+41
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Add definitions for WCHAR_MIN and WCHAR_MAX.kan2003-04-281-0/+6
* Add stub implementations of pthread_[gs]etconcurrency to libc_r andjdp2003-04-201-0/+2
* Revert the definitions of _PW_KEY* to their previous values. There isnectar2003-04-181-8/+27
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-172-12/+35
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-173-14/+133
* Dynamic object dependency mapping: libmap.mdodd2003-04-071-0/+1
* - Add setfstab() and getfstab().mdodd2003-04-071-0/+2
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofjeff2003-03-311-1/+1
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-131-0/+3
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-121-3/+3
* Clean up some signed/unsigned issues in the XDR code.nectar2003-03-071-1/+1
* Drop netns from include file installationpeter2003-03-051-1/+1
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-0/+5
* Implement dlinfo() function.kan2003-02-131-3/+34
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-101-0/+4
* Install geom include files.phk2003-02-081-1/+1
* unifdef -D_THREAD_SAFEfjoe2003-01-241-4/+0
* In the absence of consensus as to implement stubs for these TSH-shadedwollman2003-01-231-12/+0
* o Move the contents of <machine/floatingpoint.h> over tomarcel2003-01-191-4/+2
* Sync with NetBSD -- sl_add() now returns an int.obrien2003-01-191-1/+1
* MFCrypto: update RFC assigned telnet options (r1.9)billf2003-01-181-3/+8
* Implement non-blocking tcp-connections.mbr2003-01-162-1/+8
* Add prototypes for the non-standard _unlocked functions.tjr2003-01-131-0/+6
* No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to betjr2003-01-081-9/+0
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')fjoe2003-01-071-1/+1
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these aretjr2003-01-041-2/+11
* Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLStjr2003-01-041-0/+4
* Describe WRDE_NOCMD in the same way that we describe the rest of the flags.tjr2003-01-031-1/+1
OpenPOWER on IntegriCloud