Age | Commit message (Expand) | Author |
2017-02-17 | For ProxyJump/-J, surround host name with brackets to allow | Damien Miller |
2017-02-17 | Increase UDP packet buffer to 4096 bytes from 512. There are some really | Kenneth R Westerback |
2017-02-16 | Fix type of argv. Found by clang. | Patrick Wildt |
2017-02-16 | On Apple hardware, claim an OSI of Darwin and no other OSes | Joshua Stein |
2017-02-16 | Surprisingly, groff does not support scaling units in .Bl -column | Ingo Schwarze |
2017-02-16 | Remove an unnecessary NULL pointer check. | Visa Hankala |
2017-02-16 | correct format strings, ok guenther | Theo de Raadt |
2017-02-16 | There are buggy terminals out there that do not move the cursor to 0,0 | Nicholas Marriott |
2017-02-16 | Handle insert cells when cursor at edge of screen correctly, and do a | Nicholas Marriott |
2017-02-16 | Merge clear-history into capture-pane. | Nicholas Marriott |
2017-02-16 | cope with macro value sorting implemented in dba.c rev. 1.6 | Ingo Schwarze |
2017-02-16 | Fix rev. 1.183: -O syntax is different in default apropos(1) output | Ingo Schwarze |
2017-02-16 | Style nits. | Nicholas Marriott |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-16 | Fix block scoping error if an explicit block is broken by two | Ingo Schwarze |
2017-02-16 | Match the recent change in the kernel and ask for a generic armv8-a | Jonathan Gray |
2017-02-16 | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze |
2017-02-16 | clang is installed as cc and c++ there is no need to set CC and CXX to | Jonathan Gray |
2017-02-16 | Bring parse_warn() into the log.[ch] 21st century and adopt the "^" | Kenneth R Westerback |
2017-02-15 | Fix memory leaks in match_filter_list() error paths. | Jonathan Gray |
2017-02-15 | whitespace fixes | Patrick Wildt |
2017-02-15 | Implement permission checks in the copy routines. When they were | Patrick Wildt |
2017-02-15 | Fix the code supposed to abort when attempting to detach a slot that's | Alexandre Ratchov |
2017-02-15 | gcc4 on m88k still uses sjlj exceptions, as did arm before EABI. | Miod Vallat |
2017-02-15 | Make this build (and run) with gcc 4. | Miod Vallat |
2017-02-15 | Use new log.[ch] functions in parse_warn(). | Kenneth R Westerback |
2017-02-15 | Adopt the common verbiage other log.[ch] daemons use to describe '-d'. | Kenneth R Westerback |
2017-02-15 | Replace manual loops with FOREACH macro. | Alexander Bluhm |
2017-02-15 | Style improvement, no functional change. | Ingo Schwarze |
2017-02-15 | Bump MAXTSIZ to 64M on arm. | Jeremie Courreges-Anglas |
2017-02-15 | Avoid dereferencing a pointer when reporting an error about the same | Joel Sing |
2017-02-15 | Align mutex IPL with the interrupt handler's priority. | Visa Hankala |
2017-02-15 | Mark dwc2_intr() as MP-safe on octeon. The driver's internal state | Visa Hankala |
2017-02-15 | Fix previous: I forgot that i had to change the convention how | Ingo Schwarze |
2017-02-15 | improve list item formatting; | Jason McIntyre |
2017-02-15 | Add a NULL test to wrterror() to avoid a NULL deref when called from a | Jonathan Gray |
2017-02-15 | Do 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-15 | Threads share filedesc, so we can walk allprocess instead of allproc | Philip Guenther |
2017-02-15 | Fix some grammar and correct a manpage section | Philip Guenther |
2017-02-15 | fix division by zero crash in "df" output when server returns zero | Damien Miller |
2017-02-14 | fatalx() prepends 'fatal in _progname:'. So eliminate redundant | Kenneth R Westerback |
2017-02-14 | These variables are global so use uppercase and rename sshd and xdm | Robert Peichaer |
2017-02-14 | Fix comment. | Robert Peichaer |
2017-02-14 | Rename functions to match the predominantly used verb_noun naming scheme | Robert Peichaer |
2017-02-14 | fix man page, diff from jmc@ | Gilles Chehade |
2017-02-14 | Make source-file look for files relative to the client working directory | Nicholas Marriott |
2017-02-14 | Missing opening brace. Spotted by Hiltjo Posthuma. | Theo Buehler |
2017-02-14 | add standalone maildir MDA (work in progress) which will soon obsolete the | Gilles Chehade |
2017-02-14 | add standalone mda for file delivery which will later obsolete | Gilles Chehade |