OpenBSD CVS

src/bin/systrace/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / systrace

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.15   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] alias.c (in the Attic) [Hide]  1.5   21 years  deraadt   standalone ; at top scope is illegal in ansi c
[TXT] cradle.c (in the Attic) [Hide]  1.4   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] filter.c (in the Attic) [Hide]  1.33   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] filter.h (in the Attic) [Hide]  1.2   21 years  itojun   add support for regular expressions and pidname translations. from provos
[TXT] intercept-translate.c (in the Attic) [Hide]  1.13   17 years  sturm   add a translation for sendmsg() from provos, with feedback from ray and pat
[TXT] intercept.c (in the Attic) [Hide]  1.55   16 years  sturm   keep trailing slashes in path normalization, as these might result in errors oth...
[TXT] intercept.h (in the Attic) [Hide]  1.24   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] lex.l (in the Attic) [Hide]  1.18   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] linux-translate.c (in the Attic) [Hide]  1.2   16 years  henning   don;t try to handle obsolete protocols, print functions so cosmetics only ok ott...
[TXT] linux-translate.h (in the Attic) [Hide]  1.1   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] linux_socketcall.h (in the Attic) [Hide]  1.1   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] openbsd-syscalls.c (in the Attic) [Hide]  1.32   16 years  otto   remove compat netbsd stuff
[TXT] parse.y (in the Attic) [Hide]  1.16   18 years  robert   fix problems found by Coverity via NetBSD: - systrace.c: Don't try to dereferenc...
[TXT] policy.c (in the Attic) [Hide]  1.32   17 years  otto   Use S_IS* macros insted of masking with S_IF* flags. The latter may have multipl...
[TXT] register.c (in the Attic) [Hide]  1.22   17 years  ray   Adapt revision 1.18 change for symlink(2): only resolve symlinks in the dirname...
[TXT] systrace-errno.h (in the Attic) [Hide]  1.1   21 years  provos   initial import of systrace. don't touch this, more stuff coming in a while
[TXT] systrace-error.c (in the Attic) [Hide]  1.2   21 years  fgsch   spelling; niels ok.
[TXT] systrace-translate.c (in the Attic) [Hide]  1.22   16 years  henning   don;t try to handle obsolete protocols, print functions so cosmetics only ok ott...
[TXT] systrace.1 (in the Attic) [Hide]  1.44   16 years  jmc   convert to new .Dd format;
[TXT] systrace.c (in the Attic) [Hide]  1.56   16 years  martynas   typos; ok jmc@ sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev...
[TXT] systrace.h (in the Attic) [Hide]  1.27   17 years  sturm   sync with systrace 1.6d, keeping local changes tests and feedback by a few
[TXT] util.c (in the Attic) [Hide]  1.11   18 years  sturm   ARGSUSED and a FALLTHROUGH to please lint ok deraadt
[TXT] util.h (in the Attic) [Hide]  1.3   20 years  itojun   - limited number of processes per systrace - escape fixes for special characters...