summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Support compiling with `gcc -ansi'.bde1998-04-154-14/+14
* Fixed breakage of fork accounting in previous commit. A fork benchmarkbde1998-04-152-4/+4
* Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_trpeter1998-04-062-9/+4
* remove #ifdef declaration of npxproc, use globals.s and the extern always.peter1998-04-062-10/+2
* Use real types for the SMP pages being allocated rather than arrays ofpeter1998-04-063-51/+33
* clean up #ifdefs, define the variables that have to be per-cpu on SMPpeter1998-04-061-12/+3
* _curpcb is always defined in globals.s instead of here in #ifdefspeter1998-04-062-12/+2
* Bogus castspeter1998-04-061-4/+4
* Rather than filling this file up with SMP .sets, use those frompeter1998-04-062-114/+8
* Generate #defines that the asm code can access for the per-cpu datapeter1998-04-061-2/+46
* A pair of C structures used for laying out the SMP per-cpu data space.peter1998-04-061-0/+101
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-063-9/+9
* Remove some unneeded statements that enabled interrupts.tegge1998-04-052-6/+4
* Time changes mark 2:phk1998-04-045-13/+18
* Add two workarounds for broken MP tables:tegge1998-04-014-7/+149
* Declare some variables modified by interrupt handlers as volatile.tegge1998-04-011-3/+3
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-303-9/+23
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-282-8/+8
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-238-40/+208
* Make EPSON_BOUNCEDMA a new-style option.kato1998-03-171-1/+4
* Add missing entry to list of major device names. This list should notmsmith1998-03-171-1/+3
* Spell 'compatibility' like everyone else.msmith1998-03-161-2/+2
* Use dkmakeminor() rather than magic knowledge of the size and location ofmsmith1998-03-161-4/+4
* Be less draconian about the TSC if APM is configured, use it forphk1998-03-162-16/+62
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-14/+25
* Use dsname() to generate the disk region name for the "changing rootmsmith1998-03-151-14/+14
* On SMP systems, initially follow the MP spec with regard to which pintegge1998-03-142-76/+180
* Don't use the standard macros for disabling/enabling interrupt.tegge1998-03-141-3/+3
* Fixed breakage of the !SMP case in vm_page_zero_idle() in thebde1998-03-121-5/+7
* Don't depend on "implicit int" or bloat the data section in thebde1998-03-121-3/+3
* Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, andeivind1998-03-091-1/+2
* "Correct behaviour" involves being consistent with the canonical names ofmsmith1998-03-091-2/+2
* Merge from 2.2; behave correctly in the presence of a slice number thatmsmith1998-03-091-1/+4
* Construct the minor number for the root device taking into account themsmith1998-03-081-8/+10
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-072-6/+4
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-074-4/+21
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-055-37/+18
* Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.tegge1998-03-051-2/+7
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)kato1998-03-041-1/+5
* Reviewed by: msmith, bde long agodufault1998-03-042-6/+26
* When entering the apic version of slow interrupt handler, leveltegge1998-03-038-69/+544
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-036-17/+174
* Reduce timeout before assuming that forwarding of hardclock or softclocktegge1998-03-033-21/+33
* forward_statclock and forward_hardclock are located in mp_machdep.c.tegge1998-03-031-3/+5
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-021-2/+2
* 1) Use a more consistent page wait methodology.dyson1998-03-014-39/+17
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-282-4/+12
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-252-32/+38
* Removed vestiges of previous microtime() implementation.bde1998-02-251-6/+2
OpenPOWER on IntegriCloud