| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct server-side chap authentication comparison | brian | 1999-02-07 | 1 | -2/+2 |
* | Remove forgotten diagnostics | brian | 1999-02-07 | 1 | -3/+1 |
* | If user selects X, also auto-select compat22 (for now). | jkh | 1999-02-07 | 2 | -2/+6 |
* | SMAILCF distro no longer exists. | jkh | 1999-02-07 | 7 | -24/+14 |
* | Remove strange-looking quotes. This part of the code is #if'ed out, | dcs | 1999-02-07 | 1 | -1/+1 |
* | MaxHeaderLines is now MaxHeadersLength (in bytes) | peter | 1999-02-07 | 2 | -2/+2 |
* | Remove the standalone buildtools stuff, we don't use it here and it | peter | 1999-02-07 | 97 | -2438/+0 |
* | Merge 8.9.2+patches -> 8.9.3 changes into mainline. | peter | 1999-02-07 | 5 | -22/+41 |
* | This commit was generated by cvs2svn to compensate for changes in r43730, | peter | 1999-02-07 | 32 | -269/+485 |
|\ |
|
| * | Import sendmail 8.9.3 onto vendor branch, replacing previous interim | peter | 1999-02-07 | 37 | -291/+526 |
* | | When shadowing objects, adjust the page coloring of the shadowing object | dillon | 1999-02-07 | 1 | -1/+6 |
* | | - Add atkbd.4, atkbdc.4, splash.4 and vga.4. | yokota | 1999-02-07 | 13 | -50/+1304 |
* | | - Add FreeBSD 2.2.7, 2.2.8, 3.1, and 4.0 to the Fx and Os macros. | yokota | 1999-02-07 | 2 | -0/+17 |
* | | Make the ipx part of netstat work again. | jhay | 1999-02-06 | 1 | -5/+7 |
* | | Hmm- I must be blind. There *was* already an appropriate typedef still | mjacob | 1999-02-06 | 1 | -2/+1 |
* | | Don't dump core when p_stat is not in the expected range. This is | fenner | 1999-02-06 | 1 | -3/+9 |
* | | I don't know what happened here- I submitted a *working* patch for | mjacob | 1999-02-06 | 1 | -2/+3 |
* | | Reshuffle a number of menus to be more navigable. Delete extra | jkh | 1999-02-06 | 3 | -63/+60 |
* | | Changed to use IICBUS_REPEATED_START | roger | 1999-02-06 | 1 | -2/+2 |
* | | Teach IPXrouted to handle the internal net properly. | jhay | 1999-02-06 | 2 | -18/+5 |
* | | Make it possible to use lo0 as an internal IPX network. This is usefull | jhay | 1999-02-06 | 3 | -7/+6 |
* | | Don't use the pointer returned by MALLOC before checking if it is NULL. | jhay | 1999-02-06 | 1 | -3/+3 |
* | | Sync with syscons for i386. | kato | 1999-02-06 | 4 | -32/+100 |
* | | Ack! Correct a typo which crept into here and reshuffle the index back | jkh | 1999-02-06 | 6 | -12/+12 |
* | | Added underscores to some names in svr4_locore.s so that it compiles | bde | 1999-02-06 | 2 | -9/+10 |
* | | Flush delayed-write data out prior to issuing a rename rpc. This appears | dillon | 1999-02-06 | 2 | -2/+28 |
* | | Honor ${LDFLAGS} for building svr4_genassym. This is part of fixing | bde | 1999-02-06 | 1 | -5/+3 |
* | | Add hysteresis to the 'swap_pager_getswapspace; failed' console message. | dillon | 1999-02-06 | 1 | -5/+9 |
* | | BASE=4.0 | jkh | 1999-02-06 | 1 | -3/+3 |
* | | Be nice when no swap is configured in system | dillon | 1999-02-06 | 1 | -1/+11 |
* | | Make 'top' handle case w/ new swapper where no swap is configured | dillon | 1999-02-06 | 1 | -2/+2 |
* | | Handle case where no swap is configured | dillon | 1999-02-06 | 1 | -3/+10 |
* | | Decouple pap & chap output routines from the corresponding | brian | 1999-02-06 | 19 | -506/+788 |
* | | Back out rev 1.89. The #include is necessary for the #if that tests | peter | 1999-02-06 | 1 | -2/+2 |
* | | Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. | fenner | 1999-02-06 | 2 | -4/+4 |
* | | Bruce gently nudged me into doing this right | mjacob | 1999-02-05 | 3 | -57/+45 |
* | | Add one more "escape" for marking internal variables. | jkh | 1999-02-05 | 6 | -24/+24 |
* | | Correct an "&" operator which should have been "&&". | jdp | 1999-02-05 | 1 | -2/+2 |
* | | Totally change the way variables are accounted for in sysinstall. | jkh | 1999-02-05 | 49 | -675/+513 |
* | | Oops, really don't generate compiler warnings about missing braces. | bde | 1999-02-05 | 1 | -3/+3 |
* | | Don't generate compiler warnings about missing braces. | bde | 1999-02-05 | 1 | -3/+3 |
* | | Use O_RDONLY and O_RDWR for open() instead of number. | kuriyama | 1999-02-05 | 8 | -16/+16 |
* | | s/card.conf/pccard.conf/ | kuriyama | 1999-02-05 | 1 | -2/+2 |
* | | Style nit: sort elf_brand_inuse() prototype in with the others. | newton | 1999-02-05 | 1 | -2/+3 |
* | | Oops, the last commit contained a wrong patch. This is the correct one. | yokota | 1999-02-05 | 3 | -16/+61 |
* | | Followup to yokota's last commit: | des | 1999-02-05 | 8 | -26/+28 |
* | | - Don't assume the line length in the video memory is always the same as | yokota | 1999-02-05 | 10 | -200/+202 |
* | | Sync with sys/i386/isa/sio.c revision up to 1.228. | kato | 1999-02-05 | 2 | -366/+442 |
* | | Allow an alternate to rad_send_request() for programs that | brian | 1999-02-05 | 4 | -137/+224 |
* | | Bump MFS up to 2.88MB. Now there's room for quite a bit more stuff | jkh | 1999-02-05 | 1 | -5/+3 |