| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanups to shutdown(8): | jkoshy | 1999-06-21 | 2 | -5/+22 |
* | dsopen: Print a message if the unit has an invalid sector size. | grog | 1999-06-21 | 1 | -4/+6 |
* | This fixes the problem of cancelling an FTP transfer resulting in | green | 1999-06-21 | 2 | -3/+6 |
* | Remove vm_object::cache_count and vm_object::wired_count. They are | alc | 1999-06-20 | 3 | -32/+3 |
* | Tweak FIFO and DMA thresholds to improve performance and reduce likelyhood | wpaul | 1999-06-20 | 1 | -5/+5 |
* | Quirk NOLUNS cabletron device. | mjacob | 1999-06-20 | 1 | -16/+15 |
* | 1) Do not include usbdivar.h and access the interface descriptor through | n_hibma | 1999-06-20 | 1 | -88/+39 |
* | This is the second round of dd(1) changes. Some changes made/reversed by | green | 1999-06-20 | 7 | -83/+108 |
* | Use the proper interfaces to find if a device is enabled, don't dig into | peter | 1999-06-20 | 2 | -6/+4 |
* | Add ipfw binary breakage, as well as inetd updates. | imp | 1999-06-20 | 1 | -1/+13 |
* | Bump the __FreeBSD_version number now that libc_r contains a wrapper | jb | 1999-06-20 | 1 | -2/+2 |
* | Remove -DNOPOLL from the compilation flags now that there is a poll wrapper | jb | 1999-06-20 | 3 | -12/+12 |
* | In the words of the author: | jb | 1999-06-20 | 78 | -4373/+5601 |
* | Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so that | alc | 1999-06-20 | 2 | -5/+5 |
* | Correct description of Vinum. | grog | 1999-06-20 | 2 | -6/+6 |
* | Clean up some of the documentation at the top. | jkh | 1999-06-20 | 2 | -16/+24 |
* | For consistency with other implementations, check for the existence | alc | 1999-06-19 | 1 | -3/+3 |
* | Implement -m option to enable/disable slices. | rnordier | 1999-06-19 | 2 | -8/+22 |
* | Provide for enabling/disabling each slice individually. | rnordier | 1999-06-19 | 2 | -3/+5 |
* | Fix use of e_phoff in place of e_phnum. | rnordier | 1999-06-19 | 2 | -4/+4 |
* | Correct and clarify some comments. | rnordier | 1999-06-19 | 1 | -7/+7 |
* | Add device rl0 to GENERIC. Also add al0 (ADMtek PCI ethernet) which I | wpaul | 1999-06-19 | 2 | -2/+6 |
* | Goodbye to vaules, becasue, similiar, backgroud, aquired, freelisat, etc. | rnordier | 1999-06-19 | 3 | -39/+39 |
* | Fix up the RealTek 8139 driver to work on FreeBSD/alpha. This involves a | wpaul | 1999-06-19 | 2 | -9/+47 |
* | Move the IFSTATUS stuff after the address listing. | phk | 1999-06-19 | 1 | -5/+5 |
* | Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, | green | 1999-06-19 | 7 | -105/+104 |
* | Thanks to Bruce for noticing this.... compare against the *new* nfsnode's | mjacob | 1999-06-19 | 2 | -4/+4 |
* | This is the much-awaited cleaned up version of IPFW [ug]id support. | green | 1999-06-19 | 6 | -16/+172 |
* | Remove some unused function and variable declarations. | alc | 1999-06-19 | 4 | -43/+4 |
* | Add a new interface ioctl, to return "aux status". | phk | 1999-06-19 | 6 | -6/+43 |
* | Add a fast version of bcmp which compares longwords at a time. | dfr | 1999-06-19 | 1 | -1/+93 |
* | Add again the ':' after the x option in th eargument list to getopt. | n_hibma | 1999-06-19 | 1 | -2/+2 |
* | Adjust mcclock lines to avoid config(8) warning. | dfr | 1999-06-19 | 2 | -8/+8 |
* | Convert signalling NaNs to quiet NaNs as specified by the Alpha Architecture | dfr | 1999-06-19 | 1 | -5/+11 |
* | Add RCS strings to kernel ipfilter files. | green | 1999-06-19 | 5 | -0/+8 |
* | sioprobe: Don't try to initialize disabled ports. In particular, | grog | 1999-06-19 | 2 | -4/+8 |
* | This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_ | green | 1999-06-19 | 1 | -1/+1 |
* | Add a transmit descriptor usage counter and use it to absolutely, | wpaul | 1999-06-19 | 4 | -8/+30 |
* | Change active flag handling; sanity check passed drive number; pass | rnordier | 1999-06-18 | 2 | -77/+81 |
* | K6-family MTRR support | green | 1999-06-18 | 3 | -2/+196 |
* | Harmless change to prevent possible problems in the future. I made | green | 1999-06-18 | 2 | -4/+8 |
* | Clarified info on X release 3.3.1. | n_hibma | 1999-06-18 | 2 | -16/+24 |
* | New parallel port support for PC98. Old PC98s which have | kato | 1999-06-18 | 10 | -16/+5684 |
* | Changed the global `idt' from an array to a pointer so that npx.c | bde | 1999-06-18 | 10 | -43/+36 |
* | Fix a coredump with negative (due to overflow) offset values. | ru | 1999-06-18 | 1 | -3/+4 |
* | Don't use the ``next'' redial timer if we have no phone number at all. | brian | 1999-06-18 | 1 | -1/+3 |
* | This lets you specify "gemdosfs", "shortnames", "longnames", and | jkh | 1999-06-18 | 6 | -12/+63 |
* | Typo in previous commit. | ru | 1999-06-18 | 1 | -2/+2 |
* | Mention that pid 1 is not affected by kill(-1, SIGXXX) too. | ru | 1999-06-18 | 1 | -3/+8 |
* | Bring in System V run-level patches (turned off by default). | ru | 1999-06-18 | 3 | -23/+97 |