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
/
syn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep the time pipeline's stack in tact
kn
2018-04-24
1
-4
/
+8
*
rename global "e" to genv to avoid accidental shadowing and aliasing.
tedu
2015-12-30
1
-4
/
+4
*
Add uses of areallocarray(). mksh and Bitrig ksh already have similar
mmcc
2015-11-01
1
-7
/
+7
*
Move string.h include from sh.h to the files that use it.
mmcc
2015-10-19
1
-1
/
+3
*
Remove three distracting aliases for NULL.
mmcc
2015-10-15
1
-10
/
+10
*
Drop the silly and distracting ACCEPT and REJECT macros, from Michael
nicm
2015-10-06
1
-26
/
+24
*
Last of the (thing *)0 -> NULL, from Michael McConville. No binary
nicm
2015-09-18
1
-4
/
+4
*
Remove unnecessary casts, from Michael McConville. No binary change.
nicm
2015-09-17
1
-5
/
+5
*
correct spelling of NULL from (char *)0. from Michael McConville.
tedu
2015-09-15
1
-16
/
+16
*
remove casts and null checks before free. from Michael McConville
tedu
2015-09-01
1
-3
/
+3
*
for var in; do ... shouldn't be interpreted as for var; do ...
jca
2013-06-03
1
-8
/
+3
*
fix stack abuse in the `time' commmand, using alloc()'d memory instead.
jaredy
2008-07-23
1
-1
/
+6
*
fix lint comments, no functional changes; ok ray
jaredy
2006-04-10
1
-2
/
+2
*
Revert for the moment, according to Mike Belopuhov this produces
otto
2006-03-21
1
-3
/
+2
*
Fix potential null deref and out-of-bound access.
otto
2006-03-20
1
-2
/
+3
*
remove excessive optimization; from adobriyan@gmail; ok tedu
deraadt
2006-03-14
1
-7
/
+5
*
fix a few name clashes with libc; found by lint. ok deraadt@
otto
2005-12-11
1
-3
/
+3
*
lots of indentation cleanup, now ksh is readable like our other code.
deraadt
2005-03-30
1
-49
/
+49
*
spacing
deraadt
2005-03-28
1
-4
/
+4
*
Use stdbool.h instead of rolling our own bools.
millert
2004-12-22
1
-38
/
+38
*
Ansification plus some minor knf. No binary change on i386 and
otto
2004-12-20
1
-83
/
+51
*
remove GCC_FUNC_ATTR/GCC_FUNC_ATTR2 and just use __attribute__ directly
millert
2004-12-18
1
-4
/
+3
*
deregister
millert
2004-12-18
1
-22
/
+22
*
Get rid of #ifdef KSH since we don't care about building a V7 style sh and
millert
2004-12-18
1
-15
/
+1
*
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
millert
2004-12-18
1
-30
/
+29
*
typos from Jared Yanovich;
jmc
2003-10-22
1
-2
/
+2
*
knf
todd
2002-06-09
1
-2
/
+2
*
patches from pdksh 5.2.13.11
millert
1999-06-15
1
-1
/
+5
*
Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of
millert
1998-10-29
1
-4
/
+13
*
Initialize the correct fields when creating an empty command. Fixes bug where a
millert
1998-10-09
1
-5
/
+5
*
pdksh-5.2.13 + local changes
millert
1998-06-25
1
-103
/
+89
*
i am bored enough to fix terminal space/tab uglies
deraadt
1997-09-01
1
-2
/
+2
*
back out
kstailey
1997-06-19
1
-20
/
+20
*
(foo *)0 -> NULL
kstailey
1997-06-18
1
-20
/
+20
*
Update to 5.2.12.
downsj
1996-11-21
1
-2
/
+8
*
Update to version 5.2.11.
downsj
1996-10-13
1
-2
/
+14
*
Integrate pdksh 5.2.9.
downsj
1996-10-01
1
-2
/
+4
*
update to pdksh-5.2.8
downsj
1996-08-19
1
-6
/
+7
*
Import pdksh 5.2.7.
downsj
1996-08-14
1
-0
/
+927