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
/
dc
/
dc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
strdup -> bstrdup; from Michael W. Bombardieri
otto
2017-12-06
1
-3
/
+2
*
Pledge can be done earlier; from kshe
otto
2017-11-29
1
-4
/
+6
*
getopt(3) can be called twice (once for bc and once for dc), so reinit getopt
otto
2016-07-17
1
-1
/
+3
*
Surround pledge calls with blank lines.
mmcc
2015-11-03
1
-1
/
+5
*
Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)
deraadt
2015-10-10
1
-5
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-7
/
+7
*
Now that dc(1) no longer supports !command with popen(), we can start
deraadt
2015-10-03
1
-1
/
+7
*
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
2014-11-26
1
-3
/
+3
*
Use errc/warnc to simplify code.
guenther
2014-05-20
1
-5
/
+3
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
sync the command usage with its synopsis
sobrado
2007-07-29
1
-3
/
+4
*
Use fstat(3) instead of stat(3) as a matter of principle. We don't
otto
2006-03-25
1
-7
/
+6
*
For those of us (including me) who can't type: show an error message if
otto
2006-03-24
1
-2
/
+13
*
delint wrt return values, including some missing BN return
otto
2006-01-15
1
-6
/
+6
*
Implement command line evaluation of expressions by implementing the -e option.
otto
2004-10-18
1
-10
/
+29
*
Add missing include. From espie@
otto
2004-01-13
1
-2
/
+3
*
Allow for more registers using a 2 byte index. This feature is
otto
2003-12-01
1
-11
/
+27
*
blanks
deraadt
2003-09-19
1
-3
/
+2
*
spaces
deraadt
2003-09-19
1
-3
/
+3
*
A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.
otto
2003-09-19
1
-0
/
+71