| Commit message (Expand) | Author | Age | Files | Lines |
* | o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing by | rwatson | 2001-02-12 | 1 | -0/+2 |
* | Since we're in "everybody is hosed anyway" add an layout identifier | phk | 2001-02-12 | 1 | -0/+1 |
* | Oops, its no longer NISA its DEV_ISA, sigh.... | sos | 2001-02-12 | 1 | -1/+1 |
* | Dont rely on isa includes to get at the std port adresses. | sos | 2001-02-12 | 2 | -2/+6 |
* | Print out sensekey specifik values if set on error | sos | 2001-02-12 | 1 | -3/+8 |
* | Properly report the VIA '586 type. | sos | 2001-02-12 | 1 | -1/+3 |
* | Fix `make depend' => `make kernel-depend'. Using the dependancy file | obrien | 2001-02-12 | 5 | -5/+25 |
* | Change all instances of `CURPROC' and `CURTHD' to `curproc,' in order | bmilekic | 2001-02-12 | 4 | -45/+45 |
* | Implement a unified run queue and adjust priority levels accordingly. | jake | 2001-02-12 | 39 | -554/+581 |
* | 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and should | mjacob | 2001-02-11 | 1 | -7/+15 |
* | Make a big improvement to entropy-harvesting speed by not having any | markm | 2001-02-11 | 2 | -66/+41 |
* | Fix: | groudier | 2001-02-11 | 1 | -10/+32 |
* | RIP <machine/lock.h>. | markm | 2001-02-11 | 39 | -295/+159 |
* | Clean up RST ratelimiting. Previously, ratelimiting occured before tests | bmilekic | 2001-02-11 | 5 | -78/+109 |
* | Long awaited style fixup in mbuf code. Get rid of K&R style prototyping | bmilekic | 2001-02-11 | 3 | -187/+136 |
* | Eliminate ISP2100_FABRIC- we always allow for fabric now. Add an | mjacob | 2001-02-11 | 1 | -19/+86 |
* | Add structure defining FC-AL position maps. The only tool that I know of | mjacob | 2001-02-11 | 1 | -0/+16 |
* | Shuffle around how we do isp_disable management- make sure we return 0 so | mjacob | 2001-02-11 | 1 | -21/+25 |
* | Add isp_fc_runstate function- this function's purpose is to, in stages, | mjacob | 2001-02-11 | 1 | -0/+54 |
* | Roll minor version. Remove ISP2100_FABRIC define (unneeded now). | mjacob | 2001-02-11 | 1 | -2/+6 |
* | Do some cleanup based upon adapter role- mainly not enabling interrupts | mjacob | 2001-02-11 | 1 | -35/+33 |
* | Minor stuff: | mjacob | 2001-02-11 | 1 | -370/+593 |
* | update to latest and greatest f/w | mjacob | 2001-02-11 | 5 | -11570/+13592 |
* | - Place back STR string declarations for lock/unlock strings used for KTR_LOCK | bmilekic | 2001-02-11 | 4 | -45/+92 |
* | Temporary workaround to get things to compile. I could have updated | mjacob | 2001-02-10 | 2 | -2/+9 |
* | Clear the reschedule flag after finding it set in userret(). This | jake | 2001-02-10 | 4 | -0/+4 |
* | Acquire sched_lock around need_resched() in roundrobin() to satisfy | jake | 2001-02-10 | 1 | -8/+4 |
* | aic7xxx.c: | gibbs | 2001-02-10 | 5 | -78/+175 |
* | Add pc98 support. | nyan | 2001-02-10 | 1 | -0/+4 |
* | Reenable preemption on interrupts. My last commit accidentally reverted | jhb | 2001-02-10 | 1 | -1/+13 |
* | Re-enable preemption on interrupts. My last commit accidentally reverted | jhb | 2001-02-10 | 2 | -2/+16 |
* | - Make astpending and need_resched process attributes rather than CPU | jhb | 2001-02-10 | 32 | -227/+171 |
* | Add a macro mtx_intr_enable() to alter a spin lock such that interrupts | jhb | 2001-02-10 | 4 | -0/+4 |
* | Sync with the bridge/dummynet/ipfw code already tested in stable. | luigi | 2001-02-10 | 6 | -132/+113 |
* | Revert the spin mutex for the cy(4) driver. | jhb | 2001-02-09 | 3 | -207/+456 |
* | Unify the two sleep lock order lists to enforce the process lock -> | jhb | 2001-02-09 | 3 | -6/+6 |
* | Revert the previous revision for two reasons: | jhb | 2001-02-09 | 1 | -2/+0 |
* | Work around some sizeof(long) != sizeof(int) bogons. | jhb | 2001-02-09 | 2 | -3/+3 |
* | Catch up to the new swi API. | jhb | 2001-02-09 | 2 | -14/+12 |
* | - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away. | jhb | 2001-02-09 | 3 | -495/+249 |
* | Use the MI ithread helper functions in the alpha hardware interrupt code. | jhb | 2001-02-09 | 9 | -266/+63 |
* | Catch up to changes to inthand_add(). | jhb | 2001-02-09 | 5 | -40/+40 |
* | Use the MI ithread helper functions in the x86 interrupt code. | jhb | 2001-02-09 | 12 | -886/+402 |
* | - Catch up to the new swi API changes: | jhb | 2001-02-09 | 8 | -41/+39 |
* | - Move struct ithd to sys/interrupt.h. | jhb | 2001-02-09 | 3 | -121/+364 |
* | Add a new SYSINIT for interrupt thread initialization and stick | jhb | 2001-02-09 | 1 | -1/+2 |
* | Axe INTR_HEAVY, INTR_LIGHT, and INTR_THREADED. Add in a INTR_TYPE_CLK | jhb | 2001-02-09 | 1 | -4/+3 |
* | Release the proc lock around crfree() and uifree() in wait1(). It leads to | jhb | 2001-02-09 | 1 | -0/+2 |
* | Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'. | joerg | 2001-02-09 | 1 | -1/+1 |
* | Proc locking. | jhb | 2001-02-09 | 1 | -14/+10 |