| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the pbio include file installation process and the | Diomidis Spinellis | 2005-01-14 | 1 | -5/+8 |
* | Add missing entry. | Pawel Jakub Dawidek | 2005-01-11 | 1 | -1/+1 |
* | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | Tim J. Robbins | 2005-01-09 | 1 | -0/+1 |
* | Fix typo, function name pthread_rwlock_timedrwlock should be | David Xu | 2005-01-08 | 1 | -1/+1 |
* | Introduce new field 'fts_bignum' which is 64bit long and will allow to | Pawel Jakub Dawidek | 2005-01-07 | 1 | -2/+10 |
* | Constify arguments. | Marcel Moolenaar | 2005-01-03 | 1 | -6/+6 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 2 | -2/+2 |
* | According to the information on: | Tom Rhodes | 2004-12-10 | 2 | -3/+19 |
* | Remove nfsclnt() prototype. | Poul-Henning Kamp | 2004-12-07 | 1 | -1/+0 |
* | Fixed transition from SHARED=symlinks to SHARED=copies. | Ruslan Ermilov | 2004-11-17 | 1 | -1/+1 |
* | Help Tinderbox and remove autofs | Mark Murray | 2004-11-10 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 2 | -2/+2 |
* | Remove the obsolete <rune.h> interface. | Tim J. Robbins | 2004-10-17 | 2 | -69/+1 |
* | 1. Add much finer granularity to the NO_BIND knobs with the addition of: | Doug Barton | 2004-09-27 | 1 | -0/+5 |
* | Pass the idea of the make(1) binary to use down to newvers.sh. | Ruslan Ermilov | 2004-09-17 | 1 | -1/+1 |
* | Install netflow includes. | Gleb Smirnoff | 2004-09-16 | 1 | -2/+3 |
* | Add the macro RES_DFLRETRY long-promised by resolver(5). | Yaroslav Tykhiy | 2004-09-09 | 1 | -0/+1 |
* | Add a workaround to recognise I/_Complex_I as complex arguments. Although | Stefan Farfeleder | 2004-09-03 | 1 | -1/+2 |
* | Use the keyword '_Complex' rather than the macro 'complex' since | Stefan Farfeleder | 2004-09-03 | 1 | -4/+4 |
* | Embarrassing typo: s/nextbyint/nearbyint/ | Stefan Farfeleder | 2004-09-03 | 1 | -1/+1 |
* | Hook autofs to the build. | Alfred Perlstein | 2004-09-02 | 1 | -1/+1 |
* | Replace the current implementations of ftw() and nftw() with the OpenBSD | Tim J. Robbins | 2004-08-24 | 1 | -91/+46 |
* | Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure | Tim J. Robbins | 2004-08-21 | 1 | -3/+3 |
* | Connect RAID3 GEOM class to the build. | Pawel Jakub Dawidek | 2004-08-16 | 1 | -1/+2 |
* | Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword. | Stefan Farfeleder | 2004-08-14 | 1 | -0/+2 |
* | Use tabulators after '#define'. | Stefan Farfeleder | 2004-08-14 | 1 | -5/+5 |
* | Sort in dictionary order. | Tim J. Robbins | 2004-08-12 | 1 | -1/+1 |
* | Implement wcwidth() as an inline function. | Tim J. Robbins | 2004-08-12 | 2 | -0/+18 |
* | Include _ctype.h instead of ctype.h to avoid namespace pollution. | Tim J. Robbins | 2004-08-12 | 1 | -1/+1 |
* | Move some internal macros and inlines from ctype.h to a new file, _ctype.h, | Tim J. Robbins | 2004-08-12 | 3 | -178/+9 |
* | Implement C99's standard header <tgmath.h>. It provides type-generic macros | Stefan Farfeleder | 2004-08-08 | 2 | -1/+168 |
* | Connect GEOM_MIRROR class to the build. | Pawel Jakub Dawidek | 2004-07-30 | 1 | -1/+1 |
* | Add __pure and __pure2 where appropriate. | Tim J. Robbins | 2004-07-23 | 1 | -11/+11 |
* | Mark functions pure where applicable. | Tim J. Robbins | 2004-07-23 | 1 | -11/+12 |
* | Mark functions pure where applicable. A notable exclusion is strcoll(), | Tim J. Robbins | 2004-07-23 | 1 | -13/+13 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 1 | -0/+4 |
* | Re-implement this file, including copyright notice. Keep David Xu as | Marcel Moolenaar | 2004-07-17 | 1 | -69/+31 |
* | Add fgetwln(), a wide character version of fgetln(). | Tim J. Robbins | 2004-07-16 | 1 | -0/+1 |
* | Add proc_service.h, the common file both debugger and libthread_db will | David Xu | 2004-07-15 | 2 | -1/+104 |
* | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | Tim J. Robbins | 2004-07-12 | 1 | -0/+1 |
* | Reduce namespace pollution. | Dag-Erling Smørgrav | 2004-07-09 | 1 | -0/+2 |
* | Add a function to iterate over all characters in a particular character | Tim J. Robbins | 2004-07-08 | 1 | -0/+1 |
* | Add implementations of ftw(3) and nftw(3) and the corresponding header | David Schultz | 2004-07-05 | 2 | -1/+109 |
* | Introduce GEOM_LABEL class. | Pawel Jakub Dawidek | 2004-07-02 | 1 | -1/+1 |
* | Fix typo: WRDE_DOOFS -> WRDE_DOOFFS. | Tim J. Robbins | 2004-06-30 | 1 | -1/+1 |
* | Now that <runetype.h> no longer brings in namespace pollution, | Tim J. Robbins | 2004-06-23 | 2 | -22/+0 |
* | Prefix the names of members of _RuneLocale and its sub-structures | Tim J. Robbins | 2004-06-23 | 4 | -33/+31 |
* | Adjust the system endian and a.out headers to be more MI and cross-building | David E. O'Brien | 2004-06-22 | 1 | -0/+2 |
* | Remove outdated comments. | Tim J. Robbins | 2004-06-20 | 1 | -3/+1 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+8 |