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
/
libc
/
time
/
strftime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete LOCALE_HOME code we have never used (and never will).
millert
2020-07-16
1
-146
/
+1
*
two more syscall == -1 checks
deraadt
2019-06-29
1
-4
/
+4
*
Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.
schwarze
2019-05-12
1
-42
/
+5
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-2
/
+2
*
Simplify allocation logic based on free and realloc's behavior on NULL.
mmcc
2015-12-25
1
-4
/
+3
*
Move #includes from private.h to the .c files that need them, getting rid of
guenther
2015-10-24
1
-2
/
+3
*
Wrap <time.h> so that internal calls go direct and symbols not in C99 are weak
guenther
2015-09-12
1
-1
/
+2
*
drop an ansi bomb on the function definitions
tedu
2015-02-16
1
-28
/
+6
*
- register int idays; /* unsigned would be so 2003 */
tedu
2015-02-09
1
-3
/
+3
*
the one true type of time_t is a signed integer
tedu
2015-02-09
1
-6
/
+3
*
move include lines around a bit
tedu
2015-02-09
1
-5
/
+5
*
enh@google reported a warning in crufty y2k code. just delete it.
tedu
2014-05-06
1
-21
/
+1
*
Update to tzcode2012f. Now that tzcode is in git there are no moe
millert
2012-09-13
1
-4
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
Pass a pointer to warn2 so the warn2 == IN_ALL would not be an
millert
2008-10-31
1
-2
/
+2
*
update to tzcode2007j from elsie.nci.nih.gov; mostly ANSIfication
millert
2007-12-29
1
-8
/
+8
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
1
-3
/
+8
*
zap remaining rcsid.
espie
2005-08-08
1
-5
/
+1
*
Update to tzcode2005j.
millert
2005-07-05
1
-54
/
+74
*
Update to tzcode2004e from elsie.nci.nih.gov
millert
2004-10-18
1
-15
/
+38
*
mop up some more 3/4 license issues
deraadt
2003-06-04
1
-6
/
+2
*
a few more strlcy; ok from beck & ho
deraadt
2003-03-13
1
-2
/
+2
*
Update license based on lite2 version
millert
2002-06-19
1
-14
/
+30
*
oops, major oops; moritz@jodeit.org
deraadt
2002-05-26
1
-2
/
+3
*
remaining easy snprintf conversions
deraadt
2002-05-25
1
-9
/
+9
*
Minor updates from tzcode2002c
millert
2002-04-04
1
-9
/
+7
*
Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/
millert
2000-09-06
1
-13
/
+70
*
sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok
d
2000-04-16
1
-12
/
+9
*
realloc repair
deraadt
1998-08-14
1
-3
/
+9
*
do the right thing if maxsiz == 0
millert
1998-07-06
1
-2
/
+3
*
Always NUL terminate buf even if there was not enough space to
millert
1998-07-06
1
-2
/
+4
*
Changed %c in the builtin C locale from "%D %X" to the more
millert
1998-02-14
1
-5
/
+5
*
use tzcode strftime(3) as it is kept up to date.
millert
1998-01-19
1
-0
/
+666