Commit Graph

155 Commits

Author SHA1 Message Date
marco
5fcf326dc5 * new files unixreform 2003-09-14 20:16:48 +00:00
marco
7ad40b4fbd * more unix reform 2003-09-14 20:16:10 +00:00
marco
7efaf7dee2 * Unix reform stage two. Remove all calls from Unix that exist in Baseunix. 2003-09-14 20:15:01 +00:00
florian
8d771df2d4 * arm fixes to the common rtl code
* some generic math code fixed
  * ...
2003-09-03 14:09:37 +00:00
olle
2931590e9b - removed parameter from fpc_iocheck 2003-08-21 22:21:00 +00:00
peter
1b633246b9 * sparc fixes 2003-07-08 21:23:24 +00:00
marco
0525a73548 * Enhancements to make the compiler baseunix using. 2003-06-01 16:28:41 +00:00
marco
ca54415fb0 * now generic 2003-06-01 15:25:14 +00:00
marco
13b0db9269 * Shared for now 2003-06-01 15:23:46 +00:00
marco
e3c50b2399 * Getting NetBSD/i386 to compile. 2003-05-30 19:58:40 +00:00
marco
031693de28 * small changes 2003-05-30 19:37:14 +00:00
marco
ca1f21b99f * fixed a small *BSD gotcha 2003-05-29 19:16:16 +00:00
Jonas Maebe
fd581235c8 * fixed ExitCode translation in WaitProcess for Linux and Darwin (and
probably other BSD's as well)
2003-05-24 20:39:54 +00:00
marco
900bceb0d9 * Movexd back to linux/ 2003-05-17 13:07:15 +00:00
florian
1f9112f544 no message 2003-05-16 20:56:06 +00:00
florian
18ed72101a * ifdef'd code which i386 specific 2003-05-14 13:51:03 +00:00
peter
60e5c18645 * made THandle platform dependent and unique type 2003-04-01 15:57:41 +00:00
armin
46c2715b9d * corrected typo in DirectoryExists 2003-03-30 10:38:00 +00:00
Tomas Hajny
9e0f41900a * DirectoryExists declaration changed to that one from fixes branch 2003-03-29 18:21:41 +00:00
peter
1714855f8e * directoryexists added 2003-03-28 19:06:59 +00:00
armin
2d9ba86107 * more platform independent thread routines, needs to be implemented for unix 2003-03-27 17:14:27 +00:00
armin
8350d4d71a * forgot to initialize RootTree to nil in FreeTree 2003-03-27 12:52:10 +00:00
armin
fff0626008 * added wrapoff to avoid problems in the ide with some terminal emulators 2003-03-26 12:45:21 +00:00
armin
b99d1fd23a * Free the Tree in SysDoneKeyboard to avoid a lot of messages if heaptrace is enabled 2003-03-26 12:35:23 +00:00
michael
1333fe0f13 * stringtoppchar should use tabs instead of backspace as delimiter 2003-03-11 08:26:50 +00:00
marco
f66bd5288e * small changes originating from introduction of Baseunix to FreeBSD 2003-01-05 19:11:32 +00:00
peter
1ac1f644da * FileCreate(string,mode) overload added 2003-01-03 20:41:04 +00:00
marco
8ae88f9aa1 * small patch 2003-01-02 23:57:32 +00:00
marco
573ca876ac * Renamed to genfuncs.inc 2003-01-02 22:31:35 +00:00
peter
8d7bf4847c * replaced some Fp with Sys_ to get cycle working 2002-12-18 17:52:07 +00:00
marco
3e33642794 * Unix RTL generic parts. Linux working, *BSD will follow shortly 2002-12-18 16:50:39 +00:00
marco
193994c0a5 * New RTL. Linux system unit and baseunix operational. 2002-12-18 16:49:02 +00:00
peter
14c6ce1eb8 * small error code fixes so tdos2 passes 2002-12-08 16:05:34 +00:00
marco
5368a3596b * initial version, taken from bsdfunc.inc, since both linux and bsd use it 2002-11-14 12:20:30 +00:00
marco
5f620cd626 * syscall.inc -> syscallo.inc 2002-11-11 21:41:06 +00:00
carl
1d3e450412 * threadvar.inc -> threadvr.inc 2002-10-31 13:45:21 +00:00
marco
21fb7bbb50 * Only "difficult" functions + execvp + termios + rewinddir left to do 2002-10-27 17:21:29 +00:00
marco
13dfb6c1ce * Routines that certainly will be shared between Linux and *BSD 2002-10-27 13:16:54 +00:00
marco
9b47bcfe9b * First series POSIX calls commits. Including getcwd. 2002-10-26 18:27:51 +00:00
carl
f0bb456351 - remove objinc.inc (unused file)
* update makefiles accordingly
2002-10-20 12:00:52 +00:00
marco
1a09dd0b09 * $I pthread.inc instead of pthreads.inc 2002-10-18 18:05:06 +00:00
marco
38a63b01f0 * Fixes to get the generic *BSD RTL compiling again + fixes for thread
support. Still problems left in fexpand. (inoutres?) Therefore fixed
   sysposix not yet commited
2002-10-18 12:19:58 +00:00
michael
55d5428013 Threads renamed from threads to systhrds 2002-10-16 06:22:56 +00:00
peter
906b37ffa1 * remove threadh.inc include 2002-10-15 19:30:15 +00:00
peter
5fff238567 * threads unit added for thread support 2002-10-14 19:39:16 +00:00
peter
bf93b60f51 * use Unix unit 2002-10-14 18:37:15 +00:00
peter
1dd159277c * added initvariantmanager 2002-10-13 09:20:56 +00:00
peter
8f65e22f2f * Updates from the fixes branch 2002-09-15 17:52:30 +00:00
Jonas Maebe
c5eb27f475 * fixed buffer overflow error in StringToPPChar(), detected using
DIOTA (http://www.elis/rug.ac.be/~ronsse/diota) (which I also work on :)
    (merged)
2002-09-13 13:03:27 +00:00
peter
9f31783a0a * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00