aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Correct a few bugs in the legacy cpu attachment. Get the unit from theNate Lawson2005-02-151-3/+2
* Request a CPU private mapping from sf_buf_alloc().Alan Cox2005-02-131-1/+5
* Backout previous change (disabling of security checks for signals deliveredMaxim Sobolev2005-02-131-1/+1
* Split out kill(2) syscall service routine into user-level and kernel part, theMaxim Sobolev2005-02-131-1/+1
* Implement support for CPU private mappings within sf_buf_alloc().Alan Cox2005-02-132-1/+37
* Make a bunch of malloc types static.Poul-Henning Kamp2005-02-103-3/+3
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-091-0/+3
* - Add debug.watchdog tunable, so we can specify watchdog CPU from loaderPawel Jakub Dawidek2005-02-081-20/+31
* Use the local APIC timer to drive the various kernel clocks on SMP machinesJohn Baldwin2005-02-086-94/+233
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesJohn Baldwin2005-02-078-376/+268
* Use linux_emul_convpath() rather than linux_emul_find() asJohn Baldwin2005-02-071-7/+6
* Use the LCONVPATHEXIST() macro rather than it's exact expansion to beJohn Baldwin2005-02-071-4/+1
* Fix the problem with incorrect throttling level reported immediately afterMaxim Sobolev2005-02-072-0/+22
* When running Linux binaries, set up the initial FPU state as LinuxDavid Schultz2005-02-061-0/+7
* Since we are quite unlikely to ever face another platform whichPoul-Henning Kamp2005-02-061-16/+13
* Staticize the legacy cpu devclasses and revert the name for the acpi_cpuNate Lawson2005-02-061-1/+1
* Finish the job of sorting all includes and fix the build by includingNate Lawson2005-02-061-16/+14
* Make cpu_est_clockrate() more accurate by disabling interrupts for theNate Lawson2005-02-051-2/+10
* Build cpufreq and acpi_perf on platforms that are likely to be able toNate Lawson2005-02-051-0/+6
* Implement proper handling of PG_G mappings in pmap_protect(). (I don'tAlan Cox2005-02-051-1/+4
* Fix pc98 support (broken by previous change).Yoshihiro Takahashi2005-02-041-1/+1
* Update the CPU attachments to return CPU_IVAR_PCPU as well as pass onNate Lawson2005-02-041-27/+65
* Add an implementation of cpu_est_clockrate(9). This function estimates theNate Lawson2005-02-041-9/+51
* Remove the entries for isp and ispfw instead of leaving them in an inconsistentScott Long2005-02-031-2/+0
* Anytime we write to the RTC's status B register to possibly enableJohn Baldwin2005-02-031-0/+3
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-295-24/+22
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andMaxim Sobolev2005-01-263-124/+124
* If a valid ELCR was found, consult it for the trigger mode of ISAJohn Baldwin2005-01-182-2/+8
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootJohn Baldwin2005-01-184-12/+6
* Unbreak stack traces across double faults. In a particular edge caseJohn Baldwin2005-01-181-2/+8
* Fix a comment to match reality.Ruslan Ermilov2005-01-171-1/+1
* Bah, another whitespace fix.John Baldwin2005-01-141-1/+1
* Remove an extraneous space.John Baldwin2005-01-141-1/+1
* Remove redundant code to drop per-thread debug register state fromJohn Baldwin2005-01-141-7/+1
* Drop the 'active-' prefix from the polarity printf to be consistent withJohn Baldwin2005-01-141-1/+1
* pcic is no more on i386 port, so remove it from the hints.Warner Losh2005-01-141-9/+0
* Try harder to work with MP table interrupt entries that claim that anJohn Baldwin2005-01-121-7/+22
* Fix support for machines with default MP Table configurations:John Baldwin2005-01-071-18/+71
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisScott Long2005-01-072-13/+53
* These are no longer relevant. They are scripts for extracting hintsWarner Losh2005-01-071-116/+0
* This is no longer supported, so remove it from the tree.Warner Losh2005-01-071-17/+0
* /* -> /*- for license, add FreeBSD tagWarner Losh2005-01-0631-32/+48
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0667-81/+90
* Remove left over include file from stallion driver.Warner Losh2005-01-061-122/+0
* Expand indirect reference to BSD license with the current one.Warner Losh2005-01-061-2/+22
* This doesn't seem to have been used since 386BSD daysWarner Losh2005-01-061-4/+0
* - Move the function prototypes for kern_setrlimit() and kern_wait() toJohn Baldwin2005-01-051-0/+1
* These appear to be unused in our tree, so remove them.Warner Losh2005-01-051-45/+0
* Start all license/copyright notice comments with /*-, per traditionWarner Losh2005-01-059-9/+9
* o Use tab instead of spaces for puc(4) line.Jun Kuriyama2005-01-051-4/+4