Age | Commit message (Expand) | Author |
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 |
2010-10-23 | cleanup mdoc(7) validation code: use real functions, not macros | Ingo Schwarze |
2010-10-23 | .Sm no longer produces a linebreak when used in .Bd | Ingo Schwarze |
2010-10-23 | sync comments to bsd.lv; no functional change | Ingo Schwarze |
2010-10-23 | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott |
2010-10-23 | When removing a pane, don't change the active pane unless the active | Nicholas Marriott |
2010-10-22 | Fix a crash when mixing the legacy width option (e.g. fold -70) | Todd C. Miller |
2010-10-22 | whining verboten; ok deraadt | Mike Belopuhov |
2010-10-22 | Move setvbuf() added in r1.19 to before the call to doskip() since | Todd C. Miller |