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
path: root/winsup
AgeCommit message (Expand)Author
2000-10-18* ps.cc (main): Add some extra space to pid output for Windows 95.Christopher Faylor
2000-10-18* exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor
2000-10-17* sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie
2000-10-17* debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-17 * cygcheck.cc (main): Fix argument counting.Corinna Vinschen
2000-10-15* ps.cc (main): Accomodate new PID_ constant.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-14Forgot to commit ChangeLogCorinna Vinschen
2000-10-14 * cygwin.din: Add symbol hstrerror.Corinna Vinschen
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor
2000-10-14Add comment.Christopher Faylor
2000-10-13* dtable.cc (dtable::fixup_after_fork): Revert thinko below.Christopher Faylor
2000-10-13* child_info: Bump child_info "version".Christopher Faylor
2000-10-12* strace.cc (proc_child): Handle exceptions correctly.Christopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-10-10* path.cc (cwdstuff::get): Set EINVAL when length is zero.Christopher Faylor
2000-10-09* path.cc (mount_info::cygdrive_posix_path): Handle e:foo constructionChristopher Faylor
2000-10-09* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output.Corinna Vinschen
2000-10-09 * fhandler_mem.cc: Eliminate unused include statements.Corinna Vinschen
2000-10-09 * fhandler.h (fhandler_dev_mem): Erase member `init_phase' andCorinna Vinschen
2000-10-09 * include/iprtrmib.h: Further layout changes according to standard.Corinna Vinschen
2000-10-09 * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.Corinna Vinschen
2000-10-09I forgot 'iprtrmib.h' in the ChangeLogCorinna Vinschen
2000-10-09* ps.cc (main): Change order of reporting slightly so that windows pids areChristopher Faylor
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor
2000-10-08 * include/ntsecapi.h: New file.Corinna Vinschen
2000-10-07* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.Christopher Faylor
2000-10-07 * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.Corinna Vinschen
2000-10-07* syscalls.cc (_read): Behave properly when passed previous version ofChristopher Faylor
2000-10-06* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor
2000-10-05 =====================================Corinna Vinschen
2000-10-05* net.cc: General cleanup.Christopher Faylor
2000-10-05* exceptions.cc (interruptible): Add extra debugging.Christopher 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-10-04 * fhandler.h (fhandler_dev_mem): Add method `init'. Add membersCorinna Vinschen
2000-10-03 * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen
2000-10-02* signal.cc (sigaction): Allow new action == oldaction.Christopher Faylor
2000-10-02 * include/ras.h: New file.Corinna Vinschen
2000-10-02 * include/ntdef.h: Add define for NTAPI.Corinna Vinschen
2000-10-02 * fhandler_mem.cc: Load ntdll functions via autoload method.Corinna Vinschen
2000-10-02 * fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers.Corinna Vinschen
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor
2000-10-02* Makefile.common: Extend VERBOSE default.Christopher Faylor
2000-10-02 * include/ipexport.h: Add missing `extern "C"' directives.Corinna Vinschen
2000-10-02 * include/ipifcons.h: New header file.Corinna Vinschen
2000-10-01 * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.Corinna Vinschen
2000-10-01 * lib/iphlpapi.def: New stub for iphlpapi.dll.Corinna Vinschen