summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-06-08simplification from igorJoris Vink
2008-06-08check whether media supports TAO or blanking.av
2008-06-08moreHenning Brauer
2008-06-08add ability to determine media capabilities (what we can do with media).av
2008-06-08Have the sftp client store the statvfs replies in wire format,Darren Tucker
2008-06-08Handle commits on a per-directory basis instead handling all of them atTobias Stoeckmann
2008-06-08kill debug printfJoris Vink
2008-06-08properly handle FILE_UPTODATE and FILE_LOSTJoris Vink
2008-06-08check for file_rcs being NULLJoris Vink
2008-06-08Add case for ENOSYS in errno_to_portable; ok deraadtDarren Tucker
2008-06-08Don't check a file for conflict markers if it has no CVS/Entries entry.Tobias Stoeckmann
2008-06-08there are more cases where we cannot show the tags when -v is specified.Joris Vink
2008-06-08do not segfault when running status -v on non existing files.Joris Vink
2008-06-08rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f'Tobias Stoeckmann
2008-06-08allow for multiple release tags, noticed by tobias@Joris Vink
2008-06-08Removed unreachable code.Tobias Stoeckmann
2008-06-08properly check the passed tags if they are valid before attemptingJoris Vink
2008-06-08Avoid memory leaks in directory tag handling by always allocating andTobias Stoeckmann
2008-06-08Properly build up path to description files (descr entry in RCS files ifTobias Stoeckmann
2008-06-08There is no need to convert RCSNUMs to char just to see if they differ.Tobias Stoeckmann
2008-06-07statvfs member fsid needs to be wider, increase it to 64 bits andDamien Miller
2008-06-06update the description of -b and STANDARDS; suggested by grunkJason McIntyre
2008-06-06Make open_cd() remember open mode. "blank" doesn't have to check for EPERMav
2008-06-04olf support starts to die (easy stuff first); ok miodTheo de Raadt
2008-06-04tweak previous, and arrange the text to read a little better;Jason McIntyre
2008-06-04Extend awk with bitwise operations. This is an extension to the awkPierre-Yves Ritschard
2008-06-03fix some spacing issues;Jason McIntyre
2008-06-03group the descriptions for -CcHhEeRr in such a way as to avoidJason McIntyre
2008-06-03Allow aucat to play/record from input-only or output-only devices.Dale Rahn
2008-06-02fix up ENVIRONMENT a little;Jason McIntyre
2008-06-02- tweak previousJason McIntyre
2008-06-02document latest changes: -d flag is replaced by AUCAT_DEBUGAlexandre Ratchov
2008-06-02currently, we start the device as soon as write() blocks; it's betterAlexandre Ratchov
2008-06-02if aucat is suspended, then the kernel continues running the deviceAlexandre Ratchov
2008-06-02allow the user to choose the aucat behaviour when underruns/overrunsAlexandre Ratchov
2008-06-02(remove -d, second part) use strtonum() instead of sscanf() and inlinedAlexandre Ratchov
2008-06-02since underruns/overruns are handled outside devices, remove code thatAlexandre Ratchov
2008-06-02(remove -d, first part) replace -d flag by AUCAT_DEBUG environmentAlexandre Ratchov
2008-06-02Allows any input/output stream to underrun/overrun without disturbingAlexandre Ratchov
2008-06-02fix double free which can happen if the last line has no newline;Otto Moerbeek
2008-06-01sort flags; synchronize synopsis and usage; style(9).Igor Sobrado
2008-06-01sort flags; synchronize synopsis and usage.Igor Sobrado
2008-06-01synchronize synopsis and usage.Igor Sobrado
2008-05-31synchronize usage and synopsis.Igor Sobrado
2008-05-30cdio's blank command blanked CD twise. Fixed.av
2008-05-30Keyword expansion must not be set if no RCS file is available, for exampleTobias Stoeckmann
2008-05-30Set up cmdp before first possible call of fatal to avoid NULL pointerTobias Stoeckmann
2008-05-30diff -D support, also a change in diff_internals to properly printTobias Stoeckmann
2008-05-30Major rework of our cvs diff implementation fixes tons of GNU cvsTobias Stoeckmann
2008-05-29add a detailed synopsis to mg(1); synchronize with usage.Igor Sobrado