| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed overflow in the bounds checking in dscheck(). It assumed that | bde | 2002-06-06 | 1 | -4/+4 |
* | Const'ify variables to make it clear we're not writing to the mbuf data. | archie | 2002-06-05 | 5 | -49/+53 |
* | Fix bug where an mbuf was being written to without checking M_WRITABLE(). | archie | 2002-06-05 | 1 | -57/+24 |
* | Fix bugs where mbuf data was being accessed without m_pullup(). | archie | 2002-06-05 | 1 | -7/+43 |
* | Silence GCC warnings about multi-line strings. | gibbs | 2002-06-05 | 7 | -48/+48 |
* | Add some PCI-X register definitions. | gibbs | 2002-06-05 | 1 | -1/+18 |
* | Change the registration of magic spaces so it does its own memory management. | phk | 2002-06-05 | 5 | -36/+43 |
* | Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X | gibbs | 2002-06-05 | 9 | -0/+19742 |
* | Add the 160MHz syncrate to scsi_calc_syncrate() sync period exception table. | gibbs | 2002-06-05 | 1 | -6/+7 |
* | scsi_message.h: | gibbs | 2002-06-05 | 2 | -6/+43 |
* | Allow DB_SET() to set all fields in the ddb command structure. This | gibbs | 2002-06-05 | 1 | -5/+5 |
* | Add device id. for fxp chip on Intel D845EPT2L boards. This seems to | ambrisko | 2002-06-05 | 1 | -0/+1 |
* | Use pmap_map instead of pmap_kenter to map the message buffer. Its too | jake | 2002-06-05 | 1 | -3/+3 |
* | Don't treat statistics counter wrap-overs as errors. | tmm | 2002-06-05 | 1 | -10/+3 |
* | Add explicit dependency on ufsread.c | phk | 2002-06-05 | 3 | -2/+4 |
* | Remove UFS related #includes, they're read in ufsread.c now. | phk | 2002-06-05 | 1 | -3/+0 |
* | Make sparc64 share ufsread.c with i386. | phk | 2002-06-05 | 3 | -130/+22 |
* | Avoid entering IOCCC with a memcpy turned bcopy. | phk | 2002-06-05 | 1 | -4/+4 |
* | Indent this file more like style(9). | phk | 2002-06-05 | 1 | -108/+108 |
* | Preparation for UFS2 commit: | phk | 2002-06-05 | 5 | -322/+191 |
* | Remove the deprecated 4.2/4.3BSD wait union. | mike | 2002-06-05 | 1 | -56/+3 |
* | Replace thread_runnable() with thread_running() as the latter is more | jhb | 2002-06-04 | 2 | -12/+10 |
* | Optimize the adaptive mutex spin a bit. Use a simple while loop with | jhb | 2002-06-04 | 2 | -2/+8 |
* | Add a private thread_runnable() macro to make the code more readable and | jhb | 2002-06-04 | 2 | -6/+10 |
* | Bump TSB_PAGES_SHIFT to 4. Less sucks too much. | jake | 2002-06-04 | 1 | -1/+1 |
* | Add REPORT LUNS basic infrastructure. | mjacob | 2002-06-04 | 2 | -20/+77 |
* | NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out from | jmallett | 2002-06-04 | 1 | -3/+1 |
* | Add a comment describing a resource leak that occurs during a failure case | jeff | 2002-06-03 | 1 | -0/+3 |
* | Added support for 82545EM and 82546EB based adapters. | pdeuskar | 2002-06-03 | 9 | -1761/+7205 |
* | Use a per-device worker thread to avoid blocking in mdstrategy() | iedowse | 2002-06-03 | 1 | -11/+36 |
* | Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) | mdodd | 2002-06-03 | 6 | -18/+670 |
* | Add new 'hea' driver files. | mdodd | 2002-06-03 | 1 | -0/+2 |
* | Build a 'hea_pci' driver module. | mdodd | 2002-06-03 | 1 | -0/+11 |
* | - Add 'hea'. | mdodd | 2002-06-03 | 1 | -1/+2 |
* | o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it | alc | 2002-06-02 | 3 | -90/+93 |
* | ANSIfy the one remaining K&R function. | des | 2002-06-02 | 1 | -4/+1 |
* | Whitespace nits. | des | 2002-06-02 | 1 | -2/+2 |
* | Add support for 'j' flag. Simplify the size modifier code and reduce code | des | 2002-06-02 | 1 | -100/+71 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 58 | -58/+58 |
* | o Style fixes to vm_map_split(), including the elimination of one variable | alc | 2002-06-02 | 1 | -8/+1 |
* | o Condition vm_object_pmap_copy_1()'s compilation on the kernel | alc | 2002-06-02 | 1 | -0/+2 |
* | bde noticed that SOMAXCONN breaks pretty badly as an option for LINT. | alfred | 2002-06-02 | 2 | -3/+0 |
* | o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(), | alc | 2002-06-01 | 2 | -25/+15 |
* | Be more strict about namespaces. | mike | 2002-06-01 | 1 | -8/+11 |
* | Backout/modify previous revision: | alfred | 2002-06-01 | 1 | -0/+4 |
* | Silence warnings, remove some empty 'default' switch cases. | alfred | 2002-06-01 | 1 | -2/+0 |
* | Declare a variable sized array within a structure using [] rather than [0] | alfred | 2002-06-01 | 1 | -1/+1 |
* | Silence preprocessor warning, No need to use CONCAT with "," and "word". | alfred | 2002-06-01 | 2 | -2/+2 |
* | Unbreak LINT by compensating for the | alfred | 2002-06-01 | 1 | -4/+3 |
* | Fix some, but not all style bugs. | mike | 2002-06-01 | 1 | -23/+22 |