summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* part 2 of the bsdi compat tweak attempt. I believe that BSDI use bothpeter1996-09-271-1/+4
* Apparently, BSDI have a new system call gate. I was experimentingpeter1996-09-271-2/+3
* I've been meaning to commit this for months. Implement select()peter1996-09-271-2/+18
* Fixed a few hundred warnings (2400 in LINT) for signed vs unsignedbde1996-09-241-6/+13
* Changed an arg name in the pseudo-prototype for bzero() to matchbde1996-09-202-46/+56
* Add APM_IDLE_CPU option, that is off by default.phk1996-09-192-4/+4
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-142-10/+14
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-142-4/+4
* Made debugging code (pmap_pvdump()) compile again so that I can test LINT.bde1996-09-131-2/+4
* Another round of merge/update.asami1996-09-121-49/+1
* Primarily a fix so that pages are properly tracked for beingdyson1996-09-121-35/+62
* Make userconfig two (default: on) options:phk1996-09-112-2/+9
* A minor fix to the new pmap code. This might not fix the global problemsdyson1996-09-111-2/+2
* Removed more devconf leftovers.bde1996-09-101-2/+1
* Removed bogus LARGMEM code and option. The code paniced whenbde1996-09-101-12/+1
* Updated #includes to 4.4Lite style.bde1996-09-103-15/+19
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-082-11/+14
OpenPOWER on IntegriCloud