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
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-06-11* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor
2001-04-29minor formatting changes.Christopher Faylor
2001-01-30 * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-11-02* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor
2000-10-31* pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor
2000-10-22 * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen
2000-10-22Fix typo.Christopher Faylor
2000-10-21* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well asChristopher Faylor
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher 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-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor
2000-10-13* dtable.cc (dtable::fixup_after_fork): Revert thinko below.Christopher Faylor
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-04* path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-26* pinfo.h (pinfo): Un-inline release.Christopher Faylor
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor
2000-08-24* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor
2000-08-23Revert previous erroneous checkin.Christopher Faylor
2000-08-23* include/sys/cygwin.h: Protect class definitions.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-06-17 * pinfo.cc (pinfo_init): Revert previous patch.Corinna Vinschen
2000-06-17 * pinfo.cc (pinfo_init): Add missing initializers.Corinna Vinschen
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor
2000-02-28* pinfo.cc (set_myself): Add build date to strace output.Christopher Faylor
2000-02-28* dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor