| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the idea of the make(1) binary to use down to newvers.sh. | ru | 2004-09-17 | 1 | -1/+1 |
* | Install netflow includes. | glebius | 2004-09-16 | 1 | -2/+3 |
* | Add the macro RES_DFLRETRY long-promised by resolver(5). | yar | 2004-09-09 | 1 | -0/+1 |
* | Add a workaround to recognise I/_Complex_I as complex arguments. Although | stefanf | 2004-09-03 | 1 | -1/+2 |
* | Use the keyword '_Complex' rather than the macro 'complex' since | stefanf | 2004-09-03 | 1 | -4/+4 |
* | Embarrassing typo: s/nextbyint/nearbyint/ | stefanf | 2004-09-03 | 1 | -1/+1 |
* | Hook autofs to the build. | alfred | 2004-09-02 | 1 | -1/+1 |
* | Replace the current implementations of ftw() and nftw() with the OpenBSD | tjr | 2004-08-24 | 1 | -91/+46 |
* | Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure | tjr | 2004-08-21 | 1 | -3/+3 |
* | Connect RAID3 GEOM class to the build. | pjd | 2004-08-16 | 1 | -1/+2 |
* | Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword. | stefanf | 2004-08-14 | 1 | -0/+2 |
* | Use tabulators after '#define'. | stefanf | 2004-08-14 | 1 | -5/+5 |
* | Sort in dictionary order. | tjr | 2004-08-12 | 1 | -1/+1 |
* | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 2 | -0/+18 |
* | Include _ctype.h instead of ctype.h to avoid namespace pollution. | tjr | 2004-08-12 | 1 | -1/+1 |
* | Move some internal macros and inlines from ctype.h to a new file, _ctype.h, | tjr | 2004-08-12 | 3 | -178/+9 |
* | Implement C99's standard header <tgmath.h>. It provides type-generic macros | stefanf | 2004-08-08 | 2 | -1/+168 |
* | Connect GEOM_MIRROR class to the build. | pjd | 2004-07-30 | 1 | -1/+1 |
* | Add __pure and __pure2 where appropriate. | tjr | 2004-07-23 | 1 | -11/+11 |
* | Mark functions pure where applicable. | tjr | 2004-07-23 | 1 | -11/+12 |
* | Mark functions pure where applicable. A notable exclusion is strcoll(), | tjr | 2004-07-23 | 1 | -13/+13 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | tjr | 2004-07-21 | 1 | -0/+4 |
* | Re-implement this file, including copyright notice. Keep David Xu as | marcel | 2004-07-17 | 1 | -69/+31 |
* | Add fgetwln(), a wide character version of fgetln(). | tjr | 2004-07-16 | 1 | -0/+1 |
* | Add proc_service.h, the common file both debugger and libthread_db will | davidxu | 2004-07-15 | 2 | -1/+104 |
* | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | tjr | 2004-07-12 | 1 | -0/+1 |
* | Reduce namespace pollution. | des | 2004-07-09 | 1 | -0/+2 |
* | Add a function to iterate over all characters in a particular character | tjr | 2004-07-08 | 1 | -0/+1 |
* | Add implementations of ftw(3) and nftw(3) and the corresponding header | das | 2004-07-05 | 2 | -1/+109 |
* | Introduce GEOM_LABEL class. | pjd | 2004-07-02 | 1 | -1/+1 |
* | Fix typo: WRDE_DOOFS -> WRDE_DOOFFS. | tjr | 2004-06-30 | 1 | -1/+1 |
* | Now that <runetype.h> no longer brings in namespace pollution, | tjr | 2004-06-23 | 2 | -22/+0 |
* | Prefix the names of members of _RuneLocale and its sub-structures | tjr | 2004-06-23 | 4 | -33/+31 |
* | Adjust the system endian and a.out headers to be more MI and cross-building | obrien | 2004-06-22 | 1 | -0/+2 |
* | Remove outdated comments. | tjr | 2004-06-20 | 1 | -3/+1 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -0/+8 |
* | Fix typo in putwc(). | tjr | 2004-06-07 | 1 | -1/+1 |
* | Use __isctype() instead of __istype() for iswdigit() and iswxdigit() for | tjr | 2004-05-31 | 1 | -2/+2 |
* | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | stefanf | 2004-05-30 | 1 | -6/+12 |
* | Remove the macros for creal{,f} and cimag{,f}. They failed to convert their | stefanf | 2004-05-30 | 1 | -7/+0 |
* | Correct some types in the yp structures; this fixes a number of problems | tmm | 2004-05-27 | 1 | -14/+14 |
* | Bring back the macro versions of getwc(), getwchar(), putwc() and | tjr | 2004-05-27 | 2 | -0/+15 |
* | Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out. | tjr | 2004-05-25 | 1 | -8/+0 |
* | Fix typo in previous: getwc() should call fgetwc(), not the function | tjr | 2004-05-25 | 1 | -1/+1 |
* | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | tjr | 2004-05-25 | 1 | -0/+8 |
* | - Install includes used by STRIPE and NOP GEOM classes. | pjd | 2004-05-20 | 1 | -1/+1 |
* | Fix some^Wseveral style bugs from last commit. | peadar | 2004-05-12 | 1 | -1/+0 |
* | Fixed style bugs in previous commit (bogus forward declaration and | bde | 2004-05-10 | 1 | -3/+1 |
* | The FTS_NOSTAT option is an optimisation that reduces the number | peadar | 2004-05-08 | 1 | -0/+3 |
* | - Look into geom/gate/ and geom/concat/ for includes. | pjd | 2004-04-30 | 1 | -2/+3 |