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-10-23* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor
2000-10-23* security.cc: Eliminate C++ comments throughout.Corinna Vinschen
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher 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* spawn.cc (spawn_guts): Don't do the reparenting step if we notice that theChristopher Faylor
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor
2000-10-21* times.cc (to_time_t): pass zero time as epochDJ Delorie
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor
2000-10-19* Makefile.in: add miscfuncs.ccDJ Delorie
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor
2000-10-19* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie
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-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-14Forgot to commit ChangeLogCorinna Vinschen
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-13* child_info: Bump child_info "version".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* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor
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 * 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-01 * Makefile.in: Add fhandler_mem.o to the dependencies.Corinna Vinschen
2000-09-30* cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor
2000-09-30* path.cc (symlink_info::check): Set executable bit for a file if the first twoChristopher Faylor
2000-09-30 * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen