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-03-17* fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...Corinna Vinschen
2000-03-16Change ChangeLog entry to more common format.Corinna Vinschen
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen
2000-03-15* errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen
2000-03-15* spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's needed toChristopher Faylor
2000-03-15* Makefile.in: Use MINGW_CXXFLAGS when compiling strace.Christopher Faylor
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor
2000-03-14settimeofday was listed twiceDJ Delorie
2000-03-13* strace.cc: Throughout, track information like start_time, etc. on aChristopher Faylor
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor
2000-03-12* fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor
2000-03-11* sigproc.cc: Set wait_sig priority to normal.Christopher Faylor
2000-03-10* sigproc.cc (wait_sig): Add addtional debugging output.Christopher Faylor
2000-03-10* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor
2000-03-07* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since itChristopher Faylor
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor
2000-03-05* exceptions.cc (call_handler): Streamline to use only one call toChristopher Faylor
2000-02-29* sigproc.cc (sig_send): Temporarily set priority to highest while sending aChristopher Faylor
2000-02-292000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-02-292000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-02-292000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-02-292000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-02-292000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-02-292000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-02-292000-02-28 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-02-29* include/rapi.h: New file.Christopher Faylor
2000-02-28* pinfo.cc (set_myself): Add build date to strace output.Christopher Faylor
2000-02-28Fix typo.Christopher Faylor
2000-02-28Fix sysname.Christopher Faylor
2000-02-28* configure.in: Remove --enable-strace-hhmmss option.Christopher Faylor
2000-02-28* strace.cc (handle_output_debug_string): Parse strace output to allow variousChristopher Faylor
2000-02-28* dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor
2000-02-26Bump minor version numberChristopher Faylor
2000-02-26Change fork/exec magic number.Christopher Faylor
2000-02-26Remove unneeded include.Christopher Faylor
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor
2000-02-26* Makefile.in: fix "make check" support and cygrun.DJ Delorie
2000-02-24Eliminate RCS stuff.Christopher Faylor
2000-02-24*** empty log message ***Christopher Faylor
2000-02-24* syscalls.c (_read): Clear errno before doing any read operation.Christopher Faylor
2000-02-24* exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor
2000-02-24Adhere to w32api copyright conventions.Christopher Faylor
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor
2000-02-24Remove RCS cruft.Christopher Faylor
2000-02-24* hinfo.cc (hinfo::extend): Clean up debugging output.Christopher Faylor
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor
2000-02-22* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'Christopher Faylor
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor