summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-11-10use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.Damien Miller
2010-11-08getdirentries(2) should be avoided outside of libc so use scandir(3)Todd C. Miller
2010-11-07more EXIT STATUS bits; from Daniel DickmanJason McIntyre
2010-11-05Add experimental support for 24-bit arithmetic, meaning that fullAlexandre Ratchov
2010-11-05unbreak compilation without DEBUG definedAlexandre Ratchov
2010-11-05Convert ulaw/alaw to native format (ie using ADATA_XXX defines) ratherAlexandre Ratchov
2010-11-05Print relativ number of livelocks that happend between two systatClaudio Jeker
2010-11-05whitespace KNFDamien Miller
2010-11-04Replace ``short'' by a new ``adata_t'' typedef corresponding toAlexandre Ratchov
2010-11-04legacy.c is not used any longerAlexandre Ratchov
2010-11-04- fix a comma oopsieJason McIntyre
2010-11-04umask should be parsed as octal. reported by candland AT xmission.com;Damien Miller
2010-11-03POSIX specifies that ctags create tags for typedefs, structs, unions,Todd C. Miller
2010-11-02exit 1 (not -1) for -q; PR 6494Theo de Raadt
2010-11-02expose the kernels network livelock counterDavid Gwynne
2010-11-01Typo, from Rob Paisley.Nicholas Marriott
2010-10-31init was passing a writable file descriptor into rcs_open which was thenNicholas Marriott
2010-10-30Print socket structure internals when netstat -P pcbaddr is calledAlexander Bluhm
2010-10-29We now send argv to the server after parsing it in the client to get theNicholas Marriott
2010-10-29Nuke some unused variables and remove an unnecessary call to dirname().Nicholas Marriott
2010-10-29soelim is no longger needed now that nroff/troff is not in baseTodd C. Miller
2010-10-29Remove colcrt and checknr. colcrt is only useful on very oldTodd C. Miller
2010-10-29some fixes from ingo regarding the recent groff removal;Jason McIntyre
2010-10-29various fixes, mostly concerning the recent groff removal,Jason McIntyre
2010-10-29Include the octet of the mode that contains the setuid/setgid/sticky bitsPhilip Guenthe
2010-10-28more roff adjustments;Jason McIntyre
2010-10-28rewrite EXAMPLES, so that it makes a bit more sense;Jason McIntyre
2010-10-28adjust text to avoid referencing non-existent pages;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28cleanup ;;Theo de Raadt
2010-10-28grammar tweak; from Michael W. BombardieriJason McIntyre
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
2010-10-28Fix memory leak.Tobias Stoeckmann
2010-10-28fix a possible NULL deref on loading a corrupt ECDH keyDamien Miller
2010-10-28Font alternating blocks like .RB must not break the line between childrenIngo Schwarze
2010-10-27Fix an off-by-one in an assertion, crashing the renderer on ".Os \&".Ingo Schwarze
2010-10-27The man(7) macros .HP .IP .RS .TP accept *optional* arguments,Ingo Schwarze
2010-10-27Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resultingTobias Stoeckmann
2010-10-26Warn developers that .so is fragile and suggest using ln(1) instead;Ingo Schwarze
2010-10-26Downgrade nearly 20 ERRORS to WARNINGS.Ingo Schwarze
2010-10-26Support .so (low-level roff "switch source file"),Ingo Schwarze
2010-10-26Refactoring, no functional change:Ingo Schwarze
2010-10-26add HISTORY and AUTHORS sections.Felix Kronlage
2010-10-25Add missing FNM_CASEFOLD flag to fnmatch() when locate is run in caseTodd C. Miller
2010-10-24Do not throw FATAL errors when there is no need to:Ingo Schwarze
2010-10-23let .Bsx print just "BSD/OS" like in modern groffIngo Schwarze
2010-10-23escape '[' in filename tab-completion; fix a type while there.Stuart Henderson
2010-10-23Use CVSROOT for "cvs import" - just ignore CVS/Root files. PR 6497 fromNicholas Marriott
2010-10-23sync library manuals to bsd.lvIngo Schwarze
2010-10-23use proper message in case of multiple arguments to .AnIngo Schwarze