summaryrefslogtreecommitdiffstats
path: root/lib/libstand/twiddle.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a divisor parameter to twiddle() so that callers can request that outputian2014-12-221-2/+19
| | | | | | | | | | | | only happen on every Nth call. Update the existing twiddle() calls done in various IO loops to roughly reflect the relative IO sizes. That is, tftp and nfs call twiddle() on every 1K block, ufs on every filesystem block, so the network calls now use a much larger divisor than disk IO calls. Also add a new twiddle_divisor() function that allows an application to set a global divisor that is applied on top of the per-call divisors. Nothing calls this yet, but loader(8) will be using it to further throttle the cursor for slow serial consoles.
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
|
* Add __FBSDID()s to libstanddillon2001-09-301-1/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+54
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud