Age | Commit message (Expand) | Author |
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 |
2007-10-24 | make older gcc happier | Theo de Raadt |
2007-10-24 | pipleine -> pipeline | Miod Vallat |
2007-10-24 | In cpu_switchto(), load pmap->pm_tlbpid manually, instead of expecting | Miod Vallat |
2007-10-24 | fix r1.101 (2007-10-07) regression of not calling the iic_dump() for a | Constantine A. Murenin |
2007-10-24 | Garbage collect unused stuff found by lint. | Claudio Jeker |
2007-10-24 | Sync a bit more with ospfd. Do not fatal if one of the pipes is closed, | Claudio Jeker |
2007-10-24 | Uncomment PECI mode diagnosting bits. | Mike Belopuhov |
2007-10-24 | skip the ignored addresses completely (now covers the eeprom range, too); ok... | Constantine A. Murenin |
2007-10-24 | Remove idle loop counter. | Mike Belopuhov |
2007-10-24 | Define a bitmaks of status bits we're interested in, output/log all | Marc Balmer |
2007-10-24 | fix logic of command line/ MAKEFLAGS parsing. | Marc Espie |
2007-10-24 | HW_PHYSMEM is unsigned | Peter Stromberg |
2007-10-24 | Unconditionally initialize all channels, regardless of locale. | Bret Lambert |
2007-10-24 | Don't use inet_ntoa() twice in a printf like function. So instead of | Claudio Jeker |
2007-10-24 | Don't spam the dmesg. | Mike Belopuhov |
2007-10-24 | factor out network read/write into an atomicio()-like function, and use it | Damien Miller |
2007-10-24 | comprehensive tests for sftp escaping its interaction with globbing; | Damien Miller |