| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugs in the handling of > 8 positional arguments: | archie | 2001-01-06 | 1 | -14/+18 |
* | Use a unified libgcc rather than a seperate one for threaded and | jhb | 2001-01-06 | 1 | -2/+2 |
* | gethostbyname2() is able to lookup AF_INET6. | alex | 2001-01-06 | 1 | -10/+0 |
* | Use a unified libgcc rather than a seperate one for threaded and | obrien | 2001-01-06 | 9 | -18/+14 |
* | Force strong references to several pthread_* functions which are weakly | obrien | 2001-01-06 | 3 | -0/+96 |
* | Add rcsid's. | obrien | 2001-01-04 | 3 | -9/+23 |
* | The instructions on doing something with src/lib/csu/powerpc. | obrien | 2001-01-04 | 1 | -0/+26 |
* | PowerPC version of the C runtime support. | obrien | 2001-01-04 | 1 | -0/+124 |
* | PowerPC verions of the crt initialization and finalization files required | obrien | 2001-01-04 | 2 | -0/+91 |
* | Fix SCCS id string abuse I introduced. | obrien | 2001-01-02 | 1 | -1/+1 |
* | Fix typo: ispec -> ipsec | ben | 2001-01-01 | 1 | -1/+1 |
* | Change the interface of getlogin_r to return an int. The former | deischen | 2001-01-01 | 2 | -22/+68 |
* | Make it a bit clearer that asprintf doesn't actually "return" a pointer in | ben | 2001-01-01 | 1 | -4/+3 |
* | In call to realloc, pass the number of bytes needed, not simply the | ghelmer | 2000-12-31 | 1 | -2/+2 |
* | Use macro API to <sys/queue.h> | phk | 2000-12-31 | 1 | -4/+4 |
* | Use macro API to <sys/queue.h> | ben | 2000-12-30 | 2 | -4/+4 |
* | Fix a tailq conversion bug that resulted in, e.g., nvi crashing upon | green | 2000-12-30 | 1 | -1/+2 |
* | Use TAILQ instead of CIRCLEQ. | phk | 2000-12-29 | 1 | -21/+18 |
* | Fixed typo not fixed in previous revision. | ru | 2000-12-29 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 142 | -655/+676 |
* | Reflect rev 1.18 in crypt.c. Note that this section is somewhat | peter | 2000-12-28 | 1 | -3/+5 |
* | Hindsight is wonderful, but I got cold feet over the crypt(3) default | peter | 2000-12-28 | 1 | -5/+5 |
* | Merge into a single US-exportable libcrypt, which only provides | peter | 2000-12-28 | 5 | -122/+69 |
* | Link stringlist.3 to sl_{add,find,free,init}.3 | ben | 2000-12-27 | 1 | -0/+2 |
* | Document FTP_LOGIN. | des | 2000-12-22 | 1 | -0/+2 |
* | Check the FTP_LOGIN environment variable before falling back on | des | 2000-12-22 | 1 | -0/+2 |
* | When retrieving the time of day in nanosleep(), store it in the | deischen | 2000-12-20 | 3 | -12/+36 |
* | Enable check for pending signals after calling a signal handler. | deischen | 2000-12-20 | 3 | -0/+9 |
* | Fix mostly harmless typo: | nectar | 2000-12-17 | 1 | -1/+1 |
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 3 | -0/+3 |
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 60 | -61/+60 |
* | Avoid a segfault (due to an unitialized pointer) when parsing URLs that have | des | 2000-12-13 | 1 | -0/+2 |
* | #endif should not have a non-comment token after it. | obrien | 2000-12-13 | 1 | -1/+1 |
* | Do install-time configuration of the i386 boot0 boot manager. At | rnordier | 2000-12-12 | 1 | -1/+23 |
* | mdoc(7) police: Now that .Fx macro is parsed, backout | ru | 2000-12-12 | 1 | -5/+2 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 2 | -74/+160 |
* | o Introduce a pile more documentation about capabilities, including | rwatson | 2000-12-11 | 2 | -12/+426 |
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 16 | -16/+17 |
* | Move telldir position recording type definitions and prototypes | deischen | 2000-12-11 | 6 | -31/+92 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 5 | -7/+14 |
* | strunvis(3) and unvis(3) are the same files. | alex | 2000-12-08 | 1 | -1/+0 |
* | There are four types of encoding now, not three. Most of them use the | alex | 2000-12-08 | 1 | -2/+2 |
* | When TFTP tries to open a file, it is expecting struct open_file | ps | 2000-12-08 | 1 | -0/+3 |
* | Upgrade to groff 1.16.1. | ru | 2000-12-06 | 1 | -8/+1 |
* | Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate | des | 2000-12-06 | 2 | -4/+4 |
* | Back this out, we apparently have the ipfw(4). | ru | 2000-12-06 | 1 | -1/+1 |
* | ipfw(4) -> ipfw(8). | ru | 2000-12-06 | 1 | -1/+1 |
* | Cleanup XXXdir functions to eliminate global hash table of | deischen | 2000-12-06 | 5 | -53/+34 |
* | Add appropriate defines to use snprintf/vsnprintf instead of | jedgar | 2000-12-06 | 1 | -0/+2 |
* | Change the spelling of `.' to `.' from .OBJDIR since `.' really is where | obrien | 2000-12-05 | 1 | -1/+1 |