aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-07-13 * mount.cc (mount_already_exists): Additional warning messageCorinna Vinschen2-0/+11
2000-07-12* debug.cc (thread_stub): Use impure_ptr in place of reent_data.Christopher Faylor3-18/+9
2000-07-12* lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Don't reset environ ifChristopher Faylor3-2/+10
2000-07-11* include/shlobj.h: add CSIDL_COMMON_*DJ Delorie2-0/+10
2000-07-10* fhandler_console.cc (fhandler_console::read): Unicode interface toChristopher Faylor2-2/+12
2000-07-10Add missing text.Christopher Faylor1-1/+3
2000-07-10* Makefile.in (install): Install textmode.o as well as binmode.o.Christopher Faylor3-13/+20
2000-07-09 * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen3-2/+9
2000-07-09Slight optimization.Christopher Faylor1-1/+1
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor8-54/+125
2000-07-08* external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor7-42/+96
2000-07-07 * include/sys/cygwin.h: Hide internal data types in per_processCorinna Vinschen2-0/+10
2000-07-05* dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor6-89/+85
2000-07-04* exceptions.cc (try_to_debug): Prevent recursive spawning of JIT debugger.Christopher Faylor2-29/+64
2000-07-04 * poll.cc (poll): Zero out `open_fds' as well.Corinna Vinschen2-0/+5
2000-07-04 * include/cygwin/version.h: Bump API minor version to 24.Corinna Vinschen2-1/+6
2000-07-04 * security.cc (read_sd): Eliminate OemToChar.Corinna Vinschen2-3/+5
2000-07-04 * poll.cc: New file. Implement `poll' system call.Corinna Vinschen6-1/+119
2000-07-04"Posting Guidelines": New name for old entry.David Starks-Browning1-45/+75
2000-07-04"Contents": Add package opengl.David Starks-Browning1-2/+2
2000-07-04* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor4-19/+30
2000-07-03Revert errnoneous commit.Christopher Faylor4-30/+16
2000-07-03* exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor6-37/+68
2000-07-03 * include/cygwin/socket.h: Remove SOCK_PACKET define since it'sCorinna Vinschen2-5/+5
2000-07-03* dcrt0.cc (user32_init): Add primitive guard against concurrent attempts toChristopher Faylor2-3/+32
2000-07-02Replaced buggy ChangeLog entryCorinna Vinschen1-4/+10
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen9-27/+33
2000-07-02Add some comments.Christopher Faylor1-0/+2
2000-07-02 * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()Corinna Vinschen2-27/+16
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen13-21/+31
2000-07-01* binmode.c (cygwin_premain0): Fix erroneous clearing of bit.Christopher Faylor3-2/+7
2000-07-01Remove asm labelling from _dll_crt0 since it seems to confuse different versionsChristopher Faylor1-1/+1
2000-07-01* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor5-7/+14
2000-07-01* Makefile.in: Find getopt.c in cygwin/lib subdirectory.Christopher Faylor2-1/+5
2000-07-01Forgot perthread.h.Christopher Faylor2-0/+38
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor26-223/+455
2000-06-28 * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen3-8/+33
2000-06-27 * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,Corinna Vinschen5-1/+118
2000-06-26* windows.cc (setitimer): Round up when < 1000 usecs.Christopher Faylor2-1/+8
2000-06-26* hinfo.cc (hinfo::dup2): Eliminate compiler warning.Christopher Faylor2-1/+5
2000-06-26* hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.Christopher Faylor2-1/+11
2000-06-25* grp.cc (read_etc_group): Open file in text mode.Christopher Faylor4-3/+9
2000-06-25* cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info.Christopher Faylor2-4/+68
2000-06-24 * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen5-15/+56
2000-06-24* shared.cc (shared_info::initialize): Improve error message clarity.Christopher Faylor3-2/+9
2000-06-22* Makefile.in: Add dummy info targets.Christopher Faylor2-2/+12
2000-06-22* Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor3-3/+11
2000-06-22Revise previous include/sys/cygwin.h change.Christopher Faylor2-4/+4
2000-06-22* include/sys/cygwin.h: Don't define parts of this file that rely on WindowsChristopher Faylor2-2/+7
2000-06-22Revert.Christopher Faylor1-5/+0