summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Added a kernel variable, "dodump" defaulting to zero, which disables dumps.phk1994-11-071-1/+9
* Initialize %fs and %gs from %ds.phk1994-11-062-2/+12
* Do a better job at preparing registers for the new process in setregs()dg1994-11-061-8/+11
* Nuke the losing version of microtime. The assembler version now worksbde1994-11-061-26/+6
* Public function declarations moved to <machine/npx.h>.bde1994-11-062-8/+2
* Maintain a new variable `timer0_overflow_threshold' so that microtime()bde1994-11-052-82/+174
* Declare all functions exported by the npx driver.bde1994-11-052-8/+34
* Declare the full uglyness of the interfaces to the clock driver (exceptbde1994-11-051-6/+46
* Disable the direct call from hardclock() to softclock(). Supportbde1994-11-051-8/+19
* Argh! Missing quotes.jkh1994-11-051-2/+2
* We need CD9660 and MSDOS filesystems built-in if the floppy is to havejkh1994-11-051-3/+5
* __386BSD__ -> __FreeBSD__jkh1994-11-042-4/+4
* Eliminate USERCONFIG. This option is now standard.jkh1994-11-031-2/+1
* Unconditionalize USERCONFIG. Uh, thanks, David.jkh1994-11-031-3/+1
* Add extra id_enabled flag for userconfig to manipulate. If id_enabledjkh1994-11-031-1/+6
* Cosmetic changes in comment at start (it's no longer a GENERICAH configgpalmer1994-11-031-2/+2
* Fix a very old, very stupid race clearing the mask bit for the currentbde1994-11-012-8/+10
* DMA automode patch, fix SB16 clicksache1994-11-011-1/+19
* 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
OpenPOWER on IntegriCloud