minor fix in rcctl(8) man page

2015-04-22 Thread Alex Greif
Hi, while reading the rcctl(8) man page, I found a small format error. Thanks, Alex. Index: rcctl.8 === RCS file: /cvs/src/usr.sbin/rcctl/rcctl.8,v retrieving revision 1.16 diff -u -p -r1.16 rcctl.8 --- rcctl.8 8 Jan 2015

Fix for shutdown(8) +minutes

2015-04-22 Thread Nathanael Rensen
Errant semicolon preventing shutdown(8) +minutes from working: Index: shutdown.c === RCS file: /cvs/src/sbin/shutdown/shutdown.c,v retrieving revision 1.42 diff -u -p -r1.42 shutdown.c --- shutdown.c 18 Apr 2015 18:28:37 -

Re: delete unused audio conversion code

2015-04-22 Thread Miod Vallat
This the refreshed version of the diff explained here: https://marc.info/?l=openbsd-techm=141331392732184 I still need some help at least to check that this doesn't break the build of hppa, luna88k, sgi, sparc and vax. Builds correctly on these arches once you fix this typo: Index:

Re: [PATCH] Disable USB bus probes

2015-04-22 Thread Martin Pieuchot
On 17/04/15(Fri) 16:47, Dimitris Papastamos wrote: Hi, This patch adds an option to usbdevs(8) to disable USB bus probing at runtime. The operation is restricted to the root user. It would be nice to show if probing is on or off, for example # usbdevs -p bus probing: on # usbdevs -p off

audioctl: remove code for unreachable states

2015-04-22 Thread Alexandre Ratchov
No driver uses these the mpeg encodings and no program can play without the AUDIO_PLAY_ALL flag (I don't even know if the !PLAY_ALL case ever worked). The plan is to drop these from the API soon. OK? Index: audioctl.c === RCS file:

Re: [PATCH] Disable USB bus probes

2015-04-22 Thread Dimitris Papastamos
Below is an updated diff. I will add the documentation bits soonish once I've tested all possible configurations as you requested. I am also planning to rework the structure of usbdevs.c as it is a bit confusing currently but that will happen incrementally after this diff. Index:

Re: [PATCH] Disable USB bus probes

2015-04-22 Thread Dimitris Papastamos
On Wed, Apr 22, 2015 at 08:54:34AM +0200, Martin Pieuchot wrote: On 17/04/15(Fri) 16:47, Dimitris Papastamos wrote: Hi, This patch adds an option to usbdevs(8) to disable USB bus probing at runtime. The operation is restricted to the root user. It would be nice to show if probing is