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