source: trunk/src/emx/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2165   20 years bird Fixed a warning.
(edit) @2164   20 years bird ftw.h should include sys/stat.h
(edit) @2163   20 years bird o Fixed serveral bugs in the C/POSIX locale o Implemented the …
(edit) @2155   20 years bird Added obstack.h and it's implementation from GLIBC.
(edit) @2150   20 years bird o Shopped missing math stuff from GLIBC.
(edit) @2144   20 years bird o Ported GLIBC argp and getopt (argp requires the GLIBC one). This …
(edit) @2138   20 years bird o Added prototypes for nan[lf] to math.h, gcc inlines these.
(edit) @2134   20 years bird Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another …
(edit) @2133   20 years bird Added getlogin_r().
(edit) @2132   20 years bird Added the getdelim() and getline() GLIBC extensions.
(edit) @2130   20 years bird o Added the strdupa() and strndupa() GLIBC extensions. These are …
(edit) @2129   20 years bird Added get_current_dir_name() (GLIBC extension).
(edit) @2128   20 years bird Added asprintf and vasprintf.
(edit) @2124   20 years bird Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to …
(edit) @2123   20 years bird o Added REG_NOERROR to regex.h to make GLIBC code happy.
(edit) @2122   20 years bird o Added wait.h for GLIBC compatability, content is #include <sys/wait.h>.
(edit) @2120   20 years bird o Added fwide() (dummy until LIBC07). o Renamed struct _FILE to struct …
(edit) @2119   20 years bird Added fgets_unlocked and gets_unlocked.
(edit) @2118   20 years bird Added ieeefp.h
(edit) @2113   20 years bird o On glibc lot's of limits.h stuff is included from direct.h because …
(edit) @2112   20 years bird added memrawchr and strchrnul from glibc, enabling us to shop .S files …
(edit) @2107   20 years bird Added _NSIG and making NSIG and _NSIG equal to SIGRTMAX + 1.
(edit) @2095   20 years bird typo.
(edit) @2090   20 years bird o Rewrote the libcXXXX.dll install rule to not play with emxload since …
(edit) @2060   20 years bird Updated sys/stat.h, sys/resource.h and sys/_types.h to FreeBSD 5.3 level.
(edit) @2059   20 years bird Build hack for math.h. (prev revision)
(edit) @2058   20 years bird Fixed some more incorrectness of the 'C' locale, it only defines the …
(edit) @2049   20 years bird shut up gcc
(edit) @2048   20 years bird o File resize optimization: The JFS, HPFS and probably NET will …
(edit) @2030   20 years bird _BSD_NAMESPACE_POLLUTION to limit the pollotion
(edit) @2029   20 years bird o Replaced mktemp and mkstemp with BSD versions. Also adding …
(edit) @2027   20 years bird Auto init fmutexes. fixed deadlock for the must-complete variant.
(edit) @2021   20 years bird o Changed the LIBC_PATHREADWRITERS to a generic LIBC_HOOK_DLLS. See …
(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   21 years bird shm + sem debuging.
(edit) @1986   21 years bird SysV Shared Memory.
(edit) @1984   21 years bird Ported the BSD SysV Semaphore module.
(edit) @1983   21 years bird Added _getenv_[int|long|longlong]. Using this for …
(edit) @1982   21 years bird FreeBSD 5.3, modified.
(edit) @1981   21 years bird @file tag
(edit) @1980   21 years bird FreeBSD 5.3
(edit) @1972   21 years bird [lf]utimes.
(edit) @1971   21 years bird mkfifo.
(edit) @1969   21 years bird no SF_ and UF_ because no st_flags.
(edit) @1965   21 years bird Some more changes.
(edit) @1964   21 years bird No whiteout.
(edit) @1963   21 years bird FreeBSD 5.3 unchanged code.
(edit) @1946   21 years bird Changed chdir() to unix style, added _chdir_os2() as a backwards …
(edit) @1940   21 years bird Added fchmod and reimplemented chmod and lchmod.
(edit) @1939   21 years bird Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
(edit) @1931   21 years bird More hacking.
(edit) @1922   21 years bird Hide and initialize everything.
(edit) @1918   21 years bird Hacking public symbols which shouldn't been seen in LIBC.
(edit) @1915   21 years bird FreeBSD 5.3 base.
(edit) @1914   21 years bird Added some logic to update iNice for the current process (might be …
(edit) @1910   21 years bird Implemented (not tested) process priority manangement.
(edit) @1907   21 years bird stdio_ext.h, fbufsize and fpending.
(edit) @1905   21 years bird Rewrote atexit() fixing recursive exit() calling. Added on_exit().
(edit) @1902   21 years bird Added gethrtime().
(edit) @1894   21 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.
Note: See TracRevisionLog for help on using the revision log.