summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Removed an unused #included.bde1997-11-182-6/+20
* Removed #unused includes.bde1997-11-182-6/+8
* Don't #include <machine/smp.h> even in the SMP case. Fixed the onebde1997-11-181-1/+4
* Use UPAGES when setting up private pages for SMP (which includes idle stack).tegge1997-11-076-35/+35
* Rename some local variables to avoid shadowing other local variables.phk1997-11-072-6/+6
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-7/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-063-19/+17
* Identify MediaGX CPU correctly. Old MeidaGX CPU and GXm CPU arekato1997-11-061-6/+27
* Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.kato1997-11-051-2/+2
* Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC.kato1997-11-042-10/+2
* Change comments about ijppp to iijppp.jseger1997-10-311-2/+2
* Removed unused #includes.bde1997-10-285-13/+5
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-287-33/+43
* Remove the stale `log' non-pseudodevice.joerg1997-10-281-2/+1
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-274-9/+8
* Oops, <machine/psl.h> is used unconditionally in -current.bde1997-10-272-6/+2
* Cleaned up #includes.bde1997-10-272-32/+34
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyjkh1997-10-271-2/+2
* Check to see if the pv_limits are initialized before checking.dyson1997-10-271-2/+3
* Change the initial amount of memory allocated for pv_entries to be proportionaldyson1997-10-261-7/+18
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-262-8/+8
* Somehow an error crept in during the previous commit.dyson1997-10-251-8/+2
* Support garbage collecting the pmap pv entries. The management doesn'tdyson1997-10-251-2/+55
* Decrease the initial allocation for the zone allocations.dyson1997-10-241-2/+2
* Reference the DMI table inside the SMBIOS table correctly, not using a variablemsmith1997-10-211-2/+2
* Make all the documented (in pcvt(4)) options supported options. Whilejoerg1997-10-181-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+2
* Try and fix some style problemspeter1997-10-123-45/+54
* Allow "foo0: disabled, not probed" message to stay, but make it conditionaljkh1997-10-121-4/+4
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-2/+3
* Compensate for pcb.h tweaks.peter1997-10-103-3/+10
* Don't #include unneeded includes here. pcb_ext.h picks up lots of otherpeter1997-10-101-4/+2
* GPROC0_SEL isn't used in any *.s files it seems..peter1997-10-101-3/+1
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-1015-15/+37
* - Enable PS/2 mouse support by default. Given that almost all new hardwarenate1997-10-081-2/+2
* Added two Cyrix 6x86/6x86MX options.kato1997-10-061-7/+35
* It is possible that MB's with really broken bios's not set up more ofdyson1997-10-063-0/+24
* Make sure that the memory type registers are the same for each CPUdyson1997-10-053-3/+159
* Call identifycyrix() when 6x86MX CPU is found. The identifycyrix()kato1997-10-031-2/+3
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-284-17/+24
* Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-282-20/+44
* Fix a bug where the speculative memory probe wouldn't occur on systems thatdg1997-09-251-2/+2
* Look for another couple of magic bios things..phk1997-09-241-2/+8
* Moved setconf() call after root configuration again. This fixes abde1997-09-231-4/+3
* Turn on CR4_VME on the AP's the same as the BSP. Note that we do notpeter1997-09-221-1/+13
* Oops. This file shouldn't have been committed.gibbs1997-09-221-18/+17
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-215-17/+39
* autoconf.c:gibbs1997-09-213-13/+48
* Move the rules for aicasm to the MI conf file.gibbs1997-09-211-18/+19
* Implement the parts needed for VM86 under SMP.peter1997-09-218-31/+106
OpenPOWER on IntegriCloud