summaryrefslogtreecommitdiff
path: root/bin/systrace/systrace-translate.c
AgeCommit message (Expand)Author
2007-06-06don;t try to handle obsolete protocols, print functions so cosmetics onlyHenning Brauer
2006-07-02sync with systrace 1.6d, keeping local changesNikolay Sturm
2006-05-02some type cleanupNikolay Sturm
2006-03-12add a few new translations, partly from NetBSDNikolay Sturm
2005-05-03some snprintf() -> strlcpy to improve readibility (and speed?)Nikolay Sturm
2003-07-19- sync with NetBSD or Niels' tarball where appropriateNikolay Sturm
2003-04-14room for NUL; tdevalTheo de Raadt
2003-04-06strlcpy; tedu okTheo de Raadt
2002-12-09add support for regular expressions and pidname translations. from provosJun-ichiro itojun Hagino
2002-11-16rename translation tables. from provosJun-ichiro itojun Hagino
2002-10-16translation for socket system callJun-ichiro itojun Hagino
2002-09-30fix return value; from marius@umich.edu via provosJun-ichiro itojun Hagino
2002-08-01correctly separate execve argv arguments. increase buffer size forNiels Provos
2002-07-30avoid using same variable name for global and auto variable.Jun-ichiro itojun Hagino
2002-07-20compile on sparc64Niels Provos
2002-07-19you can't always cast pointer to int; use intptr_t.Jun-ichiro itojun Hagino
2002-07-19constify, have missing prototypes, use pedantic compilation options.Jun-ichiro itojun Hagino
2002-07-14argv translation for exeveNiels Provos
2002-07-13uname translationNiels Provos
2002-07-09support for system call aliasing. stat/fstat/readlink/access etc... getsNiels Provos
2002-06-04no absolute includes, changed to relatives; from deraadt@Niels Provos
2002-06-04initial import of systrace. don't touch this, more stuff coming in a whileNiels Provos