summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve the scalability of certain pmap operations.dyson1996-09-082-292/+611
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-071-1/+16
* Remove devconf, it never grew up to be of any use.phk1996-09-065-138/+5
* Cleaned up version of my 'extended BIOS' patch. This one is commentednate1996-09-031-30/+48
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-011-2/+2
* If the basemem value supplied by the bootblocks, differs from the valuenate1996-09-011-6/+33
* Improvements from Bruce Evanspst1996-08-302-17/+29
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-10/+15
* Clean up formatting and fix an & -> && bug pointed out by bdepst1996-08-281-87/+52
* Support for GDB remote debug protocol.pst1996-08-272-4/+591
* Add hints to the file ./LINT and the handbook.wosch1996-08-271-1/+10
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-160/+6
* Back out mistaken local change that sneaked in on the last commit.wollman1996-08-121-0/+40
* Don't declare the user_ldt functions unless USER_LDT is defined.wollman1996-08-122-42/+4
* Add support for i686 machine check trap.dg1996-08-114-6/+12
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.dg1996-08-111-2/+3
* Add recognition for the AMD 5x86 CPU models.peter1996-08-101-1/+15
* Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to thepeter1996-08-101-3/+5
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-023-29/+15
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-8/+6
* Add an fls() inline function which does the opposite operation towollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-314-18/+6
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-313-43/+11
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'bde1996-07-301-10/+7
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-303-38/+88
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-302-412/+519
* Fix a problem with a DEBUG section of code.dyson1996-07-291-1/+1
* Fix an error in statement order in pmap_remove_pages, remove the pmapdyson1996-07-291-39/+10
* Fix a problem that pmap update was not being done for kernel_pmap. Alsodyson1996-07-281-13/+11
OpenPOWER on IntegriCloud