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
/
usr.bin
/
wc
/
wc.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
*
For -w output in -m mode, tweak the handling of bytes that do not
schwarze
2018-09-30
1
-2
/
+2
*
fix the rest of the bug mitigated in the previous commit:
schwarze
2018-09-30
1
-2
/
+3
*
Treat NUL like any other byte in the default case; aligns newline count
cheloha
2018-09-29
1
-3
/
+4
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-2
/
+3
*
- Removed unnecessary string.h include
fcambus
2016-09-16
1
-24
/
+23
*
UTF-8 support: implement -m for character counting
schwarze
2015-12-08
1
-33
/
+66
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
wc only opens files read-only, proceses them, and spits results to stdout.
deraadt
2015-10-03
1
-1
/
+4
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-4
/
+4
*
remove erroneous char cast to switch expression processing getopt(3);
okan
2013-11-27
1
-2
/
+2
*
send a extra space to the bit bucket
deraadt
2013-11-23
1
-2
/
+2
*
simpler prototype repairs
deraadt
2013-11-12
1
-1
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
do not print spurious whitespace when reading from stdin;
otto
2008-06-19
1
-4
/
+7
*
Add -h option to display human-readable numbers.
espie
2005-10-19
1
-9
/
+25
*
spacing
deraadt
2005-04-11
1
-5
/
+5
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
ansi
deraadt
2002-09-17
1
-12
/
+5
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-4
/
+4
*
kill more registers
mpech
2001-11-19
1
-7
/
+7
*
first pass at a -Wall cleanup
deraadt
2001-07-12
1
-5
/
+5
*
Remove useless cast to quad_t. Gcc thinks "%qd" in printf is the same as "%lld" so we get a warning on alpha with -Wall. Live with it.
millert
1999-02-02
1
-5
/
+5
*
o Some minor updates from lite2 (mostly in the man page)
millert
1999-02-02
1
-60
/
+62
*
rcsid
deraadt
1996-06-26
1
-1
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+258