Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | Add missing FNM_CASEFOLD flag to fnmatch() when locate is run in case | Todd C. Miller | |
insensitive mode. From Geoff Steckel. OK deraadt@ | |||
2010-10-24 | Do not throw FATAL errors when there is no need to: | Ingo Schwarze | |
- when encountering nested displays (.Bd containing .Bd, .D1, .D1) - when a block end macro was forgotten - when ending a block that was never started - when the uname(3) system call failed along with a little related cleanup | |||
2010-10-23 | let .Bsx print just "BSD/OS" like in modern groff | Ingo Schwarze | |
from Ulrich Spoerlein <uqs at spoerlein dot net> | |||
2010-10-23 | escape '[' in filename tab-completion; fix a type while there. | Stuart Henderson | |
ok djm@ | |||
2010-10-23 | Use CVSROOT for "cvs import" - just ignore CVS/Root files. PR 6497 from | Nicholas Marriott | |
Michael W Bombardieri. ok tobias stsp | |||
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 | |
from kristaps@ | |||
2010-10-23 | cleanup mdoc(7) validation code: use real functions, not macros | Ingo Schwarze | |
from kristaps@ | |||
2010-10-23 | .Sm no longer produces a linebreak when used in .Bd | Ingo Schwarze | |
also avoid an extra space after the opening bracket in .Op in -Thtml from kristaps@ | |||
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 | |
somebody whose name I have forgotten. | |||
2010-10-23 | When removing a pane, don't change the active pane unless the active | Nicholas Marriott | |
pane is actually the one being removed. | |||
2010-10-22 | Fix a crash when mixing the legacy width option (e.g. fold -70) | Todd C. Miller | |
with getopt()-style options, such as "fold -b70". Mixing the legacy width with another option is no longer permitted. This matches legacy behavior and other implementations. OK kili@ | |||
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 | |
anything read from stdin in doskip() may be lost when we change the buffering. Fixes PR 6492. OK guenther@ | |||
2010-10-21 | When the end of a stream is reached (ie mix_eof() called) other | Alexandre Ratchov | |
possibly blocked streams are processed. If during this phase the end of another stream is reached then stop the processing because the job will be already finished by the second stream. Otherwise we may end up running a destroyed stream. help from Edward Wandasiewicz <w13ntd at googlemail.com>, thanks | |||
2010-10-21 | fix style and typos in messages and comments | Alexandre Ratchov | |
2010-10-21 | use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding | Alexandre Ratchov | |
AMSG_xxx macros, which in turns simplifies the code | |||
2010-10-21 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre | |
2010-10-21 | There is neither TCP6 nor struct tcp6cb in our kernel. So remove | Alexander Bluhm | |
tcp6_dump() from netstat. It was never called anyway. No binary change. ok henning@ claudio@ | |||
2010-10-20 | Merge OpenCVS' rcs_deltatext_set into OpenRCS, fixing a memory leak. | Tobias Stoeckmann | |
ok nicm zinovik | |||
2010-10-20 | Remove the need for rp_file in parser structure, instead keep only one | Tobias Stoeckmann | |
FILE pointer in RCSFILE. This fixes some ugliness in closing an fdopen()ed FILE and its underlying file descriptor. Notified by Joerg Sonnenberger <joerg at britannica dot bec to de> discussed with and ok nicm | |||
2010-10-20 | Mark repeating keys with "(repeat)" in the key list. | Nicholas Marriott | |
2010-10-20 | Prevent a NULL pointer dereference if rcsparse_deltatexts is called with | Tobias Stoeckmann | |
a revision not specified as delta in an RCS file. Spotted by and ok zinovik | |||
2010-10-19 | no more vgrind(1); ok deraadt | Jason McIntyre | |
2010-10-19 | Add a few more tcpcb and sockbuffer variables that tcpbench can inspect. | Claudio Jeker | |
2010-10-18 | sup is no longer used. reminded by pirofti and jmc | Theo de Raadt | |
2010-10-18 | vgrind goes to the attic | Theo de Raadt | |
2010-10-18 | disable vgrind; raw roff support is gone. it might surface in the ports ↵ | Theo de Raadt | |
tree, or the time for vgrind has gone | |||
2010-10-18 | Merge the before and after attach client code into one in client.c | Nicholas Marriott | |
(instead of two in tmux.c and client.c). | |||
2010-10-18 | more usd/psd stuff lurking... | Jason McIntyre | |
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre | |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze | |
We will soon get rid of groff in base, so there is no longer any way to use these files with base. No opposition on tech@. | |||
2010-10-17 | remove sectok(1); it hasn't been updated in years and doesn't work | Damien Miller | |
with the current generation of tokens; ok markus@ deraadt@ | |||
2010-10-17 | unlink sectok(1) from the build; ok markus@ deraadt@ | Damien Miller | |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze | |
and provide more useful tbl error messages in a non-intrusive way. | |||
2010-10-16 | paste in EXIT STATUS from diff(1); confirmed by ray | Jason McIntyre | |
2010-10-16 | Support tbl(1) code embedded into mdoc(7) input files. | Ingo Schwarze | |
Very similar to what i have done in man(7) yesterday. Allows to build cpu(4) on HPPA, wi(4), and phantasia(6). Now we are able to build all tbl code in base. | |||
2010-10-16 | Make stdio blocking again before calling shell command with -c. | Nicholas Marriott | |
2010-10-16 | Trying to set FD_CLOEXEC on every fd is a lost cause, just use | Nicholas Marriott | |
closefrom() before exec. | |||
2010-10-16 | Fall back on normal session choice method if $TMUX exists but is invalid | Nicholas Marriott | |
rather than rejecting. | |||
2010-10-16 | historically, an acre has been defined as the area an ox works in a day, | Ted Unangst | |
but units knows nothing about oxen. correct this omission. ok deraadt | |||
2010-10-15 | Allow blank lines and ignore comments in tbl data. | Ingo Schwarze | |
This finally allows terminfo(5) to build. Now we can build all man(7)-tbl(1) in base without loss of information, though some still look ugly. | |||
2010-10-15 | For now, parse and ignore minimal column width specifications. | Ingo Schwarze | |
First step to get terminfo(5) to build. | |||
2010-10-15 | Do not crash on spanned headings. | Ingo Schwarze | |
This doesn't give us nice column widths yet with spanned headings, but it helps mkhybrid(8) to survive the build and produce complete output. "move forward" deraadt@ | |||
2010-10-15 | Move tbl width calculation from plain strlen to mandoc terminal width | Ingo Schwarze | |
calculation routines. This gives us mostly sane table column widths. "move forward" deraadt@ | |||
2010-10-15 | Move tbl output from plain stdio to mandoc terminal output routines. | Ingo Schwarze | |
This fixes (1) all escape sequences and (2) some aspects of indentation. Table column widths are still way off, though. "move forward" deraadt@ | |||
2010-10-15 | Minimal glue to integrate tbl into the mandoc man(7) parser and formatter. | Ingo Schwarze | |
The output dosn't look nice yet, escape handling is still missing, but will follow soon. "move forward aggressively :-)" deraadt@ | |||
2010-10-15 | Import tbl parser and renderer written by kristaps@. | Ingo Schwarze | |
Unchanged code from bsd.lv release 0.1.5, but without the main program. Not yet linked to the build; next commit will integrate it into mandoc. | |||
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray | |
telnet portion partially from the latest heimdal. ok mikeb@ |