summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-16If we fail to idle the chip in leavvt don't disable the interrupt,Owain Ainsworth
2010-04-16fix types in two error printfs. one of these also had a %d bug no varargOwain Ainsworth
2010-04-16Memory allocated with calloc() is initialized to zero, no need to do thatClaudio Jeker
2010-04-16byteswap the number of blocks on physical disks for bioctl correctly.David Gwynne
2010-04-16Move a function to a place that is a bit more logical. No functional change.Claudio Jeker
2010-04-16whitespace fixDavid Gwynne
2010-04-16fix an fatal flaw with iopools.David Gwynne
2010-04-16tweak previous; ok djmJason McIntyre
2010-04-16tweak previous; ok djmJason McIntyre
2010-04-16fix condition of retry counter.Yojiro Uo
2010-04-16catch up to the ttyopen() changesTheo de Raadt
2010-04-16regression tests for v01 certificate formatDamien Miller
2010-04-16revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with theDamien Miller
2010-04-16if there is no raid, do not allocate a 0-sized structure for sensorsTheo de Raadt
2010-04-15there is in fact no default salt file nameTed Unangst
2010-04-15two missing splx in error path; ok drahnTheo de Raadt
2010-04-15resolve conflicts from import of v3.2.5Jakob Schlyter
2010-04-15Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap errorMark Kettenis
2010-04-15NSD v3.2.5Jakob Schlyter
2010-04-15Turn DIO_INHOLE() into a function, returning the next select code to probe at;Miod Vallat
2010-04-15Let sgc(4) attach on models 362 and 382 - recent documents uploaded toMiod Vallat
2010-04-15retry lookup for private key if there's no matching key with CKA_SIGNMarkus Friedl
2010-04-15Match the interleaving scheme used on dual-PIMM capable IP35 systems (i.e.Miod Vallat
2010-04-15- fix bunch of use-after-free bugs found by splint;Marco Peereboom
2010-04-15Monitor {s,}pwd.db files for changes (in case somebody sneaks in aStuart Henderson
2010-04-15Print both the tx and the rx interrup vector numbers instead of the tx numberMark Kettenis
2010-04-15Use IPL_TTY instead of IPB_BIO as suggested by oga.Marco Peereboom
2010-04-15new Hawking run(4) idsDamien Bergamini
2010-04-15new Hawking run(4) ids.Damien Bergamini
2010-04-15Allow multiple xbow to attach, to attach devices on multiple node systems.Miod Vallat
2010-04-15spacingTheo de Raadt
2010-04-15add yet another TEMPerHUM device identifier.Yojiro Uo
2010-04-15remove debugging information from the rcs binary; this saves 200K;Igor Sobrado
2010-04-15Log recieved notifications in a human understanable way. Makes debuggingClaudio Jeker
2010-04-15Cleanup the interface FSM by removing most of the ospfd specific statesClaudio Jeker
2010-04-15session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore aClaudio Jeker
2010-04-15Fix fd leak in error case.Claudio Jeker
2010-04-15update the man page to fit latest uthum(4) driver.Yojiro Uo
2010-04-15Instead of having three ways of setting fds non-blocking useClaudio Jeker
2010-04-15struct ldp_hdr has probably the worst possible layout (ending with a singleClaudio Jeker
2010-04-15Even though label withdraw, release, and abort requests are not fullyClaudio Jeker
2010-04-15update the expected output for the test for -P; it usesStuart Henderson
2010-04-15tweaked diff from Nathan Rickerby to clear up the [host]:port ip6 syntax;Jason McIntyre
2010-04-15use SENSOR_HUMIDITY instead of SENSOR_PERCENT.Yojiro Uo
2010-04-15use SENSOR_HUMIDITY instead of SENSOR_PERCENT.Yojiro Uo
2010-04-15Log when isakmpd starts - patch from Toni Muellerlum
2010-04-15add SENSOR_HUMIDITY to sensor framework to handle humidity valuesYojiro Uo
2010-04-14Specifying an invalid number of nfsd's is an error. So error outKenneth R Westerback
2010-04-14Mention that kern.somaxconn is the real upper limit to the listenTodd C. Miller
2010-04-14expand %r => remote username in ssh_config:ProxyCommand;Damien Miller