summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2002-08-303-3/+14
* * include/wincon.h: Define GetConsoleWindow(void).Christopher Faylor2002-08-302-0/+5
* * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor2002-08-308-130/+288
* Sigh, mbsrtowcs was still missing...Corinna Vinschen2002-08-301-0/+2
* * cygwin.din: Add more prototypes for new wchar functions in newlib.Corinna Vinschen2002-08-302-0/+18
* * cygwin.din: Add prototypes for new wchar functions in newlib.Corinna Vinschen2002-08-303-1/+45
* * how-api.texinfo: Remove a line from the CRLF discussion about lseek notChristopher Faylor2002-08-302-6/+7
* * poll.cc (poll): Peek sockets ready for read to see if there'sCorinna Vinschen2002-08-292-1/+28
* * cygthread.cc (hthreads): Remove unneeded global.Christopher Faylor2002-08-293-14/+72
* removeChristopher Faylor2002-08-291-0/+0
* * include/w32api.h: Increment version to 2.1.Earnie Boyd2002-08-283-2/+7
* * include/sys/param.h: Add ENDIAN defines.Danny Smith2002-08-283-1/+13
* removeChristopher Faylor2002-08-281-29/+0
* * malloc.cc: Protect some definitions to avoid a compile time warning.Christopher Faylor2002-08-282-0/+8
* * calls.texinfo: Add getc_unlocked, getchar_unlocked, putc_unlockedCorinna Vinschen2002-08-282-4/+9
* * cygwin.din: Export getc_unlocked, getchar_unlocked,Corinna Vinschen2002-08-283-1/+17
* * fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flagsCorinna Vinschen2002-08-284-3/+26
* * poll.cc (poll): Eliminate erroneous POLLERR conditional.Corinna Vinschen2002-08-282-2/+4
* * test_headers.c: Don't include varargs.h.Danny Smith2002-08-283-7/+16
* fragging mumble bruggum newlibChristopher Faylor2002-08-281-0/+0
* * fhandler_socket.cc (fhandler_socket::check_peer_secret_event):Corinna Vinschen2002-08-274-25/+50
* * child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor2002-08-277-19/+42
* 2002-08-26 Bart Oldeman <bart.oldeman@btinternet.com>Danny Smith2002-08-266-12/+202
* 2002-08-26 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-08-263-0/+98
* * dll.sgml: Remove indirect reference to older gccs.Christopher Faylor2002-08-261-0/+4
* * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen2002-08-265-24/+51
* * sec_acl.cc (getacl): Check ace_sid == well_known_world_sidCorinna Vinschen2002-08-263-170/+108
* * Makefile.in (cygcheck.exe): Make a -mno-cygwin program.Christopher Faylor2002-08-264-17/+43
* * Makefile.in (RUNTEST): Use Makefile's srcdir and bupdir* macros, whereChristopher Faylor2002-08-263-7/+12
* * Makefile.in (DLL_IMPORTS): Move libuuid.a and libshell32.a to list ratherChristopher Faylor2002-08-252-6/+14
* output some newlines.Christopher Faylor2002-08-231-2/+2
* * dll.sgml: Remove indirect reference to older gccs.Christopher Faylor2002-08-211-1/+1
* * dll.sgml: Refine dll build instructions.Christopher Faylor2002-08-213-39/+35
* fix some glitchesChristopher Faylor2002-08-211-5/+5
* * include/sys/param.h: New File.Earnie Boyd2002-08-212-0/+35
* * include/_mingw.h: Increment version to 2.2.Earnie Boyd2002-08-213-2/+7
* * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.Earnie Boyd2002-08-212-1/+6
* * include/math.h (asm): Change to __asm__ throughout.Danny Smith2002-08-202-14/+20
* * include/tchar.h: Ansi-fy another comment.Danny Smith2002-08-202-2/+6
* * include/tchar.h: Ansi-fy comment.Danny Smith2002-08-202-2/+5
* * test_headers.c : New file.Danny Smith2002-08-203-1/+77
* * include/ws2spi.h: Modify comment about being part ofDanny Smith2002-08-202-2/+7
* 2002-08-20 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith2002-08-203-0/+207
* * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,Danny Smith2002-08-202-3/+9
* * pinfo.h (pinfo::remember): Arrange for destructor call if proc_subprocChristopher Faylor2002-08-193-5/+17
* * pwdgrp.h (pwdgrp_read::pwdgrp_read): Remove.Corinna Vinschen2002-08-192-13/+10
* * fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor2002-08-194-25/+45
* * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor2002-08-189-19/+99
* * cygmalloc.h (MORECORE_CANNOT_TRIM): Define.Christopher Faylor2002-08-182-1/+4
* * sigproc.cc (sigCONT): Define.Christopher Faylor2002-08-185-16/+32