summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization.dg1994-09-023-125/+115
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-025-42/+29
* It's not necessary to make page tables write-through, so get rid of thisdg1994-09-022-6/+6
* Realtime priority scheduling support.dg1994-09-013-13/+178
* Got rid of some old, unused junk.dg1994-09-011-26/+1
* Reviewed by: Stefan Esser <se>se1994-08-311-1/+6
* Fixed bug that surfaced with last commit for NOBOUNCE -> BOUNCE_BUFFERS bydg1994-08-311-14/+15
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-312-6/+6
* Don't define LOCORE (as nothing) in sources. It is now definedbde1994-08-302-4/+2
* Fake floppy partition RAW_PART=2 nowache1994-08-291-2/+3
* Don't test if a u_int is < 0. The remaining test is sufficient and thebde1994-08-281-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-272-11/+8
* Changes preparing for iBCS supportsos1994-08-241-10/+9
* 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
OpenPOWER on IntegriCloud