summaryrefslogtreecommitdiffstats
path: root/usr.sbin/burncd
Commit message (Collapse)AuthorAgeFilesLines
* Use intmax_t to avoid wrap on large images in verbose output.alfred2003-12-281-3/+4
|
* Catch up with the latest in device naming.obrien2003-11-181-5/+5
|
* Fix "write from stdin".pb2003-07-261-3/+6
| | | | | Reviewed by: sos MFC after: 1 week
* Assorted mdoc(7) fixes.ru2003-05-221-3/+2
| | | | Approved by: re (blanket)
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-2/+2
| | | | Approved by: re (blanket)
* Add support for using the CDROM env var for device to use;sos2003-05-042-1/+14
| | | | PR: 38178
* Fix filename printing when using -l option.sos2003-05-041-2/+2
| | | | PR: 43574
* Dont fixate when doing dvdrw or test writing.sos2003-05-041-1/+1
| | | | PR: 47195
* Default speed is 4 not 1.sos2003-05-041-1/+1
| | | | PR: 50474
* mdoc(7) police: Scheduled sweep.ru2003-02-241-1/+1
|
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.johan2003-01-231-2/+2
| | | | Approved by: sos
* Make fully WARNS=5 clean.obrien2002-12-302-6/+6
| | | | Tested on: sparc64, x86
* Fix printf format errors on 64-bit platforms and make WARNS=5 compliant.wollman2002-12-292-23/+28
| | | | | | | Checked on Alpha and IA32. Reviewed by: maintainer timeout MFC after: 1 week
* On drives that returns 00 as 100% done, lower the criteriasos2002-12-181-13/+13
| | | | | | for wraparound, 99 was too much for fast drives since they do not give 99 as the last value, but instead something in the 90's range.
* Uniformly refer to a file system as "file system".ru2002-12-121-3/+3
| | | | Approved by: re
* mdoc(7) police: markup fixes.ru2002-11-271-8/+10
| | | | Approved by: re
* Take care of the case for the default speed (no -s option) also.njl2002-10-271-3/+2
|
* Move speed units conversion to right before it is used. This catches thenjl2002-10-271-1/+2
| | | | case when the -s option is not used.
* Convert speed into KB/s. This was missed by the previous commit to this file.njl2002-10-261-1/+1
| | | | MFC after: 3 weeks
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-182-1/+5
| | | | | | | | | | | | | | | * Change atapi-cd ioctls to use the same units. * Change burncd, cdcontrol to convert CDROM speed to KB/sec before calling the ioctl. Add a "max" speed option for their command lines. This change does not break ABI but does change the units passed through the ioctl so 3rd party software that uses cdrio.h will have to convert (most likely by multiplying CDROM speed by 177 to get KB/s). PR: kern/36845 Submitted by: Philipp Mergenthaler <p@i609a.hadiko.de> (CAM ioctls) Reviewed by: sos, ken MFC after: 1 month
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-082-19/+140
| | | | | | | | | PR40430 by "Peter Haight <peterh@sapros.com>" that has semilar patches included and which I merged with my own work. HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc Enjoy!
* The .Nm utilitycharnier2002-07-141-2/+2
|
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Dont quit prematurely when writing from stdin...sos2002-04-051-2/+5
|
* Mention the fact that you must burn an ISO image to your CDR (createdmurray2002-03-281-0/+8
| | | | | | | | | by mkisofs(8) or similar), if you actually intend to mount the data CD created by burncd. PR: bin/35524 Approved by: sos MFC after: 3 days
* Update headerssos2002-03-041-1/+1
|
* fix the wildrunning % counter.sos2002-03-041-4/+2
|
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Write the "msinfo" result to stdout instead of stderrsos2002-01-051-2/+2
|
* Fix the msinfo command, as mentioned in several PR's.sos2001-12-271-5/+8
|
* Argh...save buffer before committing. NO_WERROR takes a value ofmikeh2001-12-241-1/+1
| | | | 'yes', not 2.
* WARNS=2 fixup. Set NO_WERROR due to use of 'j' format specifier.mikeh2001-12-242-12/+15
| | | | PR: bin/32567
* mdoc(7) police:ru2001-12-081-5/+11
| | | | | | | | - bump document date - add -n to SYNOPSIS - remove whitespace at EOL - remove hard sentence break - be a bit verbose about "vcd" operation
* Add the ability to write VCD/SVCD disc's.sos2001-12-042-58/+82
| | | | | | It is still nessesary to supply the tracks as individual files, burncd can't read .cue files yet, but now the infrastructure to do it is present we just need a .cue file parser (hint hint)...
* Change the way DAO/TAO modes are init'ed.sos2001-10-011-4/+6
|
* Use getprogname(3) instead of hardcoding the name..sos2001-09-111-2/+2
|
* Fixes from Ruslan Ermilov:sos2001-09-112-41/+30
| | | | | | | | | | | | | 1. FreeBSD should be spelled with "F" and "BSD" in capitals, even in comments. 2. Please don't use hard sentence breaks. Always start a new sentence from the new line. 3. Don't use `#' or `$' in EXAMPLES; this has been fixed recently in share/examples/mdoc/ templates. 4. Nuke the prog_name variable burncd.c, use getprogname(3).
* Add DAO mode (Disk At Once).sos2001-09-102-79/+304
| | | | See burncd.8 for how to use it.
* mdoc(7) police:ru2001-08-071-1/+1
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Change to spell erasing right.sos2001-05-301-6/+7
| | | | PR 26306 but implemented differently by me.
* mkisofs is in section 8, not section 1.dd2001-04-211-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: formatting fixes.ru2001-01-111-32/+52
|
* New option -m to select multisession mode.sos2001-01-102-92/+190
| | | | | | | | | | | | | | | | WARNING: until now all disks was closed as multisession disks, this is no longer the case, if the -m option isn't used disks are closed as singlesession. The reason is that some drives wont close a disk with one large image on in multisession mode, probably because it "knows" that a new session wont fit on the media resonably. Also update burncd with new stuff from various places that I've collected and modified to my taste, its actually amasing how many thinks up the same enhancements (none mentioned none forgotten): Allow '-' to be used as filename for using stdin. Add 'l' option to take a list of image files from 'filename'
* Update to match the progress interface on blank command.sos2000-12-261-1/+16
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-2/+1
|
* Fix some spelling errors.mpp2000-03-241-2/+2
|
* mkisofs has the -C option for this, doh.sos2000-03-041-3/+3
|
OpenPOWER on IntegriCloud