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