summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-051-2/+34
* Make the gd_currentldt member in struct globaldata unconditional sojhb2000-10-051-3/+1
* Reduce userland namespace polution.jasone2000-10-041-1/+4
* Fix a cosmetic sign problem on machines with 4G of ram.peter2000-10-021-1/+1
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-023-1028/+260
* Fix the no-pci case of attaching isa, eisa and mca devices.peter2000-10-012-14/+6
* More updates to the ACPI code:msmith2000-09-303-49/+17
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-13/+2
* Ansify and fix warnings.dfr2000-09-291-14/+6
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-292-0/+329
* Fill in some more missing bits from cpu_features according to the Intelpeter2000-09-291-10/+10
* First shot at identifying the Pentum 4 acording to our reading of thepeter2000-09-292-2/+8
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-285-44/+153
* Fix spelling of Katmai [Katami].asmodai2000-09-271-1/+1
* Since the nexus is responsible for creating the I/O resources (ports, memory)msmith2000-09-272-4/+296
* Recognize new Pentium III Xeon (stepping A0).kato2000-09-261-0/+1
* Fix the assmebly mutex macros to handle saving/restoring interrupt statejhb2000-09-241-7/+21
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-231-10/+0
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-3/+2
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-2213-162/+175
* Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer,jhb2000-09-221-3/+3
* Implement halt-on-idle in the !SMP case, which should significantlymsmith2000-09-223-20/+37
* Add a couple of debug register helper functions to assist in settingbsd2000-09-212-0/+10
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-201-0/+1
* Better error message when booting an SMP kernel on an UP system.eivind2000-09-191-1/+1
* 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
OpenPOWER on IntegriCloud