summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-24move an ugly spaceTheo de Raadt
2015-04-24We need to loop over the files once to work out the width of the labelsNicholas Marriott
2015-04-24Trying to drop privileges means we can't handle ARG_MAX arguments, soNicholas Marriott
2015-04-24Add a couple of missing spaces (style nits).Nicholas Marriott
2015-04-24Use symbolic constants for st_mode flags, no binary change.Nicholas Marriott
2015-04-24If ~/.magic exists but can't be used, fail rather than silently fallingNicholas Marriott
2015-04-24Fix a couple of errors in the magic source files.Nicholas Marriott
2015-04-24New implementation of the file(1) utility. This is a simplified,Nicholas Marriott
2015-04-24Revert back to using GCC builtins. This code triggers an off by one inMartin Pieuchot
2015-04-24another thinkpad event to ignore; from mp39590@gmailTheo de Raadt
2015-04-24vio: If enqueue fails, drop packet.Stefan Fritsch
2015-04-24Enable the NX bit and use it in the PAE pmap code. PAE is still disabledMark Kettenis
2015-04-24improve wording.Igor Sobrado
2015-04-24read_defaults has the thing for strtonum to chew on in cp, notDavid Gwynne
2015-04-24combine -Dd onto one line and update usage();Jason McIntyre
2015-04-24add ssh-agent -D to leave ssh-agent in foreground without enablingDamien Miller
2015-04-24Use "softintr_pic0" instead of "softintr_fakepic" when faking aJonathan Gray
2015-04-242*len -> use xreallocarray()Theo de Raadt
2015-04-24rename xrealloc() to xreallocarray() since it follows that form.Theo de Raadt
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