summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-17For ProxyJump/-J, surround host name with brackets to allowDamien Miller
2017-02-17Increase UDP packet buffer to 4096 bytes from 512. There are some reallyKenneth R Westerback
2017-02-16Fix type of argv. Found by clang.Patrick Wildt
2017-02-16On Apple hardware, claim an OSI of Darwin and no other OSesJoshua Stein
2017-02-16Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze
2017-02-16Remove an unnecessary NULL pointer check.Visa Hankala
2017-02-16correct format strings, ok guentherTheo de Raadt
2017-02-16There are buggy terminals out there that do not move the cursor to 0,0Nicholas Marriott
2017-02-16Handle insert cells when cursor at edge of screen correctly, and do aNicholas Marriott
2017-02-16Merge clear-history into capture-pane.Nicholas Marriott
2017-02-16cope with macro value sorting implemented in dba.c rev. 1.6Ingo Schwarze
2017-02-16Fix rev. 1.183: -O syntax is different in default apropos(1) outputIngo Schwarze
2017-02-16Style nits.Nicholas Marriott
2017-02-16Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".Martin Pieuchot
2017-02-16Fix block scoping error if an explicit block is broken by twoIngo Schwarze
2017-02-16Match the recent change in the kernel and ask for a generic armv8-aJonathan Gray
2017-02-16Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze
2017-02-16clang is installed as cc and c++ there is no need to set CC and CXX toJonathan Gray
2017-02-16Bring parse_warn() into the log.[ch] 21st century and adopt the "^"Kenneth R Westerback
2017-02-15Fix memory leaks in match_filter_list() error paths.Jonathan Gray
2017-02-15whitespace fixesPatrick Wildt
2017-02-15Implement permission checks in the copy routines. When they werePatrick Wildt
2017-02-15Fix the code supposed to abort when attempting to detach a slot that'sAlexandre Ratchov
2017-02-15gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.Miod Vallat
2017-02-15Make this build (and run) with gcc 4.Miod Vallat
2017-02-15Use new log.[ch] functions in parse_warn().Kenneth R Westerback
2017-02-15Adopt the common verbiage other log.[ch] daemons use to describe '-d'.Kenneth R Westerback
2017-02-15Replace manual loops with FOREACH macro.Alexander Bluhm
2017-02-15Style improvement, no functional change.Ingo Schwarze
2017-02-15Bump MAXTSIZ to 64M on arm.Jeremie Courreges-Anglas
2017-02-15Avoid dereferencing a pointer when reporting an error about the sameJoel Sing
2017-02-15Align mutex IPL with the interrupt handler's priority.Visa Hankala
2017-02-15Mark dwc2_intr() as MP-safe on octeon. The driver's internal stateVisa Hankala
2017-02-15Fix previous: I forgot that i had to change the convention howIngo Schwarze
2017-02-15improve list item formatting;Jason McIntyre
2017-02-15Add a NULL test to wrterror() to avoid a NULL deref when called from aJonathan Gray
2017-02-15Do not clear to end of screen unless the pane is at the bottom.Nicholas Marriott
2017-02-15"status bar" -> "status line" for consistency, from Benjamin Dopplinger.Nicholas Marriott
2017-02-15Threads share filedesc, so we can walk allprocess instead of allprocPhilip Guenther
2017-02-15Fix some grammar and correct a manpage sectionPhilip Guenther
2017-02-15fix division by zero crash in "df" output when server returns zeroDamien Miller
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