summaryrefslogtreecommitdiff
path: root/sys/dev/wsfb
ModeNameSize
-rw-r--r--files.wsfb514logplain
-rw-r--r--genfb.c19472logplain
-rw-r--r--genfbvar.h4403logplain
td> 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22280, verified by myself. 2003-04-16Usewiz .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross. 2002-10-01New sentence, new line. From Robert Elz.wiz 2002-02-07generate & symbolicallyross 2002-02-07Generate <>& symbolically.ross 2002-01-08Make a note about the alignment requirement of the state arraythorpej passed to initstate(3). This is actually documented in comments in the code. 2001-09-16Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,wiz and some minor fixes. 2001-06-09remove confusing comparison with srand (it does not return the old seed)assar use .Sh AUTHORS and .An for author 2000-10-05make random(3) manpage meet with actual implementation.itojun argument to srandom() and initstate() were changed in lib/libc/stdlib/random.c 1.28 -> 1.29, and manpage was left behind. 1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled so we shouldn't override it with versions in the manpages. Wheee! 1998-04-28fix mdoc references and mistakesfair 1998-02-05add LIBRARY section to man pageperry 1998-02-04Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it waskleink recently changed from int to long (lite-2 import), I saw no reason to delay this `alignment'.) 1998-01-30update to lite-2perry