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
/
sndioctl
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-03
sndioctl: Flush stdout before polling
ratchov
1
-1
/
+2
2020-11-21
Groups are optional
kn
1
-4
/
+4
2020-06-28
Allow switching between alternate devices (-F option) with sndioctl(1)
ratchov
1
-1
/
+1
2020-06-28
Add a new SIOCTL_SEL control type to select one of a predefined set of
ratchov
1
-12
/
+42
2020-06-18
Check control types and skip unknown ones.
ratchov
1
-2
/
+9
2020-06-18
Allow names to start with digits or underscores
ratchov
1
-12
/
+8
2020-05-27
tweak previous: remove trailing whitespace and redundant .Pp
schwarze
1
-6
/
+7
2020-05-27
give a full example that sets up recording
espie
1
-2
/
+11
2020-05-25
For regular users sndioctl(1) can be restricted to pledge(2) "stdio", but since
mestre
1
-1
/
+8
2020-05-17
Print lists as comma-separated items
ratchov
1
-7
/
+16
2020-05-17
When -m is used, don't print controls that didn't change
ratchov
1
-4
/
+6
2020-05-17
When -m is used, always print one line per control
ratchov
1
-14
/
+43
2020-05-17
Factor code to print numbers, no behavior change
ratchov
1
-14
/
+19
2020-04-27
Display multi-state controls with exactly three decimal places.
schwarze
1
-3
/
+14
2020-04-24
Add an example of "sndioctl output.level=+0.1" as suggested by espie@,
schwarze
1
-13
/
+15
2020-04-21
Replace parameter -> control
ratchov
1
-15
/
+15
2020-04-21
The group is not optional.
ratchov
1
-2
/
+2
2020-04-21
Describe behavior when channel numbers are omitted
ratchov
1
-1
/
+4
2020-04-21
Use "real world" examples, like output.level.
ratchov
1
-15
/
+12
2020-04-21
Remove (confusing) description of non-scalar controls.
ratchov
1
-29
/
+2
2020-04-16
Make parse_unit return signed int
ratchov
1
-3
/
+3
2020-04-16
Add -q option to suppress output when setting variables, as does mixerctl
ratchov
2
-7
/
+13
2020-04-16
Add -n option to suppress variable name in output, similar to mixerctl
ratchov
2
-12
/
+20
2020-02-26
Numeric values are in the [0:1] range, not [0:127]
ratchov
1
-9
/
+6
2020-02-26
End the first example in a colon
ratchov
1
-2
/
+2
2020-02-26
Sync usage string and SYNOPSYS to what the code does.
ratchov
2
-6
/
+4
2020-02-26
Add sndioctl utility to control audio parameters exposed by sndiod.
ratchov
3
-0
/
+1090