summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-23144-144/+144
* MFC rev 1.13:Brooks Davis2006-04-211-1/+1
* MFC: Decrease the value of RES_DFLRETRY from 4 to 2.Hajimu UMEMOTO2006-03-061-0/+1
* MFC:Tom Rhodes2005-06-272-3/+19
* MFC: The ai_addrlen of a struct addrinfo used to be a size_t, per RFCHajimu UMEMOTO2005-05-291-4/+41
* MFC: hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-05-161-12/+0
* MFC:Poul-Henning Kamp2005-03-071-1/+5
* MFC: Add the acpica subdir and sync style with -current.Nate Lawson2005-03-021-7/+11
* MFC 1.235 and 1.236: Install include for acpica and update bktr symlinks.Nate Lawson2005-03-021-2/+15
* MFC: Connect SHSEC GEOM class to the build.Pawel Jakub Dawidek2005-03-011-1/+1
* MFC: 1.7Marius Strobl2005-02-271-1/+1
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-132-2/+2
* MFC: implement AI_NUMERICSERV (as defined in RFC3493).Hajimu UMEMOTO2005-02-031-3/+5
* MFC: fts.h 1.11Pawel Jakub Dawidek2005-01-121-2/+10
* MFC: 1.229: Fixed transition from SHARED=symlinks to SHARED=copies.Ruslan Ermilov2004-11-171-1/+1
* MFC:Gleb Smirnoff2004-11-101-1/+2
* MFC the BIND 9 import and chroot-by-default work up to date.Doug Barton2004-09-301-0/+5
* MFC: Make sure we use the correct make(1) binary in newvers.sh.Ruslan Ermilov2004-09-201-1/+1
* MFC rev. 1.2, 1.3, 1.4:Stefan Farfeleder2004-09-061-5/+6
* MFC: Better ftw() and nftw() implementations from OpenBSD.Tim J. Robbins2004-08-291-91/+46
* Connect RAID3 GEOM class to the build.Pawel Jakub Dawidek2004-08-161-1/+2
* Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword.Stefan Farfeleder2004-08-141-0/+2
* Use tabulators after '#define'.Stefan Farfeleder2004-08-141-5/+5
* Sort in dictionary order.Tim J. Robbins2004-08-121-1/+1
* Implement wcwidth() as an inline function.Tim J. Robbins2004-08-122-0/+18
* Include _ctype.h instead of ctype.h to avoid namespace pollution.Tim J. Robbins2004-08-121-1/+1
* Move some internal macros and inlines from ctype.h to a new file, _ctype.h,Tim J. Robbins2004-08-123-178/+9
* Implement C99's standard header <tgmath.h>. It provides type-generic macrosStefan Farfeleder2004-08-082-1/+168
* Connect GEOM_MIRROR class to the build.Pawel Jakub Dawidek2004-07-301-1/+1
* Add __pure and __pure2 where appropriate.Tim J. Robbins2004-07-231-11/+11
* Mark functions pure where applicable.Tim J. Robbins2004-07-231-11/+12
* Mark functions pure where applicable. A notable exclusion is strcoll(),Tim J. Robbins2004-07-231-13/+13
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-0/+4
* Re-implement this file, including copyright notice. Keep David Xu asMarcel Moolenaar2004-07-171-69/+31
* Add fgetwln(), a wide character version of fgetln().Tim J. Robbins2004-07-161-0/+1
* Add proc_service.h, the common file both debugger and libthread_db willDavid Xu2004-07-152-1/+104
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressionTim J. Robbins2004-07-121-0/+1
* Reduce namespace pollution.Dag-Erling Smørgrav2004-07-091-0/+2
* Add a function to iterate over all characters in a particular characterTim J. Robbins2004-07-081-0/+1
* 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