index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
cdio
/
cdio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change a strange "} if" into the intended "} else if". No practial
naddy
2019-04-01
1
-2
/
+2
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+4
*
unsigned char casts where neccessary
deraadt
2013-11-20
1
-10
/
+11
*
Add printing of current profile and feature information to 'info'
krw
2010-03-01
1
-4
/
+7
*
try to get "play" right; help/ok naddy
jmc
2009-06-09
1
-3
/
+3
*
Synchronize man page and help output.
naddy
2009-06-03
1
-11
/
+12
*
Restore the original help output: capitalize the characters that
naddy
2009-02-07
1
-5
/
+5
*
no need to warn about using the default device; Thomas Pfaff
deraadt
2008-10-29
1
-3
/
+5
*
use a bitmap to store the features. simplify the code a bit and allow for
fgsch
2008-08-30
1
-6
/
+6
*
Old drives (reported Giovanni Bechis <bigionews@snb.it>) don't report CD-RW
av
2008-08-13
1
-2
/
+3
*
o use definitions from cd.h
fgsch
2008-08-08
1
-2
/
+1
*
we really need unsigned in arithmetic operations.
av
2008-07-23
1
-2
/
+2
*
set speed for writing tracks in TAO.
av
2008-06-30
1
-10
/
+31
*
Automatically distinguish between CD-DA track and WAVE audio file writing them
av
2008-06-22
1
-3
/
+28
*
move tao code from main() into its own function before adding features.
av
2008-06-11
1
-76
/
+91
*
check whether media supports TAO or blanking.
av
2008-06-08
1
-2
/
+18
*
Make open_cd() remember open mode. "blank" doesn't have to check for EPERM
av
2008-06-06
1
-22
/
+29
*
correct duration by taking the pre-gap into account; ok by many.
fgsch
2008-05-07
1
-2
/
+2
*
cdrip and cdplay commands from Alexey Vatchenko
mjc
2007-05-26
1
-1
/
+21
*
spacing
deraadt
2006-08-25
1
-3
/
+3
*
spacing
deraadt
2006-08-24
1
-3
/
+3
*
lint cleanup
deraadt
2006-06-16
1
-3
/
+3
*
put fd into track's struct so we can fail earlier
mjc
2006-06-15
1
-7
/
+8
*
minor cleanup
deraadt
2006-06-06
1
-38
/
+38
*
minor tweaks
deraadt
2006-06-01
1
-13
/
+13
*
add checks for disc size before we set out trying to burn 4gb
mjc
2006-06-01
1
-1
/
+19
*
better command line usage as suggested by deraadt@
mjc
2006-06-01
1
-19
/
+44
*
add rewritable blanking and track-at-once burning support
mjc
2006-05-31
1
-21
/
+58
*
Clean up command line parsing, don't accept trailing garbage, add in
krw
2006-01-20
1
-162
/
+291
*
Whitespace nits.
krw
2006-01-11
1
-9
/
+8
*
Fix issues with relative times, especially track # vs TOC index
krw
2006-01-10
1
-32
/
+41
*
Add cmpmsf(). Use it to eliminate repeated code. No functional change.
krw
2006-01-09
1
-12
/
+25
*
Bring in toc2msf() from NetBSD's cdplay. Use it to eliminate repeated
krw
2006-01-09
1
-41
/
+31
*
Bring in addmsf() from NetBSD's cdplay. Use it to eliminate repeated
krw
2006-01-09
1
-40
/
+23
*
CDIOCREADTOCENTRYS adjusts lba information into host order, so there
krw
2005-12-31
1
-18
/
+19
*
Remove an ambiguiity and make 'e' short for "eject". The short form
millert
2005-12-21
1
-2
/
+2
*
add an exit command as an alias of quit; ok henning@
robert
2005-01-22
1
-1
/
+2
*
Better error message for `device' command without arguments.
alek
2005-01-09
1
-1
/
+6
*
New shortcuts for commands device (d) and debug (deb)
alek
2005-01-08
1
-2
/
+2
*
add snprintf sanity check.
moritz
2005-01-04
1
-2
/
+2
*
sprinkle some ARGSUSED for table driven functions
deraadt
2004-09-14
1
-2
/
+7
*
- sort options
jmc
2004-07-30
1
-2
/
+2
*
fix printf formats, unsigned wants %u
espie
2004-01-16
1
-20
/
+20
*
A more classical and more readable getopt() loop, no functional change.
miod
2004-01-14
1
-12
/
+9
*
New libedit api changes.
otto
2003-10-31
1
-4
/
+7
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-4
/
+4
*
Replace a strcpy and associated code with a snprintf whose return
krw
2003-04-06
1
-9
/
+5
*
copyrights added;
jmc
2003-02-18
1
-1
/
+32
*
add libedit support.
fgsch
2003-02-13
1
-10
/
+52
[next]