summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Generate LOTS of warnings to remind the SMPng crew to fix the curprocphk2000-10-231-0/+4
* Do not recursively include <sys/proc.h>phk2000-10-231-1/+0
* Apply style(9). [best I could]obrien2000-10-231-35/+40
* Apply style(9).obrien2000-10-231-48/+47
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-232-3/+1
* Sort the #define's.obrien2000-10-231-38/+38
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-10-231-1/+1
* Re-order the #define's into a more logical one.obrien2000-10-231-17/+18
* be careful on mbuf overrun on ctlinput.itojun2000-10-233-3/+17
* kame 1.32 -> 1.33itojun2000-10-231-1/+27
* We need to explicitly tell the args struct for COMPAT functions we useobrien2000-10-231-4/+13
* Somehow I left out sycall #98obrien2000-10-221-0/+1
* Minor whitespace cleanup.obrien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-10-221-234/+408
* Don't bogusly include <struct.h>phk2000-10-221-3/+13
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.phk2000-10-221-0/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-223-10/+15
* Rev 1.41 was committed from wrong diff, now do it right.bp2000-10-222-2/+2
* Make LINT compile again.phk2000-10-223-3/+2
* Release and unlock vnode if resource deadlock detected.bp2000-10-222-0/+2
* Update stale comment.bp2000-10-222-6/+2
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-228-26/+54
* Clean up the raid code a bit, also allow disks on HPT controllers tosos2000-10-222-66/+98
* Fix warning in the ISA only case.sos2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containsos2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallysos2000-10-221-7/+1
* First attempt at timeouts for bio commands sent to the controller. No retry isscottl2000-10-222-0/+34
* Make usual 1-line cardbus support modification.imp2000-10-222-0/+2
* Cleanup the rman_make_alignment_flags function to be much clearer and shorterimp2000-10-221-12/+10
* o Remove lots of kludges with iospace and irq.imp2000-10-221-10/+13
* Cleanup allocation of resources for 16-bits. We now do the rightimp2000-10-221-12/+20
* if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessarynyan2000-10-211-1/+9
* Add '-DPC98' to CFLAGS if MACHINE == pc98.nyan2000-10-212-0/+8
* (Introduce something sitting in my repo for 3 weeks now...)bmilekic2000-10-214-48/+22
* Propogate the 'const'ness of mutex descriptions to the witness code tojhb2000-10-203-9/+9
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-205-0/+12
* Revert the init_clocks change in revision 1.72. On the alpha we use anjhb2000-10-201-1/+1
* Actually enable the witness code if the WITNESS kernel option is enabled.jhb2000-10-203-15/+3
* Allow interrupts to be sharable.imp2000-10-201-9/+6
* Get the interrupt correct.imp2000-10-201-1/+1
* Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by usingjhb2000-10-202-2/+4
* Doh. Fix a 64-bit-ism by using uintptr_t for a temporary lock variablejhb2000-10-203-3/+3
* Don't bother setting the saved IPL in the sched_lock mutex as it doesn'tjhb2000-10-201-5/+0
* Catch up to some of the changes to _getlock_spin_block. Specifically,jhb2000-10-202-8/+8
* Grrrr. Fix the order of the #define's so atomic_cmpset_{acq,rel}_longjhb2000-10-201-5/+5
* Fix the atomic_cmpset_{acq,rel}_ptr() functions to do proper type-casting.jhb2000-10-201-4/+18
* remove old pccbb bridge code.jon2000-10-203-2701/+0
* Introduce the M_ZERO flag to malloc(9)phk2000-10-202-0/+4
* Add actual URL for XMAC II datasheet in comments.archie2000-10-202-4/+8
* Add i815 host to PCI bridge IDache2000-10-202-0/+6
OpenPOWER on IntegriCloud