source: trunk/src/emx/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2305   20 years bird Fixed USE_MISC usage.
(edit) @2302   20 years bird o Added libc_Back_gfProcessHandleHashBangScripts and …
(edit) @2299   20 years bird Merged the signal semaphore handling into the safe sems and made …
(edit) @2298   20 years bird Tried to workaround the race conditions in …
(edit) @2295   20 years bird Corrected the declarations of _DLL_InitTerm.
(edit) @2294   20 years bird Tried to workaround the race conditions in …
(edit) @2289   20 years bird o Protect the fork operations by the means of must complete so …
(edit) @2288   20 years bird Define _EMX_SOURCE (USE_EMX) along with _BSD_SOURCE and _SVID_SOURCE …
(edit) @2285   20 years bird _memcpy_amd.
(edit) @2277   20 years bird Added SH_COMPAT to share.h and emulate it as SH_DENYNO (just like …
(edit) @2273   20 years bird Added some missing INCL_DOSERRORS #defines (very odd ones).
(edit) @2269   20 years bird Fixed USE_GNU tests in ftw.h and sys/dirent.h.
(edit) @2268   20 years bird unistd.h prototype of encrypt() shall return void not int.
(edit) @2260   20 years bird o Started fixing exec() backend. o Fixed some more mktime / localtime …
(edit) @2254   20 years bird o LIBC_ASSERT*() are for internal libc errors, LIBCLOG_ERROR*() are …
(edit) @2245   20 years bird UniStrFromUcs added and UniStrToUcs to uconv.h. Added UniStrFromUcs, …
(edit) @2240   20 years bird Replaced BSD regex with the new GLIBC implementation.
(edit) @2229   20 years bird Renamed the BSD setmode to bsd_setmode and put back the PC setmode.
(edit) @2228   20 years bird Changed utimes() to allow NULL pointer parameter. Please note that BSD …
(edit) @2227   20 years bird Changed utimes() to allow NULL pointer parameter. Please note that BSD …
(edit) @2223   20 years bird o Added/replaced setbuf, setbuffer and setlinebuf with FreeBSD impls. …
(edit) @2216   20 years bird Added signal handler types for gnu and bsd compatability.
(edit) @2215   20 years bird o Changed PC setmode to _setmode. As it collides with a BSD 4.4. interface.
(edit) @2214   20 years bird o Added the BSD 4.4. setmode/getmode functions from FreeBSD. o Added …
(edit) @2213   20 years bird o Added getsid and getpgid, correcting the getpgrp implementation.
(edit) @2207   20 years bird emxism
(edit) @2204   20 years bird panic enh.
(edit) @2199   20 years bird Updated argz.h because of bustage caused by new cdefs.h (THROW).
(edit) @2195   20 years bird Fixed some waitid() and waitpid() problems related to stopping and …
(edit) @2191   20 years bird Ported crypt from GLIBC 2.3.x CVS.
(edit) @2189   20 years bird typo
(edit) @2188   20 years bird o Added sys/builtin.h to sys/smutex.h.
(edit) @2187   20 years bird Updated features.h and the gnu cdefs.h to 2.3.x CVS. level
(edit) @2186   20 years bird Added stpncpy from GLIBC.
(edit) @2178   20 years bird sys/fcntl.h shall include sys/stat.h in XSI mode.
(edit) @2177   20 years bird o Updated some TCPIP headers with GLIBC USE_MISC #includes.
(edit) @2173   20 years bird Clear FD_CLOEXEC on the handle returned by dup, dup2 and fcntl(F_DUPFD).
(edit) @2172   20 years bird o Replaced the EMX ftw with the BSD one so we implement the SuS specs.
(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   21 years bird o Added support for new EMX a.out stab N_EXP (0x6c). This encodes …
(edit) @1994   21 years bird FreeBSD 5.3
(edit) @1990   21 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().
Note: See TracRevisionLog for help on using the revision log.