summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>2000-04-10 22:22:31 +0000
committerWichert Akkerman <wichert@deephackmode.org>2000-04-10 22:22:31 +0000
commitc792698a99b640e7d256e8692c992bd967f0c5b2 (patch)
tree94ba5950aa4503c433438c5d6746ba2cf2145ea8 /NEWS
parentfaf722234dc8af97776f94fdda7e100fb60650a2 (diff)
downloadstrace-c792698a99b640e7d256e8692c992bd967f0c5b2.tar.gz
strace-c792698a99b640e7d256e8692c992bd967f0c5b2.tar.bz2
strace-c792698a99b640e7d256e8692c992bd967f0c5b2.tar.xz
README-linux: updated to note that strace might not compile
with development kernels bjm.c: sys_query_module: check if malloc succeeds system.c: sys_cap[gs]et(): check if malloc succeeds, only malloc once linux/syscallent.h: updated for 2.3.99pre3 linux/alpha/syscallent.h: updated for 2.3.99pre3, add all osf syscalls even though Linux doesn't implement them syscall.c: add global variables for MIPS registers as well syscall.c: move global variables to before get_scno since that uses them util.c: oops, misspelled defined process.c: fix ptrace calls in change_syscall mem.c: decode sys_madvise Merge patch from Topi Miettinen <Topi.Miettinen@nic.fi> + add support for quotactl, fdatasync, mlock, mlockall, munlockall & acct + small fix for RLIMIT_* and RUSAGE_BOTH + enhace support for capget and capset
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ef1b9c..3d7eb2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
Changes in 4.3
==============
* Linux/ia64 port added
+* The usual Linux syscall updates (includes 32bit uid/gid support)
Changes in 4.2
==============