Age | Commit message (Expand) | Author |
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 | fix indentation | Marc Espie |
2007-10-27 | new sentence, new line; | Jason McIntyre |
2007-10-27 | Briefly mention the types of memory we currently decode. | Jonathan Gray |
2007-10-27 | Mention "spdmem* at mem?" for macppc. | Jonathan Gray |
2007-10-27 | the arc fimware can be configured with a password that is used to | David Gwynne |
2007-10-26 | add missing dependency | Marc Espie |
2007-10-26 | Fix alignment issues on sparc64. Fixes pr 5608. | Moritz Jodeit |
2007-10-26 | Phillips -> Philips in comments | Martin Reindl |
2007-10-26 | patch to improve vmstat(8) output: | Igor Sobrado |
2007-10-26 | remove "echo -E" crap that I added in last commit and use printf(1) for | Damien Miller |
2007-10-26 | Add emulated mono support. | Deanna Phillips |
2007-10-25 | Make sure to use unique target names so that make -j does not break; | Miod Vallat |
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 | fix dependency. ok millert@, \_o< miod@ | Marc Espie |
2007-10-25 | Cleanup pctr code: sort options, remove nasty return. | Mike Belopuhov |
2007-10-25 | Be sure to enable interrupts on return from ddb if they were enabled before | Miod Vallat |
2007-10-25 | segement -> segment; from Denis Doroshenko | Jason McIntyre |
2007-10-25 | Update to sudo 1.6.9p7 | Todd C. Miller |
2007-10-25 | kill extraneous item macro, thus avoiding badness; | Jason McIntyre |
2007-10-25 | Add -D makro=value as well so that all routing daemons are in sync. | Claudio Jeker |
2007-10-25 | Support -D makro=value like bgpd and ripd. OK norby@ | Claudio Jeker |
2007-10-25 | Max values are 255:31:7 not 256:32:8. | Tobias Stoeckmann |
2007-10-25 | Factor out common code to update the timedelta sensor into | Marc Balmer |
2007-10-25 | oops, forgot to clean up the manpage bits. | Pierre-Yves Ritschard |
2007-10-25 | sync logging with most other daemons. | Pierre-Yves Ritschard |
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 |
2007-10-24 | Remove sir_lock, superseded by the atomic bit operations. | Miod Vallat |
2007-10-24 | Turn curcpu() into an inline function instead of a macro relying on a GCC | Miod Vallat |
2007-10-24 | Make the packet buffer u_int8_t * everywhere. This is binary data and not | Claudio Jeker |
2007-10-24 | The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping | Claudio Jeker |
2007-10-24 | An u_int8_t is enough as prefixlen. Another lint warning gone. | Claudio Jeker |
2007-10-24 | Document -D. Stolen from bgpd.8 | Claudio Jeker |
2007-10-24 | Add the 5 needed lines to support -D makro=value option. Another surprising | Claudio Jeker |
2007-10-24 | Use an ssize_t instead of int like in all other imsg handlers. Hint by lint | Claudio Jeker |
2007-10-24 | Change the syscall invocation sequences to no longer fetch the last few | Miod Vallat |
2007-10-24 | The index should be unsigned int -- another lint finding | Claudio Jeker |
2007-10-24 | ctl_rt flags should be u_int16_t -- noticed by lint | Claudio Jeker |
2007-10-24 | add missing checks against NULL after realloc calls | Charles Longeau |
2007-10-24 | remove the unused i2cbus_attach_args param from the probe functions; ok deraadt | Constantine A. Murenin |
2007-10-24 | Enable power supply temperature sensors on the E450. | Mark Kettenis |
2007-10-24 | Add support for power supply temperature sensors on the E450. | Mark Kettenis |