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