summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-08-22Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on aRicardo Mestre
2017-08-22Use a boolean variable to remember the quotation level instead ofAlexander Bluhm
2017-08-21Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),Theo de Raadt
2017-08-21Same as previous for \r alone.Nicholas Marriott
2017-08-21Do not emit \r\n to move to column 0 if there are margins, because itNicholas Marriott
2017-08-21When executing ssh, use "--" to indicate end of arguments before theTodd C. Miller
2017-08-21When the stdout stream gets broken, there is no point in readingIngo Schwarze
2017-08-21Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>:Ingo Schwarze
2017-08-20also crank for 6.2Theo de Raadt
2017-08-19Delete the lie that $PAGER would only be used with -a or -l; the textIngo Schwarze
2017-08-19document -O mdoc; triggered by a question from jmc@ and OK jmc@Ingo Schwarze
2017-08-19Fix example for user-keys.Nicholas Marriott
2017-08-18add a "quiet" flag to exited_cleanly() that supresses errors aboutDamien Miller
2017-08-18Move several subprocess-related functions from various locations toDamien Miller
2017-08-17combine malloc/memset into calloc. from Michael W. BombardieriTed Unangst
2017-08-17delete some not used code. from Michael W. BombardieriTed Unangst
2017-08-17Add monitor-bell window option to match the activity and silenceNicholas Marriott
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean noNicholas Marriott
2017-08-16Rename BELL_* values to ALERT_* now they are used by more than bells,Nicholas Marriott
2017-08-15proper fix for previous and add missing quotesJasper Lievisse Adriaanse
2017-08-15Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output.Jasper Lievisse Adriaanse
2017-08-15remove vax leftoverJasper Lievisse Adriaanse
2017-08-14simplify LABEL extraction; from tb@Jasper Lievisse Adriaanse
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-13Fix arguments that are passed to strip(1). In particular,Visa Hankala
2017-08-12Remove NPN support - the -nextprotoneg options now become no-ops.Joel Sing
2017-08-12ouch - failed to spot typo in previous too, even though my spell checkerJason McIntyre
2017-08-12zap trailing whitespace (sorry - failed to spot in previous);Jason McIntyre
2017-08-12make this properly portable:Jasper Lievisse Adriaanse
2017-08-12tweak usageJasper Lievisse Adriaanse
2017-08-12fallback to strip(1) in case ctfconv(1) couldn't handle the file (i.e. whenJasper Lievisse Adriaanse
2017-08-12make "--" before the hostname terminate command-line option processingDamien Miller
2017-08-12Switch from aes256-cbc to aes256-ctr for encrypting new-styleDamien Miller
2017-08-12add option -l to show only listening sockets (for tcp)Sebastian Benoit
2017-08-11pledge ctfconvJasper Lievisse Adriaanse
2017-08-11move pledge after setlocale as suggested by tb@Jasper Lievisse Adriaanse
2017-08-11make 'dump' mutually exclusive with writing out the data, to ease pledingJasper Lievisse Adriaanse
2017-08-11pledge ctfdump to stdio and rpathJasper Lievisse Adriaanse
2017-08-11Fix typo in SEE ALSO section.Nayden Markatchev
2017-08-11Fix nested declaration inside union or struct.Martin Pieuchot
2017-08-11Make the "new sentence, new line" check stricter, allowing digitsIngo Schwarze
2017-08-11tweak previous;Jason McIntyre
2017-08-11Do not insert random name for anonymous member.Martin Pieuchot
2017-08-11Add two EXAMPLES; triggered by a question from jmc@.Ingo Schwarze
2017-08-11- use mktemp to provide the tempfile name and clean it up properlyJasper Lievisse Adriaanse
2017-08-11add rcs idsJasper Lievisse Adriaanse
2017-08-11add rcs idsJasper Lievisse Adriaanse
2017-08-11Enter ctfconv and ctfdumpMartin Pieuchot
2017-08-11CVS Id and license.Martin Pieuchot
2017-08-11Import a tool for generating CTF data section (SUNW_ctf) based on DWARFMartin Pieuchot