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