index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
jot
/
jot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid passing negative values to <ctype.h> functions on machines with
tjr
2004-07-16
1
-3
/
+3
*
Fix jot so that 'jot -r -w %d 1 1 4' never prints 4. Previously, it
das
2003-08-01
1
-1
/
+1
*
Don't depend on pollution in <limits.h> for the definition of
mike
2002-07-05
1
-0
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-1
/
+0
*
Remove local prototype for main().
jmallett
2002-06-15
1
-1
/
+0
*
Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value.
jmallett
2002-06-15
1
-14
/
+10
*
remove __P
imp
2002-03-22
1
-5
/
+5
*
Actually, arc4random() returns a uint32_t, not an int. Use the correct
wollman
2001-11-08
1
-1
/
+1
*
fix jot -r on 64-bit platforms by teaching it that arc4random outputs
gallatin
2001-11-08
1
-1
/
+1
*
Replace the cast I removed in rev. 1.16 with a slightly less evil one
dd
2001-05-29
1
-1
/
+1
*
Silence warnings and compile with WARNS=2 on i386 and alpha.
dd
2001-05-28
1
-9
/
+9
*
Miscellaneous cleanups; sync to OpenBSD as much as feasible.
dd
2001-05-27
1
-81
/
+68
*
Don't call printf with no format string.
kris
2000-07-10
1
-1
/
+1
*
Back out rev 1.11, about which bde had concerns, and instead implement
sheldonh
2000-01-06
1
-52
/
+49
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Don't dump core for a known, documented bug.
sheldonh
1999-07-22
1
-1
/
+21
*
Improve printf(3) conversion specifier parsing so that silly formats
sheldonh
1999-07-22
1
-18
/
+82
*
Correct an error in a manpage example, add -Wall -W to Makefile (no
kris
1999-05-13
1
-6
/
+2
*
Mdoc'ify man page.
charnier
1997-11-03
1
-3
/
+3
*
Use err(3) instead of local redefinition. Add usage().
charnier
1997-07-15
1
-35
/
+28
*
Remove srandomdev fallback code
ache
1997-06-14
1
-4
/
+3
*
Use srandomdev() now
ache
1997-03-30
1
-5
/
+10
*
Fix srandom arg type according to Lite2
ache
1997-03-11
1
-1
/
+1
*
Add ^ getpid() to make more random results for subsequent calling.
ache
1997-03-08
1
-5
/
+6
*
>Number: 917
joerg
1995-12-29
1
-2
/
+2
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+393