summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evendg1995-07-301-3/+3
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-292-15/+2
* Fixed bug I introduced with the memory-size code rewrite that brokedg1995-07-282-5/+4
* Fix bogus constraint "i" that only worked with -O. The cases where itbde1995-07-251-3/+9
* Rewrote memory sizing code to generally deal with holes in extended memory.dg1995-07-192-50/+101
* This fixes a compiler warning, and a cosmetic problem with the linuxpeter1995-07-161-6/+2
* Reviewed by: phkphk1995-07-161-1/+10
* Make the bootinfo structure visible from sysctl.phk1995-07-162-3/+8
* Include ``options POWERFAIL_NMI'' for owners of older (non-apm)joerg1995-07-161-5/+32
* Truncate the fault address to a page boundry when calling vm_fault(). Thedg1995-07-161-3/+3
* Fixed bug that caused page tables to be faulted twice instead of once.dg1995-07-141-4/+7
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-134-14/+6
* The PCI config mechanism 1 test failed for the Intel Aries.se1995-06-302-4/+4
* PCI configuration mechanism now determined by a method, that doesn'tse1995-06-282-30/+34
* Killed redundant vnode_pager_umount() call. This is already done atdg1995-06-281-6/+2
* Make path to kernel absolute if it is passed in relative. This fixesdg1995-06-282-8/+20
* Fix standards conformance bugs in <signal.h>:bde1995-06-281-6/+8
* 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
OpenPOWER on IntegriCloud