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
AgeCommit message (Expand)Author
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen
2000-12-07 * winsup/cygwin/include/sys/uio.h: readv: Correct prototypeCorinna Vinschen
2000-12-05 * include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL andCorinna Vinschen
2000-11-20* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-05* include/netinet/tcp.h: Remove winsock.h include.Christopher Faylor
2000-10-05 * include/sys/mman.h: Add missing MAP_FAILED macro.Corinna Vinschen
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor
2000-08-25* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor
2000-08-24* include/cygwin/core_dump.h: New file, contains structures used in cygwin coreChristopher Faylor
2000-08-24* include/sys/cygwin.h (strace_printf_wrap): Force printing whenChristopher Faylor
2000-08-23* include/sys/cygwin.h: Protect class definitions.Christopher Faylor
2000-08-22* include/sys/cygwin.h: Declare some thread classes.Christopher Faylor
2000-08-11 * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor
2000-08-02* include/sys/strace.h: Fix strace definition.Christopher Faylor
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-07-29* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor
2000-07-08* external.cc (cygwin_internal): Export __cygwin_user_data.Christopher Faylor
2000-07-07 * include/sys/cygwin.h: Hide internal data types in per_processCorinna Vinschen
2000-07-06* dcrt0.cc (__cygwin_user_data): Initialize.Christopher Faylor
2000-07-04 * poll.cc: New file. Implement `poll' system call.Corinna Vinschen
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor
2000-06-23* Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor
2000-06-23Revise previous include/sys/cygwin.h change.Christopher Faylor
2000-06-23* include/sys/cygwin.h: Don't define parts of this file that rely on WindowsChristopher Faylor
2000-06-21* Makefile.in: Add *.def to clean operation.Christopher Faylor
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor
2000-03-26* path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor