source: trunk/src/emx/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2013   20 years bird o The smallcnv stuff is gone, waste of space since we're not really …
(edit) @2004   20 years bird fixing tcpip link errors.
(edit) @2001   20 years bird o Added support for new EMX a.out stab N_EXP (0x6c). This encodes …
(edit) @1994   20 years bird FreeBSD 5.3
(edit) @1990   20 years bird default to USE_LIBC_TCPIP. Respect TCPV41HDRS.
(edit) @1987   20 years bird shm + sem debuging.
(edit) @1986   20 years bird SysV Shared Memory.
(edit) @1984   20 years bird Ported the BSD SysV Semaphore module.
(edit) @1983   20 years bird Added _getenv_[int|long|longlong]. Using this for …
(edit) @1982   20 years bird FreeBSD 5.3, modified.
(edit) @1981   20 years bird @file tag
(edit) @1980   20 years bird FreeBSD 5.3
(edit) @1972   20 years bird [lf]utimes.
(edit) @1971   20 years bird mkfifo.
(edit) @1969   20 years bird no SF_ and UF_ because no st_flags.
(edit) @1965   20 years bird Some more changes.
(edit) @1964   20 years bird No whiteout.
(edit) @1963   20 years bird FreeBSD 5.3 unchanged code.
(edit) @1946   20 years bird Changed chdir() to unix style, added _chdir_os2() as a backwards …
(edit) @1940   20 years bird Added fchmod and reimplemented chmod and lchmod.
(edit) @1939   20 years bird Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
(edit) @1931   20 years bird More hacking.
(edit) @1922   20 years bird Hide and initialize everything.
(edit) @1918   20 years bird Hacking public symbols which shouldn't been seen in LIBC.
(edit) @1915   20 years bird FreeBSD 5.3 base.
(edit) @1914   20 years bird Added some logic to update iNice for the current process (might be …
(edit) @1910   20 years bird Implemented (not tested) process priority manangement.
(edit) @1907   20 years bird stdio_ext.h, fbufsize and fpending.
(edit) @1905   20 years bird Rewrote atexit() fixing recursive exit() calling. Added on_exit().
(edit) @1902   20 years bird Added gethrtime().
(edit) @1894   20 years bird implemented nanosleep() and base usleep and sleep on it.
(edit) @1876   21 years bird Fixed atomic inc/dec inline functions.
(edit) @1871   21 years bird kicked the old atod implementation (asserts on simple '-30' conversion).
(edit) @1827   21 years bird Implemented socket duplication. fixed various inherit/fork trouble.
(edit) @1826   21 years bird Implemented socket duplication.
(edit) @1825   21 years bird Fixed select EINTR problem.
(edit) @1821   21 years bird Initial revision
(edit) @1800   21 years bird TCPCALL again.
(edit) @1796   21 years bird Added the C99 lconv stuff.
(edit) @1790   21 years bird typo.
(edit) @1788   21 years bird Added time64_t and a few 64-bit time functions for dealing better with …
(edit) @1780   21 years bird fixed unlink and remove, making them work with dirs and symlinks.
(edit) @1773   21 years bird CODESET.
(edit) @1771   21 years bird Return ENOSOCK instead of ENOSYS when attempting socket operation on …
(edit) @1757   21 years bird SafeDosStartSession.
(edit) @1750   21 years bird Inode and Dev stuff of stat/lstat/fstat.
(edit) @1741   21 years bird urg.
(edit) @1740   21 years bird ifstat is included in V40.
(edit) @1739   21 years bird Fixed TCPCALL.
(edit) @1729   21 years bird NP_NBLK was invalid.
(edit) @1706   21 years bird bugfix.
(edit) @1705   21 years bird wide-char and other locale stuff.
(edit) @1698   21 years bird imported FreeBSD 5.3 code and broke stuff.
(edit) @1697   21 years bird imported FreeBSD 5.3 code and broke stuff.
(edit) @1693   21 years bird BSD cleanup. rand() and stuff.
(edit) @1678   21 years bird rename reimplementation.
(edit) @1676   21 years bird Fixed fork() problem by adding DosLoadModuleEx and DosFreeModuleEx. …
(edit) @1674   21 years bird Bugfixing LIBC 0.6 beta1.
(edit) @1670   21 years bird initial coding.
(edit) @1666   21 years bird initial coding / borrowing.
(edit) @1662   21 years bird long_int trouble.
(edit) @1661   21 years bird Extended fmutex interface.
(edit) @1658   21 years bird Enabled ualaram proto.
(edit) @1657   21 years bird some thunkers from froloff.
(edit) @1656   21 years bird One exception and one signal.
(edit) @1655   21 years bird Added some 1.3 -> 2.0 api mappers.
(edit) @1649   21 years bird RC fixes.
(edit) @1642   21 years bird signal timers. (very untested!)
(edit) @1638   21 years bird
(edit) @1633   21 years bird Bugfixing.
(edit) @1631   21 years bird Bugfixing signals and stuff.
(edit) @1630   21 years bird More signals and waiting stuff.
(edit) @1628   21 years bird Signals, processes and stuff.
(edit) @1627   21 years bird Having a go at waitid (and waitpid()/wait()).
(edit) @1626   21 years bird Updated some headers to 5.2/3 level.
(edit) @1624   21 years bird Updated some headers to 5.2/3 level.
(edit) @1618   21 years bird More signal debugging and cleanup.
(edit) @1617   21 years bird Debugging signals.
(edit) @1615   21 years bird signals are finally getting somewhere…
(edit) @1614   21 years bird Non-working signal code. (better having it in CVS than locally now)
(edit) @1604   21 years bird Fixed warnings.
(edit) @1603   21 years bird - mprotect(). - Fixing timebomb issues. - removed b_fsChRoot since …
(edit) @1584   21 years bird fixed some word cmpxchg stuff.
(edit) @1580   21 years bird better to mess up old code.
(edit) @1579   21 years bird better to mess up old code.
(edit) @1578   21 years bird put back some old stuff.
(edit) @1574   21 years bird Signal changes - enabled by NEW_SIGNALS.
(edit) @1573   21 years bird DOSSIGNALS
(edit) @1572   21 years bird Hack to make it build on backlevel LIBC.
(edit) @1571   21 years bird First attempt on shared signal interface.
(edit) @1560   21 years bird initgroups, getgrouplist, valloc, memalign.
(edit) @1559   21 years bird some /dev's
(edit) @1558   21 years bird initial libc adoption.
(edit) @1551   21 years bird Updated to FreeBSD 5.2 level.
(edit) @1550   21 years bird Updated to FreeBSD 5.2 level.
(edit) @1549   21 years bird From FreeBSD 5.2
(edit) @1546   21 years bird Dynamic loading. Logging groups.
(edit) @1540   21 years bird 64-bit ino_t.
(edit) @1534   21 years bird Symlink stat'ing.
(edit) @1523   21 years bird _realrealpath().
Note: See TracRevisionLog for help on using the revision log.