summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-09-15gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver.Alexander Yurchenko
2004-09-15fix proto for sysarch()Theo de Raadt
2004-09-09cpu_setup functions passed wrong first arg; from foleite@yahoo.com.brTheo de Raadt
2004-09-07Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSDNiklas Hallqvist
2004-08-27Add wsmux to support USB keyboards on RAMDISK_CD, which has usb support,Dale Rahn
2004-08-24Better description of the path to bsd.rd, to avoid having to update itTom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Have cdboot look for /3.6/i386/bsd.rd first.Tom Cosgrove
2004-08-24Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot.Tom Cosgrove
2004-08-24fix the microtime renaming leftover; from Emil Mikulic <g5ba9cd0@dmr.ath.cx>;...Michael Shalayeff
2004-08-21Fix typo in commentTom Cosgrove
2004-08-18remove: GPL_MATH_EMULATE MSDOSFS rl tx tl wbTheo de Raadt
2004-08-17Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1.Tom Cosgrove
2004-08-14bad bad typo + thinko made ktrace broken in smp. ok deraadt@Niklas Hallqvist
2004-08-12Fix the shared irq problem, by allocating a low priority vectorNiklas Hallqvist
2004-08-11In dkcsumattach() avoid modifying bootdev until we are done matching.Todd C. Miller
2004-08-09rev not rev.Theo de Raadt
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-06do not be quiet about this operationTheo de Raadt
2004-08-05unmap bios when done. from form@pdp-11.org.ru via grangeTed Unangst
2004-08-05spelling nit from Chris PascoeDavid Gwynne
2004-08-03include some usb ethernet driversTheo de Raadt
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-07-24Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=',Todd C. Miller
2004-07-21Fix conversion of interrupt frame to trap frame.Mark Kettenis
2004-07-20Properly initialize FPU state if it hasn't been used yet.Mark Kettenis
2004-07-20Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing asDaniel Hartmeier
2004-07-20Use mutex instead of SIMPLELOCK for protecting ddb on mp systems.Artur Grabowski
2004-07-20Use mutex where we used to protect pmap internals with SIMPLELOCK.Artur Grabowski
2004-07-20MD mutex implementation for i386.Artur Grabowski
2004-07-20#include "npx.h"Mark Kettenis
2004-07-20Move tag word to the right location in `struct envxmm'.Mark Kettenis
2004-07-16dothan est support, from some netbsd guy, tedu okTheo de Raadt
2004-07-16merge old_identifycpu with identifycpu and remove old_identifycpuDavid Krause
2004-07-15"mib[4] is too much and mib[3] would be enough" (left over from whenTom Cosgrove
2004-07-15spacesTheo de Raadt
2004-07-14treat via8366 as via586; from rees@Michael Shalayeff
2004-07-14Add missing \n to printf().Tom Cosgrove
2004-07-14simplify printf codeTheo de Raadt
2004-07-14names of frequencies aren't interesting, and require ugly snprintfTed Unangst
2004-07-14setperf driver for powernow in amd k7 cpus. derived from a diff toTed Unangst
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-13Don't assert that P_INMEM is set in p_flag. The assert is only almostArtur Grabowski
2004-07-05sync various changes in old_identifycpu() into identifycpu()David Krause
2004-07-04re fits on this floppyTheo de Raadt
2004-07-02move into #ifdef; various peopleTheo de Raadt
2004-07-02Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMPNiklas Hallqvist
2004-06-29Uncomment atw(4) now that it has been tested.Todd C. Miller