summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-05-14let cpp do some of the workTed Unangst
2014-05-14spell out base64 in error messagesTed Unangst
2014-05-14save some memory by reducing buffer sizesTed Unangst
2014-05-14recode base64 hashes if necessaryTed Unangst
2014-05-14realloc like a boss, so checksum verification doesn't take minutes.Ted Unangst
2014-05-14Change key-table to mode-table to allow for some future work. From KeithNicholas Marriott
2014-05-14Simplify copy lines, from Keith Amling.Nicholas Marriott
2014-05-14Now that cmdlists are reference counted, there is no need for two-stepNicholas Marriott
2014-05-13Don't allow multiple buffers with the same name, from Thomas Adam.Nicholas Marriott
2014-05-13sync some of the text of ENVIRONMENT with more(1), and cut someJason McIntyre
2014-05-13- document two escape sequences as extensions in STANDARDSJason McIntyre
2014-05-13If multiple arguments are given to new-session, new-window,Nicholas Marriott
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.Nicholas Marriott
2014-05-13Add support for named buffers. If you don't name a buffer, things workNicholas Marriott
2014-05-13All callers of helpfile() are #ifdef SMALL so only define thatTodd C. Miller
2014-05-12adjust to ohash being in libutil now, and to the interface changes.Marc Espie
2014-05-11zap double full stop; ok schwarzeJason McIntyre
2014-05-10catch up with the inet(3) rename; this commit missed in previousJason McIntyre
2014-05-10remove unused variableCharles Longeau
2014-05-10Give more(1) its own help file, shorter than the one for less(1).Ingo Schwarze
2014-05-09zap the commented out stuff from this file: it mainly pertains to otherJason McIntyre
2014-05-09print interface name with queues in "systat q"; ok henningStuart Henderson
2014-05-09move some remnants of more behaviour to the compat section, and use Xr forJason McIntyre
2014-05-09Just use char ** for argv like normal people, not char *const *.Nicholas Marriott
2014-05-09my previous attempt to fix the renaming of the inet(3) pages was wrong;Jason McIntyre
2014-05-08protip: "It's largely bad style to do (int)sizeof"Ted Unangst
2014-05-08inet(3) -> inet_net(3);Jason McIntyre
2014-05-08Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.Martin Pieuchot
2014-05-08Send up and down keys for mouse wheel in alternate screen mode (when itNicholas Marriott
2014-05-08Instead of forcing mouse scroll to 1 in choose mode, scale it downNicholas Marriott
2014-05-08whack some useless verbiage from DESCRIPTION, and merge some of it intoJason McIntyre
2014-05-08- update DESCRIPTION and COMPATIBILITY WITH MOREJason McIntyre
2014-05-08+.Xr less 1 ,Jason McIntyre
2014-05-08Plug a memory leak, from J Raynor.Nicholas Marriott
2014-05-08Both the two previous ways of navigating panes by direction haveNicholas Marriott
2014-05-08Handle colour 8 properly in the 256 colour palette, from Timothy Allen.Nicholas Marriott
2014-05-07When you want more, you say "more". When you want less, you say "less".Vadim Zhukov
2014-05-07Render roff escape sequences contained in manual page descriptionsIngo Schwarze
2014-05-07Fix two memory leaks in makewhatis -n:Ingo Schwarze
2014-05-07Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze
2014-05-07calloc, from peter maloneTed Unangst
2014-05-06temp variable for a bit of clarityTed Unangst
2014-05-06remove unneeded variableTed Unangst
2014-05-06factor out the safepathTed Unangst
2014-05-06be more explicit about what's a stringTed Unangst
2014-05-06better alloc idiomTed Unangst
2014-05-06factor max message sizeTed Unangst
2014-05-05Zap extra whitespace.Loganaden Velvindron
2014-05-03unbreak compression, by re-init-ing the compression code in theMarkus Friedl
2014-05-03more tweaking; ok sthenJason McIntyre