summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Changes preparing for iBCS2 supportsos1994-08-241-1/+8
* Corrected some comments regarding ptes/pdes.dg1994-08-231-3/+3
* Re-enabled inlining of inb.paul1994-08-231-11/+3
* I've disabled this piece of code since it's what'spaul1994-08-231-1/+3
* Pad `_cpu_vendor' to finish on a 32-bit boundary so that most of thebde1994-08-222-6/+6
* Made idempotent.paul1994-08-213-3/+18
* Implemented filesystem clean bit via:dg1994-08-201-17/+15
* Removed bogus save of CMAP2.dg1994-08-192-8/+2
* Terry Lambert's loadable kernel module support w/improvements from thedg1994-08-191-2/+2
* 1. Make this idempotent.jkh1994-08-191-1/+9
* Fix up some sloppy coding practices:wollman1994-08-187-33/+9
* Bruce Evans' dynamic interrupt support.dg1994-08-185-429/+429
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-152-8/+112
* Submitted by: Bruce Evansats1994-08-142-12/+8
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Brucedg1994-08-131-2/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-1319-171/+171
* Change outb() as per Bruce's instructions so that it doesn't explicitlyjkh1994-08-111-2/+2
* For Pentium machines, use a faster version of microtime with 8 usecwollman1994-08-112-2/+58
* Tell Pentium users their CPU speed. (More changes to make use of thiswollman1994-08-103-5/+56
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-102-6/+25
* Some programs (like GNU configure programs) depend on the output ofwollman1994-08-101-2/+2
* Add back in CPU detection copde from 1.1.5. As an added bonus, thewollman1994-08-104-50/+147
* Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.hjkh1994-08-092-37/+61
* Removed ntohl and ntohs functions. These were already inlined assembly indg1994-08-092-52/+2
* 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
OpenPOWER on IntegriCloud