summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-011-1/+3
* Fix from Bruce Evans:dg1994-06-112-4/+8
* Fixed minor spelling error.dg1994-06-111-1/+1
* Bruce found a bug in my changes to stop using the gs selector.dg1994-06-112-68/+122
* Added some missing cld's (OOPS!) and changed the position of some ofdg1994-06-062-12/+18
* trap.c:dg1994-06-064-499/+531
* Back out previous change for the moment - I need to commit some otherdg1994-06-062-18/+42
* Added some missing cld's (OOPS!) and changed the position of some ofdg1994-06-064-42/+24
* Removed extra (bogus) declaration of Xrsvd14 that was confusing me.dg1994-06-041-1/+1
* 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
OpenPOWER on IntegriCloud