summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-02copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.David Gwynne
2015-07-02mikeb@ suggested making it clear that srp_enter and srp_leave pairsDavid Gwynne
2015-07-02shuffle the list of files so tsleep.9 isnt in the middle of all theDavid Gwynne
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-07-01don't expect SSH v.1 in unittestsDamien Miller
2015-07-01Compile-time disable SSH v.1 againDamien Miller
2015-07-01Use ksh style tests like in the rest of the installer scripts.Robert Peichaer
2015-07-01update currency exchange rates;Jason McIntyre
2015-07-01specify the array initializer valueBrent Cook
2015-07-01twiddle PermitRootLogin backDamien Miller
2015-07-01twiddle; (this commit marks the openssh-6.9 release)Damien Miller
2015-07-01better refuse ForwardX11Trusted=no connections attempted afterDamien Miller
2015-07-01put back default PermitRootLogin=noDamien Miller
2015-07-01openssh-6.9Damien Miller
2015-07-01reset default PermitRootLogin to 'yes' (momentarily, for release)Damien Miller
2015-06-30cosmetic comma is not really necessary, better to have a raw list of packages...Marc Espie
2015-06-30new sentence, new line;Jason McIntyre
2015-06-30Sort the syslogd getopt string and switch cases according to theAlexander Bluhm
2015-06-30Get rid of the undocumented & temporary* m_copy() macro added forMartin Pieuchot
2015-06-30Rename if_output() into if_enqueue() to avoid confusion with commentsMartin Pieuchot
2015-06-30Add tests for syslog -U.Alexander Bluhm
2015-06-30Add a -U command line switch for syslogd to specify an explict bindAlexander Bluhm
2015-06-30Move the specialized m_copym2() preserving the alignment of the payloadMartin Pieuchot
2015-06-30Clean up a needless check in an if statement.Mike Larkin
2015-06-30Add a small paragraph about some difference with Lua implementation.semarie
2015-06-30Add "sd" to be specifiedit as "rootdev=" boot parameter.YASUOKA Masahiko
2015-06-30fatal() when a remote window update causes the window value toDamien Miller
2015-06-30Fix math error in remote window calculations that causes eventual stallsDamien Miller
2015-06-29add getpid to sandbox, reachable by grace_alarm_handlerDamien Miller
2015-06-29Make this pass again on 32-bit platforms.Miod Vallat
2015-06-29syncTheo de Raadt
2015-06-29Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"Mike Belopuhov
2015-06-29Clear root hub's "port link state".Martin Pieuchot
2015-06-29Move the logic to handle a "connect status change" from uhub_explore()Martin Pieuchot
2015-06-29After removing the p_swtime from the kernel, ps always printed 0.0Alexander Bluhm
2015-06-29Add test for blocks in syslog.conf constructed with the +host andAlexander Bluhm
2015-06-29Add the possiblity to store all syslog messages received from aAlexander Bluhm
2015-06-29Never cache a RTF_GATEWAY route as next hop for a gateway route.Martin Pieuchot
2015-06-29Add missing definition of "usb_interface_assoc_descriptor" needed to forMartin Pieuchot
2015-06-29count if_ibytes in if_input like we do for if_ipackets.David Gwynne
2015-06-29dont double count if_ibytes here, it gets done by something insideDavid Gwynne
2015-06-29Test that selectors, which specify facility and severity level forAlexander Bluhm
2015-06-29fix the build on arm after the recent addition of -WundefJonathan Gray
2015-06-29enable vexpressJonathan Gray
2015-06-29Implement membar_* for armv7 with the dmb instruction. The previousJonathan Gray
2015-06-29Fix trap setup for double faults; error pointed out by Wei Liu a few monthsMike Larkin
2015-06-29Remove some unused #definesMike Larkin
2015-06-28Use fstat to check that the privsep parent of syslogd closes allAlexander Bluhm
2015-06-28Force the return to userspace from execve to go through iretq to get allPhilip Guenther
2015-06-28Add tests for the !prog and !!prog and !* keywords in syslog.conf.Alexander Bluhm