summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-12-04Fix some warnx() calls which should be fprintf plus KNF.Christiano F. Haesbaert
2011-12-04When a man document contains nothing at all except one or more invalidIngo Schwarze
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-12-03remove useless "#ifdef __linux__" that crept in,Ingo Schwarze
2011-12-03Make the mandocdb(8) format endian-neutral by storing integer dataIngo Schwarze
2011-12-02update currency exchange rates;Jason McIntyre
2011-12-02don't use a "server" flag, just check if we expose sub-devicesAlexandre Ratchov
2011-12-02reuse midi-control code to implement midi thru boxes and removeAlexandre Ratchov
2011-12-02initialize device reference counter, unbreaks -aoffAlexandre Ratchov
2011-12-02remove unused 'reqrate' parameterAlexandre Ratchov
2011-12-02don't add .wav header to .syx filesAlexandre Ratchov
2011-12-02In man(7), when no explicit volume name is given, use the defaultIngo Schwarze
2011-12-02fix bz#1934: newer OpenSSL versions will require HMAC_CTX_Init beforeDamien Miller
2011-12-02fix bz#1948: ssh -f doesn't fork for multiplexed connection.Damien Miller
2011-12-01Log terminal overrides.Nicholas Marriott
2011-12-01Fix mandocdb(8) to pass over the type when pruning the database.Ingo Schwarze
2011-12-01Add home and end keys for command prompt, from Matthias Lederhofer.Nicholas Marriott
2011-12-01Make M-f and M-b work the same at the command prompt as in copy mode,Nicholas Marriott
2011-11-29Sync to bsd.lv, mostly from kristaps@.Ingo Schwarze
2011-11-29minor whitespace fixDavid Gwynne
2011-11-29use a u_int64_t for the state id in pfsync_state. this makes it consistentDavid Gwynne
2011-11-29Missing wordlen check from version 1.20. Spotted by matthew@lum
2011-11-29tables of matchable keys; from kristaps@Ingo Schwarze
2011-11-28Fix a few grating comment typos.Matthew Dempsky
2011-11-28jmc's suggested text for the ctags man page update was slightylum
2011-11-28Change behaviour of M-q (fill-paragraph) to allowlum
2011-11-28Add some ctags support to mg. From Sunil Nimmagadda.lum
2011-11-28Discuss the default behaviour up front before talking about optionsIngo Schwarze
2011-11-28Put back the chdir(2) to the right man page tree before parsing manuals;Ingo Schwarze
2011-11-28Implement whatis(1) as a special apropos(1) mode as a part ofIngo Schwarze
2011-11-27Reimplement the global command line options -a and -vIngo Schwarze
2011-11-27Save the manual type (mdoc, man, or cat) in the index fileIngo Schwarze
2011-11-27Rudimentary handling of formatted manuals ("cat pages").Ingo Schwarze
2011-11-26Resync to bsd.lv, most code from kristaps@.Ingo Schwarze
2011-11-26minor sync to bsd.lvIngo Schwarze
2011-11-20Move mmc/mtc and volume control bits from struct aproc to structAlexandre Ratchov
2011-11-19Avoid a NULL pointer access if an .Rs block body contains nothingIngo Schwarze
2011-11-18Support parenthised subexpressions in apropos(1);Ingo Schwarze
2011-11-17+.Xr cvs 1 ,Jason McIntyre
2011-11-17Change the search type mask from 32 to 64 bit such that a full setIngo Schwarze
2011-11-17Fix a pasto that prevented detection of mandoc.index dbopen(3) failure.Ingo Schwarze
2011-11-17Minimal man.conf(5) _whatdb support for mandocdb(8) and apropos(1),Ingo Schwarze
2011-11-17ISO style "%Y-%m-%d" dates are common in man(7) .TH.Ingo Schwarze
2011-11-17 - Fix parts of xenocara on static arches such as vax.Jasper Lievisse Adriaanse
2011-11-16mark the device as closed before closing streams attached to it.Alexandre Ratchov
2011-11-16prefix device-specific messages by the device name, since weAlexandre Ratchov
2011-11-16When processing .Sh HEAD, as soon as we know which section this is,Ingo Schwarze
2011-11-16When a .TP block is broken but already contains a head element,Ingo Schwarze
2011-11-16Support multiple search terms, and logical operations -a and -oIngo Schwarze
2011-11-16Don't leak list in complete_cmd_parse if there are no commands found.Owain Ainsworth