| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | Robert Watson | 2003-05-08 | 10 | -74/+74 |
| * | Acquire Giant at the start of the raid rebuild kthreads. | John Baldwin | 2003-05-08 | 1 | -0/+1 |
| * | Oops. Turn T_PAGEFLT back into an interrupt gate. It is *critical* | Peter Wemm | 2003-05-08 | 2 | -2/+10 |
| * | Exclude sys/boot for amd64. There are still toolchain issues to deal | Peter Wemm | 2003-05-08 | 1 | -1/+4 |
| * | ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandisk | Greg Lehey | 2003-05-08 | 1 | -5/+1 |
| * | Leave space for the 128 byte red-zone on the stack. | Peter Wemm | 2003-05-08 | 1 | -1/+1 |
| * | #include <machine/metadata.h> was missing; add it | Peter Wemm | 2003-05-08 | 1 | -0/+1 |
| * | Fix a preemption race. I was reenabling interrupts in the fast system | Peter Wemm | 2003-05-08 | 1 | -1/+1 |
| * | - Change the full Asic revision defines to CHIPID to better since the | Paul Saab | 2003-05-07 | 2 | -41/+49 |
| * | Clean up locking for the MAC Framework: | Robert Watson | 2003-05-07 | 9 | -702/+1620 |
| * | Style nits. | John Baldwin | 2003-05-07 | 3 | -6/+12 |
| * | #include <sys/resource.h> to limit ports damage. | Poul-Henning Kamp | 2003-05-07 | 1 | -1/+1 |
| * | Hide the "ENOMEM" notice messages behind bootverbose. They are still | Poul-Henning Kamp | 2003-05-07 | 1 | -1/+2 |
| * | Correct a bug introduced with reduced TCP state handling; make | Robert Watson | 2003-05-07 | 5 | -9/+39 |
| * | Trim a call to mac_create_mbuf_from_mbuf() since m_tag meta-data | Robert Watson | 2003-05-06 | 1 | -5/+2 |
| * | Fix the WARNING for wrong rawoffset, I tested incompatible units. | Poul-Henning Kamp | 2003-05-06 | 1 | -2/+2 |
| * | Add PCI ID's for the Intel ICH5 (82801EB) chipset. | John Baldwin | 2003-05-06 | 2 | -0/+2 |
| * | Add PCI ID's for the 4 USB hubs on the ICH5 controller. | John Baldwin | 2003-05-06 | 1 | -0/+20 |
| * | We are now in 5.1-BETA | Scott Long | 2003-05-06 | 1 | -2/+2 |
| * | Fix a printf() format error which broke the ia64 GENERIC build. | Dag-Erling Smørgrav | 2003-05-06 | 1 | -1/+2 |
| * | Lock the vm_object when performing vm_pager_deallocate(). | Alan Cox | 2003-05-06 | 5 | -7/+12 |
| * | Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it | Olivier Houchard | 2003-05-06 | 1 | -4/+0 |
| * | Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing the | John Baldwin | 2003-05-05 | 1 | -2/+2 |
| * | Mostly sort the includes. | John Baldwin | 2003-05-05 | 1 | -13/+13 |
| * | Put descriptive comments on the GEOM_* options | Poul-Henning Kamp | 2003-05-05 | 1 | -9/+9 |
| * | Lock the proc lock around calls to tdsignal() in the sigwait() family of | John Baldwin | 2003-05-05 | 1 | -6/+12 |
| * | Make issignal() private to kern_sig.c since it is only called from cursig() | John Baldwin | 2003-05-05 | 2 | -2/+2 |
| * | Remove TD_ON_RUNQ() from a check to make sure Giant is not held when | John Baldwin | 2003-05-05 | 1 | -3/+1 |
| * | Split sendit into two parts. The first part, still called sendit, that | David Malone | 2003-05-05 | 2 | -50/+69 |
| * | Fix usages of %ll[dx] with typedef'ed created types. | David E. O'Brien | 2003-05-05 | 2 | -19/+19 |
| * | Define a link layer MIB for ATM. Most fields of this MIB are needed by | Hartmut Brandt | 2003-05-05 | 6 | -81/+163 |
| * | Avoid double-free panic. | Poul-Henning Kamp | 2003-05-05 | 1 | -1/+0 |
| * | Clean up proc locking in procfs: make sure the proc lock is held before | Robert Watson | 2003-05-05 | 3 | -5/+12 |
| * | Write to RESET_START register if TARGET_RESET ORB doesn't work for timeout. | Hidetoshi Shimokawa | 2003-05-05 | 1 | -52/+138 |
| * | Don't panic for FWXF_START state in fw_xfer_unload(). | Hidetoshi Shimokawa | 2003-05-05 | 1 | -2/+7 |
| * | Add a missing ~ when clearing flags in close. | Søren Schmidt | 2003-05-05 | 1 | -1/+1 |
| * | Things run thru the C preprocessor must use C-style comments. | David E. O'Brien | 2003-05-05 | 2 | -22/+22 |
| * | Change the semantics of sysv shm emulation to take a additional | Martin Blapp | 2003-05-05 | 3 | -105/+176 |
| * | Back out rev 1.146 -- it broke the LINT build. | David E. O'Brien | 2003-05-05 | 1 | -1/+1 |
| * | Revert rev 1.396 -- it broke the Alpha kernel build. | David E. O'Brien | 2003-05-05 | 1 | -1/+1 |
| * | Re-order the the initialization slightly to improve structure. | Poul-Henning Kamp | 2003-05-05 | 1 | -22/+22 |
| * | Add sector size member to subdisk, plex and volume objects. | Greg Lehey | 2003-05-05 | 1 | -0/+3 |
| * | Remove an accidental #include. | Greg Lehey | 2003-05-05 | 1 | -8/+30 |
| * | Implement DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls. It appears that | Greg Lehey | 2003-05-05 | 1 | -0/+24 |
| * | Use a dedicated malloc(9) bucket for sector storage. | Poul-Henning Kamp | 2003-05-05 | 1 | -7/+9 |
| * | Add two KASSERTS which trigger if free(9) would drag the "memuse" statistic | Poul-Henning Kamp | 2003-05-05 | 1 | -0/+6 |
| * | Don't warn if the rawoffset is zero, that is actually the best value it | Poul-Henning Kamp | 2003-05-05 | 1 | -1/+1 |
| * | regen. | Murray Stokely | 2003-05-05 | 2 | -2/+39 |
| * | Add KEYSPAN USA19QW, JRC PHONE, SANDISK SDDR75. | Murray Stokely | 2003-05-05 | 1 | -0/+7 |
| * | Correct failed checkin. Only one of the hunks in the last checkin | Greg Lehey | 2003-05-05 | 1 | -1/+1 |