Age | Commit message (Expand) | Author |
2017-04-16 | Move comments into a block and uses {} to unconfuse reading. | Theo de Raadt |
2017-04-16 | Statistics for high memory flips in the buffer cache | Bob Beck |
2017-04-16 | remove -g from CFLAGS at florian's request | Jonathan Gray |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |
2017-04-14 | Show long .Lk URIs in like an indented display, similar to groff. | Ingo Schwarze |
2017-04-14 | Do not make the colon after the .Lk link text italic. | Ingo Schwarze |
2017-04-12 | isblank() is ANSI C since C99, no need to provide a replacement. | Todd C. Miller |
2017-04-12 | bluhm discovered "script < /dev/null" attempts tty operations in violation | Theo de Raadt |
2017-04-06 | a little const here and there to prevent rules from changing | Ted Unangst |
2017-04-06 | prepenv can take a const rule | Ted Unangst |
2017-04-05 | Clamp size to length if snprintf ever indicates overflow | Theo de Raadt |
2017-04-05 | Add Home and End for copy mode. | Nicholas Marriott |
2017-04-05 | Try again to resolve problems with mistaking sessions for windows: now | Nicholas Marriott |
2017-04-05 | Give each client a name. This defaults to the tty name as before but | Nicholas Marriott |
2017-04-05 | cfg_file can be static. | Nicholas Marriott |
2017-04-05 | Change tty_repeat_space to write large sets of spaces together instead | Nicholas Marriott |
2017-04-05 | - -Z before -z in options list | Jason McIntyre |
2017-04-05 | an annoying whitespace glitch | Theo de Raadt |
2017-04-05 | Allow nc to save the peer certificate and chain in a pem file specified | Bob Beck |
2017-04-04 | disallow creation (of empty files) in read-only mode; reported by | Damien Miller |
2017-04-03 | initialize regmatch_t always, fixes grep -o "" | Ted Unangst |
2017-04-02 | The character buffer should be resized using recallocarray() | Theo de Raadt |
2017-04-02 | update currency exchange rates; | Jason McIntyre |
2017-04-02 | Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf. | Theo de Raadt |
2017-04-02 | Make dma range buffer cache pages visible in systat io | Bob Beck |
2017-03-28 | Prevent edit'ing a message from corrupting the mailbox. In an mbox file | Martin Natano |
2017-03-27 | simplify the SYNOPSIS as well, just like the option lists; | Ingo Schwarze |
2017-03-27 | For some options that are rarely needed in mandoc(1), | Ingo Schwarze |
2017-03-27 | Simplify: mention at one place that -fkl override each other, | Ingo Schwarze |
2017-03-26 | Change a reallocarray+bzero into recallocarray. | Martijn van Duren |
2017-03-26 | One string buffer can use recallocarray() to ensure that the address space | Theo de Raadt |
2017-03-26 | incorrect renditions of this quote bother me | Theo de Raadt |
2017-03-25 | parameter "lines_allocated" is a local pointer and should not be confused | Theo de Raadt |
2017-03-25 | For some options that are rarely needed in apropos(1) and man(1), | Ingo Schwarze |
2017-03-24 | Use the right header sizes for reading .aiff and .au files, ok ratchov | Nicholas Marriott |
2017-03-24 | Write raw strings in one go rather than character at a time. | Nicholas Marriott |
2017-03-24 | Show count of search results in copy mode. | Nicholas Marriott |
2017-03-22 | simplify description of -S and -w, point from EXIT STATUS | Ingo Schwarze |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-03-21 | Use uid_t for UID not u_int. | Nicholas Marriott |
2017-03-21 | simplify .Nd; to display manuals, use man(1) instead; | Ingo Schwarze |
2017-03-21 | delete documentation of a hack that was removed years ago | Ingo Schwarze |
2017-03-21 | Fix movement after select-line, from Omar Sandoval. | Nicholas Marriott |
2017-03-21 | Fix pane movement by direction (up, down, left, right) when | Nicholas Marriott |
2017-03-20 | recallocarray array that has remote data | Theo de Raadt |
2017-03-20 | simplify example. list of ports variables was non-exahustive, which means | Ted Unangst |
2017-03-20 | Silently ignore invalid -m input formats rather than erroring out. | Ingo Schwarze |
2017-03-20 | openssh-7.5 | Damien Miller |
2017-03-19 | expand TAO in the correct place; from michael reed | Jason McIntyre |
2017-03-18 | Correct description of MANPATH, and a few more improvements | Ingo Schwarze |