search for: devault

Displaying 2 results from an estimated 2 matches for "devault".

Did you mean: default
2012 Dec 08
20
[Bug 2050] New: Support XDG basedir specification
https://bugzilla.mindrot.org/show_bug.cgi?id=2050 Bug ID: 2050 Summary: Support XDG basedir specification Classification: Unclassified Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous
2020 Jan 22
0
[PATCH] com32/modules: introduce play module
This plays a tune through the PC speaker and is compatible with the GRUB2 command of the same name. Signed-off-by: Drew DeVault <sir at cmpwn.com> --- com32/modules/Makefile | 2 +- com32/modules/play.c | 95 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 com32/modules/play.c diff --git a/com32/modules/Makefile b/com32/modules/Makefile index c01d633...