Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt | |
2005-01-22 | add an exit command as an alias of quit; ok henning@ | Robert Nagy | |
2005-01-09 | Better error message for `device' command without arguments. | Aleksander Piotrowski | |
help & ok miod@ | |||
2005-01-08 | New shortcuts for commands device (d) and debug (deb) | Aleksander Piotrowski | |
go ahead espie@ | |||
2005-01-04 | add snprintf sanity check. | Moritz Jodeit | |
ok millert@, henning@ | |||
2004-09-14 | sprinkle some ARGSUSED for table driven functions | Theo de Raadt | |
2004-07-30 | sort the list of available interactive commands to cdio, and clean up their | Jason McIntyre | |
descriptions somewhat; | |||
2004-07-30 | - sort options | Jason McIntyre | |
- missing full stop - uppercase `id' - add SEE ALSO; suggested by Alexey E. Suslikov - add `-d host:port' to usage() | |||
2004-01-16 | fix printf formats, unsigned wants %u | Marc Espie | |
okay millert@ | |||
2004-01-14 | A more classical and more readable getopt() loop, no functional change. | Miod Vallat | |
ok espie@ millert@ | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-09 | Protect all get_line calls against null pointers. | Marc Espie | |
Problem pointed out by Pedro Bastos, thanks Pedro. | |||
2003-04-06 | Replace a strcpy and associated code with a snprintf whose return | Kenneth R Westerback | |
value is checked. Replace an unhelpful usage() with a relevant error message if the argument buffer overflows. ok millert@ | |||
2003-03-13 | my style: length is size_t, not int. | Marc Espie | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-02-18 | copyrights added; | Jason McIntyre | |
Serge V. Vakulenko thanks espie@ for help | |||
2003-02-13 | add libedit support. | Federico G. Schwindt | |
from Pedro Bastos <pbastos at grad dot inf dot puc-rio dot br>, minus SMALL support. minor change by me. millert@ ok. | |||
2002-12-14 | handle multiline replies from the server. | Marc Espie | |
this actually happens on the 3.2 audio CD. ok millert@ | |||
2002-10-24 | - Add missing cdid command to cdio.1. | Federico G. Schwindt | |
- Remove ambiguity between cddbinfo and cdid commands, so CD matches cddbinfo and CDI cdid. millert@ ok. | |||
2002-05-19 | document default cdio connection | Marc Espie | |
2002-04-18 | Reuse cddb code to support FreeBSD new cdid command. | Marc Espie | |
(who knows ? scripts might use it). ok fgs@, pval@ | |||
2002-04-18 | remove extra spaces, fix rcsid (noticed by millert) | Marc Espie | |
2002-04-18 | KNF | Theo de Raadt | |
2002-04-18 | Add cddb support. | Marc Espie | |
2002-03-22 | Add missing prototypes. | Marc Espie | |
Convert lba2msf definition to ANSI-style, so that it matches the prototype Old-style function declarations undergo argument promotion, and thus: void f(a) char a; {} actually matches void f(int a); | |||
2002-03-21 | getopt returns -1, not EOF. | Marc Espie | |
2002-03-20 | style(9) | Marc Espie | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-10-28 | indent | Theo de Raadt | |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-14 | Stop fucking up display on Depeche Mode. | Marc Espie | |
Ok miod@ | |||
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2000-12-24 | Get rid of undocumented -h option. | Aaron Campbell | |
2000-12-24 | Get rid of ugly usage() output. People can read the man page to get a command | Aaron Campbell | |
list. Sync the usage() with the man page. | |||
2000-12-23 | Make cdio subject line more explicit (aaron & me) | Marc Espie | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-03-05 | Various improvements, including a few HISTORY sections added from FreeBSD. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
1999-12-15 | overflow safe | Theo de Raadt | |
1999-07-30 | acd dies | Theo de Raadt | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-12-20 | If open of device fails, try up to 10 times. Useful for CD changers that ↵ | Todd C. Miller | |
take a while to switch between logical units | |||
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-17 | fix FILES section; s/cd0d/cd0c/ | Michael Shalayeff | |