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
/
ktrace
/
ktrace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+3
*
when ktrace() return ESRCH, the error is regarding the pid, not the pathname
deraadt
2014-05-24
1
-3
/
+9
*
add -t to usage() for ltrace;
jmc
2014-04-07
1
-3
/
+3
*
Add the -t ktrace(1) option to ltrace(1), so that you can trigger both
miod
2014-04-04
1
-2
/
+9
*
fix spacing in usage()
sobrado
2013-11-06
1
-2
/
+2
*
typo in usage, comand/command; Arto Jonsson
sthen
2013-06-05
1
-2
/
+2
*
Introduce ltrace(1). This tool works with ld.so to inject utrace record for
miod
2013-06-01
1
-47
/
+89
*
add -B to usage();
jmc
2012-07-12
1
-2
/
+2
*
Add -B option to pass down LD_BIND_NOW to suppress ld.so blather
guenther
2012-07-12
1
-2
/
+5
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-14
/
+1
*
matthew haub pointed out that pid may be used uninitialized in some contexts
tedu
2009-02-23
1
-3
/
+3
*
let synopsis, options description, and usage() agree;
jmc
2007-03-03
1
-3
/
+4
*
Userland programs should include <errno.h> not <sys/errno.h>
millert
2005-12-21
1
-3
/
+3
*
ARGSUSED before signal handler with unused signo
deraadt
2004-09-14
1
-2
/
+3
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-10
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
improve docs; raj@cerias.purdue.edu
deraadt
2003-02-19
1
-5
/
+5
*
bring in prototypes
deraadt
2002-03-25
1
-2
/
+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
1
-5
/
+5
*
get rid of signal race
deraadt
2001-11-14
1
-4
/
+7
*
Add lots of missing prototypes, constify a few things. Add explicit ints.
espie
2001-08-18
1
-9
/
+11
*
first pass at a -Wall cleanup
deraadt
2001-07-12
1
-3
/
+7
*
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
2000-06-30
1
-7
/
+7
*
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
millert
1999-08-17
1
-3
/
+3
*
fix usage; nathanw@MIT.EDU
deraadt
1998-04-25
1
-3
/
+3
*
Someone forgot to declare the "sb" variable...
angelos
1997-06-19
1
-2
/
+3
*
unlink ktrace file more carefully; wosch/joerg
deraadt
1997-06-18
1
-8
/
+18
*
getopt(3) returns -1 when out of args, not EOF, whee!
millert
1997-01-15
1
-3
/
+3
*
gen ktrace.out with restrictive umask; from joerg@freebsd.org
deraadt
1996-09-21
1
-2
/
+5
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+187