summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* The improvements to clock statistics by Tor Eggefsmp1997-12-084-4/+953
* The improvements to clock statistics by Tor Eggefsmp1997-12-082-5/+157
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+12
* document and make the NO_F00F_HACK a proper option...jmg1997-12-042-5/+7
* After consultation with David, changejkh1997-12-043-12/+12
* Make has_f00f_bug extern, and get rid of some unused code in the f00fsef1997-12-031-5/+2
* Work around for the Intel Pentium F00F bug; this is Intel's recommendedsef1997-12-033-3/+80
* fix a few style nites...jmg1997-11-301-12/+15
* Removed an unused line of code, that caused an ``maybe used uninitialized''joerg1997-11-261-2/+1
* Fixed multiple definitions of boothowto.bde1997-11-241-2/+2
* Added a sysctl (machdep.cputime_clock) to select the clock used bybde1997-11-241-11/+55
* Fixed some #include messes.bde1997-11-241-7/+11
* Correct CPU_CYRIX_NO_LOCK fix.jlemon1997-11-211-5/+5
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of thebde1997-11-212-2/+17
* Moved splhigh()/spl0() calls from isa_configure() to configure() so thatbde1997-11-212-4/+14
* Previous commit refers to SWAP_PART, which is only defined if the includepeter1997-11-211-1/+2
* Removed a duplicate (sloppy common-style) definition.bde1997-11-201-4/+5
* Moved some extern declarations to header files (unused ones to /dev/null).bde1997-11-205-13/+15
* Avoid passing some more `retval's.bde1997-11-201-20/+16
* Fixed wrong limits for the kernel text in db_numargs(). Thebde1997-11-201-3/+7
* Fixed write enabling of the kernel text section. The overlapbde1997-11-201-7/+5
* Don't allow setting the dump device to any partition except thebde1997-11-201-1/+8
* 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
OpenPOWER on IntegriCloud