summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Implement CPU_ADJKERNTZ in different way: call resettodr()ache1994-11-011-2/+6
* Added hooks for an easy drop-in of the pcvt concole driver.joerg1994-10-312-4/+6
* Fix selector arg to match the (missing) prototype for sdtossd().bde1994-10-301-2/+7
* Fix selector arg to match the (missing) prototype for ssdtosd().bde1994-10-301-2/+2
* locore.s:bde1994-10-304-8/+24
* From: fredriks@mcs.com (Lars Fredriksen)jkh1994-10-281-1/+2
* Julian Elischer's disklabel fixes.jkh1994-10-271-2/+1
* Fix compiler warnings.bde1994-10-261-8/+7
* Move definition and initialization of video_mode_pointer to syscons.c.bde1994-10-262-42/+2
* Enable USERCONFIG and document it in LINT.jkh1994-10-261-1/+2
* Invoke userconfig() if kernel compiled with options USERCONFIG andjkh1994-10-261-2/+5
* Fix two very minor nits, one of which caused a warning (no return type forjkh1994-10-261-2/+3
* Fixed a couple of wrong printfs (too few arguments supplied). Also zappedphk1994-10-261-1/+2
* BEWARE: Interface change of register_intr() !se1994-10-251-4/+5
* BEWARE: Interface change of register_intr() !se1994-10-252-6/+14
* Use the correct macro for deciding whether syscons' variables shouldbde1994-10-252-16/+22
* Allow MAXMEM kernel option to indicate more memory than is detected; itdg1994-10-251-4/+3
* Restricted maximum bufpages to 1500; this is required for machines >64MBdg1994-10-251-5/+4
* Moved initialization of tmpstk so that it immediately follows the kerneldg1994-10-254-14/+34
* Added sea0 - Seagate driver lines to configsos1994-10-241-2/+2
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-233-5/+65
* Autoconf is the one to realize that we are booted disk-less and start thephk1994-10-223-6/+21
* NFS-diskless works. Look in sys/i386/boot/netboot for some of thephk1994-10-221-1/+2
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-1/+4
* According to a quick reading of sources, one experiment and Bruce's word:phk1994-10-201-4/+4
* Bruce told me to: Make uha0 use irq ?phk1994-10-201-2/+2
* Peter Dufaults comconsole changes.phk1994-10-203-12/+18
* Don't check for IRQ conflicts before probing the device, so thatbde1994-10-191-4/+1
* Fix the test for the code segment being the usual one. Unusual codebde1994-10-191-2/+3
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-0/+15
* isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize().wollman1994-10-191-2/+67
* Implement disk_externalize().wollman1994-10-191-1/+13
* Remove CPU_COLORDISP, GIO_COLOR now existsache1994-10-182-13/+3
* isa_device.h: Added flag for sensitive HW. ed# seems to break if anythingphk1994-10-171-16/+46
* GENERIC is our new all singing and dancing kernel. Please report ASAP ifphk1994-10-171-0/+92
* Ifdef color_display by NSC, pointed by Rodache1994-10-171-1/+6
* ADd CPU_COLORDISP sysctl to handle console display typeache1994-10-151-1/+4
* CPU_COLORDISP sysctl added for console display typeache1994-10-151-2/+4
* 1) Some of the counters in the vmmeter struct don't fit well into the Mach VMdg1994-10-151-5/+1
* Ouch, fixed bug in errno translation (ibcs2 support).sos1994-10-111-2/+1
* minaddr #ifdef lost in previous commit. Sorry.phk1994-10-101-1/+4
* Hmm, only translate errno when doing an actual return.sos1994-10-101-7/+7
* locore.s: Made the APM stuff depend on NAPM > 0 rather than a separatephk1994-10-103-63/+38
* Cosmetics. Added a prototype.phk1994-10-101-2/+2
* Updated to convert errno return in syscall if conversion tabel present.sos1994-10-091-1/+7
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-092-4/+2
* A couple of prototypes moved out from here.phk1994-10-082-6/+2
* Added prototypes.phk1994-10-083-3/+10
* db_disasm.c: Unused var zapped.phk1994-10-084-54/+38
* Correct #ifdef for nfs_disless support is #ifdef NFS, there will be norgrimes1994-10-082-4/+4
OpenPOWER on IntegriCloud