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