summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2010-12-02move vers.o to before the other objects, so that it is not linked last.Theo de Raadt
2010-11-30Extend bitmasks to 64-bit such that we can support up to 64 CPU cores.Mark Kettenis
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-27Make sure we don't attach more CPUs than we can handle. Prevents anMark Kettenis
2010-11-26Disable uscanner(4) by default on all kernels which configure it. First stepMiod Vallat
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-22Remove unused (and dummied) bios console routines.Miod Vallat
2010-11-20typoMiod Vallat
2010-11-20This is a first step towards getting rid of avail_start and avail_end in theMiod Vallat
2010-11-20Check uvm_km_alloc() return values; pmap_fork() will currently panic,Miod Vallat
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-18Don'tMiod Vallat
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-11-12Push all potential (as in, all system MI not utilized by the bootblocks)Theo de Raadt
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini
2010-11-03no need to specify the -t flag to ctagsTheo de Raadt
2010-11-03only let vmt match and therefore attach if mainbus is specifically askingDavid Gwynne
2010-10-26enable vmt(4). hopefully it will get some use soon.David Gwynne
2010-10-19grow i386 inside media a teeny bitTheo de Raadt
2010-10-14Move glxpcib(4) to MI land unifying the two MD drivers.Paul Irofti
2010-10-13do the same thing for the cd:Mike Belopuhov
2010-10-13shave some bytes off the ramdisk kernels by disaling a bunch ofMike Belopuhov
2010-10-06Save and restore the lapic Task Priority register accross suspend/resume,Mark Kettenis
2010-10-06Correct the condition under which the x_wakeup_vector is cleared.Theo de Raadt
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-10-02turn off lid suspend if we doing halt -pTheo de Raadt
2010-10-02unneccessary check before calling cpu_unidle; Vladimir KirillovTheo de Raadt
2010-10-02Ensure the caches are wbinvd'd before we say that the cpu is not runningTheo de Raadt
2010-10-02make ci_flags volatile; some future MD code will depend on this.Theo de Raadt
2010-09-29Back out previous, it appears to be broken.Joshua Elsasser
2010-09-29When reading MXCSR from userland sigcontext, mask out invalid bits.Joshua Elsasser
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-09-26Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.Miod Vallat
2010-09-24Add stricter asserts to DIAGNOSTIC kernels to help catch mutex andMatthew Dempsky
2010-09-24Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add properPaul Irofti
2010-09-23enable utwitch(4) (formely uyurex(4)) by defaultYojiro Uo
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
2010-09-22Fix ramdisks, from Vladimir Kirillov. Thanks!Paul Irofti
2010-09-22remove unused offset argument to rbus functionsJonathan Gray
2010-09-21save & restore the watchdog configuration when doing suspend/resumeTheo de Raadt
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-20Write the start of an activate function. QUIESCE should wait for theTheo de Raadt
2010-09-20Need an activate function to get to sub-devices. Write it by hand sinceTheo de Raadt
2010-09-09The resume powerhooks were always in the wrong place. Then when replacedTheo de Raadt
2010-09-08merge apm_standby() into apm_suspend()Theo de Raadt
2010-09-08No need for vfs_syncwait() in a bufq_quiesce() worldTheo de Raadt
2010-09-08activate NTFS, let's hope it gets less experimental soon (as beck@ said)Marc Espie
2010-09-06Make sure bus_dmamap_sync() always involves a function call, to prevent theMark Kettenis
2010-09-06now that the drm issue is resolved, switch to using ca_activate callsTheo de Raadt
2010-09-06- spello, short-hand -> shorthandJasper Lievisse Adriaanse