felixf
|
fd5205390f
Changed separator from " " to 0AX (paths including spaces were problematic)
|
6 vuotta sitten |
eth.metacore
|
fb97ec91b7
fix result type & signatures
|
6 vuotta sitten |
negelef
|
582455f41c
Use WORD instead of LONGINT as result type
|
7 vuotta sitten |
eth.guenter
|
8a91db450c
adapted to 64-bit Unix.off_t
|
7 vuotta sitten |
eth.guenter
|
169c13f2c2
added more host specific types, unified notation
|
7 vuotta sitten |
negelef
|
5c39b5d3e3
Adapted file status type
|
7 vuotta sitten |
negelef
|
ba8e077bd7
Added portable definition for ino type
|
7 vuotta sitten |
negelef
|
115eb6d2df
Use different variable for return values of type address
|
7 vuotta sitten |
eth.guenter
|
aa7d6ed498
fixed File.CreateUnixFile()
|
7 vuotta sitten |
eth.guenter
|
4b74b09503
added some validity checks
|
7 vuotta sitten |
eth.guenter
|
4432a0eb33
moved/removed messages bothering standalone Oberon binaries
|
7 vuotta sitten |
felixf
|
8440c0e118
absolute paths
|
7 vuotta sitten |
eth.guenter
|
1cde65c61a
fixed Unix.lseek() calls
|
7 vuotta sitten |
eth.guenter
|
d866457d3b
fixed UnixOpen()
|
8 vuotta sitten |
eth.guenter
|
6b5f3d14f5
fixed UnixFileSystem.Old0()
|
8 vuotta sitten |
eth.guenter
|
b20598ac26
fixed reuse of just created files, fixed deletion of temp files (.tmp.dd.*)
|
8 vuotta sitten |
eth.guenter
|
98b9d9b154
fixed handling of interruped Unix system calls
|
8 vuotta sitten |
eth.guenter
|
a12604aa8e
use absolute path for CWD instead of "."
|
8 vuotta sitten |
skoster
|
f3fcbe8bfc
ignore EINTR errors of Unix.read and retry
|
8 vuotta sitten |
skoster
|
de21b9fa88
read syscall can return -1 at any time due to EINTR. If that happens, retry.
|
8 vuotta sitten |
felixf
|
3ce2d2facf
AddSearchPath
|
8 vuotta sitten |
felixf
|
5f78a06533
Remove debugging trace
|
8 vuotta sitten |
felixf
|
e29617a016
Support Files.Exists(fileName, VAR fullFilename, VAR flags) on the level of the file systems. Using enumerators made problems and was inappropriate for this low-level FS-related task.
|
8 vuotta sitten |
felixf
|
fcff2d2237
Convert paths to fullpath when enumerating in linux aos.
|
8 vuotta sitten |
skoster
|
063656d3b6
Fixed how enumerating works with relative paths: Always create absolute paths.
|
8 vuotta sitten |
skoster
|
d743bde5f7
Added path validation to make behavior the same as WinFS.
|
8 vuotta sitten |
felixf
|
7d5632e55c
Should only reuse file handles that are not being finalized
|
8 vuotta sitten |
eth.guenter
|
6cac49a084
incorporated the enhancements of the generic version,
|
8 vuotta sitten |
felixf
|
4d6012b051
Linux Kernel Boots (no GC yet, Module Loading untested yet)
|
8 vuotta sitten |
felixf
|
3caa9ca2ce
UnixAos Generic -- TrapHandler works
|
8 vuotta sitten |