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-19* ps.cc (main): Add some extra space to Windows pid output for Windows 95.Christopher Faylor
2000-10-18Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'.David Starks-Browning
2000-10-18Minor update to "How can I find out which dlls are needed by an executable?",David Starks-Browning
2000-10-18Update entry "How do anti-virus programs like Cygwin?",David Starks-Browning
2000-10-18Update entry "Why can't I run bash as a shell under NT Emacs?",David Starks-Browning
2000-10-18Update entry "Shell scripts aren't running properly from my makefiles?",David Starks-Browning
2000-10-18Relevant bits subsumed in what.texinfo, separate mirrors list discarded.David Starks-Browning
2000-10-18Update "Is it free software?" entry re. 1.0 CD. All in past tense,David Starks-Browning
2000-10-18Minor, mention mirror sites in "Where can I get it?".David Starks-Browning
2000-10-18Add new section "Where can I get it?" to what.texinfo.David Starks-Browning
2000-10-18Delete entry "Ancient history of the project", replace with link to history.h...David Starks-Browning
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