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
/
bin
/
ksh
/
tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support 64 bit integers on 32 bit architectures.
tobias
2018-04-09
1
-4
/
+4
*
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2018-03-15
1
-3
/
+3
*
Remove code that has been disabled since 1999. From Michael W. Bombardieri who
anton
2018-01-20
1
-18
/
+1
*
Introduce internal_warningf() and mark internal_errorf() as noreturn
jca
2018-01-16
1
-2
/
+2
*
Bring back the sign compare changes, this time with a fix from otto@
millert
2018-01-06
1
-8
/
+12
*
Back out sign compare changes that appear to cause problems on hppa.
millert
2018-01-04
1
-12
/
+8
*
Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
millert
2018-01-01
1
-8
/
+12
*
Add uses of areallocarray(). mksh and Bitrig ksh already have similar
mmcc
2015-11-01
1
-4
/
+6
*
Move string.h include from sh.h to the files that use it.
mmcc
2015-10-19
1
-1
/
+3
*
remove null check before afree. from Michael McConville
tedu
2015-10-09
1
-9
/
+5
*
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
guenther
2015-09-27
1
-7
/
+1
*
Remove unnecessary casts, from Michael McConville. No binary change.
nicm
2015-09-17
1
-8
/
+6
*
correct spelling of NULL from (char *)0. from Michael McConville.
tedu
2015-09-15
1
-5
/
+5
*
remove casts and null checks before free. from Michael McConville
tedu
2015-09-01
1
-11
/
+11
*
fptreef() always returns 0 and we never use the return value anyway,
otto
2012-06-27
1
-4
/
+2
*
plug a memleak when freeing io redirection in commands.
jaredy
2008-08-11
1
-1
/
+2
*
fix lint comments, no functional changes; ok ray
jaredy
2006-04-10
1
-2
/
+2
*
lots of indentation cleanup, now ksh is readable like our other code.
deraadt
2005-03-30
1
-129
/
+129
*
spacing
deraadt
2005-03-28
1
-4
/
+4
*
Ansification plus some minor knf. No binary change on i386 and
otto
2004-12-20
1
-47
/
+20
*
spacing
deraadt
2004-12-19
1
-2
/
+2
*
deregister
millert
2004-12-18
1
-30
/
+30
*
Get rid of #ifdef KSH since we don't care about building a V7 style sh and
millert
2004-12-18
1
-9
/
+1
*
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
millert
2004-12-18
1
-26
/
+10
*
Fix three off-by-one errors. ok espie@, millert@, miod@
dhartmei
2002-02-27
1
-4
/
+4
*
pdksh-5.2.14
millert
1999-07-14
1
-1
/
+18
*
patches from pdksh 5.2.13.11
millert
1999-06-15
1
-16
/
+17
*
Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of
millert
1998-10-29
1
-1
/
+3
*
pdksh-5.2.13 + local changes
millert
1998-06-25
1
-4
/
+88
*
i am bored enough to fix terminal space/tab uglies
deraadt
1997-09-01
1
-3
/
+3
*
back out
kstailey
1997-06-19
1
-3
/
+3
*
(foo *)0 -> NULL
kstailey
1997-06-18
1
-3
/
+3
*
update to pdksh-5.2.8
downsj
1996-08-19
1
-2
/
+2
*
Import pdksh 5.2.7.
downsj
1996-08-14
1
-0
/
+656