summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* susword -> systm.hphk1995-02-141-2/+1
* Yves has sent us a ~600 Kb patch, which shuts up gcc entirely for thephk1995-02-141-84/+85
* Carefully choose the low limit for number of buffers to acheive the bestdg1995-02-121-2/+2
* Fixed a bogus comment and made a stylistic change (testl instead of orldg1995-02-122-42/+28
* Intels App Note AP-485 applied.phk1995-02-113-12/+61
* Changed extended memory test so that it's non-destructive and not adg1995-02-101-33/+19
* Removed obsolete and unused vmtime() function.dg1995-02-101-19/+1
* Removed unnecessary check for pr_scale in the AST/OWEUPC case.dg1995-02-101-2/+2
* Check P_PROFIL flag for profiling rather than pr_scale as it makes moredg1995-02-101-2/+5
* Initialisation of interrupt masks changed.se1995-02-092-8/+10
OpenPOWER on IntegriCloud