summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-093-13/+15
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-5/+7
* 1) Really print 'real' memory - use Maxmem, not physmem.dg1995-09-081-14/+4
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)julian1995-09-081-2/+12
* Minor cleanup and (very) small micro optimization to Xsyscall (and thedg1995-09-072-30/+26
* Put back the "real memory =" printf() that vanished when the code towpaul1995-09-061-1/+2
* Machine dependent routines to support pre-zeroed free pages. Thisdyson1995-09-033-3/+28
* devfs changes..julian1995-09-034-12/+36
* Declare vfs_mountroot() in the right place.bde1995-08-301-2/+1
* Remove relocation of Crtat. Drivers already relocate it (somewhatbde1995-08-292-24/+2
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-282-8/+40
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsbde1995-08-261-4/+4
* Remove extra args from the calls to getit(). The bug was benign with thebde1995-08-252-8/+8
* A couple of micro optimizations to improve NULL syscall performance bydg1995-08-211-31/+20
* Fixed a few bugs and annoyances with boot():dg1995-08-201-25/+13
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofjkh1995-08-181-1/+4
* Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-174-30/+6
* Fake a call frame for traps so that `gdb -k' can report where fatalbde1995-08-152-2/+26
* Make the spl oriented inline functions less likely to allowdyson1995-08-081-4/+5
* 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
OpenPOWER on IntegriCloud