summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsbmilekic2001-02-115-78/+109
* Long awaited style fixup in mbuf code. Get rid of K&R style prototypingbmilekic2001-02-113-187/+136
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anmjacob2001-02-111-19/+86
* Add structure defining FC-AL position maps. The only tool that I know ofmjacob2001-02-111-0/+16
* Shuffle around how we do isp_disable management- make sure we return 0 somjacob2001-02-111-21/+25
* Add isp_fc_runstate function- this function's purpose is to, in stages,mjacob2001-02-111-0/+54
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).mjacob2001-02-111-2/+6
* Do some cleanup based upon adapter role- mainly not enabling interruptsmjacob2001-02-111-35/+33
* Minor stuff:mjacob2001-02-111-370/+593
* update to latest and greatest f/wmjacob2001-02-115-11570/+13592
* - Place back STR string declarations for lock/unlock strings used for KTR_LOCKbmilekic2001-02-114-45/+92
* Temporary workaround to get things to compile. I could have updatedmjacob2001-02-102-2/+9
* Clear the reschedule flag after finding it set in userret(). Thisjake2001-02-104-0/+4
* Acquire sched_lock around need_resched() in roundrobin() to satisfyjake2001-02-101-8/+4
* aic7xxx.c:gibbs2001-02-105-78/+175
* Add pc98 support.nyan2001-02-101-0/+4
* Reenable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+13
* Re-enable preemption on interrupts. My last commit accidentally revertedjhb2001-02-102-2/+16
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-1032-227/+171
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-104-0/+4
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-106-132/+113
* Revert the spin mutex for the cy(4) driver.jhb2001-02-093-207/+456
* Unify the two sleep lock order lists to enforce the process lock ->jhb2001-02-093-6/+6
* Revert the previous revision for two reasons:jhb2001-02-091-2/+0
* Work around some sizeof(long) != sizeof(int) bogons.jhb2001-02-092-3/+3
* Catch up to the new swi API.jhb2001-02-092-14/+12
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.jhb2001-02-093-495/+249
* Use the MI ithread helper functions in the alpha hardware interrupt code.jhb2001-02-099-266/+63
* Catch up to changes to inthand_add().jhb2001-02-095-40/+40
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-0912-886/+402
* - Catch up to the new swi API changes:jhb2001-02-098-41/+39
* - Move struct ithd to sys/interrupt.h.jhb2001-02-093-121/+364
* Add a new SYSINIT for interrupt thread initialization and stickjhb2001-02-091-1/+2
* Axe INTR_HEAVY, INTR_LIGHT, and INTR_THREADED. Add in a INTR_TYPE_CLKjhb2001-02-091-4/+3
* Release the proc lock around crfree() and uifree() in wait1(). It leads tojhb2001-02-091-0/+2
* Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'.joerg2001-02-091-1/+1
* Proc locking.jhb2001-02-091-14/+10
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-097-1/+6
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-097-7/+0
* - Change the 'witness_list' ddb command to 'show mutexes'. Note that thisjhb2001-02-093-54/+177
* Change the ktr ddb commands to be show commands. The commands are now asjhb2001-02-091-4/+4
* - Point out that we don't lock anything during the idle setup becausejhb2001-02-091-1/+6
* Remove bogus #if 0'd code that dinked with the saved interrupt state injhb2001-02-091-7/+0
* Remove unused forward_irq counters.jhb2001-02-093-27/+0
* Axe gd_cpu_lockid as it is no longer used.jhb2001-02-093-3/+0
* Fix some problems that were introduced in revision 1.97. Insteadiedowse2001-02-092-92/+202
* Remove some leftovers. This is obviously unused, since the #definespeter2001-02-091-26/+0
* poll(2) array limits (take 2) - after some input from bde.peter2001-02-091-8/+7
* Change and clean the mutex lock interface.bmilekic2001-02-09200-3721/+3509
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-092-1/+105
OpenPOWER on IntegriCloud