summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add dump support to the DEVFS/slice code.julian1998-05-061-2/+5
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-065-61/+196
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+5
* Cast return values to the appropriate fp_*_t. Note that the man pagedes1998-04-271-9/+9
* Add the PAT cpuid feature.dyson1998-04-261-2/+2
* Mask the interrupt before setting the corresponding bit in ipending iftegge1998-04-221-6/+7
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-221-1/+2
* Remove an LFS clause, now that it is in the history,julian1998-04-201-19/+1
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-1/+30
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-04-191-84/+85
* Support compiling with `gcc -pedantic' (don't use hard newlines inbde1998-04-192-56/+48
* Support compiling with `gcc-pedantic' (don't use hard newlines inbde1998-04-194-296/+296
* Support compiling with gcc -pedantic (don't use a bogus, null cast).bde1998-04-191-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-175-11/+11
* Finish supporting compiling with `gcc -ansi'. Fix missing `volatile'sbde1998-04-152-12/+12
* 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
OpenPOWER on IntegriCloud