| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the current libc breakage in current: | imp | 2001-02-16 | 1 | -8/+11 |
* | Correct 2nd argument of getnameinfo(3) to socklen_t. | ume | 2001-02-15 | 1 | -2/+15 |
* | Commit a libc fix going by the current state of the version numbering | peter | 2001-02-14 | 1 | -4/+6 |
* | It sounded like a good idea at the time. The previous change breaks | peter | 2001-02-12 | 1 | -6/+3 |
* | Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and | peter | 2001-02-12 | 1 | -3/+6 |
* | libc MT-safety, part 2. | deischen | 2001-02-11 | 1 | -0/+4 |
* | add langinfo.h | phantom | 2001-02-08 | 1 | -1/+1 |
* | Add SUSv2 compatible nl_langinfo() function. It still need some work, but | phantom | 2001-02-08 | 1 | -0/+109 |
* | Fix some nits: | asmodai | 2001-02-06 | 1 | -8/+5 |
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 1 | -1/+2 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Declare strunvisx(). | bde | 2001-02-06 | 1 | -0/+1 |
* | Add a lock to DIR to make telldir and friends MT-safe. | deischen | 2001-01-24 | 2 | -54/+5 |
* | Move MD <machine/if_wavelan_ieee.h> to MI <dev/wi/if_wavelan_ieee.h> | peter | 2001-01-09 | 1 | -2/+3 |
* | Remove struct.h, which has been punted into the Attic. | sheldonh | 2001-01-03 | 1 | -1/+1 |
* | Finally put this mistake to rest. | phk | 2001-01-03 | 1 | -45/+0 |
* | Change prototype to getlogin_r to reflect recent change to its | deischen | 2001-01-01 | 1 | -1/+1 |
* | Use TAILQ instead of CIRCLEQ. | phk | 2000-12-29 | 1 | -4/+4 |
* | Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't | jasone | 2000-12-28 | 1 | -3/+0 |
* | Move telldir position recording type definitions and prototypes | deischen | 2000-12-11 | 1 | -4/+2 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -0/+2 |
* | Add a LIST_HEAD to DIR for a queue of telldir positions. | deischen | 2000-12-06 | 1 | -1/+6 |
* | Make <struct.h> #error instead of #warn that it is going away on jan 1st. | phk | 2000-12-01 | 1 | -13/+1 |
* | remove unneeded sys/ucred.h include | alfred | 2000-11-30 | 1 | -1/+0 |
* | Fix stdbool.h to actually work as advertised. | asmodai | 2000-11-29 | 1 | -11/+3 |
* | Make it possible to override the function which writes messages to | phk | 2000-11-26 | 1 | -0/+3 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 2 | -1/+9 |
* | Add netnatm to LDIRS | brian | 2000-10-16 | 1 | -1/+1 |
* | Cleanup of bitstring.h: | dwmalone | 2000-10-09 | 1 | -39/+46 |
* | Add a definition for RTLD_DEFAULT. | jdp | 2000-09-19 | 1 | -4/+3 |
* | Update the prototype for "r_brk" to correspond with the change in | jdp | 2000-09-18 | 1 | -1/+2 |
* | Welcome stdbool.h. A header file from the ANSI C99 specification. | asmodai | 2000-09-16 | 2 | -2/+56 |
* | Use MTREE_FOLLOWS_SYMLINKS option | ache | 2000-09-15 | 1 | -1/+1 |
* | There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev} | ru | 2000-09-14 | 1 | -3/+0 |
* | I have not tested this to completion yet, but this appears to fix world. | peter | 2000-09-07 | 1 | -1/+1 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 4 | -11/+288 |
* | Move setproctitle() from libutil to libc (after a repo-copy) | brian | 2000-09-02 | 1 | -0/+1 |
* | Import XPG4-compliant basename(3) and dirname(3) from OpenBSD. | des | 2000-08-31 | 2 | -1/+50 |
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 1 | -0/+2 |
* | Revert gratuitous whitespace changes from revisions 1.111 and 1.112. | jhb | 2000-08-17 | 1 | -2/+2 |
* | Add a prototype for rfork_thread(). | peter | 2000-07-29 | 1 | -0/+1 |
* | Backout addition of -L switch to mtree. Using -L breaks the | marcel | 2000-07-23 | 1 | -1/+1 |
* | Back out 1.15. It caused more harm than good. Something, however, | nsayer | 2000-07-21 | 1 | -4/+4 |
* | Add -L to mtree | ache | 2000-07-16 | 1 | -1/+1 |
* | fix spelling errors. | alfred | 2000-07-07 | 1 | -13/+0 |
* | cleanup the tsearch import. | alfred | 2000-07-06 | 1 | -1/+4 |
* | add getifaddrs(3) from bsdi. this is a magic function which lets you grab | itojun | 2000-07-05 | 2 | -1/+57 |
* | Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE. | dan | 2000-07-01 | 1 | -0/+1 |
* | bring in binary search tree code. | alfred | 2000-07-01 | 2 | -1/+68 |
* | Moving forward on my commitment to always make at least one commit from | nsayer | 2000-06-22 | 1 | -4/+4 |