summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2529-714/+771
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-256-0/+346
* Add two routines insl and outsl, that should do 32bit string ins and outs.ats1994-05-032-2/+54
* Update the reprogram timer stuff, now the frequency of timer 0sos1994-05-022-140/+120
* Removed some tlbflush optimizations as some of them were bogus and leaddg1994-05-021-55/+14
* Deleted on ifdef dontdefgclarkii1994-04-292-8/+12
* Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing whengclarkii1994-04-291-4/+4
* From John Dyson:dg1994-04-251-3/+20
* Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined,wollman1994-04-232-2/+10
* Added IO_PPI define, pulled timer related stuffsos1994-04-211-6/+3
* Pulled out timer related functions -> now in clock.csos1994-04-211-160/+1
* New support for sharing the timerssos1994-04-212-46/+416
* Bug fixes and performance improvements from John Dyson and myself:dg1994-04-204-39/+131
* Changes from John Dyson and myself:dg1994-04-142-146/+81
* Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb isdg1994-04-071-1/+19
* from John Dyson:dg1994-04-051-43/+467
* Change from Bruce:ache1994-04-021-2/+2
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-0219-548/+501
* Eliminated the "physstrat" wart and merged it into kern_physio.c. Thisdg1994-03-301-21/+10
* Eliminated the "physstrat" wart and merged it into kern_physio.c. Thisdg1994-03-301-21/+1
* New routine "pmap_kenter", designed to take advantage of the specialdg1994-03-302-14/+103
* ifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise.dg1994-03-251-1/+3
* From John Dyson: performance improvements to the new bounce bufferdg1994-03-243-18/+52
* Bounce buffers. From John Dyson with help from me.dg1994-03-232-2/+359
* Now printf("changing root... indicates raw partition for floppyache1994-03-211-2/+2
* Fix printf for root system mounted on second floppyache1994-03-211-6/+11
* Fix for root system mounted on second floppyache1994-03-211-2/+6
* Changed dynamic stack grow code to grow by "SGROWSIZ" amount. Initiallydg1994-03-212-10/+12
* Added cpu_model and machine variables.wollman1994-03-191-1/+4
* Performance improvements from John Dyson.dg1994-03-142-21/+21
* 1) enhanced in_cksum from Bruce Evans.dg1994-03-073-7/+199
* 1) "Pre-faulting" in of pages into process address spacedg1994-03-075-339/+484
* Correct definitions of flags used by sigreturn to validate sigcontext.hsu1994-02-241-4/+4
* validate sigcontext before restoring ithsu1994-02-241-8/+48
* Fixed bug in handling of COW - the original code was bogus and it wasdg1994-02-131-15/+17
* Patch from John Dyson:dg1994-02-101-3/+3
* From: Dave Matthews <dave@prlng.co.uk>dg1994-02-081-2/+2
* Fixed bugs in stack grow code, and moved it back into a seperate functiondg1994-02-083-174/+138
* Fixes from John Dyson to fix out-of-memory hangs and other problems (suchdg1994-02-081-5/+11
* Fixed calculation of physmem when the special MAXMEM kernel config overidedg1994-02-071-2/+7
* At the suggestion of Bruce Evans, don't zero RTC diag register. Doing sodg1994-02-062-6/+2
* Minor cleanup. Decode state information better in the case of a fataldg1994-02-011-51/+70
* Bug fix from previous WINE commit. From Jeffrey Hsu.dg1994-02-011-1/+5
* Removed all uses of "USE_486_WRITE_PROTECT" and made this automatic.dg1994-02-014-260/+242
* Added four pattern memory test routine that is done at startup.dg1994-01-311-1/+2
* Added four pattern memory test routine that is done at startup.dg1994-01-315-30/+121
* WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsudg1994-01-317-55/+343
* Make I/O memory explicitly non-cacheable. This is purely an astheticdg1994-01-312-4/+4
* VM system performance improvements from John Dyson and myself. Thedg1994-01-314-213/+112
* Removed no longer used "wire" element in pv struct.dg1994-01-271-2/+1
OpenPOWER on IntegriCloud