Age | Commit message (Expand) | Author |
2015-04-23 | Replace atoi() usage with strtonum(). OK deraadt@ | Todd C. Miller |
2015-04-23 | We cannot log errors with relay_close() before allocating | Florian Obser |
2015-04-23 | We cannot log errors with server_close() before allocating | Florian Obser |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-23 | Fix 13 years old typo that should be responsible for the unhappiness | Martin Pieuchot |
2015-04-23 | tedu remnants of the previous attempt to implement page zeroing in | David Gwynne |
2015-04-23 | replace the use of struct ifqueue in pipex with mbuf_queues. | David Gwynne |
2015-04-23 | use reallocarray instead of calloc; avoid the zero before infill | Theo de Raadt |
2015-04-23 | Do not need to buf[0] = 0 before strlcpy(buf, ... | Theo de Raadt |
2015-04-23 | delete a NOTDEF of unused code | Theo de Raadt |
2015-04-23 | KNF and other style adjustments to make this more scrutible. | Theo de Raadt |
2015-04-23 | Add a simple regression test for sshd's configuration parser. Right now, | Darren Tucker |
2015-04-23 | Two small fixes for sshd -T: ListenAddress'es are added to a list head so | Darren Tucker |
2015-04-23 | Check for and reject missing arguments for VersionAddendum and ForceCommand. | Darren Tucker |
2015-04-23 | avoid an uneeded deref | Jonathan Gray |
2015-04-23 | error in strtonum() conversion; found by Nathanael Rensen | Theo de Raadt |
2015-04-23 | dont need \n on panic strings | David Gwynne |
2015-04-22 | Remove forgotten empty files, from miod, thanks | Alexandre Ratchov |
2015-04-22 | Expand SLIST macro of unix pcb members before printing the pointer. | Alexander Bluhm |
2015-04-22 | Use .Ar for placeholders and .Cm for arguments to be provided verbatim. | Ingo Schwarze |
2015-04-22 | Make session_has return a flag, returning the first winlink found is a | Nicholas Marriott |
2015-04-22 | Change the windows array into an RB tree and fix some places where we | Nicholas Marriott |
2015-04-22 | window_index is only used in one place (window_destroy) so inline it there. | Nicholas Marriott |
2015-04-22 | Update termtypes.master to terminfo.src from ncurses-5.9-20150418. | Nicholas Marriott |
2015-04-22 | Init a variable to zero so values aren't or'd into uninitialised memory. | Jonathan Gray |
2015-04-22 | Add the necessary glue to keep carp(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-22 | Add missing header for NBRIDGE chunk, found the hardway and diff from | Martin Pieuchot |
2015-04-22 | Implement the MI atomic API for PowerPC to avoid using gcc builtins that | Martin Pieuchot |
2015-04-22 | Reduce differences between pae and no-pae modes. | Mike Larkin |
2015-04-22 | sync | Theo de Raadt |
2015-04-22 | Init rt to NULL in arpresolve(). Not a problem in practice | Jonathan Gray |
2015-04-22 | Init error to 0 for sdmmc_mem_single_{read,write}_block | Jonathan Gray |
2015-04-22 | having macros provide semicolons is dangerous. | David Gwynne |
2015-04-22 | use correct key for nested certificate test | Damien Miller |
2015-04-22 | unknown certificate extensions are non-fatal, so don't fatal | Damien Miller |
2015-04-21 | Look up indexes as number before name, makes more sense if windows are | Nicholas Marriott |
2015-04-21 | Always format real layout even when zoomed. | Nicholas Marriott |
2015-04-21 | Do not die on USR1 if any of the socket parent directories are | Nicholas Marriott |
2015-04-21 | Simplify error messages when socket connect fails, suggested by "Karthik K". | Nicholas Marriott |
2015-04-21 | The free callback could end up being fired before the done callback | Nicholas Marriott |
2015-04-21 | Fix moving windows to nonexistent indexes when renumber-windows is | Nicholas Marriott |
2015-04-21 | Remove an extra lcr3 that snuck into pmap_switch during yesterday's | Mike Larkin |
2015-04-21 | Improve divert-to specification parsing w.r.t. rule address family. | Mike Belopuhov |
2015-04-21 | According to RFC 4861 and the actuall implementation rltime may not | Florian Obser |
2015-04-21 | Avoid a use after free when the target node is deleted during validation. | Ingo Schwarze |
2015-04-21 | Bind mouse dragging so that it is passed through to applications if they | Nicholas Marriott |
2015-04-21 | Don't eat the mouse event that triggers a drag end because we may want | Nicholas Marriott |
2015-04-21 | Put mouse_any_flag back, don't know where it went to (still in man page). | Nicholas Marriott |
2015-04-21 | Pass mouse events through to commands for if-shell. | Nicholas Marriott |