Age | Commit message (Expand) | Author |
2017-08-12 | fallback to strip(1) in case ctfconv(1) couldn't handle the file (i.e. when | Jasper Lievisse Adriaanse |
2017-08-12 | make "--" before the hostname terminate command-line option processing | Damien Miller |
2017-08-12 | Switch from aes256-cbc to aes256-ctr for encrypting new-style | Damien Miller |
2017-08-12 | add option -l to show only listening sockets (for tcp) | Sebastian Benoit |
2017-08-11 | pledge ctfconv | Jasper Lievisse Adriaanse |
2017-08-11 | move pledge after setlocale as suggested by tb@ | Jasper Lievisse Adriaanse |
2017-08-11 | make 'dump' mutually exclusive with writing out the data, to ease pleding | Jasper Lievisse Adriaanse |
2017-08-11 | pledge ctfdump to stdio and rpath | Jasper Lievisse Adriaanse |
2017-08-11 | Fix typo in SEE ALSO section. | Nayden Markatchev |
2017-08-11 | Fix nested declaration inside union or struct. | Martin Pieuchot |
2017-08-11 | Make the "new sentence, new line" check stricter, allowing digits | Ingo Schwarze |
2017-08-11 | tweak previous; | Jason McIntyre |
2017-08-11 | Do not insert random name for anonymous member. | Martin Pieuchot |
2017-08-11 | Add two EXAMPLES; triggered by a question from jmc@. | Ingo Schwarze |
2017-08-11 | - use mktemp to provide the tempfile name and clean it up properly | Jasper Lievisse Adriaanse |
2017-08-11 | add rcs ids | Jasper Lievisse Adriaanse |
2017-08-11 | add rcs ids | Jasper Lievisse Adriaanse |
2017-08-11 | Enter ctfconv and ctfdump | Martin Pieuchot |
2017-08-11 | CVS Id and license. | Martin Pieuchot |
2017-08-11 | Import a tool for generating CTF data section (SUNW_ctf) based on DWARF | Martin Pieuchot |
2017-08-11 | Import a tool for dumping the contents of CTF data section (SUNW_ctf). | Martin Pieuchot |
2017-08-11 | refuse to a private keys when its corresponding .pub key does not | Damien Miller |
2017-08-11 | don't print verbose error message when ssh disconnects under sftp; | Damien Miller |
2017-08-11 | Tweak previous keepalive commit: if last_time + keepalive <= now | Darren Tucker |
2017-08-11 | Keep track of the last time we actually heard from the client and | Darren Tucker |
2017-08-10 | Remove KOI8 lines after 5.9 is out. | Theo Buehler |
2017-08-09 | let the looking glass look at the details for a specific AS | Peter Hessler |
2017-08-09 | Fix filtering so it works after the change to only show windows if they | Nicholas Marriott |
2017-08-09 | Explain how to transform markup for the terminal when not using a | Ingo Schwarze |
2017-08-09 | Add -F to choose-tree, choose-client, choose-buffer to specify the | Nicholas Marriott |
2017-08-08 | Hooks for after-select-pane and after-select-window. | Nicholas Marriott |
2017-08-06 | Present the default choice before the colon in prompts. Matches GNU Emacs | Brian Callahan |
2017-08-02 | When performing an inverted search in less, make sure to invalidate the match | anton |
2017-08-02 | No longer use names that only occur in the SYNOPSIS section as names | Ingo Schwarze |
2017-08-02 | Add selection_present format so commands in copy mode can use it, GitHub | Nicholas Marriott |
2017-08-01 | Apply stricter pledge rules if possible. These are based on the usage of | Martijn van Duren |
2017-08-01 | Remove self assignment. | anton |
2017-08-01 | update currency exchange rates; | Jason McIntyre |
2017-07-31 | Silence some warnings generated by clang. | Martijn van Duren |
2017-07-31 | Ignore explicitly specified negative column widths rather than | Ingo Schwarze |
2017-07-31 | Fix an out of bounds read access to a constant array that caused | Ingo Schwarze |
2017-07-31 | print the number of GCs with print_fld_size instead of print_fld_uint. | David Gwynne |
2017-07-30 | Remove outdated count of the number of available assignment operators. | anton |
2017-07-29 | return -1 in error path of non-void function, pointed out by clang | Florian Obser |
2017-07-29 | Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed. | Vadim Zhukov |
2017-07-28 | Fix some warnings: p1() and p2() are only declared without arguments so | Nicholas Marriott |
2017-07-28 | When the mparse_alloc() prototype changed in read.c 1.151, updating | Ingo Schwarze |
2017-07-28 | use & to check if a bit is set in a flag; pointed out by clang | Florian Obser |
2017-07-28 | Show pane title in window list for windows with only one pane. | Nicholas Marriott |
2017-07-27 | An array is never NULL; pointed out by clang. | Florian Obser |