forked from maaziz/cryopid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
34 lines (29 loc) · 991 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
0.5.9.1
* Fix syscall invocations for recent libc header changes
* Use faster remote memcpy method
0.5.9
* Support for pipes to self
* Better support for UNIX sockets
* Rudimentary support for Gtk+ applications
* Lots of refactoring for portability
* Don't depend on finding a syscall before needing a remote syscall
* Support for syscalls via vsyscall DSO
* Save and restore deleted (eg temporary) files
* Send SIGWINCH when resuming
0.5.3
* Compile fix for older versions of binutils
0.5.2
* Fix more AMD64 issues.
* Always build stubs with dietlibc.
* Only build needed portion of file I/O.
0.5.1
* Fix buggy remote syscalls on AMD64.
* Force real_main to be noinline.
* Properly deal with processes with no heap.
* Fix FS/GS handling (for static binaries, etc).
* Properly pad out checksums.
0.5.0
* AMD64 support.
* Seek to end of file if we started off there (eg, logfiles).
* Remove unused/unimplemented flags from getopt.
* Enable linking against uclibc.