Age | Commit message (Expand) | Author |
2012-11-23 | space required between macro args and punctuation; | Jason McIntyre |
2012-11-23 | add a -M flag that does nothing; allows setups with -M in sndiod_flags | Alexandre Ratchov |
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-22 | Put helper function back, will be needed in a bit. | Nicholas Marriott |
2012-11-22 | Instead of worrying about xterm version, send DA and read DEC service | Nicholas Marriott |
2012-11-22 | Don't need to send DECSL on detaching now, the code using higher levels | Nicholas Marriott |
2012-11-21 | ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists | Marc Espie |
2012-11-21 | Plug fp leak, from rustyBSD at gmx dot fr. | Nicholas Marriott |
2012-11-20 | keep functnames sorted | Florian Obser |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze |
2012-11-19 | Add halfpage commands to mode command string table (missed by accident), | Nicholas Marriott |
2012-11-19 | Clarify some points about config files, notably that they are only read | Nicholas Marriott |
2012-11-19 | Use a utility function for common code to show errors in config file, | Nicholas Marriott |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |
2012-11-18 | Make the generated man(7) code more portable by using .PD | Ingo Schwarze |
2012-11-18 | Correct indentation for lists and displays inside lists. | Ingo Schwarze |
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze |
2012-11-16 | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze |
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze |
2012-11-16 | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze |
2012-11-14 | use F_OK macro instead of 0 in access() when checking by file existence. make... | Gleydson Soares |
2012-11-14 | fix a bug, hidden by the break statement in the special option case, | Igor Sobrado |
2012-11-14 | allow the full range of unsigned serial numbers; 'fine' deraadt@ | Damien Miller |
2012-11-14 | fix username passed to helper program | Damien Miller |
2012-11-13 | Column numbers are gone for good. | Florian Obser |
2012-11-12 | Once a C_RECVDIR command is sent, a matching C_END command has to be | Philip Guenthe |
2012-11-12 | Fix various format string issues. Stop assuming time_t is long or smaller. | Philip Guenthe |
2012-11-11 | updating the character offset on the line all the time is astoundingly | Theo de Raadt |
2012-11-11 | david livingstone, not livingston; | Jason McIntyre |
2012-11-09 | *really* filter symbols on elf systems: introduce a new "export_symbols" | Marc Espie |
2012-11-09 | fix get_symbollist: output completely empty file if no symbol. | Marc Espie |
2012-11-07 | say goodbye to killing trailing spaces. | Marc Espie |
2012-11-07 | fix fractional number exponentiation, especially for negative exponents | Otto Moerbeek |
2012-11-06 | Remove never read struct member, found while investigating a llvm | Florian Obser |
2012-11-06 | use BN_set_negative() and BN_is_negative() instead of subtracting or | Otto Moerbeek |
2012-11-06 | For exponenttion, only warn if the fractional part of the exponent | Otto Moerbeek |
2012-11-05 | Show last client activity time in default choose-client list. | Nicholas Marriott |
2012-11-04 | Support multiple required authentication via an AuthenticationMethods | Damien Miller |
2012-11-04 | Remove default of AuthorizedCommandUser. Administrators are now expected | Damien Miller |
2012-11-03 | fix potential memory leak, found by llvm | Florian Obser |
2012-11-03 | kill dead assignment, found by llvm | Florian Obser |
2012-11-03 | Don't leak a file descriptor when testing for permissions, also make | Christiano F. Haesbaert |
2012-11-03 | This should be void. | Christiano F. Haesbaert |
2012-11-02 | Dont insert twice recorded wav files (-o) on the list of recorded files; | Alexandre Ratchov |
2012-11-02 | Initialize wav structure enough for wav_close() to work in the error | Alexandre Ratchov |