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_5_2_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.5   13 years  deraadt   repair a format-string call to setproctitle() (in a different way from the Gleyd...
[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.15   12 years  matthew   Fix handling of 'offend' (OFFset from the END of the arg list) arguments in syst...
[TXT] intercept.c (in the Attic) [Hide]  1.58   12 years  matthew   Bump intercept_get_string() internal buffer to allow strings up to ARG_MAX long,...
[TXT] intercept.h (in the Attic) [Hide]  1.25   12 years  matthew   Add support for *at(2) system calls to systrace(1). ok deraadt@, sthen@, jasper...
[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.41   12 years  matthew   Add support for *at(2) system calls to systrace(1). ok deraadt@, sthen@, jasper...
[TXT] parse.y (in the Attic) [Hide]  1.18   14 years  millert   Only allocate memory for the regex after we've validated it instead of allocatin...
[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.23   12 years  matthew   Add support for *at(2) system calls to systrace(1). ok deraadt@, sthen@, jasper...
[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...