summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-061-0/+1
* Teach the NFS && NFS_ROOT case how to pick up information left by themsmith2000-09-051-0/+174
* Complain if we cannot find loader(8) metadata.peter2000-09-031-0/+2
* 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
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-7/+5
* 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-161-9/+13
* 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-116-119/+31
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-102-12/+8
* 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-061-9/+31
* Be more verbose when changing APIC ID on an IO APIC.tegge2000-08-062-4/+284
* 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-301-1/+6
* Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.hpeter2000-07-281-3/+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
* Don't call printf with no format string.kris2000-07-101-1/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-043-9/+9
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-033-9/+9
* 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
* Strip out the machine-independant parts of the memory device.markm2000-06-252-257/+50
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXmsmith2000-06-231-1/+5
* Add a stub driver to consume the PnP "system resource" items, and hidemsmith2000-06-232-0/+98
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-231-0/+48
* Stop trying to do anything funny with the interrupt resource range. Themsmith2000-06-232-26/+8
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-151-3/+1
* Recognize Coppermine Celeron processors whose CPU ID = 0x68?. Theykato2000-06-131-1/+1
* Added new options CPU_PPRO2CELERON and CPU_L2_LATENCY to supportkato2000-06-131-3/+52
* Don't include opt_smp.h - we don't use anything defined in it.msmith2000-06-101-1/+0
* Correct the tests for ISA PIC/APIC so that they actually work.msmith2000-06-101-2/+2
* Unused include: #include "ether.h"peter2000-06-101-1/+0
* Add option BROKEN_KEYBOARD_RESET to an opt_*.h filepeter2000-06-101-0/+1
* Always include the full symbol table (as specified by its start andbde2000-06-082-10/+2
* Fix gdt pointer for the current cpu on SMP.iwasaki2000-06-071-1/+1
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-061-13/+0
* Fixed some style bugs in the signal handling funcations. This doesn'tbde2000-06-031-81/+79
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-312-14/+4
* Pack the SWI bits to save some time and space.bde2000-05-311-2/+2
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-312-2/+2
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-291-3/+8
* Add SWI_TQ_MASK to imask definition.dfr2000-05-291-1/+1
* Brucify the pmap_enter_temporary() changes.dfr2000-05-291-6/+6
* Add a new pmap entry point, pmap_enter_temporary() to be used duringdfr2000-05-281-0/+11
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-271-10/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
OpenPOWER on IntegriCloud