summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove yet another deadlock case.mckusick2001-05-111-3/+6
* Fix world-breaking typo in previous commit.grog2001-05-111-1/+1
* Un-swap irq/link byte values so that printf works.msmith2001-05-113-3/+3
* Trim lots of stuff that is now in MI code along with MD alpha code.jhb2001-05-101-324/+7
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-1017-79/+139
* Try to read the station address twice during the probe. I've seenwpaul2001-05-101-1/+7
* - Use sched_lock and critical regions to ensure that LDT updates are threadjhb2001-05-107-63/+100
* The new order of things is that dwlpxN is now called pcibN- so hack aroundmjacob2001-05-101-2/+4
* Fix the panics for real this time. When something can't be allocated,imp2001-05-101-24/+27
* add alpha_pci_route_interrupt methodmjacob2001-05-101-2/+4
* Quick hack to reintroduce the notion that there might be alpha platformsmjacob2001-05-101-20/+82
* FICL 2.05 has a flawed definition of BASE. Fix it.dcs2001-05-101-1/+1
* Include sys/lock.h for witness_list_locks() and axe unneeded sys/mutex.hjhb2001-05-091-1/+1
* Add in commented out entries for NEWCARD so that they are at leastjhb2001-05-092-0/+30
* The sk driver developed a bug when the multicast code was changed towpaul2001-05-092-12/+14
* Add include of sys/mutex.h and resort include of sys/lock.h.jhb2001-05-091-1/+2
* Add needed sys/lock.h include.jhb2001-05-091-0/+1
* Remove the error var, it hides the real one.sos2001-05-091-1/+1
* Avoid overflow when converting ticks to jiffies.des2001-05-092-2/+2
* Eliminate some panics for errors we can recover from.dmlb2001-05-092-164/+121
* Use enumeration values for CARD_SET_RES_FLAGS.dmlb2001-05-081-4/+13
* Use enumeration types for CARD_SET_RES_FLAGS.dmlb2001-05-081-1/+2
* Add additional enumeration types for CARD_SET_RES_FLAGS.dmlb2001-05-081-1/+5
* Add a sysctl pair for the pcic memory allocation rangedmlb2001-05-081-3/+16
* - Eliminate locks in functions called only during probe and attach.tanimura2001-05-081-10/+15
* Polish error handling with biofinish().phk2001-05-082-28/+30
* Polish error handling code using biofinish()phk2001-05-081-6/+1
* Remove an 'optimization' I hope to never see again.alfred2001-05-081-89/+111
* Exploit recent improvements in the disk minilayer to simplify errorphk2001-05-085-75/+39
* Always initialize bio_resid from bio_bcount in the disk mini-layer sophk2001-05-081-1/+1
* Remove all the mutex stuff - suggested by jhbbrian2001-05-084-49/+12
* When running with soft updates, track the number of blocks and filesmckusick2001-05-0811-19/+125
* Several fixes for units errors:mckusick2001-05-081-10/+19
* When syncing out snapshot metadata, we must temporarily allow recursivemckusick2001-05-081-27/+29
* Ricoh RL5C46x cardbus bridges have the bits for 3E0 and 3E2. Theimp2001-05-082-8/+0
* Add some additional register definitions for some work I have in progress.imp2001-05-082-0/+4
* sys/mutex.h requires sys/lock.h for LINTbrian2001-05-071-0/+1
* Set the slot pointer in the pc98 case. Correct the name of the bridgeimp2001-05-071-2/+5
* Minor updates:msmith2001-05-075-30/+47
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childknu2001-05-072-1/+2
* Disable the card after sending the removed event up to the pccardimp2001-05-071-1/+1
* Remove if_ray_oldcard.h because pccard support multiple windows now.dmlb2001-05-073-140/+11
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-074-25/+25
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-069-50/+6
* Make LINT compile again.brian2001-05-061-0/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-0629-154/+75
* Introduce bioerror(struct bio*, int err, int complete);phk2001-05-061-0/+10
* Remove unneeded devfs_badop()phk2001-05-061-10/+0
* Fix return type of vop_stdputpages()phk2001-05-061-1/+2
* Fix a panic if MD devices were left half-created.phk2001-05-061-14/+12
OpenPOWER on IntegriCloud