summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PPP to the generic kernel. Now that Poul has made us all this space,jkh1995-02-091-2/+3
* Mostly cosmetic changes. Use KERNBASE instead of UPT_MAX_ADDRESS indg1995-02-021-21/+25
* Reviewed by: sese1995-02-011-8/+16
* Reviewed by: sese1995-02-012-0/+884
* Fix disassembly of `bt[crs] $Ib,E'.bde1995-01-291-2/+2
* Correct a name of one structure member in the sigaltstack structure.ats1995-01-291-2/+2
* Add soundblaster CD to generic kernel. Hope this doesn't run us outjkh1995-01-281-1/+3
* New and far better NCR5380/NCR53400 scsi-driver.phk1995-01-271-2/+3
* Fix from Doug Rabson for a panic related to not initializing the kernel'sdg1995-01-261-1/+2
* Remove FAT_CURSOR, it is already non-existent during severalache1995-01-261-2/+1
* Comment out pmap_prefault for the time being (perhaps until after 2.1).dg1995-01-261-1/+3
* Make sure that the pages being 'pre-faulted' are currently on a queue.dg1995-01-261-1/+4
* Be a bit less fast and loose about setting non-cacheablity of pages.dg1995-01-251-11/+1
* Load the kernel symbol table in the boot loader and not at compile time.bde1995-01-254-22/+103
* Changed address of the game controller to 0x201 (was 0x200)jmz1995-01-251-2/+2
* is to lnc changespaul1995-01-241-2/+2
* Moved various pmap 'bit' test/set functions back into real functions; gccdg1995-01-241-38/+1
* Changed buffer allocation policy (machdep.c)dg1995-01-243-357/+485
* Don't use mi_switch() to terminate cpu_exit(). Calling it just happened tobde1995-01-211-8/+3
* Remove unused definitions of vm statistics counters. Most of thebde1995-01-211-3/+1
* Don't count context switches here, they are already counted in mi_switch().bde1995-01-212-8/+2
* Submitted by: Bruce Evansats1995-01-192-60/+18
* The %eflags checking introduced in the previous commit was too zealous.bde1995-01-171-7/+14
* Fixed some page table reference count problems; these changes may not bedg1995-01-151-3/+5
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-148-200/+210
* Remove bogus scd0 driver - I should have looked at LINT first, anyway.jkh1995-01-141-2/+1
* Enable define of CR0_AM to prepare for implementing alignment checking.bde1995-01-141-7/+3
* Declare a real `struct fpreg' to prepare for implementing reading andbde1995-01-141-6/+13
* Remove reference to impossible trap type T_KDBTRAP. We don't supportbde1995-01-141-8/+9
* Eliminate T_KDBTRAP, which will soon go away. It was only used for anbde1995-01-141-23/+21
* Add missing object_lock/unlock.dg1995-01-141-1/+5
* Put UCONSOLE back - I was wrong, it's still used in one last place.jkh1995-01-141-1/+4
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesgibbs1995-01-131-2/+3
OpenPOWER on IntegriCloud