aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-11-04* lib/Makefile.in: Install header files in w32api subdirectory.Christopher Faylor2-4/+10
2000-11-04* sigproc.cc (wait_subproc): Refine debug output.Christopher Faylor2-3/+10
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor10-22/+59
2000-11-02* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.Christopher Faylor2-10/+4
2000-11-02* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor5-65/+228
2000-11-02* exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor3-35/+46
2000-11-02 * kill.cc (main): Return 1 in case of errors.Corinna Vinschen2-1/+7
2000-11-01 * CONTRIBUTIONS: New file.Earnie Boyd4-2/+18
2000-11-01 * include/basetyps.h: add comment for GUID_DEFINEDEarnie Boyd23-386/+1994
2000-10-31* path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor4-6/+22
2000-10-31* path.cc (_readlink): Return ENOENT when file does not exist.Christopher Faylor2-0/+10
2000-10-31 * fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.Corinna Vinschen2-0/+5
2000-10-31 * fhandler.h (fhandler_dev_raw): Add definition for methodCorinna Vinschen4-19/+47
2000-10-31 * fhandler_tape.cc (fhandler_dev_tape::open): Fix memory allocation.Corinna Vinschen2-3/+10
2000-10-31* pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor2-3/+17
2000-10-31Update section "Why is make behaving badly?"David Starks-Browning1-24/+22
2000-10-31minor typoDavid Starks-Browning1-1/+1
2000-10-30* signal.cc (kill_pgrp): Revert 25-Oct change.Christopher Faylor2-1/+8
2000-10-30* include/cygwin/version.h: Bump DLL minor version number to 6.Christopher Faylor2-1/+5
2000-10-28Whitespace cleanup.Christopher Faylor45-301/+196
2000-10-28* Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor6-53/+63
2000-10-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor15-686/+764
2000-10-28* strace.cc (main): Add a '-b' option.Christopher Faylor2-2/+14
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen7-329/+326
2000-10-27* sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor3-5/+11
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen6-300/+324
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen7-42/+260
2000-10-26 * ntsec.sgml: Slight changes. Fix some errors.Corinna Vinschen2-11/+16
2000-10-26 * ntsec.sgml: Changed the (now incorrect) hint that ntsec onlyCorinna Vinschen2-1/+8
2000-10-26* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor2-3/+7
2000-10-25* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor2-1/+7
2000-10-25Add comment.Christopher Faylor1-0/+1
2000-10-25* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantlyChristopher Faylor2-7/+14
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen3-10/+28
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor2-2/+4
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor6-3/+28
2000-10-24 * ntdll.h: New file.Corinna Vinschen4-36/+94
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen4-10/+18
2000-10-24Update "How can I access other drives?" entry with details about --change-cyg...David Starks-Browning1-7/+17
2000-10-24Update entry "What's the difference between packages in 'latest' and 'contrib'.David Starks-Browning1-0/+4
2000-10-24Add more details to "What if setup fails?" entry.David Starks-Browning1-0/+18
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor6-8/+27
2000-10-23testing.Christopher Faylor1-1/+1
2000-10-23* Makefile.common (LIBGCC): Acommodate older gcc's that don't needChristopher Faylor1-1/+1
2000-10-23* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor2-1/+6
2000-10-23 * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen2-12/+18
2000-10-23 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen5-73/+92
2000-10-23* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor2-2/+6
2000-10-23* security.cc: Eliminate C++ comments throughout.Corinna Vinschen2-49/+62
2000-10-23* Makefile.common (LIBGCC): Acommodate older gcc's that don't need libstdc++.a.Christopher Faylor2-2/+13