source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2303   20 years bird Filled in the NULLs in sys_signame and sys_siglist.
(edit) @2302   20 years bird o Added libc_Back_gfProcessHandleHashBangScripts and …
(edit) @2301   20 years bird More logging.
(edit) @2300   20 years bird Default stack size set to 1MB. The old defaults were 8MB (emxbind) 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) @2297   20 years bird oops
(edit) @2296   20 years bird oops
(edit) @2295   20 years bird Corrected the declarations of _DLL_InitTerm.
(edit) @2294   20 years bird Tried to workaround the race conditions in …
(edit) @2293   20 years bird Added OBJ_FORK to the allocations in sysv_shm.
(edit) @2292   20 years bird more…
(edit) @2291   20 years bird memcpy_amd test.
(edit) @2290   20 years bird time the fork.
(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) @2287   20 years bird remove libc logs left by ar during implib.
(edit) @2286   20 years bird Fixed logging.
(edit) @2285   20 years bird _memcpy_amd.
(edit) @2284   20 years bird * empty log message *
(edit) @2283   20 years bird fixed parameter loading.
(edit) @2282   20 years bird Log fmutex_release_internal_must_complete.
(edit) @2281   20 years bird Corrected a few prototypes in process.h to use pid_t.
(edit) @2280   20 years bird nothing really.
(edit) @2279   20 years bird Initial conversion.
(edit) @2278   20 years bird ..
(edit) @2277   20 years bird Added SH_COMPAT to share.h and emulate it as SH_DENYNO (just like …
(edit) @2276   20 years bird The long set api is broken in 14.103b & c (at least) so avoid it where …
(edit) @2275   20 years bird Switched back to alloca and adding 23 MB of stack.
(edit) @2274   20 years bird * empty log message *
(edit) @2273   20 years bird Added some missing INCL_DOSERRORS #defines (very odd ones).
(edit) @2272   20 years bird o Fixed bad done string allocation.
(edit) @2271   20 years bird o Fixed a case of memory access after free.
(edit) @2270   20 years bird cdecl os2_sock_errno.
(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) @2266   20 years bird ..
(edit) @2265   20 years bird * empty log message *
(edit) @2264   20 years bird * empty log message *
(edit) @2263   20 years bird Changed version number back to 3.3.5 / 0.6 rc1.
(edit) @2262   20 years bird oops.
(edit) @2261   20 years bird Fixed libc_back_fsResolve to always set fInUnixTree so the result …
(edit) @2260   20 years bird o Started fixing exec() backend. o Fixed some more mktime / localtime …
(edit) @2259   20 years bird warning cleanup.
(edit) @2258   20 years bird this is in include.
(edit) @2257   20 years bird warnings
(edit) @2256   20 years bird
(edit) @2255   20 years bird cleanup..
(edit) @2254   20 years bird o LIBC_ASSERT*() are for internal libc errors, LIBCLOG_ERROR*() are …
(edit) @2253   20 years bird More dumping improvements.
(edit) @2252   20 years bird Extended the hack to fix the trouble with nsOutputStream.
(edit) @2251   20 years bird Attempt at fixing thunk exporting.
(edit) @2250   20 years bird * empty log message *
(edit) @2249   20 years bird more tracking and dumping.
(edit) @2248   20 years bird show attributes too.
(edit) @2247   20 years bird Created a hack for the nsSupportWeakReference / friend problem.
(edit) @2246   20 years bird restored trailing spaces.
(edit) @2245   20 years bird UniStrFromUcs added and UniStrToUcs to uconv.h. Added UniStrFromUcs, …
(edit) @2244   20 years bird oops.
(edit) @2243   20 years bird o Fixed two bad bugs in the handling of the list of free SPM …
(edit) @2242   20 years bird ..
(edit) @2241   20 years bird ..
(edit) @2240   20 years bird Replaced BSD regex with the new GLIBC implementation.
(edit) @2236   20 years bird Initial revision
(edit) @2235   20 years bird fixed linker problem with regards to dllexport.
(edit) @2234   20 years bird weak export
(edit) @2233   20 years bird Removed assumption about the order of name table entries.
(edit) @2232   20 years bird * empty log message *
(edit) @2231   20 years bird oops. this shouldn't have been committed. was renamed to pc_setmode.c
(edit) @2230   20 years bird * empty log message *
(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) @2226   20 years bird o Reap embryos when the waiter thread is querying spm about the …
(edit) @2225   20 years bird
(edit) @2224   20 years bird The default value is -1.
(edit) @2223   20 years bird o Added/replaced setbuf, setbuffer and setlinebuf with FreeBSD impls. …
(edit) @2222   20 years bird o Changed PC setmode to _setmode. As it collides with a BSD 4.4. interface.
(edit) @2218   20 years bird Initial revision
(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) @2212   20 years bird Added the BSD optreset global to getopt.
(edit) @2211   20 years bird o Fixed spawn/fork + fork() + exec/spawn/fork in the child. o Kill any …
(edit) @2210   20 years bird new testcases.
(edit) @2209   20 years bird spawn testcase.
(edit) @2208   20 years bird spawn
(edit) @2207   20 years bird emxism
(edit) @2206   20 years bird fixed weak def for libc.
(edit) @2205   20 years bird Moved _um_abort out of imisc.c
(edit) @2204   20 years bird panic enh.
(edit) @2203   20 years bird Ensure that the dirs are created.
(edit) @2202   20 years bird crypt
(edit) @2201   20 years bird ..
(edit) @2200   20 years bird ..
(edit) @2199   20 years bird Updated argz.h because of bustage caused by new cdefs.h (THROW).
(edit) @2198   20 years bird * empty log message *
(edit) @2197   20 years bird Back to betas, now beta6.
(edit) @2196   20 years bird fixed waitid testcase.
Note: See TracRevisionLog for help on using the revision log.