0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use 'sstreamwrap', a wrapper class for string streams, which wraps either a strstream (gcc compilers before version 3.0) or stringstream (gcc > 3).
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Fix various sloppy practices gcc 3.1 complains about - use size_t not int where appropriate, include correct headers, that sort of thing. Based on patch by Olaf Kirch <[email protected]>
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Added the the bitwise operators.
Shlomi Fish
as shlomif
More... over 22 years ago
Added octal numbers.
Shlomi Fish
as shlomif
More... over 22 years ago
Added logical and and logical or.
Shlomi Fish
as shlomif
More... over 22 years ago
tiny fixes (capitalization and html tag)
Muli Ben-Yehuda
as mulix
More... over 22 years ago
- added entry More... over 22 years ago
* sct_config/sct_example.conf: added another 'chmod' rule, with a macro (S_ISUID), for testing purposes. modified the 'mode' flags parameter in the 'chmod_700' rule to '0700', since we now support octal parameters. More... over 22 years ago
* sct_parselib/Makefile: added -D_GNU_SOURCE, so we'll be able to use some GNU-specific flags for the 'open' syscall. * sct_parselib/filter_parser.{h,cpp}: added support for more easily adding string macros that translate into an integer, and modified the 'open' flags macros to use the new support. also added macros for the 'chmod' syscall flags. More... over 22 years ago
- fixed my email in one of the log entries... More... over 22 years ago
- added first version of requirements doc for 'gtksct'. More... over 22 years ago
more syscall prototypes for the syscalls.dat file
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Added new syscalls statfs(99), fstatfs(100), newstat(106), newlstat(107), newfstat(108).
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Added new syscalls getrusage(77), getgroups16(80), old_readdir(89) and old_mmap(90). Added a -l/--list option to tester, to list the currently registered tests.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Added a printout when releasing the last invocation of a deffered release system call, to help verify and chase the 'module use count is too high' bug.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
fixed the "device file logging shows garbage on ./tester" bug, which was due to a bad interaction with membuf_free_for_write() and the DROP_OLD policy. Also fixed a buglet in sct_config, to recognize 'delete' once again.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
clean up sct_config a little bit - usage(), --device_file and --sysctl command line options, coding style cleanup and make the user command passing more generic, to make adding new commands relatively easy.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
coding style fixes
Muli Ben-Yehuda
as mulix
More... over 22 years ago
added a couple of include files to get it to compile
Muli Ben-Yehuda
as mulix
More... over 22 years ago
- added entry More... over 22 years ago
something barfed when merging sct_logctrl
Muli Ben-Yehuda
as mulix
More... over 22 years ago
gtksct: new directory, containing a (read-only) GUI client for syscalltrack. currently, it only passes a given config file, shows it badly in read-only mode, and must be run from the 'gtksct' directory, or else it won't find its '.glade' file. More... over 22 years ago
leftovers from the merge, new membuf test declarations and interface change in the rule_engine_test file.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
log_device merged
Muli Ben-Yehuda
as mulix
More... over 22 years ago
- added the filter expression (as string) as a memeber to the 'rule' class. - added getter method for the filter as string. - added a 2nd parameter to the 'set_filter' function of the 'rule' class, containing the filter expression, as a string. - modified the parser class to accomodate for this new parameter. More... over 22 years ago
add a -m/--subsystem option to tester, to allow running all of the tests that belong to a specific subsystem.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
reindentation is next to godliness
Muli Ben-Yehuda
as mulix
More... over 22 years ago
Change tester so that it will be possible to run only one test at a time, specified on the command line. userspace tests no longer require the module to be loaded to work.
Muli Ben-Yehuda
as mulix
More... over 22 years ago
- modified last entry, to contain another change (bug fix, actually) More... over 22 years ago
- added a missing comma (',') in the end of the 'MODULE_OWNER' macro definition for kernel 2.4 - fixes a compilation error, when compiling the module for a 2.4 linux kernel. More... over 22 years ago