summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the RAID controllers next to the SCSI controllers.obrien2000-07-291-5/+6
* Comment out `ncr' as `sym' handles all that `ncr' does.obrien2000-07-291-2/+2
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-281-3/+1
* s%LINT%NOTES%gbillf2000-07-251-4/+4
* Default the pcic to polling. Some laptops need to have polling modeimp2000-07-191-1/+1
* Change the way NMI's are handled. Before, if DDB was enabled andps2000-07-141-12/+14
* Finally merge newmidi.tanimura2000-07-111-1/+2
* Removing commented out devices I added.mjacob2000-07-101-5/+0
* Don't call printf with no format string.kris2000-07-101-1/+1
* Oops- remove the '0' appended to targbh.mjacob2000-07-081-1/+1
* Add in the commented out SCSI device entries ofmjacob2000-07-081-0/+5
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-044-11/+11
* Update tags directive to reflect the new location of soft updatesmckusick2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-034-11/+11
* Fix my own style bugs (use of spaces instead of tabs for indentation).bsd2000-07-011-18/+18
* Duh. Fix a fatfingered patch.markm2000-06-251-1/+1
* Fix an uninitialised variable and a function return value.markm2000-06-251-1/+4
OpenPOWER on IntegriCloud