Age | Commit message (Expand) | Author |
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 |
2007-10-27 | Use the same assembly constraints for all inline assembler xmem constructs. | Miod Vallat |
2007-10-27 | In __cpu_simple_lock() and __cpu_simple_lock_try(), use a local u_int instead | Miod Vallat |
2007-10-27 | No need for an explicit pipeline synchronization in invalidate_pte(), the | Miod Vallat |
2007-10-27 | Be more strict when disassembling {f,}{st,x}cr and [bt]cnd instructions, | Miod Vallat |
2007-10-27 | Since ipis are not synchronous, make sure that ci_fpproc is not NULL before | Miod Vallat |
2007-10-27 | Don't do unecessary work in cpu_switchto(). | Mark Kettenis |
2007-10-27 | work around a chip bug on the ati ixp600 ahci controller. diff mostly from | David Gwynne |
2007-10-27 | fix: when a block is captured audio_rint() is called, we must | Alexandre Ratchov |
2007-10-27 | the arc fimware can be configured with a password that is used to | David Gwynne |
2007-10-26 | Phillips -> Philips in comments | Martin Reindl |
2007-10-26 | Add emulated mono support. | Deanna Phillips |
2007-10-25 | Fix probability rules w/ numbers (e.g probability 0.4). | Marco Pfatschbacher |
2007-10-25 | Don't forget the channel number; makes sure we don't always read channel 0 | Mark Kettenis |
2007-10-25 | Remove some coded that has been #ifdef'ed out for quite a while now. | Mark Kettenis |
2007-10-25 | allocate 1 byte extra in getprop(), for the NUL that some callers like | Theo de Raadt |
2007-10-25 | sc->sc_pr.usedlow must be multiple of the block size, fix | Alexandre Ratchov |
2007-10-25 | return POLLOUT as long as (lowat + 1) isn't reached. without this audio(4) | Alexandre Ratchov |
2007-10-25 | Be sure to enable interrupts on return from ddb if they were enabled before | Miod Vallat |
2007-10-25 | Factor out common code to update the timedelta sensor into | Marc Balmer |
2007-10-25 | another case of product encoding is "Sun (TM) modelname", on the E250 | Theo de Raadt |
2007-10-25 | expand range where we search for sensors | Theo de Raadt |
2007-10-24 | Rely on 16 byte pcb alignment, and use double loads and stores during | Miod Vallat |