reactos/posix/lib/psxdll
Emanuele Aliberti bb24d01a48 PSX: early code for the PSXSS server program. Currently it is a W32 console application,
therefore it is not a proper subsystem, but it will be converted to native as soon as
it begins working. It probably does NOT work under ROS. I tested it under NT 4.0 SP 6a.
To see what it creates in the system name sapce, run WinObj, and HandleEx. If you
run csrterm.exe, it tries to connect to psxss.exe, but then dies because the API to
tell psxss to create a PSX process it not implemented yet. PSXDLL.DLL will connect
to \POSIX+\ApiPort (initial code in psx/lib/psxdll/misc/init.c is mute).

svn path=/trunk/; revision=2841
2002-04-10 21:30:22 +00:00
..
dirent fixed code to determine file inode - should work now 2002-03-21 22:41:20 +00:00
dlfcn purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
errno purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
fcntl removed unused variable 2002-03-21 22:41:53 +00:00
libgen purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
misc PSX: early code for the PSXSS server program. Currently it is a W32 console application, 2002-04-10 21:30:22 +00:00
pthread purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
sched purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
signal purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
stdlib purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
string purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
sys/utsname purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00
unistd implemented read and write system calls 2002-03-21 22:46:30 +00:00
csrapi.def Csr API (temporary - for testing purposes only) 2002-03-21 22:48:38 +00:00
Makefile updated clean rule 2002-03-23 18:13:33 +00:00
psxdll.def more forward exports to NTDLL 2002-03-21 22:47:05 +00:00
psxdll.edf more forward exports to NTDLL 2002-03-21 22:47:05 +00:00
psxdll.rc purely cosmetic commit: edited the introductory comments of several files to uniform them to a common format, added $Id$ macro to all files, cleanup from legacy stuff, fully commented templates 2002-02-20 09:17:58 +00:00