| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a cv rather than tsleep and friends to do the sleep/wakeup | imp | 2002-06-13 | 2 | -7/+15 |
* | Remote pci.h/NPCI usage from i4b code. | brooks | 2002-06-13 | 24 | -69/+48 |
* | Add PCI bus enumeration and latency timer setup to the sparc64 MD PCI | tmm | 2002-06-12 | 4 | -88/+203 |
* | The UDP head was unlocked too early in one unicast case. | hsu | 2002-06-12 | 1 | -10/+10 |
* | - Add sanity check for argument. | iwasaki | 2002-06-12 | 1 | -2/+7 |
* | If trap() is called when ddb is active, then go directly to trap_fatal(); | bde | 2002-06-12 | 2 | -4/+18 |
* | o Acquire and release Giant in vm_map_unlock_and_wait(). | alc | 2002-06-12 | 1 | -3/+5 |
* | As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() to | hsu | 2002-06-12 | 1 | -0/+1 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | hsu | 2002-06-12 | 2 | -10/+4 |
* | Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK. | hsu | 2002-06-12 | 1 | -4/+2 |
* | Make nselcol, the number of select collisions since boot, unsigned as | kbyanc | 2002-06-12 | 2 | -7/+7 |
* | This actually compiles under lint now, by effectively #if 0'ing it | alfred | 2002-06-11 | 1 | -5/+0 |
* | catch up with ktrace changes, KTRPOINT takes a 'struct thread' not | alfred | 2002-06-11 | 1 | -2/+2 |
* | Time counter stats are unsigned, advertise them to sysctl(8) that way. | kbyanc | 2002-06-11 | 1 | -1/+1 |
* | o Properly handle a failure by vm_fault_wire() or vm_fault_user_wire() | alc | 2002-06-11 | 1 | -4/+20 |
* | SO_PRIVSTATE has been commented out for long enough now.... | wollman | 2002-06-11 | 1 | -1/+0 |
* | Remember to initialize the control block head mutex. | hsu | 2002-06-11 | 2 | -0/+2 |
* | Fix typo. | hsu | 2002-06-11 | 1 | -2/+2 |
* | #include <sys/disklabel.h> to get BBSIZE. | phk | 2002-06-11 | 1 | -0/+1 |
* | Make the alpha architecture use the common ufsread(). | phk | 2002-06-11 | 3 | -279/+44 |
* | o Teach vm_map_delete() to respect the "in-transition" flag | alc | 2002-06-11 | 1 | -0/+31 |
* | Every array elt is initialized in the following loop, so remove | hsu | 2002-06-10 | 1 | -1/+1 |
* | Convert hit and miss counters to unsigned values. Surely negative values | kbyanc | 2002-06-10 | 2 | -6/+6 |
* | Lock up inpcb. | hsu | 2002-06-10 | 15 | -119/+668 |
* | - Whitespace only: use return statement consistentlt (return (foo), not | sobomax | 2002-06-10 | 1 | -8/+6 |
* | Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPT | phk | 2002-06-10 | 4 | -7/+3 |
* | o In vm_map_entry_create(), call uma_zalloc() with M_NOWAIT on system maps. | alc | 2002-06-10 | 1 | -5/+6 |
* | Correct the logic for determining whether the per-CPU locks need | iedowse | 2002-06-10 | 1 | -1/+1 |
* | o Add vm_map_wire() for wiring contiguous regions of either kernel | alc | 2002-06-09 | 1 | -1/+159 |
* | Fix driver to re-enable sound output on AD1816 based cards caused by an | hm | 2002-06-09 | 1 | -0/+4 |
* | Improve some on the naming. | phk | 2002-06-09 | 12 | -53/+55 |
* | if you have taken the mbuf out of the message object, then if you pass | julian | 2002-06-09 | 1 | -1/+3 |
* | Fix bug which has been there since rev 1.1 where && was used instead of &. | hsu | 2002-06-09 | 1 | -1/+1 |
* | Renamed the idempotency identifier to match the file name. Cleaned up | bde | 2002-06-09 | 1 | -15/+14 |
* | Fix a '<<' that should have been a '>>' in the 48bit case. | sos | 2002-06-08 | 1 | -1/+1 |
* | o Simplify vm_map_unwire() by merging the second and third passes | alc | 2002-06-08 | 1 | -17/+11 |
* | Add code to drop to ddb when a process gets a fatal signal that usually | jake | 2002-06-08 | 1 | -0/+8 |
* | o Remove an unnecessary call to vm_map_wakeup() from vm_map_unwire(). | alc | 2002-06-08 | 2 | -6/+17 |
* | Re-enable SMP by default. | jake | 2002-06-08 | 1 | -1/+1 |
* | Remove test code. | jake | 2002-06-08 | 4 | -33/+0 |
* | Remove code from trap which is handled in userland now. | jake | 2002-06-08 | 4 | -29/+5 |
* | Fix bizarre SMP problems. The secondary cpus sometimes start up with junk | jake | 2002-06-08 | 5 | -1/+51 |
* | If we boot verbose, then print out 'interesting' CAM errors that otherwise | mjacob | 2002-06-07 | 1 | -5/+65 |
* | o Add vm_map_unwire() for unwiring contiguous regions of either kernel | alc | 2002-06-07 | 2 | -1/+167 |
* | Comment out options SMP for now until I figure out what's going on. | jake | 2002-06-07 | 1 | -1/+1 |
* | 0 is not an invalid interrupt in the PCI world (just in the ia32 | imp | 2002-06-07 | 1 | -2/+4 |
* | Renamed the idempotency identifier to match the file name. | bde | 2002-06-07 | 1 | -3/+3 |
* | According to Bruce, this file shouldn't have comments to describe what | jhb | 2002-06-07 | 1 | -1/+1 |
* | Uncomment some bits that we now need. | benno | 2002-06-07 | 2 | -12/+12 |
* | Fix up the DMA buffer allocation call. | benno | 2002-06-07 | 1 | -1/+2 |