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