Scott Haseley
|
e0fc622e00
|
Added progress functions that print '.'. There are versions that are always loud or
only loud during automated testing.
|
2016-04-06 13:26:05 -04:00 |
|
Scott Haseley
|
196bb3b684
|
Now using static buffers (and protecting with a semaphore) for kernel secprintf.
We have to do this because we need secure output in kmalloc.
|
2016-03-07 15:05:58 -05:00 |
|
Guru Prasad Srinivasa
|
f0e1d8722c
|
Updated libtest161
|
2016-02-29 20:11:50 -05:00 |
|
Scott Haseley
|
1b99c0e18f
|
Refactored ksecprintf -> secprintf. Secure code is now all in common libtest161.
This library gets linked in by default in userland, and the common files are
included in the kernel.
|
2016-02-23 15:31:37 -05:00 |
|