aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include/sys
AgeCommit message (Expand)AuthorFilesLines
2000-08-28This commit was manufactured by cvs2svn to create branch 'gh'.github/ghghcvs2svn26-1271/+0
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor1-3/+3
2000-08-25* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor1-1/+2
2000-08-24* include/cygwin/core_dump.h: New file, contains structures used in cygwin coreChristopher Faylor1-0/+11
2000-08-24* include/sys/cygwin.h (strace_printf_wrap): Force printing whenChristopher Faylor1-2/+2
2000-08-23* include/sys/cygwin.h: Protect class definitions.Christopher Faylor1-0/+2
2000-08-22* include/sys/cygwin.h: Declare some thread classes.Christopher Faylor1-0/+3
2000-08-11 * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen1-1/+1
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor1-5/+5
2000-08-02* include/sys/strace.h: Fix strace definition.Christopher Faylor1-2/+2
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor1-11/+37
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-2/+5
2000-07-28* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor1-1/+2
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor1-46/+53
2000-07-08* external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor1-3/+2
2000-07-07 * include/sys/cygwin.h: Hide internal data types in per_processCorinna Vinschen1-0/+5
2000-07-05* dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor1-14/+7
2000-07-04 * poll.cc: New file. Implement `poll' system call.Corinna Vinschen1-0/+43
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor1-1/+98
2000-06-22* Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor1-2/+2
2000-06-22Revise previous include/sys/cygwin.h change.Christopher Faylor1-3/+3
2000-06-22* include/sys/cygwin.h: Don't define parts of this file that rely on WindowsChristopher Faylor1-2/+2
2000-06-21* Makefile.in: Add *.def to clean operation.Christopher Faylor1-0/+5
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen1-0/+3
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor1-0/+69
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor1-7/+9
2000-03-26* path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor1-1/+1
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor1-25/+25
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor24-0/+1001