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-11-01 * fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.Corinna Vinschen
2000-11-01 * fhandler.h (fhandler_dev_raw): Add definition for methodCorinna Vinschen
2000-10-31 * fhandler_tape.cc (fhandler_dev_tape::open): Fix memory allocation.Corinna Vinschen
2000-10-31* pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor
2000-10-31Update section "Why is make behaving badly?"David Starks-Browning
2000-10-31minor typoDavid Starks-Browning
2000-10-31* signal.cc (kill_pgrp): Revert 25-Oct change.Christopher Faylor
2000-10-30* include/cygwin/version.h: Bump DLL minor version number to 6.Christopher Faylor
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-28* Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor
2000-10-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor
2000-10-28* strace.cc (main): Add a '-b' option.Christopher Faylor
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen
2000-10-27* sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen
2000-10-26 * ntsec.sgml: Slight changes. Fix some errors.Corinna Vinschen
2000-10-26 * ntsec.sgml: Changed the (now incorrect) hint that ntsec onlyCorinna Vinschen
2000-10-26* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor
2000-10-25* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor
2000-10-25Add comment.Christopher Faylor
2000-10-25* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantlyChristopher Faylor
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor
2000-10-24 * ntdll.h: New file.Corinna Vinschen
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen
2000-10-24Update "How can I access other drives?" entry with details about --change-cyg...David Starks-Browning
2000-10-24Update entry "What's the difference between packages in 'latest' and 'contrib'.David Starks-Browning
2000-10-24Add more details to "What if setup fails?" entry.David Starks-Browning
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor
2000-10-24testing.Christopher Faylor
2000-10-24* Makefile.common (LIBGCC): Acommodate older gcc's that don't needChristopher Faylor
2000-10-24* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen
2000-10-24 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen
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* Makefile.common (LIBGCC): Acommodate older gcc's that don't need libstdc++.a.Christopher Faylor
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor
2000-10-23flip/flop change.Christopher Faylor
2000-10-23Minor change.Christopher Faylor
2000-10-23Test checkin.Christopher Faylor
2000-10-23Minor change.Christopher Faylor
2000-10-22 * pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.Corinna Vinschen
2000-10-22* Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since builtinChristopher Faylor
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