summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Make Cyrix CPU flush internal cache any time it goes into hold state.pst1994-09-262-4/+4
* Inlined ins/outs functions.dg1994-09-253-173/+83
* Undo last change: the ins/outs functions DO NOT return a pointer!dg1994-09-251-7/+7
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-4/+7
* Shuffled macros and definitions around to facilitate architecturedg1994-09-241-110/+2
* Nuked splnet before sync. Not only is this unnecessary, but it appearsdg1994-09-241-2/+1
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kerneldg1994-09-231-2/+2
* From 1.1.5:dg1994-09-222-4/+4
* Don't provide bogus source operands in some asms. This probably shouldn'tbde1994-09-201-17/+29
* Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn'tbde1994-09-202-4/+4
* Don't lose the RTC interrupt in resettodr().bde1994-09-202-4/+4
* Remove the alias splnone() for spl0(). It was used only once.bde1994-09-201-2/+2
* resettodr() now exists, enable itache1994-09-201-3/+1
* resettodr() implemented, inittodr() fixedache1994-09-202-140/+272
* The previous revision got the wrong log message (for clock.c). It shouldbde1994-09-181-2/+2
* Remove some unnecessary #includes.bde1994-09-183-44/+32
* Clean up #includes. <machine/spl.h> has to be included by almost everythingbde1994-09-181-5/+5
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-183-44/+51
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-165-69/+54
* Deal with outw being defined - the declaration clashes.jkh1994-09-161-1/+3
* Made the kernel compile even without "ether".phk1994-09-161-1/+4
* CPU_ADJKERNTZ added for resettodtr()ache1994-09-161-2/+4
* CPU_ADJKERNTZ added to cpu_sysctlache1994-09-161-1/+5
* Include pio.h so that all those drivers that only include cpufunc.hpaul1994-09-151-1/+3
* Removed some macros that are now in cpufunc.hpaul1994-09-152-22/+2
* Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.hpaul1994-09-152-17/+12
* Brought over from 1.1.5:dg1994-09-151-2/+17
* Brought over from 1.1.5:dg1994-09-151-5/+5
* Added support for many more videomodes, including graphic modes up tilsos1994-09-152-2/+46
* Beginnings of support for loadable protocol domains. In particular,wollman1994-09-141-1/+23
* 1. adjkerntz variable added for preparation to resettodr() implementationache1994-09-142-4/+8
* Reversed my patch from yesterday. "eisa" if >= 0x1000.phk1994-09-131-2/+2
* Only say eisa if ((ioaddr & 0xfff) >= 0x400)phk1994-09-131-2/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-126-122/+12
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-111-12/+20
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-092-6/+8
* Get all the definitions from DEFS.h and not directly from asmacros.hbde1994-09-081-4/+12
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-082-16/+13
* Fix comments.bde1994-09-052-12/+10
* DOn't allow I/O register access in process 1 (oops).dg1994-09-052-12/+4
* Improved some comments.dg1994-09-041-2/+2
* Detect if we're running on a Cyrix 486DLC and enable automatic cachepst1994-09-045-6/+121
* Rewrote last vestige of code that used gs (copyinstr). The use of gs indg1994-09-042-96/+70
* Added pmap_mapdev() function to map device memory.dg1994-09-041-1/+35
* Initialize eflags register - brought over from 1.1.5.dg1994-09-042-4/+14
* Reviewed by:ats1994-09-021-2/+2
* 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
OpenPOWER on IntegriCloud