aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Recognize new Pentium III Xeon (stepping A0).KATO Takenori2000-09-261-0/+1
* Fix the assmebly mutex macros to handle saving/restoring interrupt stateJohn Baldwin2000-09-241-7/+21
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakagePaul Saab2000-09-231-10/+0
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserJason Evans2000-09-231-3/+2
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,Paul Saab2000-09-2213-162/+175
* Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer,John Baldwin2000-09-221-3/+3
* Implement halt-on-idle in the !SMP case, which should significantlyMike Smith2000-09-223-20/+37
* Add a couple of debug register helper functions to assist in settingBrian S. Dean2000-09-212-0/+10
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.Bill Paul2000-09-201-0/+1
* Better error message when booting an SMP kernel on an UP system.Eivind Eklund2000-09-191-1/+1
* Make LINT compile.Poul-Henning Kamp2000-09-161-1/+1
* - Add a new process flag P_NOLOAD that marks a process that should beJohn Baldwin2000-09-151-0/+1
* Moved the fe driver from the compat section to the correct section.Yoshihiro Takahashi2000-09-151-2/+2
* Check to see if we actually have an interrupt descriptor and an interruptJohn Baldwin2000-09-151-0/+21
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justJohn Baldwin2000-09-142-27/+25
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-138-127/+64
* Be more careful about cleaning up the stack after function calls earlyBruce Evans2000-09-132-22/+32
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedBruce Evans2000-09-132-10/+8
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAMike Smith2000-09-131-0/+1
* Clean up process accounting some more. Unfortunately, it is still notJohn Baldwin2000-09-123-54/+42
* Quick fix for hang on booting with -d. mtx_enter() was called beforeBruce Evans2000-09-121-2/+4
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersBruce Evans2000-09-121-1/+4
* Turn the /dev/random device into a (pseudo-)device, not an option.Mark Murray2000-09-121-1/+1
* Move tx to the list of drivers that now require miibus.Bill Fumerola2000-09-111-1/+1
* When doing statistics for statclock on other CPU's, use the other CPUs'John Baldwin2000-09-113-9/+9
* Style cleanups. No functional changes.Jason Evans2000-09-091-42/+37
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sinceJason Evans2000-09-091-14/+14
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppJason Evans2000-09-081-68/+80
* Remove an unneeded extern declaration of cp_time.John Baldwin2000-09-083-6/+0
* Really fix USER_LDT. (Don't use currentldt as an L-value.)Jake Burkholder2000-09-084-5/+5
* Don't use currentldt as an L-value.Jake Burkholder2000-09-071-1/+1
* Test for both SMP and I386_CPU being set before generating an error.John Baldwin2000-09-071-1/+1
* Don't assume that address of I/O address table increase (PC-98 only).Yoshihiro Takahashi2000-09-071-2/+2
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-0743-2160/+2596
* Add KTR, a facility that logs kernel events in order to to facilitateJason Evans2000-09-071-6/+115
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aPoul-Henning Kamp2000-09-062-0/+73
* Teach the NFS && NFS_ROOT case how to pick up information left by theMike Smith2000-09-051-0/+174
* Catch a few more bogosities in certain chipsets before they mess us up.Peter Wemm2000-09-052-36/+176
* Complain if we cannot find loader(8) metadata.Peter Wemm2000-09-031-0/+2
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).Mike Smith2000-09-011-1/+2
* Take a shot at fixing multiple pci busses on i386.Peter Wemm2000-08-312-20/+100
* Merge rest piece of ACPI driver.To activate acpi driver ,addTakanori Watanabe2000-08-312-3/+39
* Improved Cyrix 486DX supports for NEC PC-98.KATO Takenori2000-08-311-0/+15
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-282-96/+168
* Comment out the static wiring of hints for GENERIC - the release processPeter Wemm2000-08-241-1/+2
* Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a newMike Smith2000-08-231-1/+4
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-0/+1
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-7/+5
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocateMike Smith2000-08-181-1/+1
* Don't let an illegal value for dr7 get set, which can lead to anBrian S. Dean2000-08-171-0/+18