summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-25allocate 1 byte extra in getprop(), for the NUL that some callers likeTheo de Raadt
2007-10-25sc->sc_pr.usedlow must be multiple of the block size, fixAlexandre Ratchov
2007-10-25return POLLOUT as long as (lowat + 1) isn't reached. without this audio(4)Alexandre Ratchov
2007-10-25fix dependency. ok millert@, \_o< miod@Marc Espie
2007-10-25Cleanup pctr code: sort options, remove nasty return.Mike Belopuhov
2007-10-25Be sure to enable interrupts on return from ddb if they were enabled beforeMiod Vallat
2007-10-25segement -> segment; from Denis DoroshenkoJason McIntyre
2007-10-25Update to sudo 1.6.9p7Todd C. Miller
2007-10-25kill extraneous item macro, thus avoiding badness;Jason McIntyre
2007-10-25Add -D makro=value as well so that all routing daemons are in sync.Claudio Jeker
2007-10-25Support -D makro=value like bgpd and ripd. OK norby@Claudio Jeker
2007-10-25Max values are 255:31:7 not 256:32:8.Tobias Stoeckmann
2007-10-25Factor out common code to update the timedelta sensor intoMarc Balmer
2007-10-25oops, forgot to clean up the manpage bits.Pierre-Yves Ritschard
2007-10-25sync logging with most other daemons.Pierre-Yves Ritschard
2007-10-25another case of product encoding is "Sun (TM) modelname", on the E250Theo de Raadt
2007-10-25expand range where we search for sensorsTheo de Raadt
2007-10-24Rely on 16 byte pcb alignment, and use double loads and stores duringMiod Vallat
2007-10-24Remove sir_lock, superseded by the atomic bit operations.Miod Vallat
2007-10-24Turn curcpu() into an inline function instead of a macro relying on a GCCMiod Vallat
2007-10-24Make the packet buffer u_int8_t * everywhere. This is binary data and notClaudio Jeker
2007-10-24The metric is a 8bit value ranging from 1 to INFINITY (defined as a whoppingClaudio Jeker
2007-10-24An u_int8_t is enough as prefixlen. Another lint warning gone.Claudio Jeker
2007-10-24Document -D. Stolen from bgpd.8Claudio Jeker
2007-10-24Add the 5 needed lines to support -D makro=value option. Another surprisingClaudio Jeker
2007-10-24Use an ssize_t instead of int like in all other imsg handlers. Hint by lintClaudio Jeker
2007-10-24Change the syscall invocation sequences to no longer fetch the last fewMiod Vallat
2007-10-24The index should be unsigned int -- another lint findingClaudio Jeker
2007-10-24ctl_rt flags should be u_int16_t -- noticed by lintClaudio Jeker
2007-10-24add missing checks against NULL after realloc callsCharles Longeau
2007-10-24remove the unused i2cbus_attach_args param from the probe functions; ok deraadtConstantine A. Murenin
2007-10-24Enable power supply temperature sensors on the E450.Mark Kettenis
2007-10-24Add support for power supply temperature sensors on the E450.Mark Kettenis
2007-10-24make older gcc happierTheo de Raadt
2007-10-24pipleine -> pipelineMiod Vallat
2007-10-24In cpu_switchto(), load pmap->pm_tlbpid manually, instead of expectingMiod Vallat
2007-10-24fix r1.101 (2007-10-07) regression of not calling the iic_dump() for aConstantine A. Murenin
2007-10-24Garbage collect unused stuff found by lint.Claudio Jeker
2007-10-24Sync a bit more with ospfd. Do not fatal if one of the pipes is closed,Claudio Jeker
2007-10-24Uncomment PECI mode diagnosting bits.Mike Belopuhov
2007-10-24skip the ignored addresses completely (now covers the eeprom range, too); ok...Constantine A. Murenin
2007-10-24Remove idle loop counter.Mike Belopuhov
2007-10-24Define a bitmaks of status bits we're interested in, output/log allMarc Balmer
2007-10-24fix logic of command line/ MAKEFLAGS parsing.Marc Espie
2007-10-24HW_PHYSMEM is unsignedPeter Stromberg
2007-10-24Unconditionally initialize all channels, regardless of locale.Bret Lambert
2007-10-24Don't use inet_ntoa() twice in a printf like function. So instead ofClaudio Jeker
2007-10-24Don't spam the dmesg.Mike Belopuhov
2007-10-24factor out network read/write into an atomicio()-like function, and use itDamien Miller
2007-10-24comprehensive tests for sftp escaping its interaction with globbing;Damien Miller