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
2014-08-27 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen
2013-08-23 * path.h (enum path_types): Drop definition of PATH_64BITEXEC.Corinna Vinschen
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-14Fix copyrightsCorinna Vinschen
2013-01-10 * path.h (path_conv::fs_type): New method.Corinna Vinschen
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen
2012-07-31 * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-04-21* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.Christopher Faylor
2012-04-19* dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for anChristopher Faylor
2012-04-02 * fhandler.h (fhandler_dev::open): Declare.Corinna Vinschen
2012-02-16 * autoload.cc (NetUseGetInfo): Define.Corinna Vinschen
2011-12-13 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-10-21 * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen
2011-10-21* fhandler.h (fhandler*::copyto): Free path_conv strings first.Christopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-07-26 * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_convCorinna Vinschen
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-04-20 * devices.h: Renumber internal devices so that FH_PROCESS is part ofCorinna Vinschen
2011-04-04* devices.h (fh_devices): Define FH_PROC_MIN_MINOR.Yaakov Selkowitz
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz
2011-01-17 * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen
2010-11-29 * fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv stringsCorinna Vinschen
2010-10-07 * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen
2010-10-05 * path.h (enum pathconv_arg): Remove PC_CHECK_EA.Corinna Vinschen
2010-09-30 * fhandler.cc: Drop including nfs.h.Corinna Vinschen
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen
2010-09-21 * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-07-04* path.cc (path_conv::check): Move fs-specific settings to a point where weChristopher Faylor
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-06-15 * fhandler_disk_file.cc (path_conv::get_ino_by_handle): Convert fromCorinna Vinschen
2010-04-29 * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen
2010-04-23 * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen
2010-04-09* path.cc (path_conv::set_normalized_path): Use crealloc_abort to avoid aChristopher Faylor
2010-02-03 * fhandler_disk_file.cc (fhandler_base::fstat_helper): WorkaroundCorinna Vinschen
2010-01-12 * globals.cc (ro_u_nwfs): New R/O unicode string.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-08-27 * path.h (INTERIX_SYMLINK_COOKIE): Define.Corinna Vinschen
2009-08-05* path.cc (patch_conv::check): Zero path before setting it.Christopher Faylor
2009-08-05* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor