summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix alloc idioms. watch out for emalloc that's actually a calloc in disguiseespie2014-05-171-17/+18
* remove unused variablechl2014-05-171-2/+2
* save up the failures for the end in the argc == 0.tedu2014-05-161-16/+16
* a few changes for new code to match local styletedu2014-05-161-11/+11
* checksum mode can use magic pubkey finder tootedu2014-05-161-3/+3
* rework -C (perfect candidate for using hash tables, really):espie2014-05-161-72/+90
* remove unused variablechl2014-05-151-2/+2
* fix the band-aid error.espie2014-05-151-3/+3
* let cpp do some of the worktedu2014-05-141-4/+5
* spell out base64 in error messagestedu2014-05-141-4/+4
* save some memory by reducing buffer sizestedu2014-05-141-5/+5
* recode base64 hashes if necessarytedu2014-05-141-1/+17
* realloc like a boss, so checksum verification doesn't take minutes.tedu2014-05-141-5/+8
* Change key-table to mode-table to allow for some future work. From Keithnicm2014-05-143-16/+16
* Simplify copy lines, from Keith Amling.nicm2014-05-141-12/+5
* Now that cmdlists are reference counted, there is no need for two-stepnicm2014-05-143-20/+5
* Don't allow multiple buffers with the same name, from Thomas Adam.nicm2014-05-131-3/+10
* sync some of the text of ENVIRONMENT with more(1), and cut somejmc2014-05-131-14/+25
* - document two escape sequences as extensions in STANDARDSjmc2014-05-131-8/+5
* If multiple arguments are given to new-session, new-window,nicm2014-05-1312-103/+204
* Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-134-6/+22
* Add support for named buffers. If you don't name a buffer, things worknicm2014-05-1313-255/+360
* All callers of helpfile() are #ifdef SMALL so only define thatmillert2014-05-131-0/+2
* adjust to ohash being in libutil now, and to the interface changes.espie2014-05-1226-129/+327
* zap double full stop; ok schwarzejmc2014-05-111-1/+1
* catch up with the inet(3) rename; this commit missed in previousjmc2014-05-101-4/+4
* remove unused variablechl2014-05-101-1/+0
* Give more(1) its own help file, shorter than the one for less(1).schwarze2014-05-106-7/+93
* zap the commented out stuff from this file: it mainly pertains to otherjmc2014-05-091-38/+1
* print interface name with queues in "systat q"; ok henningsthen2014-05-091-1/+3
* move some remnants of more behaviour to the compat section, and use Xr forjmc2014-05-091-14/+14
* Just use char ** for argv like normal people, not char *const *.nicm2014-05-092-4/+4
* my previous attempt to fix the renaming of the inet(3) pages was wrong;jmc2014-05-091-3/+3
* protip: "It's largely bad style to do (int)sizeof"tedu2014-05-081-1/+2
* inet(3) -> inet_net(3);jmc2014-05-081-3/+3
* Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST.mpi2014-05-082-3/+7
* Send up and down keys for mouse wheel in alternate screen mode (when itnicm2014-05-081-1/+16
* Instead of forcing mouse scroll to 1 in choose mode, scale it downnicm2014-05-083-13/+21
* whack some useless verbiage from DESCRIPTION, and merge some of it intojmc2014-05-081-86/+28
* - update DESCRIPTION and COMPATIBILITY WITH MOREjmc2014-05-081-34/+44
* +.Xr less 1 ,jmc2014-05-081-2/+3
* Plug a memory leak, from J Raynor.nicm2014-05-081-1/+3
* Both the two previous ways of navigating panes by direction havenicm2014-05-083-132/+146
* Handle colour 8 properly in the 256 colour palette, from Timothy Allen.nicm2014-05-081-5/+5
* When you want more, you say "more". When you want less, you say "less".zhuk2014-05-072-22/+10
* Render roff escape sequences contained in manual page descriptionsschwarze2014-05-071-2/+11
* Fix two memory leaks in makewhatis -n:schwarze2014-05-071-2/+14
* Do not segfault in makewhatis -Q if the next .SH after .SH NAMEschwarze2014-05-071-4/+7
* calloc, from peter malonetedu2014-05-071-3/+2
* temp variable for a bit of claritytedu2014-05-061-6/+6