summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2017-08-11Import a tool for dumping the contents of CTF data section (SUNW_ctf).Martin Pieuchot
2017-08-11refuse to a private keys when its corresponding .pub key does notDamien Miller
2017-08-11don't print verbose error message when ssh disconnects under sftp;Damien Miller
2017-08-11Tweak previous keepalive commit: if last_time + keepalive <= nowDarren Tucker
2017-08-11Keep track of the last time we actually heard from the client andDarren Tucker
2017-08-10Remove KOI8 lines after 5.9 is out.Theo Buehler
2017-08-09let the looking glass look at the details for a specific ASPeter Hessler
2017-08-09Fix filtering so it works after the change to only show windows if theyNicholas Marriott
2017-08-09Explain how to transform markup for the terminal when not using aIngo Schwarze
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify theNicholas Marriott
2017-08-08Hooks for after-select-pane and after-select-window.Nicholas Marriott
2017-08-06Present the default choice before the colon in prompts. Matches GNU EmacsBrian Callahan
2017-08-02When performing an inverted search in less, make sure to invalidate the matchanton
2017-08-02No longer use names that only occur in the SYNOPSIS section as namesIngo Schwarze
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubNicholas Marriott
2017-08-01Apply stricter pledge rules if possible. These are based on the usage ofMartijn van Duren
2017-08-01Remove self assignment.anton
2017-08-01update currency exchange rates;Jason McIntyre
2017-07-31Silence some warnings generated by clang.Martijn van Duren
2017-07-31Ignore explicitly specified negative column widths rather thanIngo Schwarze
2017-07-31Fix an out of bounds read access to a constant array that causedIngo Schwarze
2017-07-31print the number of GCs with print_fld_size instead of print_fld_uint.David Gwynne
2017-07-30Remove outdated count of the number of available assignment operators.anton
2017-07-29return -1 in error path of non-void function, pointed out by clangFlorian Obser
2017-07-29Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed.Vadim Zhukov
2017-07-28Fix some warnings: p1() and p2() are only declared without arguments soNicholas Marriott
2017-07-28When the mparse_alloc() prototype changed in read.c 1.151, updatingIngo Schwarze
2017-07-28use & to check if a bit is set in a flag; pointed out by clangFlorian Obser
2017-07-28Show pane title in window list for windows with only one pane.Nicholas Marriott
2017-07-27An array is never NULL; pointed out by clang.Florian Obser
2017-07-27uint32_t is never < 0; pointed out by clang.Florian Obser
2017-07-27kp can be NULL (eg, stale utmp entry), so adjust the comment.Jeremie Courreges-Anglas
2017-07-27Add pane_at_left/right/top/bottom formats, from Amos Bird.Nicholas Marriott
2017-07-26Always reset the alerts timer so it works even if activity and silenceNicholas Marriott
2017-07-26Make bell, activity and silence alerting more consistent:Nicholas Marriott
2017-07-26Teach whois(1) to use the new whois referral field name which has now goneStuart Henderson