summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Made pmap_testbit a static function.dg1995-03-301-2/+2
* Submitted by: Mahesh Neelakanta <mahesh@gcomm.com>rgrimes1995-03-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-4/+5
* Removed declaration of pmap_changebit()...it is no longer exported.dg1995-03-261-2/+1
* Changed pmap_changebit() into a static function as it always shoulddg1995-03-261-2/+2
* Do a printf("\n") after all conditional printfs have been done so thatswallace1995-03-251-4/+5
* Correct pcibus_setup() to return as soon as one test succeeds.se1995-03-222-2/+6
* Delete PCI PCI bridge simulator code ...se1995-03-222-180/+2
* Remove spurious declaration of printf().se1995-03-222-6/+2
* New ISA specific PCI code.se1995-03-212-294/+418
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-211-1/+121
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-211-2/+2
* Removed redundant newlines that were in some panic strings.dg1995-03-191-4/+4
* Add Intel EtherExpress16 (ix0) driver.rgrimes1995-03-181-1/+2
* Call dev_shutdownall() just after unmounting filesystems.dg1995-03-171-1/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-1613-56/+140
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-1/+28
* Adding tunnel pseudo-device for Network Installation with User process PPP.amurai1995-03-121-1/+2
* Moved bb stuff to support.s per Bruces suggestion.phk1995-03-114-28/+28
* Add a dummy ___bb_init_func for BB profiling of the kernel.phk1995-03-102-2/+26
* kmem_alloc() returns zero-filled memory; it isn't necessary to bzero()dg1995-03-101-2/+1
* Removed unnecessary routines vm_get_pmap() and vm_put_pmap().dg1995-03-101-29/+3
* Increased number of buffers to 1/12 of (page_count - 1024). This makes thedg1995-03-071-2/+2
* pcvt is still using the XSERVER option; document this.joerg1995-03-051-1/+2
* Changed the printf()s in npxattach a bit so you don't end up withwpaul1995-03-052-12/+12
* Removed obsolete vtrace() and reorganized a little.dg1995-03-041-88/+24
* Preserve reverse link integraty while doing the queue insertion.dg1995-03-031-2/+2
* Use copyout to install the sigframe rather than directly writing to thedg1995-03-031-23/+36
* Changes to incorporate the Matsushita CDROM driver (otherwise known asjkh1995-03-021-1/+3
* Use su/fubyte instead of directly touching the user's address space.dg1995-03-011-8/+4
* Various changes from John and myself that do the following:dg1995-03-011-1/+4
* Slight change to include file order to accommodate upcoming changes.dg1995-03-011-2/+2
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-263-24/+14
* Change EISA size to 256 instead of 4096.phk1995-02-251-2/+2
* Read K&R and get the { } right :-)phk1995-02-251-7/+6
* I belive I finally got the "on eisa" right.phk1995-02-251-5/+6
* Keep PCI_CONF_MODE in a safe place for later reference, if #defined.se1995-02-252-2/+4
* Submitted by: seb@erix.ericsson.se (Sebastian Strollo)bde1995-02-232-4/+10
* Use of vm_allocate() and vm_deallocate() has been deprecated.dg1995-02-201-3/+3
* Do away with 'options SWAP_GENERIC' once and for all: I get illwpaul1995-02-181-6/+10
* Undo the busy latch changes made in the previous revision. They brokebde1995-02-172-8/+8
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedphk1995-02-175-197/+85
* Fix syntax errors in #ifdefed out code.bde1995-02-161-3/+3
* Include three lines about the pcvt console driver, so we don't ever needjoerg1995-02-151-1/+6
* Use proc0's proc struct rather than curproc's when calling sync.dg1995-02-151-2/+2
* Killed the pmap_use_pt and pmap_unuse_pt prototypes as they are now indg1995-02-151-3/+1
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-145-7/+206
* Removed a YF comment.phk1995-02-141-3/+1
* Whoops! back out last commit partly.phk1995-02-141-3/+1
* YFfix.phk1995-02-141-2/+9
OpenPOWER on IntegriCloud