summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Diff reduction (microoptimization) with another WIP. Move the framepeter2002-07-041-2/+5
* Don't free pages we never allocated..julian2002-07-041-7/+2
* Slight restatement of the code and remove some unused variables.julian2002-07-041-11/+8
* Add comments and slightly rearrange the thread stack assignment codejulian2002-07-031-9/+19
* Remove vestiges of old code...julian2002-07-031-21/+12
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-1/+1
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-302-2/+0
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-298-28/+224
* Add files that are new for KSE.julian2002-06-291-0/+49
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Fix for the problem stated below by Tor Egge:arr2002-06-271-1/+1
* Avoid using the 64-bit vm_pindex_t in a few places where 64-bitiedowse2002-06-261-1/+1
* Complete the initial set of VM changes required to support fulliedowse2002-06-251-6/+2
* Compile in the cpu halt code even on SMP, instead just default thepeter2002-06-241-2/+4
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* userout -> out. These two labels are now identical.mini2002-06-241-7/+6
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-7/+0
* Make vm_pindex_t 64-bit on all platforms. This is necessary to avoidiedowse2002-06-231-1/+1
* Add additional cpuid feature flags and put into a canonical format.mp2002-06-221-18/+33
* Fix several bugs in the i386 asm statements used to speed up Internetjdp2002-06-222-17/+27
* OLDCARD version of GENERIC.imp2002-06-221-0/+243
* Use rm -f in the clean target, as seems to be common practice, and also avoidsjmallett2002-06-221-1/+1
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-222-4/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+1
* Use suword16/fuword16 instead of susword/fusword - this has two differentpeter2002-06-202-4/+4
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-201-6/+5
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* - Introduce the new M_NOVM option which tells uma to only check the currentlyjeff2002-06-171-1/+1
* If trap() is called when ddb is active, then go directly to trap_fatal();bde2002-06-121-2/+9
* - Fixup / remove obsolete comments.jhb2002-06-071-34/+22
* Hook up the ahd driver.gibbs2002-06-061-0/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0211-11/+11
* Silence preprocessor warning, No need to use CONCAT with "," and "word".alfred2002-06-011-1/+1
* Fixed the return value of fpsetmask(). The API requires inversion of thebde2002-06-011-1/+2
* Fixed style bugs in rev.1.9.bde2002-06-011-9/+17
* Use a common function to map the bogus intlines.imp2002-06-012-22/+34
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Do not refer to the Intel PRO/1000 by its internal name.obrien2002-05-291-1/+1
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingbrooks2002-05-292-0/+16
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-261-0/+6
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+46
* Fix warnings; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()jhb2002-05-221-2/+2
* Restore us back to the rev 1.324 level of having an Intel gigE driver.obrien2002-05-221-0/+1
* Debug registers aren't selectors, so use saner names for the variables injhb2002-05-221-24/+24
* - Sort the pause() inline into the appropriate location.jhb2002-05-221-6/+25
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-221-1/+1
* Permit alternative break sequence to break to debugger in GENERIC. Breakagerwatson2002-05-211-0/+1
OpenPOWER on IntegriCloud