index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
fmt_scaled.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix overly-conservative overflow checks on mulitplications and add checks
dtucker
2017-03-16
1
-3
/
+11
*
Collapse underflow and overflow checks into a single block.
dtucker
2017-03-15
1
-7
/
+4
*
Catch integer underflow in scan_scaled reported by Nicolas Iooss.
dtucker
2017-03-15
1
-1
/
+6
*
fix signed integer overflow in scan_scaled. Found by Nicolas Iooss
djm
2017-03-11
1
-1
/
+14
*
fairly simple unsigned char casts for ctype
deraadt
2013-11-29
1
-5
/
+6
*
make scan_scaled set errno to EINVAL rather than ERANGE if it encounters
halex
2012-11-12
1
-2
/
+4
*
use llabs instead of the home-grown version; and some comment changes
martynas
2009-06-20
1
-4
/
+4
*
remove some bogus *p from charles longeau
tedu
2007-03-20
1
-4
/
+4
*
library routines should not be checking for NULL pointers passed in,
deraadt
2005-10-19
1
-11
/
+1
*
scrape $Id$ tags.
espie
2005-08-02
1
-5
/
+1
*
Fix rounding of fractionless numbers. ok tom@ miod@
otto
2005-03-09
1
-4
/
+10
*
Fix sizing of fraction. ok tom@ deraadt@
otto
2005-03-08
1
-9
/
+4
*
fix 1099512676352 -> 2.0T; ok miod@
otto
2004-09-16
1
-3
/
+3
*
knf; otto ok
deraadt
2004-05-28
1
-3
/
+4
*
o Do not drop unit when printing -100
otto
2003-12-27
1
-5
/
+8
*
New: fmt_scaled() and scan_scaled() convert to and from "human readable"
ian
2003-05-15
1
-0
/
+277