summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:Christopher Faylor2000-03-193-2/+14
* * Makefile.in: Make CXXFLAGS consistent with cygwin.Christopher Faylor2000-03-182-4/+9
* * dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag from sharedChristopher Faylor2000-03-182-1/+6
* * delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor2000-03-184-19/+48
* * fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...Corinna Vinschen2000-03-172-1/+9
* Change ChangeLog entry to more common format.Corinna Vinschen2000-03-161-11/+11
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-167-120/+123
* * errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen2000-03-152-0/+5
* * spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's needed toChristopher Faylor2000-03-152-2/+11
* * Makefile.in: Use MINGW_CXXFLAGS when compiling strace.Christopher Faylor2000-03-152-3/+7
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-1515-88/+106
* settimeofday was listed twiceDJ Delorie2000-03-131-2/+2
* * strace.cc: Throughout, track information like start_time, etc. on aChristopher Faylor2000-03-132-28/+36
* * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor2000-03-127-92/+113
* * fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor2000-03-124-112/+139
* * sigproc.cc: Set wait_sig priority to normal.Christopher Faylor2000-03-112-1/+5
* * sigproc.cc (wait_sig): Add addtional debugging output.Christopher Faylor2000-03-102-2/+6
* * environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor2000-03-098-178/+129
* * sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since itChristopher Faylor2000-03-073-6/+9
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-0714-93/+87
* * exceptions.cc (call_handler): Streamline to use only one call toChristopher Faylor2000-03-053-12/+37
* * sigproc.cc (sig_send): Temporarily set priority to highest while sending aChristopher Faylor2000-02-292-0/+10
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-293-5/+5
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-293-56/+556
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-292-4/+22
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-291-0/+4
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-292-4/+13
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-292-0/+91
* 2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-02-294-2/+157
* * include/rapi.h: New file.Christopher Faylor2000-02-281-0/+5
* * pinfo.cc (set_myself): Add build date to strace output.Christopher Faylor2000-02-283-1/+12
* Fix typo.Christopher Faylor2000-02-281-1/+0
* Fix sysname.Christopher Faylor2000-02-281-1/+1
* * configure.in: Remove --enable-strace-hhmmss option.Christopher Faylor2000-02-283-86/+55
* * strace.cc (handle_output_debug_string): Parse strace output to allow variousChristopher Faylor2000-02-283-10/+145
* * dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor2000-02-287-152/+109
* Bump minor version numberChristopher Faylor2000-02-261-1/+2
* Change fork/exec magic number.Christopher Faylor2000-02-261-1/+1
* Remove unneeded include.Christopher Faylor2000-02-261-1/+0
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-2611-47/+78
* * Makefile.in: fix "make check" support and cygrun.DJ Delorie2000-02-262-2/+6
* Eliminate RCS stuff.Christopher Faylor2000-02-241-6/+0
* *** empty log message ***Christopher Faylor2000-02-241-1/+1
* * syscalls.c (_read): Clear errno before doing any read operation.Christopher Faylor2000-02-242-0/+5
* * exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor2000-02-245-12/+36
* Adhere to w32api copyright conventions.Christopher Faylor2000-02-241-35/+22
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-249-26/+65
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-244-9/+13
* Remove RCS cruft.Christopher Faylor2000-02-241-6/+0
* * hinfo.cc (hinfo::extend): Clean up debugging output.Christopher Faylor2000-02-242-3/+5