summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Make the code more consistant by using the INTR*MASK macros througout thenate1997-01-082-4/+4
* Changed magic # 0xa0000 -> ISA_HOLE_START since it's now defined.nate1997-01-081-2/+2
* Reenabled i586_optimized_copyin/out yet again.bde1997-01-042-6/+2
* Fixed context switching of FPU state after a fault inbde1997-01-042-6/+40
* Fixed botched tables:bde1997-01-041-128/+147
* Add code to copy the LDT, if required.se1997-01-021-1/+16
* Let the VM system know that on certain arch's that VM_PROT_READdyson1996-12-301-1/+3
* Superficial clean-up of useracc calls. (The useracc usage ofdyson1996-12-291-3/+3
* Allow pmap_protect to increase permissions. This mod can eliminatedyson1996-12-291-5/+7
* Disabled i586-optimized copyin and copyout again. The fault handlerbde1996-12-282-2/+6
* Give MFS_ROOT priority over NFS as root filesystem.phk1996-12-211-9/+10
* Mention amd driver in comment regarding PCI drivers.se1996-12-211-4/+4
* Only handle copyin/out/etc faults when not in an interrupt handler.bde1996-12-181-8/+9
* Fixed formatting of KERN_DUMPDEV.bde1996-12-181-2/+2
* Moved the printing of the BIOS geometries from cpu_startup() intobde1996-12-182-34/+36
* Add driver for AMD 53c974 SCSI (Tekram DC390/390T).se1996-12-181-1/+2
* Fix nbuf calculation /4 -> /8. 2.2 already has it this way.dg1996-12-171-2/+2
* Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNsse1996-12-151-2/+1
* Make the USERCONFIG_BOOT semantics closer to what was originaljkh1996-12-141-9/+7
* Close PR#2198:jkh1996-12-131-1/+2
* Soften range-check for LDTs.swallace1996-12-121-2/+2
* Fix allocation for exech_map to be 16*PAGE_SIZE rather than 32*PAGE_SIZEdg1996-12-121-2/+2
* One minor mod to set the limit of nbufs to 2048 from 1536. More importantdyson1996-12-111-3/+3
* Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-051-5/+5
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-4/+2
* Fix a problem with the new buffer_map management code. Additionally,dyson1996-12-011-3/+3
* Reenabled i586-optimized copyin/out.bde1996-11-302-6/+2
* Fixed EFAULT handling in i586_copyin() and i586_copyout(). Use abde1996-11-292-60/+92
* Don't print bootinfo.bi_n_bios_used in cpu_startup() since it is alwaysbde1996-11-291-2/+1
* Don't clobber the SIGCONT bit in the signal mask in sigreturn(). Usebde1996-11-291-3/+2
* Make a kernel with DDB but without sio possible again. This is onlyphk1996-11-251-0/+9
* Improve the caching of small files like directories, while notdyson1996-11-171-3/+3
* Since there have been so many reports of the Memory Mapped I/O to thegibbs1996-11-161-4/+1
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-152-2/+6
* Change this back to movl for -current since it seems to work there.jkh1996-11-152-4/+4
* movl instruction should have been lea (this is why userconfig didn'tjkh1996-11-142-4/+4
* Removed another #include of opt_temporary.h.bde1996-11-122-4/+2
* Removed #include of "opt_temporary.h". All the temporary options wentbde1996-11-121-2/+1
* Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-timebde1996-11-116-106/+325
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-114-53/+145
* Remove option I586_FAST_BCOPY. The code will be included by defaultasami1996-11-082-18/+18
* Fix the message buffer mapping. This actually allows to increasejoerg1996-11-072-34/+33
* Don't switch from fast interrupt handlers to normal interruptbde1996-11-072-8/+16
* Count only hardware interrupts in cnt.v_intr, so that the individualbde1996-11-062-4/+4
* Fix a problem with running down processes that have left wireddyson1996-11-031-3/+10
* Further improved version of hadling a HALT when there is no console.julian1996-10-312-2/+13
* More merge and update.asami1996-10-308-13/+88
* Add two new aic7xxx driver options:gibbs1996-10-281-1/+4
* Removed initialization of a variable that went away. Oops.bde1996-10-262-10/+6
* Print the clock calibration messages all on one (long) line again sobde1996-10-252-42/+36
OpenPOWER on IntegriCloud