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