Emanuele Aliberti
719909479f
I changed the PSXDLL.DLL version info description to make it different from MS' (and make it say what it actually is).
...
svn path=/trunk/; revision=6171
2003-09-27 21:23:23 +00:00
guido
86e9bc55c8
Renamed 'makefile' to 'Makefile' in order to build on linux
...
svn path=/trunk/; revision=6168
2003-09-27 18:52:31 +00:00
Emanuele Aliberti
b5984d7099
PSXDLL: RtlNtStatusToPsxErrno moved to PSX subsystem client library from NTDLL.
...
svn path=/trunk/; revision=5753
2003-08-22 13:55:15 +00:00
Robert Dickenson
3f13766f16
added install batch similar to that provided in /reactos. Removed deprecated Makefile.
...
svn path=/trunk/; revision=3947
2003-01-07 16:24:45 +00:00
Robert Dickenson
3028effd84
doing some maintenance on the posix build system, getting in sync with reactos base.
...
svn path=/trunk/; revision=3940
2003-01-05 18:29:41 +00:00
Robert Dickenson
c36596ece0
Keep the posix module buildable, and add some CVS sugar for easier scanning.
...
svn path=/trunk/; revision=3896
2002-12-26 18:14:38 +00:00
Rex Jolliff
385fdfdfeb
revert of mass delete of the posix subsystem. perhaps there is hope for it yet.
...
svn path=/trunk/; revision=3674
2002-10-29 04:45:58 +00:00
KJK::Hyperion
6efd5e3b01
POSIX+ says goodbye and leaves. It used to be fun, now it's just painful
...
svn path=/trunk/; revision=3653
2002-10-24 23:29:19 +00:00
Emanuele Aliberti
21f3631d43
PAGESIZE to PAGE_SIZE.
...
svn path=/trunk/; revision=3637
2002-10-18 21:56:39 +00:00
Emanuele Aliberti
ef773a3f6b
PSX: minor changes to the 'posix' module for enabling full compilation.
...
Q: should the dk for a subsystem be contained in that subsystem's tree?
svn path=/trunk/; revision=3595
2002-10-01 20:21:45 +00:00
Steven Edwards
2df0829929
Stick the import lib in the right place.
...
svn path=/trunk/; revision=3392
2002-08-25 10:20:51 +00:00
Emanuele Aliberti
d4dc1756c4
Makefile fixes to compile.
...
svn path=/trunk/; revision=3381
2002-08-23 12:40:56 +00:00
Emanuele Aliberti
6eab84796a
Mostly path fixing after new modules layout is in effect.
...
I renamed the terminal emulator CSRTERM: now it is named POSIXW32,
because it is a a door to reach the POSIX+ subsystem FROM the Win32
subsystem.
svn path=/trunk/; revision=3026
2002-06-08 16:28:05 +00:00
KJK::Hyperion
aec0b9bcfc
New calls and new exported functions
...
svn path=/trunk/; revision=2967
2002-05-17 02:21:54 +00:00
KJK::Hyperion
da32d20e2c
Miscellaneous calls
...
svn path=/trunk/; revision=2966
2002-05-17 02:16:16 +00:00
KJK::Hyperion
2d949174b9
Preliminary code for fork()
...
svn path=/trunk/; revision=2965
2002-05-17 02:12:55 +00:00
KJK::Hyperion
bce8535f50
Started implementing sys/stat.h calls
...
svn path=/trunk/; revision=2964
2002-05-17 02:10:41 +00:00
KJK::Hyperion
75a810da7d
TLS calls (currently unused)
...
svn path=/trunk/; revision=2963
2002-05-17 02:07:14 +00:00
KJK::Hyperion
69ca37d697
Temporary code for debugging purposes
...
svn path=/trunk/; revision=2962
2002-05-17 02:04:39 +00:00
KJK::Hyperion
d24e468cb0
Fixed some embarassing errors
...
svn path=/trunk/; revision=2961
2002-05-17 01:55:34 +00:00
KJK::Hyperion
a2da78fa4e
errno finally thread-safe
...
svn path=/trunk/; revision=2960
2002-05-17 01:52:03 +00:00
Emanuele Aliberti
3febeb4ae5
Minor fixes-
...
svn path=/trunk/; revision=2847
2002-04-14 18:06:39 +00:00
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
KJK::Hyperion
e23995664a
updated clean rule
...
svn path=/trunk/; revision=2772
2002-03-23 18:13:33 +00:00
KJK::Hyperion
a910a28a31
added read and write syscalls to psxdll, rule for csrapi.a
...
svn path=/trunk/; revision=2758
2002-03-21 22:49:24 +00:00
KJK::Hyperion
abded70d84
Csr API (temporary - for testing purposes only)
...
svn path=/trunk/; revision=2757
2002-03-21 22:48:38 +00:00
KJK::Hyperion
8bc9429074
more forward exports to NTDLL
...
svn path=/trunk/; revision=2756
2002-03-21 22:47:05 +00:00
KJK::Hyperion
75deecc48d
implemented read and write system calls
...
svn path=/trunk/; revision=2755
2002-03-21 22:46:30 +00:00
KJK::Hyperion
9e44e1b4a3
finally working spawn
...
svn path=/trunk/; revision=2754
2002-03-21 22:43:27 +00:00
KJK::Hyperion
01011e86cc
various fixes
...
svn path=/trunk/; revision=2753
2002-03-21 22:43:13 +00:00
KJK::Hyperion
acbed041bb
removed unused variable
...
svn path=/trunk/; revision=2752
2002-03-21 22:41:53 +00:00
KJK::Hyperion
2584adcb3b
fixed code to determine file inode - should work now
...
svn path=/trunk/; revision=2751
2002-03-21 22:41:20 +00:00
KJK::Hyperion
ecf734386e
problem with CVS...
...
svn path=/trunk/; revision=2750
2002-03-21 22:40:48 +00:00
KJK::Hyperion
82e00a0128
fixed code to determine file inode - should work now
...
svn path=/trunk/; revision=2749
2002-03-21 22:38:13 +00:00
KJK::Hyperion
0283e02202
updated to reflect modifications to the code
...
svn path=/trunk/; revision=2701
2002-03-11 20:49:09 +00:00
KJK::Hyperion
b62ac8152f
initial code for process attach
...
svn path=/trunk/; revision=2700
2002-03-11 20:48:25 +00:00
KJK::Hyperion
6d05bb6b7a
added a TODO
...
svn path=/trunk/; revision=2699
2002-03-11 20:48:08 +00:00
KJK::Hyperion
65b82fb4d2
__PdxSpawnPosixProcess() now initializes process parameters too. Almost working!
...
svn path=/trunk/; revision=2698
2002-03-11 20:46:38 +00:00
KJK::Hyperion
5306bd86fb
Added __PdxProcessDataToProcessParameters()
...
svn path=/trunk/; revision=2697
2002-03-11 20:45:07 +00:00
KJK::Hyperion
885b79ec17
added some exports, and tweaked the makefile
...
svn path=/trunk/; revision=2694
2002-03-10 17:10:30 +00:00
KJK::Hyperion
2e992926e3
finally (and hopefully) functional __PdxSpawnPosixProcess. To be tested
...
svn path=/trunk/; revision=2693
2002-03-10 17:09:46 +00:00
KJK::Hyperion
cabe571090
__PdxSerializeProcessData and __PdxUnserializeProcessData calls
...
svn path=/trunk/; revision=2692
2002-03-10 17:04:07 +00:00
KJK::Hyperion
9ccb920754
Fixed typo
...
svn path=/trunk/; revision=2682
2002-03-07 06:08:00 +00:00
KJK::Hyperion
d57ab3df35
introducing __PdxSpawnPosixProcess(). Still some linker warnings, will solve tomorrow
...
svn path=/trunk/; revision=2681
2002-03-07 06:07:31 +00:00
KJK::Hyperion
a681b85839
FdTable field in the process data is no more a pointer
...
svn path=/trunk/; revision=2680
2002-03-07 06:03:11 +00:00
KJK::Hyperion
b9dbbc8eb8
preliminary spawn code (untested yet)
...
svn path=/trunk/; revision=2678
2002-03-07 05:46:03 +00:00
KJK::Hyperion
7631564040
whoops - silly mistake in templates
...
svn path=/trunk/; revision=2663
2002-03-03 17:23:29 +00:00
Emanuele Aliberti
21a85d799e
Minor changes for making apps/baresh compile (tough it doesn't work yet).
...
svn path=/trunk/; revision=2647
2002-02-24 22:14:05 +00:00
KJK::Hyperion
19ad3d7a30
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
...
svn path=/trunk/; revision=2636
2002-02-20 09:17:58 +00:00
KJK::Hyperion
ad8ae0a2f5
now introducing the POSIX+ client DLL! (my first check-in, hope I don't f*** up something)
...
svn path=/trunk/; revision=2634
2002-02-20 07:06:52 +00:00