Age | Commit message (Expand) | Author |
2017-08-22 | Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on a | Ricardo Mestre |
2017-08-22 | Use a boolean variable to remember the quotation level instead of | Alexander Bluhm |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2017-08-21 | Same as previous for \r alone. | Nicholas Marriott |
2017-08-21 | Do not emit \r\n to move to column 0 if there are margins, because it | Nicholas Marriott |
2017-08-21 | When executing ssh, use "--" to indicate end of arguments before the | Todd C. Miller |
2017-08-21 | When the stdout stream gets broken, there is no point in reading | Ingo Schwarze |
2017-08-21 | Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>: | Ingo Schwarze |
2017-08-20 | also crank for 6.2 | Theo de Raadt |
2017-08-19 | Delete the lie that $PAGER would only be used with -a or -l; the text | Ingo Schwarze |
2017-08-19 | document -O mdoc; triggered by a question from jmc@ and OK jmc@ | Ingo Schwarze |
2017-08-19 | Fix example for user-keys. | Nicholas Marriott |
2017-08-18 | add a "quiet" flag to exited_cleanly() that supresses errors about | Damien Miller |
2017-08-18 | Move several subprocess-related functions from various locations to | Damien Miller |
2017-08-17 | combine malloc/memset into calloc. from Michael W. Bombardieri | Ted Unangst |
2017-08-17 | delete some not used code. from Michael W. Bombardieri | Ted Unangst |
2017-08-17 | Add monitor-bell window option to match the activity and silence | Nicholas Marriott |
2017-08-16 | Add -d flag to display-panes to specify timeout, and make 0 mean no | Nicholas Marriott |
2017-08-16 | Rename BELL_* values to ALERT_* now they are used by more than bells, | Nicholas Marriott |
2017-08-15 | proper fix for previous and add missing quotes | Jasper Lievisse Adriaanse |
2017-08-15 | Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output. | Jasper Lievisse Adriaanse |
2017-08-15 | remove vax leftover | Jasper Lievisse Adriaanse |
2017-08-14 | simplify LABEL extraction; from tb@ | Jasper Lievisse Adriaanse |
2017-08-13 | Switch to -Werror with clang for libressl. | Doug Hogan |
2017-08-13 | Fix arguments that are passed to strip(1). In particular, | Visa Hankala |
2017-08-12 | Remove NPN support - the -nextprotoneg options now become no-ops. | Joel Sing |
2017-08-12 | ouch - failed to spot typo in previous too, even though my spell checker | Jason McIntyre |
2017-08-12 | zap trailing whitespace (sorry - failed to spot in previous); | Jason McIntyre |
2017-08-12 | make this properly portable: | Jasper Lievisse Adriaanse |
2017-08-12 | tweak usage | Jasper Lievisse Adriaanse |
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 |