summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Remove UCONSOLE. This appears to be well and truly dead (unless it'sjkh1995-01-121-3/+1
* Change GENERIC to SWAP_GENERIC for now. I need the GENERIC kernel tojkh1995-01-111-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-096-194/+197
* Work around a compiler bug in gcc2.6.3 in handling (long long) variables andats1995-01-072-6/+48
* Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'sjkh1995-01-071-4/+5
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1995-01-051-1/+4
* Corrected the list of volatile registers for outsb, outsw, and outsl.dg1995-01-041-4/+4
* Use sufficient parentheses in macros.bde1995-01-032-158/+164
* Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_envbde1995-01-032-16/+26
* From Bill Paul:jkh1994-12-311-1/+7
* icu.s:bde1994-12-302-156/+80
* Obtained from: 1.1.5bde1994-12-241-4/+10
* Move page_unhold's in pmap_object_init_pt down one line to gard againstdg1994-12-181-3/+3
* Add a 'vn' to GENERICjkh1994-12-181-2/+3
* Check for PG_FAKE too in pmap_object_init_pt.dg1994-12-181-3/+3
* Add two more page table pages to keep 64MB machines happy.dg1994-12-181-2/+2
* Remove sd1-sd3 & st1, now that we can autoallocate them.phk1994-12-161-5/+1
* Removed inappropriate comment.dg1994-12-111-3/+1
OpenPOWER on IntegriCloud