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
/
lib
/
libc
/
gmon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make fixed-sized fixed-value mib[] arrays be const
deraadt
2020-10-12
1
-4
/
+2
*
The mcount.po target is special cased here since mcount.c should not be
tb
2019-12-20
1
-2
/
+3
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-4
/
+4
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-4
/
+4
*
Declare moncontrol(3) APIs in <sys/gmon.h>
guenther
2016-05-07
2
-7
/
+9
*
for some time now mandoc has not required MLINKS to function
jmc
2016-03-30
1
-3
/
+1
*
(char *)0 -> NULL
mmcc
2016-03-14
1
-2
/
+2
*
environ and __progname are not declared in a public header; declare them
guenther
2016-03-13
1
-2
/
+1
*
replace (void *)0 with NULL
mmcc
2016-01-19
1
-4
/
+4
*
Wrap moncontrol() so that internal calls go direct and it's a weak symbol
guenther
2015-09-14
1
-1
/
+3
*
fix a fd leak in an error path in code under #ifdef DEBUG
jsg
2015-05-06
1
-1
/
+2
*
Move to the <limits.h> universe.
deraadt
2015-01-16
2
-4
/
+3
*
obvious .Pa fixes; found with mandocdb(8)
schwarze
2014-01-21
1
-4
/
+5
*
Fix kernel profiling on MP systems by using per-CPU buffers and teach
mpi
2013-03-12
1
-8
/
+14
*
Back out per-CPU kernel profiling, it shouldn't modify a public header
mpi
2013-02-12
2
-19
/
+9
*
Unbreak the tree by adding missing defines. Forgot to sync in previous
mpi
2013-02-12
1
-1
/
+4
*
Sync with libkern's copy. No functional change.
mpi
2013-02-11
1
-8
/
+15
*
We cannot just copy mcount.o to mcount.po, since the former may be PIE and
pascal
2012-08-22
1
-4
/
+7
*
Mark _MCOUNT_DECL as __used to prevent gcc4 from optimizing it away when it
kettenis
2010-05-09
1
-2
/
+2
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
Allocate space for profiling data using mmap instead of sbrk.
millert
2005-11-20
1
-21
/
+50
*
zap remaining rcsid.
espie
2005-08-08
2
-8
/
+2
*
be more careful about snprintf return value; ok beck cloder
deraadt
2005-04-21
1
-5
/
+5
*
deregister & ansify. ok deraad@ marco@ cloder@
otto
2005-03-23
2
-16
/
+13
*
protos
deraadt
2003-06-25
1
-2
/
+4
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
3
-18
/
+6
*
Zero out the reserved fields of struct gmonhdr rather than leaving
cloder
2002-11-24
1
-1
/
+2
*
remaining easy snprintf conversions
deraadt
2002-05-25
1
-3
/
+3
*
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
2
-5
/
+5
*
- remove all trailing whitespace
aaron
1999-07-09
1
-3
/
+3
*
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
aaron
1999-05-23
1
-2
/
+2
*
Add thread-safety to libc, so that libc_r will build (on i386 at least).
d
1998-11-20
1
-2
/
+2
*
man page repairs; aaron@ug.cs.dal.ca
deraadt
1998-08-29
1
-1
/
+3
*
make that 0664 until we find out why umask is not being applied
millert
1998-07-15
1
-2
/
+2
*
open gmon.out mode 0644, not 0666
millert
1998-07-15
1
-2
/
+2
*
use STDERR_FILENO; kleink
deraadt
1998-07-05
1
-2
/
+2
*
tabify + trailing blanks
kstailey
1997-07-23
2
-10
/
+9
*
proto; felix@mamba.pond.sub.org
deraadt
1997-01-30
1
-1
/
+2
*
Remove dead code
tholo
1996-09-15
1
-1
/
+2
*
protect getenv, do not oflow, fix unused debug; bitblt and deraadt
deraadt
1996-09-05
1
-9
/
+11
*
Fix RCS ids
tholo
1996-08-19
4
-19
/
+4
*
use p->hashfraction when doing non-time-critical calculations, rather than
deraadt
1996-06-18
2
-11
/
+18
*
Protect internal mcount symbol from lint(1)
tholo
1996-03-25
2
-1
/
+3
*
from cgd@netbsd:
deraadt
1995-12-14
1
-5
/
+54
*
initial import of NetBSD tree
deraadt
1995-10-18
4
-0
/
+559