aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-282-8/+40
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsBruce Evans1995-08-261-4/+4
* Remove extra args from the calls to getit(). The bug was benign with theBruce Evans1995-08-252-8/+8
* A couple of micro optimizations to improve NULL syscall performance byDavid Greenman1995-08-211-31/+20
* Fixed a few bugs and annoyances with boot():David Greenman1995-08-201-25/+13
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofJordan K. Hubbard1995-08-181-1/+4
* Killed some unused stuff inherited from Bill Jolitz. Note that sinceDavid Greenman1995-08-174-30/+6
* Fake a call frame for traps so that `gdb -k' can report where fatalBruce Evans1995-08-152-2/+26
* Make the spl oriented inline functions less likely to allowJohn Dyson1995-08-081-4/+5
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evenDavid Greenman1995-07-301-3/+3
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-292-15/+2
* Fixed bug I introduced with the memory-size code rewrite that brokeDavid Greenman1995-07-282-5/+4
* Fix bogus constraint "i" that only worked with -O. The cases where itBruce Evans1995-07-251-3/+9
* Rewrote memory sizing code to generally deal with holes in extended memory.David Greenman1995-07-192-50/+101
* This fixes a compiler warning, and a cosmetic problem with the linuxPeter Wemm1995-07-161-6/+2
* Reviewed by: phkPoul-Henning Kamp1995-07-161-1/+10
* Make the bootinfo structure visible from sysctl.Poul-Henning Kamp1995-07-162-3/+8
* Include ``options POWERFAIL_NMI'' for owners of older (non-apm)Joerg Wunsch1995-07-161-5/+32
* Truncate the fault address to a page boundry when calling vm_fault(). TheDavid Greenman1995-07-161-3/+3
* Fixed bug that caused page tables to be faulted twice instead of once.David Greenman1995-07-141-4/+7
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-134-14/+6
* The PCI config mechanism 1 test failed for the Intel Aries.Stefan Eßer1995-06-302-4/+4
* PCI configuration mechanism now determined by a method, that doesn'tStefan Eßer1995-06-282-30/+34
* Killed redundant vnode_pager_umount() call. This is already done atDavid Greenman1995-06-281-6/+2
* Make path to kernel absolute if it is passed in relative. This fixesDavid Greenman1995-06-282-8/+20
* Fix standards conformance bugs in <signal.h>:Bruce Evans1995-06-281-6/+8
* Partially fix `sysctl machdep.console_device'. The fix will be completeBruce Evans1995-06-261-3/+5
* Convert to ANSI C: change #endif THING to #endif /* THING */.Bruce Evans1995-06-141-59/+57
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-116-68/+46
* Remove trailing whitespace.Rodney W. Grimes1995-05-3022-145/+145
* Fix setdumpdev():David Greenman1995-05-291-16/+23
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-253-8/+6
* Added "BROKEN_KEYBOARD_RESET" option to disable using the keyboard resetDavid Greenman1995-05-181-1/+4
* Added apersand constraint to make sure that the source and destinationDavid Greenman1995-05-141-2/+2
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-142-60/+3
* "1 easy fix in 10 excrutiating steps"Jordan K. Hubbard1995-05-131-2/+2
* The death of `options NODUMP'. Now the dump area can be dynamicallyGarrett Wollman1995-05-122-11/+31
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-113-8/+9
* Add variable `idelayed' and macros setdelayed() and schedsofttty()Bruce Evans1995-05-112-2/+14
* Add loadandclear(). It atomically loads a value from memory, clears theBruce Evans1995-05-111-1/+12
* Pass me the pointed chapeau - this typo somehow got through my testing.Jordan K. Hubbard1995-05-111-2/+2
* If you config a kernel with 'config kernel swap generic' and try toBill Paul1995-05-111-2/+2
* Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it withJordan K. Hubbard1995-05-111-12/+5
* Delete two debugging printfs that mistakenly crept in.Garrett Wollman1995-05-111-2/+1
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-18/+20
* Correct the definition for the (unused) cpu_setstack().David Greenman1995-05-041-2/+2
* Added a memcpy() routine.David Greenman1995-05-022-2/+48
* A missing 'and', probably my fault.Poul-Henning Kamp1995-05-021-2/+2
* Fixed a problem that can cause left-over pv_entries and asJohn Dyson1995-05-011-27/+9
* Add outb to keyboard controller to do a cpu_reset, this fixes 2 knownRodney W. Grimes1995-04-261-1/+14