summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * cygwin.din: Remove cygwin_getshared.Christopher Faylor2001-09-116-22/+32
* Tue Sep 11 21:22:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-112-13/+12
* Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-115-11/+162
* 2001-09-05 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-09-102-1/+34
* 2001-09-10 Earnie Boyd <earnie@SF.net>Earnie Boyd2001-09-102-11/+23
* * dtable.cc (dtable::fixup_after_fork): Use SetStdHandle appropriately onChristopher Faylor2001-09-102-0/+9
* * sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.Christopher Faylor2001-09-102-1/+5
* Mon Sep 10 08:28:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-093-154/+31
* * pwdgrp.h (pwdgrp_check::set_last_modified): Call GetFileTime()Corinna Vinschen2001-09-092-4/+7
* * heap.h (inheap): Rewrite macro to accomodate removal of brk macros below.Christopher Faylor2001-09-092-1/+8
* * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor2001-09-098-65/+82
* * child_info.h (PROC_MAGIC): Bump magic number.Christopher Faylor2001-09-092-1/+5
* * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen2001-09-097-103/+124
* * winsup.api/ltp/dup03.c: New test.Egor Duda2001-09-0916-15/+4196
* * dumper.cc (main): Change command-line arguments format to beEgor Duda2001-09-092-22/+39
* * include/cygwin/version.h: Bump API minor version to 45 accordingCorinna Vinschen2001-09-092-1/+6
* * fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor2001-09-095-22/+25
* * cygwin.din: Add gamm*_r function exports.Christopher Faylor2001-09-083-1/+13
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-0743-543/+571
* Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>Corinna Vinschen2001-09-072-3/+16
* * how-resources.texinfo: Add some additional words about where to findChristopher Faylor2001-09-072-0/+11
* * include/limits.h: Define PIPE_BUF.Corinna Vinschen2001-09-073-2/+13
* experiment.Christopher Faylor2001-09-071-1/+1
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure thatChristopher Faylor2001-09-072-1/+6
* * cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as aChristopher Faylor2001-09-063-2/+13
* Another in the how-it-works series.Christopher Faylor2001-09-061-0/+22
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-0617-27/+31
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-0620-38/+45
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-0611-18/+49
* * Makefile.in (dumper): Change logic for libbfd and libintl so that they willChristopher Faylor2001-09-063-5/+11
* Revert inadvertently checked in files.Christopher Faylor2001-09-062-11/+1
* * Makefile.in: Install libstdc++.a if it does not exist.Christopher Faylor2001-09-052-1/+11
* minor wording changesChristopher Faylor2001-09-051-12/+16
* top level overview of vfork.Christopher Faylor2001-09-051-0/+34
* * winver.rc: Change copyright to include 2001.Corinna Vinschen2001-09-052-1/+5
* * fhandler_floppy.cc (fhandler_floppy::lseek): Remove iswinnt check.Corinna Vinschen2001-09-052-36/+37
* * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen2001-09-052-1/+6
* * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen2001-09-052-5/+15
* * exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controllingChristopher Faylor2001-09-052-5/+8
* 2001-09-04 Earnie Boyd <earnie@SF.Net>Earnie Boyd2001-09-042-2/+7
* * thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor2001-09-043-18/+26
* * uname.cc (uname): Eliminate os specific retrieving of x86Corinna Vinschen2001-09-042-25/+14
* * winbase.h: Add missing closing parentheses to InterlockedExchangePointerChristopher Faylor2001-09-042-1/+6
* 2001-09-01 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-09-042-9/+20
* 2001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2001-09-042-2/+10
* * mount.cc (mount_commands): Don't write /cygdrive/u mount points.Christopher Faylor2001-09-042-15/+22
* * mount.cc (longopts): Add mount-commands to options list.Christopher Faylor2001-09-032-2/+81
* *** empty log message ***Christopher Faylor2001-09-031-0/+95
* * dir.cc (opendir): Write version information to __d_dirent->d_version.Corinna Vinschen2001-09-032-0/+5
* * cygwin.din: Add `dirfd'.Corinna Vinschen2001-09-034-1/+30