wine-wine/server
Alexandre Julliard b00fb174f6 server: New scheme for cleaning up objects on server exit.
Objects stored in static variables can now be marked when they are
created and are automatically cleaned up on exit. This avoids having
to export a bunch of close_* functions.
2006-03-22 20:32:04 +01:00
..
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in configure: Use --rpath if supported when building binaries to point to 2006-02-20 11:20:47 +01:00
atom.c ntdll: Correct implementation for atom query functions. 2006-01-03 17:34:43 +01:00
change.c Fixed some compiler warnings on old gcc versions. 2006-03-02 18:03:32 +01:00
class.c server: Infrastructure for having a thread own the desktop window. 2006-03-06 20:37:52 +01:00
clipboard.c server: Added infrastructure for access rights mapping. 2005-12-12 14:57:40 +01:00
console.c Suppress some false-positives reported by valgrind. 2006-01-27 16:17:51 +01:00
console.h In console input record queue, replace semaphore with a manual reset 2003-06-23 03:37:14 +00:00
context_alpha.c server: When possible, use tgkill instead of tkill syscall on Linux. 2006-02-14 12:24:32 +01:00
context_i386.c server: When possible, use tgkill instead of tkill syscall on Linux. 2006-02-14 12:24:32 +01:00
context_powerpc.c server: When possible, use tgkill instead of tkill syscall on Linux. 2006-02-14 12:24:32 +01:00
context_sparc.c server: When possible, use tgkill instead of tkill syscall on Linux. 2006-02-14 12:24:32 +01:00
context_x86_64.c server: When possible, use tgkill instead of tkill syscall on Linux. 2006-02-14 12:24:32 +01:00
debugger.c server: Store the process exe module in the standard dll list. 2006-02-16 12:13:01 +01:00
directory.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
event.c server: Added access rights mapping to synchronization objects. 2005-12-12 14:58:44 +01:00
fd.c Suppress some false-positives reported by valgrind. 2006-01-27 16:17:51 +01:00
file.c server: Fix the file notification interface to use directory handles. 2006-01-27 12:13:56 +01:00
file.h server: Fix the file notification interface to use directory handles. 2006-01-27 12:13:56 +01:00
handle.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
handle.h server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
hook.c server: Fixed low-level hardware hooks. 2006-01-27 12:12:15 +01:00
mailslot.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
main.c server: Remove sync_namespace. 2005-12-05 14:52:18 +01:00
mapping.c server: Don't round up the header size for image mappings. 2006-01-11 20:59:26 +01:00
mutex.c server: Added access rights mapping to synchronization objects. 2005-12-12 14:58:44 +01:00
named_pipe.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
object.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
object.h server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
process.c server: Support for closing the desktop window. 2006-03-06 21:02:24 +01:00
process.h server: Store the process exe module in the standard dll list. 2006-02-16 12:13:01 +01:00
protocol.def user: Launch explorer to manage the desktop window. 2006-03-07 11:42:35 +01:00
ptrace.c server: When possible, use tgkill instead of tkill syscall on Linux. 2006-02-14 12:24:32 +01:00
queue.c server: Try to update the input key state even when the message is 2006-02-14 10:43:15 +01:00
region.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
registry.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
request.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
request.h server: Fill in NtNotifyChangeDirectoryFile's buffer with change data. 2006-02-06 11:58:55 +01:00
security.h - Change the default user SID to match what was previously returned by 2005-07-18 13:22:55 +00:00
semaphore.c server: Added access rights mapping to synchronization objects. 2005-12-12 14:58:44 +01:00
serial.c kernel32: ClearCommError. 2006-02-27 13:54:43 +01:00
signal.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
snapshot.c server: Store the process exe module in the standard dll list. 2006-02-16 12:13:01 +01:00
sock.c server: Added access rights mapping to file objects. 2005-12-12 16:46:17 +01:00
symlink.c server: Added access rights mapping to symlink objects. 2005-12-12 15:01:16 +01:00
thread.c ntdll: Add debug registers to the context of all exceptions. 2006-01-13 13:58:14 +01:00
thread.h server: When possible, use tgkill instead of tkill syscall on Linux. 2006-02-14 12:24:32 +01:00
timer.c Fixed a couple of warnings on MacOS. 2006-01-23 16:48:26 +01:00
token.c server: Added access rights mapping to token objects. 2005-12-12 15:01:08 +01:00
trace.c server: Fixed length check in dump_inline_unicode_string. 2006-03-07 14:59:49 +01:00
unicode.c Fixed warnings with gcc option "-Wwrite-strings". 2003-10-21 23:57:25 +00:00
unicode.h Fixed warnings with gcc option "-Wwrite-strings". 2003-10-21 23:57:25 +00:00
user.c Treat 0xffff the same as 0 for the handle generation field to avoid 2005-05-07 15:03:00 +00:00
user.h server: Support for closing the desktop window. 2006-03-06 21:02:24 +01:00
window.c user: Launch explorer to manage the desktop window. 2006-03-07 11:42:35 +01:00
wineserver.man.in Put Wine version information in all the man pages. 2005-10-06 16:10:01 +00:00
winstation.c server: Support for closing the desktop window. 2006-03-06 21:02:24 +01:00