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
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen
2005-06-16 * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen
2005-06-10* cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-28(check in files that should have been checked in previously)Christopher Faylor
2005-04-15 * syscalls.cc (setuid32): Correct debugging output.Corinna Vinschen
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor
2005-04-12 Revert previous patch.Corinna Vinschen
2005-04-12 * syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.Corinna Vinschen
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2005-03-29 * path.cc (is_floppy): Make externally available.Corinna Vinschen
2005-03-10 * path.cc (is_floppy): New function.Corinna Vinschen
2005-03-04 * cygwin.din (utmpxname): Export.Corinna Vinschen
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen
2005-02-23 * cygwin.din (fstatvfs): Export.Corinna Vinschen
2005-02-22 * cygwin.din (fdatasync): Export.Corinna Vinschen
2005-02-20 * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen
2005-02-20 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen
2005-02-13white spaceChristopher Faylor
2005-02-03 * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen
2005-01-26 * syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER andCorinna Vinschen
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2005-01-12* pinfo.cc (pinfo::exit): Don't assume that this == myself.Christopher Faylor
2005-01-082005-01-08 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-01-07 * syscalls.cc (rename): Fix behaviour in case of renaming directoriesCorinna Vinschen
2005-01-03 * syscalls.cc (setmode): Call _fwalk with _GLOBAL_REENT.Corinna Vinschen
2004-12-15 * cygwin.din: Add utmpx symbols.Corinna Vinschen
2004-12-01* syscalls.cc (truncate64): Don't second-guess errno if open fails.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-11-202004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-10-282004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-09-17 * syscalls.cc (unlink): Don't use "delete on close" on remote shares.Corinna Vinschen
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-08-282004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-08-25 * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen
2004-08-03 * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen
2004-07-20revert erroneous checkinChristopher Faylor
2004-07-20* Makefile.in (clean): Remove cygwin.def since it is autogenerated.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-17 * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen
2004-05-08* syscalls.cc: Include environ.h.Christopher Faylor
2004-05-03 * dir.cc (writable_directory): Remove.Corinna Vinschen
2004-04-21 * syscalls.cc (lseek64): Fix debug_printf format string.Corinna Vinschen