aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add implementations of ftw(3) and nftw(3) and the corresponding headerDavid Schultz2004-07-052-1/+109
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-021-1/+1
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.Tim J. Robbins2004-06-301-1/+1
* Now that <runetype.h> no longer brings in namespace pollution,Tim J. Robbins2004-06-232-22/+0
* Prefix the names of members of _RuneLocale and its sub-structuresTim J. Robbins2004-06-234-33/+31
* Adjust the system endian and a.out headers to be more MI and cross-buildingDavid E. O'Brien2004-06-221-0/+2
* Remove outdated comments.Tim J. Robbins2004-06-201-3/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+8
* Fix typo in putwc().Tim J. Robbins2004-06-071-1/+1
* Use __isctype() instead of __istype() for iswdigit() and iswxdigit() forTim J. Robbins2004-05-311-2/+2
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They areStefan Farfeleder2004-05-301-6/+12
* Remove the macros for creal{,f} and cimag{,f}. They failed to convert theirStefan Farfeleder2004-05-301-7/+0
* Correct some types in the yp structures; this fixes a number of problemsThomas Moestl2004-05-271-14/+14
* Bring back the macro versions of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-272-0/+15
* Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out.Tim J. Robbins2004-05-251-8/+0
* Fix typo in previous: getwc() should call fgetwc(), not the functionTim J. Robbins2004-05-251-1/+1
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-251-0/+8
* - Install includes used by STRIPE and NOP GEOM classes.Pawel Jakub Dawidek2004-05-201-1/+1
* Fix some^Wseveral style bugs from last commit.Peter Edwards2004-05-121-1/+0
* Fixed style bugs in previous commit (bogus forward declaration andBruce Evans2004-05-101-3/+1
* The FTS_NOSTAT option is an optimisation that reduces the numberPeter Edwards2004-05-081-0/+3
* - Look into geom/gate/ and geom/concat/ for includes.Pawel Jakub Dawidek2004-04-301-2/+3
* Make isblank() visible in the C99 namespace.Tim J. Robbins2004-04-212-4/+16
* Parenthesize function names in masking macros for getc() etc. for theTim J. Robbins2004-03-201-6/+6
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),Tim J. Robbins2004-03-171-0/+16
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itDag-Erling Smørgrav2004-03-151-2/+2
* Add skeleton build dirs for pf userland:Max Laier2004-02-281-0/+8
* Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.Bruce M Simpson2004-02-251-1/+4
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-252-3/+9
* Add getopt_long_only()Andrey A. Chernov2004-02-241-1/+3
* In the comment tell about optreset extension for NetBSD ghetopt_long()Andrey A. Chernov2004-02-231-1/+2
* Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one)Andrey A. Chernov2004-02-232-1/+8
* Try to better mimic GNU getopt.h which does not assume to make visibleAndrey A. Chernov2004-02-232-6/+13
* Fix comment: GNU getopt.h to which this header tries to mimic does not declareAndrey A. Chernov2004-02-231-1/+1
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>,Andrey A. Chernov2004-02-232-8/+2
* Add NO_BLUETOOTH knob to the build processMaksim Yevmenkin2004-01-281-0/+2
* remove EAI_NODATA aliased to EAI_NONAME.Hajimu UMEMOTO2004-01-151-1/+0
* Add and document ffsl(), fls() and flsl().Dag-Erling Smørgrav2004-01-131-0/+3
* It was reported that when using nss_ldap, getgrent(3) would behaveJacques Vidrine2004-01-091-2/+3
* Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assumingIan Dowse2004-01-041-0/+1
* Now I understand what Bruce was getting at - -1 can be parsed as twoJordan K. Hubbard2003-12-182-2/+2
* Adjust in response to various bits of brucification:Jordan K. Hubbard2003-12-182-2/+4
* OK, someone was tab happy in this file. A tab after #define?! OK, fine,Jordan K. Hubbard2003-12-171-1/+1
* Correct inexplicable tab smash.Jordan K. Hubbard2003-12-171-1/+1
* Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/00790497...Jordan K. Hubbard2003-12-171-0/+1
* Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904...Jordan K. Hubbard2003-12-171-0/+2
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-081-3/+6
* Fix sort order.David E. O'Brien2003-12-081-1/+1
* Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar2003-12-0710-39/+12
* Add support for timeout: and attempts: resolver options.Murray Stokely2003-12-071-0/+2