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
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor
2003-12-27* syscalls.cc (close_all_files): Simplify logic around closing ctty.Christopher Faylor
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor
2003-12-27* exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-17* exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor
2003-12-08* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-12-07 * syscalls.cc (locked_append): New.Corinna Vinschen
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-08 * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen
2003-10-172003-10-16 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-10-08 * syscalls.cc (unlink): Don't even try DELETE_ON_CLOSE technique onCorinna Vinschen
2003-09-27* path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor
2003-09-27* cygwin-shilka: Remove '#line directives' or suffer debugging oddities. UseChristopher Faylor
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor
2003-09-18* syscalls.cc (gethostid): Add lpFreeBytesAvailable argument toChristopher Faylor
2003-09-162003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-13* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor
2003-09-10 * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen
2003-09-10* Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen
2003-09-102003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-09 * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen
2003-08-23* syscalls.cc (_remove_r): Define.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
2003-08-13 * cygwin.din: Accomodate change from cygwin_lstat to lstat.Corinna Vinschen
2003-08-05* path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor
2003-07-14 * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen
2003-07-07white spaceChristopher Faylor
2003-07-07* syscalls.cc (gethostid): Set thread affinity so that results are predictable.Christopher Faylor
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-05-26 * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before GetDiskFreeSpace.Corinna Vinschen