index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
aucat
/
afile.c
Age
Commit message (
Expand
)
Author
2023-03-27
typo: filed -> failed; ok ratchov@
Omar Polo
2023-03-27
reading aid: explicitly check for memcmp() != 0; no functional change
Omar Polo
2023-01-13
Use extended header format for .wav files.
Alexandre Ratchov
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-01-12
const-ify lookup tables; ok ratchov@
Christian Weisgerber
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2017-11-23
Remove useless variable assignments in .au header parsing code. From
Alexandre Ratchov
2017-03-24
Use the right header sizes for reading .aiff and .au files, ok ratchov
Nicholas Marriott
2016-09-30
Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.
Alexandre Ratchov
2016-01-10
trailing spaces, fit in 80 columns
Alexandre Ratchov
2015-08-27
Allow sparse blocks to be used as silence if samples are encoded
Alexandre Ratchov
2015-01-21
Simplify internals and rewrite file header parsing code:
Alexandre Ratchov