summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 thatpeter2003-02-131-3/+3
* Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is sopeter2003-02-131-2/+30
* Remove kptobj. Instead, use VM_ALLOC_NOOBJ.alc2003-02-121-9/+2
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
* Implement fpclassify():mike2003-02-082-0/+4
* MF alphaalc2003-02-081-0/+12
* Commit some cosmetic changes I had laying around and almost includedpeter2003-02-071-5/+2
* This file has no longer any content from the original Berkeley file sophk2003-02-051-25/+3
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.phk2003-02-052-1188/+20
* Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.phk2003-02-051-4/+4
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-041-11/+16
* Split the global timezone structure into two integer fields tophk2003-02-033-6/+6
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-0310-55/+97
* Add IPv6 support for Linuxlator.ume2003-02-031-0/+1
* - Make allpmaps static.alc2003-02-031-3/+4
* Catch more uses of MIN().alfred2003-02-021-1/+0
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-023-6/+0
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
* add PST to i386 notes.phk2003-02-011-0/+5
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-018-14/+15
* Make tsc_freq a 64bit quantity.phk2003-01-294-17/+22
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-292-8/+32
* Remove BDE_DEBUGGER.jake2003-01-284-149/+3
* Merge pmap_testbit() and pmap_is_modified(). The latter is the only calleralc2003-01-281-29/+9
* Fix KSE related patch.julian2003-01-263-6/+3
* 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
OpenPOWER on IntegriCloud