summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* * dll_init.cc (dll_list::alloc): Fix debugging output.Christopher Faylor2000-07-182-1/+5
* Update ChangeLog.Christopher Faylor2000-07-181-0/+2
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-1715-99/+147
* Patch suggested by Eric Fifer <EFifer@sanwaint.com>Corinna Vinschen2000-07-172-3/+8
* * environ.cc (setenv): Use __cygwin_environ instead ofCorinna Vinschen2000-07-172-2/+7
* * _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.Christopher Faylor2000-07-172-0/+6
* * environ.cc: Use new definition of "environ" throughout.Christopher Faylor2000-07-165-17/+42
* * acconfig.h: Add support for NEWVFORK.Christopher Faylor2000-07-167-52/+98
* * spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor2000-07-163-17/+29
* 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-163-52/+41
* Update comments.Christopher Faylor2000-07-161-15/+14
* * dll_init.cc (dll_list::alloc): Round correctly. Use VirtualAlloc sinceChristopher Faylor2000-07-152-7/+23
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-1513-477/+408
* * mount.cc (mount_already_exists): Slightly rearrange.Corinna Vinschen2000-07-132-13/+24
* * mount.cc (mount_already_exists): Additional warning messageCorinna Vinschen2000-07-132-0/+11
* * debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor2000-07-123-18/+9
* * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor2000-07-123-2/+10
* * include/shlobj.h: add CSIDL_COMMON_*DJ Delorie2000-07-112-0/+10
* * fhandler_console.cc (fhandler_console::read): Unicode interface toChristopher Faylor2000-07-102-2/+12
* Add missing text.Christopher Faylor2000-07-101-1/+3
* * Makefile.in (install): Install textmode.o as well as binmode.o.Christopher Faylor2000-07-103-13/+20
* * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen2000-07-093-2/+9
* Slight optimization.Christopher Faylor2000-07-091-1/+1
* * cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor2000-07-098-54/+125
* * external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor2000-07-087-42/+96
* * include/sys/cygwin.h: Hide internal data types in per_processCorinna Vinschen2000-07-072-0/+10
* * dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor2000-07-056-89/+85
* * exceptions.cc (try_to_debug): Prevent recursive spawning of JIT debugger.Christopher Faylor2000-07-042-29/+64
* * poll.cc (poll): Zero out `open_fds' as well.Corinna Vinschen2000-07-042-0/+5
* * include/cygwin/version.h: Bump API minor version to 24.Corinna Vinschen2000-07-042-1/+6
* * security.cc (read_sd): Eliminate OemToChar.Corinna Vinschen2000-07-042-3/+5
* * poll.cc: New file. Implement `poll' system call.Corinna Vinschen2000-07-046-1/+119
* "Posting Guidelines": New name for old entry.David Starks-Browning2000-07-041-45/+75
* "Contents": Add package opengl.David Starks-Browning2000-07-041-2/+2
* * dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor2000-07-044-19/+30
* Revert errnoneous commit.Christopher Faylor2000-07-034-30/+16
* * exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor2000-07-036-37/+68
* * include/cygwin/socket.h: Remove SOCK_PACKET define since it'sCorinna Vinschen2000-07-032-5/+5
* * dcrt0.cc (user32_init): Add primitive guard against concurrent attempts toChristopher Faylor2000-07-032-3/+32
* Replaced buggy ChangeLog entryCorinna Vinschen2000-07-021-4/+10
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-029-27/+33
* Add some comments.Christopher Faylor2000-07-021-0/+2
* * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()Corinna Vinschen2000-07-022-27/+16
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-0113-21/+31
* * binmode.c (cygwin_premain0): Fix erroneous clearing of bit.Christopher Faylor2000-07-013-2/+7
* Remove asm labelling from _dll_crt0 since it seems to confuse different versionsChristopher Faylor2000-07-011-1/+1
* * dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor2000-07-015-7/+14
* * Makefile.in: Find getopt.c in cygwin/lib subdirectory.Christopher Faylor2000-07-012-1/+5
* Forgot perthread.h.Christopher Faylor2000-07-012-0/+38