Add the rest of the socket system calls - shutdown, getsockname, getpeername, socketpair, send, sendto, recvfrom, shutdown, setsockopt, getsockopt, sendmsg, recvmsg. |
|
More...
|
over 22 years ago
|
Add three new system calls: adjtimex, capset and capget. |
|
More...
|
over 22 years ago
|
Compiling for UML now works again. |
|
More...
|
over 22 years ago
|
miscellanous whitespace cleanups. |
|
More...
|
over 22 years ago
|
forgot to commit ChangeLog |
|
More...
|
over 22 years ago
|
Fix potential security vulnerability, we were calling syslog(LEVEL, msg), instead of syslog(LEVEL, "%s", msg). Found by Guy Cohen <[email protected]>. This code is currently never called. |
|
More...
|
over 22 years ago
|
when removing backup files, don't let rm complain if it can't find any |
|
More...
|
over 22 years ago
|
* Makefile.in: fixes to 'make dist' |
|
More...
|
over 22 years ago
|
Don't forget to remove module/sct_load when doing distclean |
|
More...
|
over 22 years ago
|
Merge r_autotools branch. Viva la configure! |
|
More...
|
over 22 years ago
|
added a BUGS file and updated TODO |
|
More...
|
over 22 years ago
|
Add support for the ptrace system call. |
|
More...
|
over 22 years ago
|
Merge Itai's kill process and suspend process work. |
|
More...
|
over 22 years ago
|
Add stat64, lstat64 and fstat64. |
|
More...
|
over 22 years ago
|
update release announcement for 0.74 |
|
More...
|
over 22 years ago
|
update release stuff for 0.74 release |
|
More...
|
over 22 years ago
|
if a parser exception occurs, log it and halt execution. |
|
More...
|
over 22 years ago
|
Fix a bug where if we were printing a string parameter to a system call which is NULL we wouldn't print anything. Now we print <NULL>. |
|
More...
|
over 22 years ago
|
Add more structs and syscalls: sys_olduname(59), sys_ustat(62), old_select(82), getitimer(104), setitimer(105), uname(109). |
|
More...
|
over 22 years ago
|
Add support for 'long long' for loff_t. Add system calls which use loff_t - pread(180), pwrite(181), truncate64(193), ftruncate64(194), readahead(225). |
|
More...
|
over 22 years ago
|
Fix the syscalls parser to handle the syscalls.dat new format (now, new and improved with multi line statements!). |
|
More...
|
over 22 years ago
|
Remove ugly code duplication in gen_syscalls.pl. More remains to be done. |
|
More...
|
over 22 years ago
|
Teach gen_syscalls.pl about multi line statements in syscalls.dat. Anyone stepping out of the 80 columns mark will be hurt. |
|
More...
|
over 22 years ago
|
Add tests for quotactl and select. |
|
More...
|
over 22 years ago
|
Fix bug in sctrace where './foo' or '../foo/bar' would not be recognized correctly as full paths. |
|
More...
|
over 22 years ago
|
add forgotten test files |
|
More...
|
over 22 years ago
|
More syscall madness! getrlimit(191), mmap2(192), stat64(195), lstat64(196), fstat64(197), lchown(198), getuid(199), getgid(200), geteuid(201), getegid(202), setreuid(203), setregid(204), getgroups(205), setgroups(206), fchown(207), setresuid(208), getresuid(209), setresgid(210), getresgid(211), chown(212), setgid(214), setfsuid(215), setfsgid(216), pivot_root(217), mincore(218), madvise(219), getdents64(220), fnctl64(221), gettid(224), tkill(238), sched_setaffinity(241), sched_getaffinity(242). |
|
More...
|
over 22 years ago
|
Many new system calls: sysctl(149), mlock(150), mlockall(151), munlockall(152), munlockall(153), sched_setparam(154), sched_getapram(155), sched_setscheduler(156), sched_getscheduler(157), sched_yield(158), sched_get_priority_max(159), sched_get_priority_min(160), sched_rr_get_interval(161), nanosleep(162), mremap(163), setresuid16(164), getresuid16(165), query_module(167), poll(168), nfsservctl(169), setresgid16(170), getresgid16(171), prctl(172), rt_sigpending(176), rt_sigtimedwait(177), rt_sigqueueinfo(178), chown16(182), getcwd(183), sendfile(187). |
|
More...
|
over 22 years ago
|
Add four new system calls: quotactl(131), sysfs(135), getdents(141), select(142). |
|
More...
|
over 22 years ago
|
only call setdomainname() with the buffer if getdomainname() filled it succesfully before |
|
More...
|
over 22 years ago
|