summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-265-9/+11
* - Remove a redundant scheduler option.jeff2003-01-261-1/+0
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-262-0/+3
* Clean up some junk defines, and GC the TPR options.peter2003-01-231-23/+0
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELpeter2003-01-232-34/+0
* Now that TPR isn't bogusly raised at boot, there is no need to clearpeter2003-01-231-8/+0
* Dont raise the TPR register at initialization time. It only causespeter2003-01-231-2/+0
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-225-15/+9
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-227-9/+9
* Bah, add in a missing space char I noticed when MFC'ing this.jhb2003-01-221-1/+1
* Needs wlan for wi.imp2003-01-211-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2127-49/+49
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-6/+26
* Fix typo in comment: inlcude -> include.olgeni2003-01-201-1/+1
* o Move the contents of <machine/floatingpoint.h> over tomarcel2003-01-192-88/+80
* - Removed unecesary code.mdodd2003-01-186-110/+96
* A driver for the System Management Application Programmdodd2003-01-179-0/+1183
* wi now needs wlansam2003-01-161-0/+1
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-17/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-74/+0
* Add machdep.elan_freq sysctl which can be used to set the CPU clockphk2003-01-152-3/+92
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-11/+0
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-132-3/+3
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-122-3/+3
* Remove earlysetcpuclass() as it has been OBE.jhb2003-01-092-17/+0
* Rework part of the previous processor name changes so that we readjhb2003-01-094-29/+28
* Consistently use spaces in between arguments to strcmp(). Whitespacejhb2003-01-081-3/+3
* - Use cpu_exthigh instead of executing cpuid again to retrieve it for thejhb2003-01-081-36/+51
* - Add a cpu_exthigh variable to hold the highest extended cpuid valuejhb2003-01-083-0/+28
* Bah, get the test for more than one logical CPU right so we don't boguslyjhb2003-01-081-1/+1
* Enumerate logical hyperthread CPUs manually if they aren't already listedjhb2003-01-083-0/+240
* If the boot processor supports hyperthreading and contains more than onejhb2003-01-081-0/+9
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withjhb2003-01-083-0/+3
* - Fix the name of the hyperthreading cpuid feature flag to be HTT insteadjhb2003-01-081-1/+9
* Document bit 31 of the cpuid features word as PBE (Pending Break Enable).jhb2003-01-031-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-017-10/+10
* Return an error when r/w is requested on an unsupported device instead ofnjl2002-12-311-0/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Change the ident so people know a kernel built with this has SMP support.obrien2002-12-301-0/+2
* Sync with GENERIC rev 1.371.obrien2002-12-301-2/+10
* Using our new wonderful include directive, save our x86 SMP users fromobrien2002-12-301-0/+10
* Add the if_bge driver. I can't find any reason why it's not here, and it'sscottl2002-12-281-0/+1
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-2/+50
* Assert that the page queues lock is held in pmap_testbit().alc2002-12-281-1/+1
* Set %bx register instead of %di register, see vbe3.0, page 45.davidxu2002-12-261-1/+1
* - Hold the page queues lock around calls to vm_page_wakeup() andalc2002-12-241-2/+8
* Outdent the string rather than use concatenation.phk2002-12-231-2/+2
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-11/+29
* Back out 1.19 to rethink approachnjl2002-12-171-2/+2
OpenPOWER on IntegriCloud