summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Make LINT compile.phk2000-09-161-1/+1
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-151-0/+1
* Moved the fe driver from the compat section to the correct section.nyan2000-09-151-2/+2
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-151-0/+21
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-142-27/+25
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-138-127/+64
* Be more careful about cleaning up the stack after function calls earlybde2000-09-132-22/+32
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-132-10/+8
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-131-0/+1
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-123-54/+42
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-121-2/+4
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersbde2000-09-121-1/+4
* Turn the /dev/random device into a (pseudo-)device, not an option.markm2000-09-121-1/+1
* Move tx to the list of drivers that now require miibus.billf2000-09-111-1/+1
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-113-9/+9
* Style cleanups. No functional changes.jasone2000-09-091-42/+37
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-14/+14
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-081-68/+80
* Remove an unneeded extern declaration of cp_time.jhb2000-09-083-6/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-084-5/+5
* Don't use currentldt as an L-value.jake2000-09-071-1/+1
* Test for both SMP and I386_CPU being set before generating an error.jhb2000-09-071-1/+1
* Don't assume that address of I/O address table increase (PC-98 only).nyan2000-09-071-2/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0743-2161/+2597
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-6/+115
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-062-0/+73
* Teach the NFS && NFS_ROOT case how to pick up information left by themsmith2000-09-051-0/+174
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-052-38/+178
* Complain if we cannot find loader(8) metadata.peter2000-09-031-0/+2
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).msmith2000-09-011-1/+2
* Take a shot at fixing multiple pci busses on i386.peter2000-08-312-20/+100
* Merge rest piece of ACPI driver.To activate acpi driver ,addtakawata2000-08-312-3/+39
* Improved Cyrix 486DX supports for NEC PC-98.kato2000-08-311-0/+15
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-282-96/+168
* Comment out the static wiring of hints for GENERIC - the release processpeter2000-08-241-1/+2
* Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a newmsmith2000-08-231-1/+4
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-0/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-7/+5
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-181-1/+1
* Don't let an illegal value for dr7 get set, which can lead to anbsd2000-08-171-0/+18
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-162-9/+14
* Include machine/cputypes.h so we get the cpu_class variable. This is neededjhb2000-08-131-0/+1
* Clean up some low level bootstrap code:peter2000-08-119-131/+34
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-103-18/+12
* Add workaround for livelock problem when starting APs.tegge2000-08-071-0/+4
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-063-45/+93
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-064-6/+427
* Handle write page faults (both write only or read-modify-write) as MI vmluoqi2000-07-311-3/+3
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-302-2/+12
* Revert previous commit. Not all RAID controllers are SCSI.obrien2000-07-291-6/+5
OpenPOWER on IntegriCloud