Age | Commit message (Expand) | Author |
2007-10-29 | remove extra backslash at the end of RB_PROTOTYPE, report from | Damien Miller |
2007-10-29 | run depend so that SFILES depend on assym.h, which allows them to build | Marc Espie |
2007-10-29 | UltraSPARC CPUs (and other SPARC V9 implementations) don't have a | Mark Kettenis |
2007-10-29 | Make sure the dma_cachectl*() functions actually do their work on all | Miod Vallat |
2007-10-29 | When a secondary cpu gets its interrupt pin stuck, be sure to savectx | Miod Vallat |
2007-10-29 | For fd passing, at externalize time we are dealing with int[] not pointer[], | Theo de Raadt |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | regen | Mike Belopuhov |
2007-10-29 | Add missing Marvell 88SE61xx IDs. | Mike Belopuhov |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | unmap on error and correct some output in those cases. | Federico G. Schwindt |
2007-10-29 | Touch of KNF and style(9), spaces and comments. | Thordur I. Bjornsson |
2007-10-29 | fix the setup of Tx descriptors. the frame type and "no ack" bits were | Reyk Floeter |
2007-10-29 | regen | David Gwynne |
2007-10-29 | the areca with the 1201 pci id is known as the 1200 everywhere. it | David Gwynne |
2007-10-29 | regen, finally. | David Gwynne |
2007-10-29 | 3 new areca controllers | David Gwynne |
2007-10-29 | get rid of the unused cond_predicate_t typedef. | David Gwynne |
2007-10-28 | Enable pcie snoop for SB600 and MCP51. Fixes a variety of noise, | Deanna Phillips |
2007-10-28 | This is a horrible kluge: invoke sched_init_cpu for seconday processors | Miod Vallat |
2007-10-28 | Start secondary processors synchronously. This only wins us a nicer dmesg | Miod Vallat |
2007-10-28 | Do not flag a processor as ``alive'' until it really is ready to accept IPIs. | Miod Vallat |
2007-10-28 | more id tags. | Federico G. Schwindt |
2007-10-28 | id tags. | Federico G. Schwindt |
2007-10-28 | stop putting xfs (and only xfs) rcsid into the kernel; ok miod | Theo de Raadt |
2007-10-28 | fix the panic reported in pr/5602 by correctly unmaping the space on error. | Federico G. Schwindt |
2007-10-28 | Remove the "frev" argument from nfs_rephead(); and clean up the "frev" | Thordur I. Bjornsson |
2007-10-28 | remove some unused members of struct nfsnode; | Thordur I. Bjornsson |
2007-10-28 | add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. The | Alexandre Ratchov |
2007-10-28 | prepare audio(4) for addition of the envy(4) driver: enable 32bit samples | Alexandre Ratchov |
2007-10-28 | the pointer we give to audio_fill_silence() may point in the middle of a | Alexandre Ratchov |
2007-10-28 | let vic attach to the virtual pcnet hardware in vmware. | David Gwynne |
2007-10-28 | UltraSPARC CPUs don't have a floating-point queue, so cpu_reset_fpustate() is | Mark Kettenis |
2007-10-28 | Match on compatible: 'pcf8584', such that we attach on the V210 again. | Mark Kettenis |
2007-10-28 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-28 | When handling a userland data fault occuring in kernel mode, take the kernel | Miod Vallat |
2007-10-28 | Disable interrupts around changing curproc and curpcb so these always match. | Miod Vallat |
2007-10-27 | Replace the replay protection counter with a cookie. | Marco Pfatschbacher |
2007-10-27 | Make sure the compat errno mapping arrays go up to ELAST, and correctly | Miod Vallat |
2007-10-27 | Grab kernel lock before calling interrupt handlers. | Mark Kettenis |
2007-10-27 | Grab kernel lock for EXC_DSI. | Mark Kettenis |
2007-10-27 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-27 | Deal with usb string printing changes. | Jonathan Gray |