| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add strtofflags and fflagstostr to libc. | joe | 2000-06-17 | 1 | -0/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -4/+5 |
* | Install /usr/include/dev/ppbus as well as dev/usb | peter | 2000-05-19 | 1 | -2/+2 |
* | Fixed missing consts for function parameters, so that the code matches | bde | 2000-05-11 | 1 | -3/+7 |
* | Finish moving all IEEE fp types to be the same on all arch's. | jhb | 2000-05-10 | 1 | -2/+2 |
* | fp_except => fp_except_t for consistancy with the i386 and the tradition | obrien | 2000-05-10 | 1 | -4/+5 |
* | Revert previous commit, and remove the <event.h> symlink. As this is | jlemon | 2000-04-18 | 1 | -1/+1 |
* | Create <event.h> -> <sys/event.h> link that I forgot earlier. | jlemon | 2000-04-16 | 1 | -2/+2 |
* | The idea always was that `make copies' should undo the | ru | 2000-04-06 | 1 | -1/+4 |
* | Do not conditionalize function prototype definition for functions we | jasone | 2000-02-20 | 1 | -6/+0 |
* | There is a problem in that one cannot use ctype.h at the same time as parts | obrien | 2000-02-08 | 2 | -62/+62 |
* | Change IPv6 address scope delimeter from '@' to '%' as recent KAME change. | shin | 2000-02-08 | 1 | -1/+1 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -2/+0 |
* | sync iruserok() extension API with other BSDs | shin | 2000-02-01 | 1 | -2/+1 |
* | Add a #define for RTLD_LOCAL as required by the Single Unix | jdp | 2000-01-29 | 1 | -0/+1 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 1 | -0/+2 |
* | Sigh. Really fix it this time. It seems the first time through the | peter | 2000-01-26 | 1 | -1/+4 |
* | Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb). | peter | 2000-01-26 | 1 | -1/+8 |
* | bindresvport related changes | shin | 2000-01-26 | 1 | -1/+1 |
* | several tcp apps IPv6 update | shin | 2000-01-25 | 1 | -0/+2 |
* | Install the USB include files in /usr/include/dev/usb. | n_hibma | 2000-01-25 | 1 | -2/+2 |
* | Add prototypes for [sg]etres[ug]id(). | peter | 2000-01-17 | 1 | -0/+4 |
* | Fixed disordering, misformatting, and duplicate declaration of | bde | 2000-01-14 | 1 | -3/+2 |
* | libc rcmd update for IPv6. | shin | 2000-01-13 | 2 | -0/+5 |
* | Make sched_param parameter a const to comply with POSIX and SUSv2 specs. | deischen | 2000-01-10 | 1 | -1/+1 |
* | Remove the comment warning that the dllockinit() interface might | jdp | 2000-01-09 | 1 | -1/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 4 | -5/+6 |
* | Work around an assert failure in the dynamic linker's default thread | jdp | 1999-12-28 | 1 | -0/+1 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 2 | -0/+96 |
* | Add a new function dllockinit() for registering thread locking | jdp | 1999-12-27 | 1 | -0/+7 |
* | Fixed missing declaration of ctermid_r(3). | bde | 1999-12-23 | 1 | -0/+1 |
* | Fixed missing declaration of getlogin_r(3). | bde | 1999-12-23 | 1 | -0/+2 |
* | Fixed missing declaration of rand_r(3). | bde | 1999-12-23 | 1 | -0/+2 |
* | Fixed missing declaration of getdents(2). | bde | 1999-12-23 | 1 | -0/+1 |
* | Fix some minor POSIX/SUSv2 compliance nits. | jasone | 1999-12-18 | 1 | -4/+2 |
* | Back up following macros by functions: ishexnumber, isideogram, isnumber, | phantom | 1999-12-17 | 2 | -10/+20 |
* | Move POSIX feature constants from pthread.h to unistd.h, as required by | jasone | 1999-12-16 | 1 | -17/+0 |