Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-07Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>Corinna Vinschen
2001-09-07* how-resources.texinfo: Add some additional words about where to findChristopher Faylor
2001-09-07 * include/limits.h: Define PIPE_BUF.Corinna Vinschen
2001-09-07experiment.Christopher Faylor
2001-09-07* fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure thatChristopher Faylor
2001-09-06* cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as aChristopher Faylor
2001-09-06Another in the how-it-works series.Christopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-09-06* Makefile.in (dumper): Change logic for libbfd and libintl so that they willChristopher Faylor
2001-09-06Revert inadvertently checked in files.Christopher Faylor
2001-09-06* Makefile.in: Install libstdc++.a if it does not exist.Christopher Faylor
2001-09-06minor wording changesChristopher Faylor
2001-09-05top level overview of vfork.Christopher Faylor
2001-09-05 * winver.rc: Change copyright to include 2001.Corinna Vinschen
2001-09-05 * fhandler_floppy.cc (fhandler_floppy::lseek): Remove iswinnt check.Corinna Vinschen
2001-09-05 * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen
2001-09-05 * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen
2001-09-05* exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controllingChristopher Faylor
2001-09-052001-09-04 Earnie Boyd <earnie@SF.Net>Earnie Boyd
2001-09-05* thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor
2001-09-05 * uname.cc (uname): Eliminate os specific retrieving of x86Corinna Vinschen
2001-09-04* winbase.h: Add missing closing parentheses to InterlockedExchangePointerChristopher Faylor
2001-09-042001-09-01 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd
2001-09-042001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen
2001-09-04* mount.cc (mount_commands): Don't write /cygdrive/u mount points.Christopher Faylor
2001-09-04* mount.cc (longopts): Add mount-commands to options list.Christopher Faylor
2001-09-04*** empty log message ***Christopher Faylor
2001-09-03 * dir.cc (opendir): Write version information to __d_dirent->d_version.Corinna Vinschen
2001-09-03 * cygwin.din: Add `dirfd'.Corinna Vinschen
2001-09-03* child_info.h: Modify magic number.Christopher Faylor
2001-09-01* mount.cc (main): Eliminate excess arguments in printf.Christopher Faylor
2001-09-01* include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if anonymousChristopher Faylor
2001-09-01* tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor
2001-08-31 * security.cc (create_token): Change initialization of `exp' to complyCorinna Vinschen
2001-08-31 * include/winnt.h: Change definition of `SYSTEM_LUID' to complyCorinna Vinschen
2001-08-31* cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor
2001-08-31minor wording change.Christopher Faylor
2001-08-31space reduction.Christopher Faylor
2001-08-31space reduction.Christopher Faylor
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor
2001-08-30* dumper.h: Update copyright notice.Egor Duda
2001-08-30* include/winsock2.h: Remove "extra token" after #endif.Christopher Faylor
2001-08-30 * select.cc (select_read): Add setting read_ready flag.Corinna Vinschen
2001-08-30 * config.guess: Remove the \r from the end of line.Earnie Boyd
2001-08-29 * include\winnt.h: Allow anonymous (Xxx.LowPart) orEarnie Boyd
2001-08-29 * include/stdarg.h (va_list): Typedef as __builtin_va_list ifEarnie Boyd