summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* GENERIC - Add a commented out line for adding support for IBM ThinkPadnate1995-11-291-1/+3
* Fix Pentium CPU rate diagnosis:wollman1995-11-294-39/+38
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+3
* OK, that's it..julian1995-11-291-15/+44
* After having put on my Asbestos suit, complete the MFS_ROOT part of Terry'speter1995-11-281-10/+20
* Staticized. Moved some ero-initialized values to the bss.bde1995-11-241-8/+13
* Completed function declarations and/or added prototypes.bde1995-11-211-2/+2
* Quick fix for stat_imask and intr_mask[8] not having the RTC interruptbde1995-11-201-1/+2
* Mega commit for sysctl.phk1995-11-202-29/+13
* Remove unused vars.phk1995-11-203-9/+6
* Updated comments. The comments about the unused addresses get brokenbde1995-11-181-24/+30
* Fixed the type of vm_fault_quick() - don't convert types back and forthbde1995-11-181-9/+18
* Fixed handling of trace traps when cons_unavail is set. Added commentsbde1995-11-181-6/+23
* Fix a couple of printfs.phk1995-11-141-3/+3
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-121-6/+5
* Oops, forgot the following log message in the previous commit:bde1995-11-121-1/+1
* Reviewed by:bde1995-11-121-1/+4
* convert more sysctl variables.phk1995-11-101-37/+28
* Change ahb device line to eisaconf syntax.gibbs1995-11-091-2/+2
* Add eisa0 and remove ISA configuration line for ahc0.gibbs1995-11-051-2/+3
* Remove old eisaconf cruft from the eisa files. The old eisaconf kludgedgibbs1995-11-051-40/+1
* Modifications for the new eisaconf.gibbs1995-11-051-5/+9
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-042-4/+2
* Remove the #ifdev DEVRANDOM's, as promised.markm1995-11-044-24/+4
* Finished(?) moving prototypes for devswitch functions to <machine/conf.h>.bde1995-11-041-11/+12
* When the sync-on-shutdown fails to clear all buffers, this bit of codepeter1995-11-021-1/+11
* We no longer need the spltty() == splimp() hack if PPP is configured intopeter1995-10-311-6/+10
* Add a simplistic netisr register routine - I need this now for ppp-2.2.peter1995-10-311-4/+19
* Include the "od" driver.joerg1995-10-311-1/+3
* Security fix - do not allow anyone but root to choose the interrupts usedmarkm1995-10-301-1/+9
* Removed bogus statics in declarations that don't allocate storage.bde1995-10-301-4/+13
* Second batch of cleanup changes.phk1995-10-291-49/+49
* Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not abde1995-10-291-10/+12
* Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-284-17/+129
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-283-8/+6
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-282-2/+16
* Stable matcd port to 0x230, as per request by Bruce and Frank.jkh1995-10-251-2/+2
* Remove PG_W bit setting in some cases where it should not be set.dg1995-10-231-3/+3
* More improvements to the logic for modify-bit checking. Removeddg1995-10-231-109/+10
* Only allow `sensitive' devices for displays in find_display(). This isbde1995-10-221-3/+6
* Simplified some expressions.dg1995-10-221-7/+4
* A mixed bag of changes, relating to getting the state in "lsdev" right,phk1995-10-211-5/+5
* Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...se1995-10-172-4/+4
* At least the ASUS Triton motherboards don't disable the PCI bus configurationse1995-10-172-8/+10
* Go back to separate tests for configuration mechanism 1 and mechanism 2.se1995-10-152-108/+114
* Pull all of libkern.a in (though not mcount) so the LKM's don't comephk1995-10-152-2/+40
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-123-35/+68
* Include <sys/sysproto.h> so that machdep.c compiles cleanly againbde1995-10-101-23/+37
* Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...se1995-10-092-12/+28
* Fix tracing of syscalls. The previous fix required the undocumentedbde1995-10-091-47/+48
OpenPOWER on IntegriCloud