I want correct typing mistakes when booting from softraid crypto disks.
Can we handle at least the backspace key, plz^Hease? :)
diff --git sys/arch/amd64/stand/libsa/softraid.c
sys/arch/amd64/stand/libsa/softraid.c
index 336865a..801cec4 100644
--- sys/arch/amd64/stand/libsa/softraid.c
+++ sys/ar
On Fri, Aug 28, 2015 at 02:13:44AM -0400, kremlin wrote:
> sdmmc gives up configuring the card after 100 failed CMD1 commands. My
> patch starts asserting the MMC_OCR_SECTOR_MODE bit after 50 failed
> attempts. This fixes the bug on my BBB with Micron chip:
Nice work! I wonder why you chose to be
On Sun, Sep 18, 2011 at 04:28:28PM -0700, Philip Guenther wrote:
> If there are no objections, I'll commit this with the ps.1 diff reduced to:
...
> +.It Fl H
> +Also display information about kernel visible threads.
The distinction betwen "kernel threads" and "kernel visible
threads" is certainly
On Wed, Aug 31, 2011 at 11:50 PM, Philip Guenther wrote:
> As is -L, which is used for threads ("LWPs") by Solaris and FreeBSD.
B
>
> Part of me would be tempted to reuse -k, changing it from
> unsuppressing P_SYSTEM procs to unsuppressing P_THREAD procs. B Then
> process 0 would show up by defau
- I missed usage(), pointed out by jmc
- Sq macro in man page
Index: bin/ps/ps.1
===
RCS file: /cvs/src/bin/ps/ps.1,v
retrieving revision 1.76
diff -u -p -r1.76 ps.1
--- bin/ps/ps.1 6 Jul 2011 21:42:11 - 1.76
+++ bin/ps/ps.1
"Help! My Nagios checks failed." :)
This fixes them by hiding kernel threads from ps output.
I'd also like to show the main process ID in the PID column as
otherwise there is no way of knowing which threads belong together.
Likely struct kinfo_proc would need a change for that... Maybe in
another