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
/
c_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
Allow string greater/less than than operators to work with test aka [.
millert
2019-06-19
1
-6
/
+3
*
Support 64 bit integers on 32 bit architectures.
tobias
2018-04-09
1
-2
/
+2
*
The hack for /dev/fd support on systems without it was removed a
millert
2017-12-26
1
-27
/
+18
*
Move system headers from sh.h to those files that actually need them.
tb
2015-12-14
1
-1
/
+2
*
Move string.h include from sh.h to the files that use it.
mmcc
2015-10-19
1
-1
/
+3
*
Apply style(9) to header includes.
mmcc
2015-10-19
1
-2
/
+3
*
Last of the (thing *)0 -> NULL, from Michael McConville. No binary
nicm
2015-09-18
1
-5
/
+5
*
correct spelling of NULL from (char *)0. from Michael McConville.
tedu
2015-09-15
1
-2
/
+2
*
Fix PR #723: test(1) operator precedence inconsistent with POSIX
otto
2009-03-01
1
-9
/
+17
*
lots of indentation cleanup, now ksh is readable like our other code.
deraadt
2005-03-30
1
-74
/
+71
*
spacing
deraadt
2005-03-28
1
-3
/
+3
*
Introduce POSIX hex and octal (0x... and 0...) constants in arithmetic
otto
2005-02-02
1
-3
/
+3
*
Use stdbool.h instead of rolling our own bools.
millert
2004-12-22
1
-3
/
+3
*
Ansification plus some minor knf. No binary change on i386 and
otto
2004-12-20
1
-61
/
+28
*
Get rid of #ifdef KSH since we don't care about building a V7 style sh and
millert
2004-12-18
1
-3
/
+1
*
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
millert
2004-12-18
1
-84
/
+14
*
The special case code for "test -x" over NFS was incorrect. The
millert
2003-10-10
1
-10
/
+6
*
typos; from Brian Poole
jmc
2003-02-28
1
-2
/
+2
*
knf
todd
2002-06-09
1
-4
/
+4
*
pdksh-5.2.14
millert
1999-07-14
1
-5
/
+19
*
patches from pdksh 5.2.13.11
millert
1999-06-15
1
-3
/
+3
*
pdksh-5.2.13 + local changes
millert
1998-06-25
1
-5
/
+39
*
back out
kstailey
1997-06-19
1
-6
/
+7
*
(foo *)0 -> NULL
kstailey
1997-06-18
1
-7
/
+6
*
update to pdksh-5.2.8
downsj
1996-08-19
1
-2
/
+5
*
Import pdksh 5.2.7.
downsj
1996-08-14
1
-0
/
+613