summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-3/+3
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-2/+2
* * dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor2000-07-281-0/+1
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-15/+14
* * acconfig.h: Add support for NEWVFORK.Christopher Faylor2000-07-161-1/+6
* * spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor2000-07-161-12/+18
* Slightly more efficient version of previous change.Christopher Faylor2000-07-161-1/+1
* * dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never beChristopher Faylor2000-07-161-1/+1
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-19/+17
* * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor2000-07-121-1/+1
* * dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor2000-07-051-35/+40
* * dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor2000-07-041-13/+2
* Revert errnoneous commit.Christopher Faylor2000-07-031-3/+3
* * exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor2000-07-031-3/+3
* * dcrt0.cc (user32_init): Add primitive guard against concurrent attempts toChristopher Faylor2000-07-031-3/+25
* * dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor2000-07-011-3/+3
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-14/+36
* * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen2000-06-191-0/+2
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-3/+5
* * cygwin.din: add cygwin_dll_initDJ Delorie2000-06-081-0/+44
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-011-13/+18
* * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen2000-05-311-3/+3
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-38/+116
* * dcrt0.cc (dll_crt0_1): Move uinfo_init call to before sigproc_init to avoid aChristopher Faylor2000-05-221-12/+10
* * Makefile.in: Remove external.h dependency.Christopher Faylor2000-05-181-0/+7
* * dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor2000-05-181-0/+5
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-3/+3
* * dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor2000-05-131-1/+0
* * dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor2000-05-071-2/+2
* * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.Corinna Vinschen2000-05-021-0/+1
* * dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor2000-04-181-3/+1
* * dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor2000-04-181-1/+7
* * dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor2000-04-131-8/+3
* * Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor2000-03-281-0/+2
* * environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor2000-03-251-1/+1
* * dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag from sharedChristopher Faylor2000-03-181-1/+1
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-161-0/+4
* * dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor2000-02-281-44/+22
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-7/+7
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1063