aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/jot/jot.c
Commit message (Expand)AuthorAgeFilesLines
* Actually, arc4random() returns a uint32_t, not an int. Use the correctGarrett Wollman2001-11-081-1/+1
* fix jot -r on 64-bit platforms by teaching it that arc4random outputsAndrew Gallatin2001-11-081-1/+1
* Replace the cast I removed in rev. 1.16 with a slightly less evil oneDima Dorfman2001-05-291-1/+1
* Silence warnings and compile with WARNS=2 on i386 and alpha.Dima Dorfman2001-05-281-9/+9
* Miscellaneous cleanups; sync to OpenBSD as much as feasible.Dima Dorfman2001-05-271-81/+68
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Back out rev 1.11, about which bde had concerns, and instead implementSheldon Hearn2000-01-061-52/+49
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't dump core for a known, documented bug.Sheldon Hearn1999-07-221-1/+21
* Improve printf(3) conversion specifier parsing so that silly formatsSheldon Hearn1999-07-221-18/+82
* Correct an error in a manpage example, add -Wall -W to Makefile (noKris Kennaway1999-05-131-6/+2
* Mdoc'ify man page.Philippe Charnier1997-11-031-3/+3
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-07-151-35/+28
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-4/+3
* Use srandomdev() nowAndrey A. Chernov1997-03-301-5/+10
* Fix srandom arg type according to Lite2Andrey A. Chernov1997-03-111-1/+1
* Add ^ getpid() to make more random results for subsequent calling.Andrey A. Chernov1997-03-081-5/+6
* >Number: 917Joerg Wunsch1995-12-291-2/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+393