aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2001-09-05* Makefile.in: Install libstdc++.a if it does not exist.Christopher Faylor2-1/+11
2001-09-05minor wording changesChristopher Faylor1-12/+16
2001-09-05top level overview of vfork.Christopher Faylor1-0/+34
2001-09-05 * winver.rc: Change copyright to include 2001.Corinna Vinschen2-1/+5
2001-09-05 * fhandler_floppy.cc (fhandler_floppy::lseek): Remove iswinnt check.Corinna Vinschen2-36/+37
2001-09-05 * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen2-1/+6
2001-09-05 * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen2-5/+15
2001-09-05* exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controllingChristopher Faylor2-5/+8
2001-09-042001-09-04 Earnie Boyd <earnie@SF.Net>Earnie Boyd2-2/+7
2001-09-04* thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor3-18/+26
2001-09-04 * uname.cc (uname): Eliminate os specific retrieving of x86Corinna Vinschen2-25/+14
2001-09-04* winbase.h: Add missing closing parentheses to InterlockedExchangePointerChristopher Faylor2-1/+6
2001-09-042001-09-01 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2-9/+20
2001-09-042001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2-2/+10
2001-09-04* mount.cc (mount_commands): Don't write /cygdrive/u mount points.Christopher Faylor2-15/+22
2001-09-03* mount.cc (longopts): Add mount-commands to options list.Christopher Faylor2-2/+81
2001-09-03*** empty log message ***Christopher Faylor1-0/+95
2001-09-03 * dir.cc (opendir): Write version information to __d_dirent->d_version.Corinna Vinschen2-0/+5
2001-09-03 * cygwin.din: Add `dirfd'.Corinna Vinschen4-1/+30
2001-09-03* child_info.h: Modify magic number.Christopher Faylor6-61/+80
2001-09-01* mount.cc (main): Eliminate excess arguments in printf.Christopher Faylor2-1/+5
2001-09-01* include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if anonymousChristopher Faylor2-2/+8
2001-09-01* tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor4-6/+13
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor9-44/+95
2001-08-31 * security.cc (create_token): Change initialization of `exp' to complyCorinna Vinschen2-1/+6
2001-08-31 * include/winnt.h: Change definition of `SYSTEM_LUID' to complyCorinna Vinschen2-1/+6
2001-08-31* cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor5-29/+33
2001-08-31minor wording change.Christopher Faylor1-1/+1
2001-08-31space reduction.Christopher Faylor1-2/+2
2001-08-31space reduction.Christopher Faylor1-1/+1
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor10-46/+236
2001-08-30* dumper.h: Update copyright notice.Egor Duda3-6/+50
2001-08-30* include/winsock2.h: Remove "extra token" after #endif.Christopher Faylor2-1/+5
2001-08-30 * select.cc (select_read): Add setting read_ready flag.Corinna Vinschen2-0/+7
2001-08-30 * config.guess: Remove the \r from the end of line.Earnie Boyd7-368/+500
2001-08-29 * include\winnt.h: Allow anonymous (Xxx.LowPart) orEarnie Boyd3-14/+35
2001-08-29 * include/stdarg.h (va_list): Typedef as __builtin_va_list ifEarnie Boyd4-6/+23
2001-08-29* path.cc (path_conv::check): Avoid splitting off leading '/' in path componentChristopher Faylor2-0/+7
2001-08-28 * resource.cc (getrlimit): Return actual values on RLIMIT_STACK.Corinna Vinschen2-0/+15
2001-08-28oopsChristopher Faylor1-14/+7
2001-08-28* dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.Christopher Faylor3-9/+27
2001-08-28* mount.cc (main): Issue correct warning for 'not enough arguments'.Christopher Faylor2-1/+8
2001-08-27* select.cc (cygwin_select): Ensure that arguments are zeroed on timeout.Christopher Faylor2-12/+20
2001-08-25* syscalls.cc (check_tty_fds): New function. Check whether there is a fdChristopher Faylor2-2/+25
2001-08-24 * net.cc (free_addr_list): Add define for symmetry.Corinna Vinschen2-2/+35
2001-08-23* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor4-24/+28
2001-08-22 * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen4-68/+94
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor8-36/+81
2001-08-22 * net.cc (free_char_list): New static function.Corinna Vinschen2-7/+205
2001-08-22fix typo.Christopher Faylor1-1/+1