summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Partially fix `sysctl machdep.console_device'. The fix will be completebde1995-06-261-3/+5
* Convert to ANSI C: change #endif THING to #endif /* THING */.bde1995-06-141-59/+57
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-116-68/+46
* Remove trailing whitespace.rgrimes1995-05-3022-145/+145
* Fix setdumpdev():dg1995-05-291-16/+23
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-253-8/+6
* Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard resetdg1995-05-181-1/+4
* Added apersand constraint to make sure that the source and destinationdg1995-05-141-2/+2
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-142-60/+3
* "1 easy fix in 10 excrutiating steps"jkh1995-05-131-2/+2
* The death of `options NODUMP'. Now the dump area can be dynamicallywollman1995-05-122-11/+31
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-113-8/+9
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-112-2/+14
* Add loadandclear(). It atomically loads a value from memory, clears thebde1995-05-111-1/+12
* Pass me the pointed chapeau - this typo somehow got through my testing.jkh1995-05-111-2/+2
* If you config a kernel with 'config kernel swap generic' and try towpaul1995-05-111-2/+2
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withjkh1995-05-111-12/+5
* Delete two debugging printfs that mistakenly crept in.wollman1995-05-111-2/+1
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-111-18/+20
* Correct the definition for the (unused) cpu_setstack().dg1995-05-041-2/+2
* Added a memcpy() routine.dg1995-05-022-2/+48
* A missing 'and', probably my fault.phk1995-05-021-2/+2
* Fixed a problem that can cause left-over pv_entries and asdyson1995-05-011-27/+9
* Add outb to keyboard controller to do a cpu_reset, this fixes 2 knownrgrimes1995-04-261-1/+14
* Add support for MFS root filesystem.phk1995-04-251-1/+13
* Added "bio" to matcd.phk1995-04-241-2/+2
* hmm spotted a difference resulting from a merge I didn't examine close enoughjulian1995-04-231-2/+3
* include hooks for EISA configuration (possibly wrong :)julian1995-04-232-13/+20
* Forgot this commit the other day. The receiving end of the "boot -C" option.phk1995-04-231-7/+6
* Tiny printf formatting change: if we have no cpu_vendor or cpu_id info,wpaul1995-04-221-2/+4
* Add wd2 and wd3 as swap-devices too.phk1995-04-201-2/+2
* Reapply my fix for this:rgrimes1995-04-181-2/+2
* Print the BIOS geometries in a human-readable format.phk1995-04-171-4/+11
* Remove gratuitous waste of 2K of memory for BIOS variables. We never loaddg1995-04-162-14/+2
* Don't waste time sending an EOI to ICU1 if option AUTO_EOI_1 is defined.bde1995-04-152-14/+18
* Add scsi target. Add "after config" call to autoconf so that scsidufault1995-04-141-1/+26
* Hopefully I won't get flamed for this: insert a few more #if defined(I486_CPU)wpaul1995-04-141-4/+14
* This a subtle reminder to people that not everybody compiles theirwpaul1995-04-131-1/+3
* Add a class field to devconf and mst drivers.wollman1995-04-124-103/+153
* I got that wrong,phk1995-04-101-2/+2
* lnc0 is @ 0x300phk1995-04-101-2/+3
* Changes to make FreeBSD use a CDROM as rootdev, for installation purposes.phk1995-04-101-2/+42
* Cosmetic changes.dg1995-04-091-3/+2
* Move default address of lnc0 to 0x300. Luigi Rizzo said that his cardphk1995-04-081-2/+2
* Implement a simple hook (or hack?) to allow graphics device consolejoerg1995-04-081-2/+12
* Added the "eg0" interface driver for the 3Com "3c505" or "etherlink/+"phk1995-04-081-2/+4
* Print "on isa" for devices with port==0 per Bruce suggestionache1995-04-061-2/+2
* Output the CPU features line during the probe on a seperate line, forrgrimes1995-04-061-3/+3
* Print "on motherboard" for isa? devices with id_iobase == 0ache1995-04-041-11/+9
* Made pmap_testbit a static function.dg1995-03-301-2/+2
OpenPOWER on IntegriCloud