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