| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 29 | -116/+25 |
* | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | kris | 2001-06-01 | 11 | -0/+254 |
* | Both X11 (3.x and 4.x) currently lack a libdata/ subdirectory, | obrien | 2001-06-01 | 2 | -0/+4 |
* | Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile. | obrien | 2001-06-01 | 4 | -37/+6 |
* | Minor style reformatting. | obrien | 2001-06-01 | 1 | -12/+12 |
* | Upgrade to Binutils 2.11.0. | obrien | 2001-06-01 | 5 | -546/+704 |
* | Change plxic to plxcard, per phk. He thnks plxic is too generic a | imp | 2001-06-01 | 3 | -76/+72 |
* | uucp.daemon -> uucp:daemon | imp | 2001-06-01 | 1 | -1/+2 |
* | Remove unused variable (descr) in show_var(). | dd | 2001-06-01 | 1 | -1/+1 |
* | Correct a typo. | dd | 2001-06-01 | 1 | -1/+1 |
* | Correct some typos. | dd | 2001-06-01 | 1 | -3/+3 |
* | Fix a spacing issue. (No content changes.) | dd | 2001-06-01 | 2 | -8/+6 |
* | Unlock the process returned from pfind() if it does not return NULL. | jake | 2001-06-01 | 2 | -2/+8 |
* | Don't install setgid kmem. | dd | 2001-06-01 | 1 | -2/+0 |
* | Grrr. Fix PR 27742 correctly this time. (At least I got -stable right.) | wpaul | 2001-06-01 | 1 | -11/+2 |
* | Fix how /bin/sh handles 'for' and 'case' statements when it is called to do | gad | 2001-06-01 | 1 | -0/+16 |
* | remove unneeded #include <vm/vm_map.h> | gallatin | 2001-05-31 | 2 | -2/+0 |
* | Cast size_t variables before printing them to cope with the case of | tmm | 2001-05-31 | 1 | -2/+2 |
* | Document the half-supported WITHOUT_X. | dd | 2001-05-31 | 1 | -0/+4 |
* | Convert to use the sysctl interface to obtain the data when operating | dd | 2001-05-31 | 2 | -52/+240 |
* | Close PR #27742: allow the xl driver to receive VLAN tagged frames by | wpaul | 2001-05-31 | 2 | -3/+16 |
* | Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c | jesper | 2001-05-31 | 1 | -0/+5 |
* | Change the default value of net.inet6.ip6.maxfragpackets from | jesper | 2001-05-31 | 1 | -1/+1 |
* | Prevent denial of service using bogus fragmented IPv4 packets. | jesper | 2001-05-31 | 1 | -0/+31 |
* | Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.c | jesper | 2001-05-31 | 4 | -8/+0 |
* | Backout previous revision. While it fixed many platforms, it broke | gallatin | 2001-05-31 | 2 | -12/+3 |
* | Add device driver support for the Level 1 LXT1001 NetCellerator | wpaul | 2001-05-31 | 9 | -1/+2400 |
* | Starting with 5.0-R, do not support `.' as a owner / group delimiter. | obrien | 2001-05-31 | 1 | -1/+0 |
* | Disable rfc1323 and rfc1644 TCP extensions if we havn't got | jesper | 2001-05-31 | 1 | -0/+9 |
* | Cross reference pkg_update(1). | eric | 2001-05-31 | 1 | -0/+1 |
* | plxic device | imp | 2001-05-31 | 1 | -0/+1 |
* | Add a simple plx pci9052 based pccard bridges. This doesn't work yet, | imp | 2001-05-31 | 2 | -0/+455 |
* | Cleanup TurboLaser a bit. Add non-Adaptec statement for Miata SRM. | wilko | 2001-05-31 | 2 | -20/+42 |
* | Support a range of registers to read. | imp | 2001-05-31 | 2 | -10/+38 |
* | Change the ownership of the symbolic link for hidden game | ru | 2001-05-31 | 1 | -1/+1 |
* | Remove commented out line that doesn't belong here. | sobomax | 2001-05-31 | 1 | -1/+0 |
* | Fix typos and modify obscure wording | tom | 2001-05-31 | 1 | -5/+5 |
* | Fixed the bug from the previous revision. | ru | 2001-05-31 | 2 | -2/+2 |
* | PERL_THREADED is too experimental at this stage. Remove. | markm | 2001-05-31 | 2 | -10/+0 |
* | For the time being, Perl threading is considered dangerous. How, when | markm | 2001-05-31 | 8 | -4625/+1 |
* | Recently, other BSDs had faith support in inetd. Though our inetd has | ume | 2001-05-31 | 1 | -1/+7 |
* | Truly limit the path to local filesystems. | dougb | 2001-05-31 | 1 | -2/+4 |
* | Display -tcp w/o load average so that all statistics fits on a 80x25 screen. | ru | 2001-05-31 | 2 | -3/+3 |
* | Show TCP checksum failures with -tcp display. | ru | 2001-05-31 | 1 | -0/+3 |
* | Minor style(9) tweak: if ( instead of if(. | imp | 2001-05-31 | 1 | -3/+3 |
* | Add suggested parens around truth value. | imp | 2001-05-31 | 1 | -1/+1 |
* | Fix date. This man page was not written on July 11, 2001, because that | wpaul | 2001-05-31 | 1 | -1/+1 |
* | Correct the documentation for snprintf() and vsprintf() which actually | gshapiro | 2001-05-30 | 1 | -1/+12 |
* | Revert the previous commit in favor of the fix in rev 1.42 of | jhb | 2001-05-30 | 1 | -1/+0 |
* | Forward declare struct cg to quiet a warning. | jhb | 2001-05-30 | 1 | -0/+1 |