summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-14fatalx() prepends 'fatal in _progname:'. So eliminate redundantKenneth R Westerback
2017-02-14These variables are global so use uppercase and rename sshd and xdmRobert Peichaer
2017-02-14Fix comment.Robert Peichaer
2017-02-14Rename functions to match the predominantly used verb_noun naming schemeRobert Peichaer
2017-02-14fix man page, diff from jmc@Gilles Chehade
2017-02-14Make source-file look for files relative to the client working directoryNicholas Marriott
2017-02-14Missing opening brace. Spotted by Hiltjo Posthuma.Theo Buehler
2017-02-14add standalone maildir MDA (work in progress) which will soon obsolete theGilles Chehade
2017-02-14add standalone mda for file delivery which will later obsoleteGilles Chehade
2017-02-14prepare Makefiles but don't link to the build yetGilles Chehade
2017-02-14asmc: on system resume, restore the keyboard backlight valueJoshua Stein
2017-02-14Set the default TSC quality to -1000 to be less than the i8254Reyk Floeter
2017-02-14add new implementation of a standalone LMTP client which will deprecate theGilles Chehade
2017-02-14fix a crash when parsing large community given on the command lineSebastian Benoit
2017-02-14tweak previous; ok jsg, who reminded me the same text inJason McIntyre
2017-02-14Convert most of the manual checks for CPU hogging to sched_pause().Martin Pieuchot
2017-02-14Get rid of recursive splsoftnet()/splx() dances and convert a timeout toMartin Pieuchot
2017-02-14Replace two recursive splsoftnet()/splx() dances with a splsoftassert().Martin Pieuchot
2017-02-14Wrap the NET_LOCK() into a per-socket solock() that does nothing forMartin Pieuchot
2017-02-14bump to 2.5.2Brent Cook
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Do the strerror() elimination dance with a log_warnx() -> log_warn().Kenneth R Westerback
2017-02-13Do the strerror() elimination dance with log_warnx() -> log_warn(),Kenneth R Westerback
2017-02-13Banished to the attic.Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2017-02-13Fix powerdown with vmmci(4) VMs using a shutdown and no reset.Reyk Floeter
2017-02-13Test IPsec with AH the same way it is already done for ESP.Alexander Bluhm
2017-02-13Collected cells may still need to be extended for RGB colours.Nicholas Marriott
2017-02-13Reverse output when installing a patch; it's more logical (first get, thenAntoine Jacoutot
2017-02-13draft-ietf-idr-shutdown extends to support a message on either ofPeter Hessler
2017-02-13fix incoming tls-require regression, introduced with last parse.y cleanupGilles Chehade
2017-02-13allow negation of authenticated keyword:Gilles Chehade
2017-02-13whitespace tweak. no functional change.David Gwynne
2017-02-13properly set BGE_HCC_STATS_ADDR_HI by using BGE_HOSTADDR.David Gwynne
2017-02-12Replace dummy mutex asserts with real ones.Visa Hankala
2017-02-12Remove dead assignment and now unused variable.Charles Longeau
2017-02-12syncTheo Buehler
2017-02-12Eliminate most strerror() invocations by using log_warn() and fatal()Kenneth R Westerback
2017-02-12Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze
2017-02-12Adjust lines that are too long.Kenneth R Westerback
2017-02-12Remove now unused file.Kenneth R Westerback
2017-02-12Switch from 'legacy' errwarn.c to standard daemon logging functions.Kenneth R Westerback
2017-02-12Remove incorrect if statementMike Belopuhov
2017-02-12malloc does not *need* to return page-aligned objects for size >=Otto Moerbeek
2015-01-01eqn(7) testsIngo Schwarze
2017-02-12install clang-local(1)Jonathan Gray