summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Hook autofs to the build.alfred2004-09-021-1/+1
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-241-91/+46
* Let GCC know that ___runetype(), ___tolower() and ___toupper() are puretjr2004-08-211-3/+3
* Connect RAID3 GEOM class to the build.pjd2004-08-161-1/+2
* Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword.stefanf2004-08-141-0/+2
* Use tabulators after '#define'.stefanf2004-08-141-5/+5
* Sort in dictionary order.tjr2004-08-121-1/+1
* Implement wcwidth() as an inline function.tjr2004-08-122-0/+18
* Include _ctype.h instead of ctype.h to avoid namespace pollution.tjr2004-08-121-1/+1
* Move some internal macros and inlines from ctype.h to a new file, _ctype.h,tjr2004-08-123-178/+9
* Implement C99's standard header <tgmath.h>. It provides type-generic macrosstefanf2004-08-082-1/+168
* Connect GEOM_MIRROR class to the build.pjd2004-07-301-1/+1
* Add __pure and __pure2 where appropriate.tjr2004-07-231-11/+11
* Mark functions pure where applicable.tjr2004-07-231-11/+12
* Mark functions pure where applicable. A notable exclusion is strcoll(),tjr2004-07-231-13/+13
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-211-0/+4
* Re-implement this file, including copyright notice. Keep David Xu asmarcel2004-07-171-69/+31
* Add fgetwln(), a wide character version of fgetln().tjr2004-07-161-0/+1
* Add proc_service.h, the common file both debugger and libthread_db willdavidxu2004-07-152-1/+104
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressiontjr2004-07-121-0/+1
* Reduce namespace pollution.des2004-07-091-0/+2
* Add a function to iterate over all characters in a particular charactertjr2004-07-081-0/+1
* Add implementations of ftw(3) and nftw(3) and the corresponding headerdas2004-07-052-1/+109
* Introduce GEOM_LABEL class.pjd2004-07-021-1/+1
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.tjr2004-06-301-1/+1
* Now that <runetype.h> no longer brings in namespace pollution,tjr2004-06-232-22/+0
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-234-33/+31
* Adjust the system endian and a.out headers to be more MI and cross-buildingobrien2004-06-221-0/+2
* Remove outdated comments.tjr2004-06-201-3/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+8
* Fix typo in putwc().tjr2004-06-071-1/+1
* Use __isctype() instead of __istype() for iswdigit() and iswxdigit() fortjr2004-05-311-2/+2
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They arestefanf2004-05-301-6/+12
* Remove the macros for creal{,f} and cimag{,f}. They failed to convert theirstefanf2004-05-301-7/+0
* Correct some types in the yp structures; this fixes a number of problemstmm2004-05-271-14/+14
* Bring back the macro versions of getwc(), getwchar(), putwc() andtjr2004-05-272-0/+15
* Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out.tjr2004-05-251-8/+0
* Fix typo in previous: getwc() should call fgetwc(), not the functiontjr2004-05-251-1/+1
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andtjr2004-05-251-0/+8
* - Install includes used by STRIPE and NOP GEOM classes.pjd2004-05-201-1/+1
* Fix some^Wseveral style bugs from last commit.peadar2004-05-121-1/+0
* Fixed style bugs in previous commit (bogus forward declaration andbde2004-05-101-3/+1
* The FTS_NOSTAT option is an optimisation that reduces the numberpeadar2004-05-081-0/+3
* - Look into geom/gate/ and geom/concat/ for includes.pjd2004-04-301-2/+3
* Make isblank() visible in the C99 namespace.tjr2004-04-212-4/+16
* Parenthesize function names in masking macros for getc() etc. for thetjr2004-03-201-6/+6
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),tjr2004-03-171-0/+16
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itdes2004-03-151-2/+2
* Add skeleton build dirs for pf userland:mlaier2004-02-281-0/+8
* Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.bms2004-02-251-1/+4
OpenPOWER on IntegriCloud