summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-12-27correct commentDamien Miller
2013-12-27make the original RSA and DSA signing/verification code look more likeDamien Miller
2013-12-27Add HISTORY and AUTHORS; triggered by a shorter patch from bcallah@.Ingo Schwarze
2013-12-26I have no idea how it happened that \B, \H, \h, \L, and \l gotIngo Schwarze
2013-12-25Parse and ignore the roff(7) escape sequences \d (move half line down)Ingo Schwarze
2013-12-25Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze
2013-12-25Oops, .Fa never breaks the output line in the middle of any of itsIngo Schwarze
2013-12-25Garbage collect two local variables each used only one single time.Ingo Schwarze
2013-12-25In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze
2013-12-25Support .St -xsh4.2, the System Interfaces part of the original SingleIngo Schwarze
2013-12-25final circleq to tailq fix. restore the previous pointer check by readingTed Unangst
2013-12-25s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze
2013-12-25Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze
2013-12-24Delete the unused flag TERMP_IGNDELIMIngo Schwarze
2013-12-24more fixing after circleq conversion. a better fix to check the prevTed Unangst
2013-12-24Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze
2013-12-24It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze
2013-12-24When deciding whether two consecutive macros are on the same input line,Ingo Schwarze
2013-12-24Add support for SSL/TLS server certificate validation, enabled byJeremie Courreges-Anglas
2013-12-23fix circleq tailq conversionTed Unangst
2013-12-23Fix two dotline bugs for the price of one.Florian Obser
2013-12-23Move findbuffer() to buffer.c.Mark Lumsden
2013-12-23Implement a long-standing desideratum,Ingo Schwarze
2013-12-22Polishing the worms in my favourite can, term_flushln().Ingo Schwarze
2013-12-22Fix end-of-sentence spacing after the DragonFly text production macro.Ingo Schwarze
2013-12-22Implement end-of-sentence spacing at the end of man(7) macro lines.Ingo Schwarze
2013-12-21Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()Philip Guenther
2013-12-21Refer to the kernel headers consistently via ../../sys, even for mkioctlPhilip Guenther
2013-12-21small typoTed Unangst
2013-12-21Don't use a non-constant format string with printf() that gcc can'tPhilip Guenther
2013-12-21Constipate some functionsPhilip Guenther
2013-12-20cannot let theo talking about emacs and mg slideHenning Brauer
2013-12-20Set the correct line number after successfully searching withFlorian Obser
2013-12-20Remove a spurious message that appears in dired mode if you press aMark Lumsden
2013-12-20When writing a file, break out when we get a write(2) error, notJeremie Courreges-Anglas
2013-12-20set the target device number of standard system exclusiveAlexandre Ratchov
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-12-19use full name for author, with his permissionDamien Miller
2013-12-19Amend dired-unmark-backward to fit with recent change andMark Lumsden
2013-12-19Make dired-unmark-backward behave the same as emacs: move cursor up aMark Lumsden
2013-12-19bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agentDamien Miller
2013-12-19bz#2147: fix multiple remote forwardings with dynamically assignedDamien Miller
2013-12-19simplify freeing of source-address certificate restrictionDamien Miller
2013-12-19Cast client_alive_interval to u_int64_t before assinging toDarren Tucker
2013-12-19skip requesting smartcard PIN when removing keys from agent; bz#2187Damien Miller
2013-12-17I've assempled the header file by cut&pasting from generated headersMarkus Friedl
2013-12-15In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze
2013-12-15add some comments and constify a constantDamien Miller
2013-12-15The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze
2013-12-15Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.Pascal Stumpf