summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-072-8/+10
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-1/+2
* Don't kremove process VM pages (oops!). This was the cause of the instabilitydg1994-08-071-15/+20
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-064-26/+22
* Incorporated 1.1.5 improvements to the bounce buffer code (i.e. make itdg1994-08-061-487/+117
* Made the tmpstk start at tmpstk. Not doing so causes problems for thedg1994-08-062-4/+4
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-062-77/+45
* Delete redundant #ifdef __i386__, be consistent about idempotencywollman1994-08-051-8/+4
* Added assembly versions of ffs() and bcmp().dg1994-08-042-50/+132
* Inlined insque and remque.dg1994-08-041-2/+27
* Move ieeefp.h over, and put it in the correct subdirectory this time.wollman1994-08-042-2/+106
* Nuked #if 0'd _insque and _remque routines - they are now inlined indg1994-08-041-28/+1
* Merged in post-1.1.5 work done by myself and John Dyson. This includes:dg1994-08-034-76/+151
* Added $Id$dg1994-08-029-4/+111
* 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
OpenPOWER on IntegriCloud