tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
cdio
/
at
trash-bin2
7 files
Makefile
sndio for cdio (only for the "cdplay" command)
17 years ago
cddb.c
Switch cdio's default CDDB database to gnudb.gnudb.org:8880. The freedb.org CD track database has been discontinued.
5 years ago
cdio.1
man pages: add missing commas between subordinate and main clauses
4 years ago
cdio.c
unifdef CDIOCCLOSE __OpenBSD__
4 years ago
extern.h
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a ton of namespace intrusion). Create local sizes, and refactor some code along the way. ok millert
4 years ago
mmc.c
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a ton of namespace intrusion). Create local sizes, and refactor some code along the way. ok millert
4 years ago
rip.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago