| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make isblank() visible in the C99 namespace. | tjr | 2004-04-21 | 2 | -4/+16 |
* | Parenthesize function names in masking macros for getc() etc. for the | tjr | 2004-03-20 | 1 | -6/+6 |
* | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | tjr | 2004-03-17 | 1 | -0/+16 |
* | Don't try to pass off a struct sockaddr as a struct sockaddr_in when it | des | 2004-03-15 | 1 | -2/+2 |
* | Add skeleton build dirs for pf userland: | mlaier | 2004-02-28 | 1 | -0/+8 |
* | Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com. | bms | 2004-02-25 | 1 | -1/+4 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 2 | -3/+9 |
* | Add getopt_long_only() | ache | 2004-02-24 | 1 | -1/+3 |
* | In the comment tell about optreset extension for NetBSD ghetopt_long() | ache | 2004-02-23 | 1 | -1/+2 |
* | Add optreset to getopt.h too since NetBSD getopt_long() (but not GNU one) | ache | 2004-02-23 | 2 | -1/+8 |
* | Try to better mimic GNU getopt.h which does not assume to make visible | ache | 2004-02-23 | 2 | -6/+13 |
* | Fix comment: GNU getopt.h to which this header tries to mimic does not declare | ache | 2004-02-23 | 1 | -1/+1 |
* | POSIX clearly states that getsubopt() should be declared in <stdlib.h>, | ache | 2004-02-23 | 2 | -8/+2 |
* | Add NO_BLUETOOTH knob to the build process | emax | 2004-01-28 | 1 | -0/+2 |
* | remove EAI_NODATA aliased to EAI_NONAME. | ume | 2004-01-15 | 1 | -1/+0 |
* | Add and document ffsl(), fls() and flsl(). | des | 2004-01-13 | 1 | -0/+3 |
* | It was reported that when using nss_ldap, getgrent(3) would behave | nectar | 2004-01-09 | 1 | -2/+3 |
* | Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming | iedowse | 2004-01-04 | 1 | -0/+1 |