Ignore:
Timestamp:
Aug 21, 2005, 12:08:50 AM (20 years ago)
Author:
bird
Message:

o Protect the fork operations by the means of must complete so

signals won't interrupt us till we're finished. This might leave
unkillable processes around if fork goes highwire.

o Better exception logging during fork.
o Use MMX memcpy in fork (if supported).
o The C function libc_Back_processFork() replaces the pure assembly fork().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/errno.h

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r2288 r2289  
    194194#endif /* _POSIX_SOURCE */
    195195
     196#ifdef __USE_EMX
     197#define ENEWVER         90              /* mixing with a new version of a struct */
     198#define EBADVER         91              /* bad version number */
     199#endif
     200
    196201#ifdef _KERNEL
    197202/* pseudo-errors returned inside kernel to modify return to process */
Note: See TracChangeset for help on using the changeset viewer.