summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Allocate and map a 12k data buffer such that it is contiguous iniedowse2005-03-041-9/+21
* In linux emulation layer try to detect attempt to use linux_clone() tosobomax2005-03-031-0/+19
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0220-103/+141
* Tweak the lapic timer code to get the performance closer to the pre-lapicjhb2005-03-021-15/+5
* Reduce the maximum supported save state size to 4k, as the 8k limitiedowse2005-03-011-3/+1
* Add a sysctl that records the amount of physical memory in the machine.wes2005-02-281-0/+2
* Add a missing bcopy() to make saving the VESA state actually work.iedowse2005-02-281-3/+13
* Spell "options" correctly as "options ".obrien2005-02-281-12/+12
* Connect "options MP_WATCHDOG" to the LINT builds.obrien2005-02-281-0/+5
* Fix typo.pjd2005-02-271-1/+1
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-272-0/+15
* kill unused valuesam2005-02-251-1/+1
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-251-1/+0
* correct bounds check of fd parametersam2005-02-251-1/+1
* Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.delphij2005-02-251-3/+0
* Correct an off-by-one error in the number of settings est announces.njl2005-02-241-4/+3
* Also remove CPU_ENABLE_TCC from the NOTES build.njl2005-02-231-1/+0
* Remove the old p4tcc.njl2005-02-231-270/+0
* Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.njl2005-02-231-6/+0
* Import a rewrite of p4tcc for the cpufreq(4) framework. This includesnjl2005-02-231-189/+197
* According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add atrhodes2005-02-231-0/+1
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-2/+8
* If mixed mode is not enabled by the APIC enumerator (MPTable always does,jhb2005-02-221-2/+3
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-221-0/+3
* Add the Enhanced SpeedStep driver (EST). Currently, this driver only worksnjl2005-02-201-0/+785
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. Itimp2005-02-201-340/+0
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* Together with the changes to compile kernels with the Intel C/C++ compilermarius2005-02-191-1/+1
* Correct a few bugs in the legacy cpu attachment. Get the unit from thenjl2005-02-151-3/+2
* Request a CPU private mapping from sf_buf_alloc().alc2005-02-131-1/+5
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* Implement support for CPU private mappings within sf_buf_alloc().alc2005-02-132-1/+37
* Make a bunch of malloc types static.phk2005-02-103-3/+3
* Break out obscure ISA cards into their own files, as well as ne2000imp2005-02-091-0/+3
* - Add debug.watchdog tunable, so we can specify watchdog CPU from loaderpjd2005-02-081-20/+31
* Use the local APIC timer to drive the various kernel clocks on SMP machinesjhb2005-02-086-94/+233
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-078-376/+268
* Use linux_emul_convpath() rather than linux_emul_find() asjhb2005-02-071-7/+6
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to bejhb2005-02-071-4/+1
* Fix the problem with incorrect throttling level reported immediately aftersobomax2005-02-072-0/+22
* When running Linux binaries, set up the initial FPU state as Linuxdas2005-02-061-0/+7
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-16/+13
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpunjl2005-02-061-1/+1
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-16/+14
* Make cpu_est_clockrate() more accurate by disabling interrupts for thenjl2005-02-051-2/+10
* Build cpufreq and acpi_perf on platforms that are likely to be able tonjl2005-02-051-0/+6
* Implement proper handling of PG_G mappings in pmap_protect(). (I don'talc2005-02-051-1/+4
* Fix pc98 support (broken by previous change).nyan2005-02-041-1/+1
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onnjl2005-02-041-27/+65
OpenPOWER on IntegriCloud