summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-05-04Don't need vis.h anymore.Nicholas Marriott
2011-05-04Don't use strnvis for the title as it breaks UTF-8. set-titles is nowNicholas Marriott
2011-05-04Check if mouse-select-pane is ON not off when setting mouse flags,Nicholas Marriott
2011-05-04Fix a typo in a comment, from Michael W Bombardieri.Nicholas Marriott
2011-05-04- note that quotes may have to be escaped from the shell and add an exampleJason McIntyre
2011-05-03If the string of the address to listen on is '-' then listen on allAlexandre Ratchov
2011-05-02Add missing byter order conversions in message headers. Fixes the caseAlexandre Ratchov
2011-05-02set the TCP_NODELAY option for TCP connectionsAlexandre Ratchov
2011-05-02Fix bad return value check for rcsnum_cmp()Charles Longeau
2011-05-02fix string containing state names used for debug printf()s,Alexandre Ratchov
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-05-01Split ALL, ROLE and TYPE into their own actions. Since you canTodd C. Miller
2011-04-30return >0 when file is not found. (from FreeBSD)lum
2011-04-29sorry, lousy fingers... typoed in the file while checking the diffMarc Espie
2011-04-29slightly better netmask regexpMarc Espie
2011-04-29Only redraw the status line on command update, not the entire clientNicholas Marriott
2011-04-29Add currently undocumented keyboard options available on ifstat view.lum
2011-04-29small tidy. contribution from patrick keshishian and extra tab spot by halex....lum
2011-04-28- slight tweak for FILESJason McIntyre
2011-04-28use ULONG_MAX instead of ~0Alexandre Ratchov
2011-04-28remove deadcode, use err(1, "%s", str) instead of err(1, str)Alexandre Ratchov
2011-04-28Implement a new authentication method allowing aucat and midicat toAlexandre Ratchov
2011-04-27include signal.hAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27needs signal.h, tooTheo de Raadt
2011-04-27use more volatile sig_atomic_t in signal handlersTheo de Raadt
2011-04-27cast one blocksize occurrence to unsigned long, fixes du(1)'s outputIgor Sobrado
2011-04-26tyop in commentJasper Lievisse Adriaanse
2011-04-25linting this library is not helping anythingTheo de Raadt
2011-04-25As abbreviations for IEEE Std 1003.1 and its predecessors, use "POSIX.1"Ingo Schwarze
2011-04-24Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott
2011-04-24Tweak copy behaviour slightly in vi mode to be closer to real vi. FromNicholas Marriott
2011-04-24Prevent line breaks right before numbers. Groff does the same.Ingo Schwarze
2011-04-24Closing delimiters only suppress spacing when they follow something.Ingo Schwarze
2011-04-24User defined macros may invoke high-level macros.Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-24delete a stupid SIGSEGV handler (not used)Theo de Raadt
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-04-21Fix more long vs 64bit type mismatches. Now 4GB i386 <-> macppcKenneth R Westerback
2011-04-21find: return exit code 1 if any path could not be traversedJacek Masiulaniec
2011-04-20Stash the old seed when srand() is called and use it as the returnTodd C. Miller
2011-04-20Remove some unneeded includes and dead code, from Michael W Bombardieri.Nicholas Marriott
2011-04-20Remove some includes and defines that are no longer needed, from MichaelNicholas Marriott
2011-04-20Trivial code simplifying, from Michael W Bombardieri.Nicholas Marriott
2011-04-20Use -u when diff context is 3, from Michael W Bombardieri, tweaked byNicholas Marriott
2011-04-19Should check uname() >= 0 to detect success, not == 0.Matthew Dempsky
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott
2011-04-19ident searches for $keyword:... $, not $keyword:...$;Jason McIntyre
2011-04-19POSIX only guarantees uname() will return a non-negative value onMatthew Dempsky