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
/
sys
/
dev
/
systrace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new message: inject. this allows the tracer to to inject buffers into
marius
2004-11-07
1
-12
/
+89
*
fix an issue when scripts are exec'd under systrace where
marius
2004-07-07
1
-31
/
+108
*
a few fixes to systrace
marius
2004-06-23
1
-18
/
+61
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-3
/
+3
*
originally from cb@netbsd.org, adapted by provos
sturm
2003-10-08
1
-72
/
+144
*
Replace select backends with poll backends. selscan() and pollscan()
millert
2003-09-23
1
-14
/
+16
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-3
/
+3
*
- limited number of processes per systrace
itojun
2003-06-16
1
-4
/
+43
*
unbreak
henning
2003-03-28
1
-2
/
+1
*
Fix a crash in the systrace found by form@
art
2003-02-20
1
-55
/
+57
*
statement after label.
art
2002-12-12
1
-1
/
+2
*
rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok
mickey
2002-12-04
1
-1
/
+2
*
Be more careful with illegal syscall numbers.
art
2002-11-10
1
-1
/
+6
*
add id tags.
fgsch
2002-10-25
1
-0
/
+1
*
support for privilege elevation.
itojun
2002-10-16
1
-56
/
+152
*
new message to track uid/gid changes
itojun
2002-10-09
1
-0
/
+32
*
cast size_t to u_long on printing. from netbsd
itojun
2002-08-28
1
-4
/
+4
*
return EBUSY in processready
provos
2002-08-07
1
-2
/
+2
*
minor KNF. pid_t is unsigned.
itojun
2002-07-30
1
-6
/
+6
*
whitespace at EOL
itojun
2002-07-30
1
-10
/
+10
*
better uid/gid tracking; okay deraadt@
provos
2002-07-24
1
-5
/
+18
*
prevent double free in some error conditions; from xs@kittenz.org
provos
2002-07-23
1
-1
/
+3
*
add seqnr to message from kernel, userland needs to quote correct seqnr.
provos
2002-07-22
1
-0
/
+9
*
two more missing systrace_lock
itojun
2002-07-21
1
-0
/
+4
*
need systrace_lock/unlock around lockmgr lock operation. provos ok
itojun
2002-07-21
1
-0
/
+2
*
comment clarification. niels ok
itojun
2002-07-20
1
-1
/
+2
*
minor KNF
itojun
2002-07-19
1
-1
/
+1
*
whitespace
itojun
2002-07-19
1
-7
/
+7
*
tabify
itojun
2002-07-19
1
-7
/
+7
*
do not call unlock when the lock is not locked; found by millert@
provos
2002-07-13
1
-27
/
+29
*
in the error case, just remove an installed argument replacement, it is not
provos
2002-07-12
1
-2
/
+6
*
system call argument rewriting framework via stackgap; okay art@
provos
2002-06-21
1
-12
/
+124
*
more __FUNCTION__ slaughter
espie
2002-06-10
1
-10
/
+10
*
new ioctl that reports the current emulation a process uses; needed for
provos
2002-06-10
1
-1
/
+15
*
make fsystrace available in systrace.h; keep some more stats.
provos
2002-05-19
1
-23
/
+3
*
when detaching form a process don't forget to remove posted messages.
provos
2002-05-18
1
-8
/
+12
*
systrace facility, used to enforce and generate policies for system calls
provos
2002-05-16
1
-0
/
+1249