summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-251-51/+62
* Account for the UPAGES in the same way as before moving the MD codedyson1996-10-231-1/+5
* Removing old isdn stuff.phk1996-10-201-7/+1
* Improved non-statistical (GUPROF) profiling:bde1996-10-172-19/+185
* Added missing extern declaration of timer_freq.bde1996-10-171-8/+7
* Fixed miscounting for non-statistical (GUPROF) profiling:bde1996-10-162-24/+32
* Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These willbde1996-10-161-26/+30
* Move much of the machine dependent code from vm_glue.c intodyson1996-10-152-8/+196
* Pmap_resident_count was mistakenly removed from pmap.h, therebydyson1996-10-131-0/+2
* Minor optimization for final rundown of a pmap.dyson1996-10-131-1/+6
OpenPOWER on IntegriCloud