summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Performance optimizations. One of which was meant to go in before thedyson1996-10-122-121/+46
* Cleaned up:bde1996-10-122-21/+15
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-121-1/+2
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-101-3/+1
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-099-9/+20
* Enable the i586-optimized bcopy if the cpu is a "586" and optionbde1996-10-091-4/+16
* Added i586-optimized bcopy() and bzero().bde1996-10-092-112/+574
* Fixed pessimized (short) i/o port types.bde1996-10-081-3/+2
* Multiple changes stacked as one commit since they all depend on one another.jkh1996-10-053-3/+27
* Added "memory" to clobber list in invlpg(). It needs it if invltlb()bde1996-09-291-20/+21
* Essentially rename pmap_update to be invltlb. It is a very machinedyson1996-09-285-53/+52
* Restored my change in rev.1.119 which was clobbered by the previous commit.bde1996-09-281-2/+4
* Move pmap_update_1pg to cpufunc.h. Additionally,dyson1996-09-282-49/+39
OpenPOWER on IntegriCloud