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
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-09-04 * mount.cc (mount_info::from_fstab_line): Reorder to make sure allCorinna Vinschen
2010-09-02* sigoproc.cc (sigproc_init): Use American spelling in comment.Christopher Faylor
2010-09-02* dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-09-01 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Set d_type.Corinna Vinschen
2010-09-01 * include/cygwin/version.h: Bump DLL minor version number to 8.Corinna Vinschen
2010-08-31 * path.cc (normalize_posix_path): Preserve //./ and //?/ prefixes.Corinna Vinschen
2010-08-31 * include/cygwin/version.h: Bump DLL minor version number to 7.Corinna Vinschen
2010-08-31* dcrt0.cc (dll_crt0_0): Move sigproc_init later, after cygheap initializationChristopher Faylor
2010-08-30 * posix.sgml (std-notes): Fix typos and incorrectnesses.Corinna Vinschen
2010-08-30 * autoload.cc (MsgWaitForMultipleObjectsEx): Define.Corinna Vinschen
2010-08-30add missing fileChristopher Faylor
2010-08-30* winlean.h: New file.Christopher Faylor
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen
2010-08-27 * fhandler_proc.cc (format_proc_partitions): Improve comment.Corinna Vinschen
2010-08-26 * fhandler_proc.cc (format_proc_partitions): Simplify code and enableCorinna Vinschen
2010-08-25 * mount.cc (fs_info::update): Fix comments.Corinna Vinschen
2010-08-25 * syscalls.cc (rename): Open file with FILE_READ_ATTRIBUTES.Corinna Vinschen
2010-08-24 * include/cygwin/version.h: Fix comment.Corinna Vinschen
2010-08-24 * external.cc (cygwin_internal): In CW_CVT_MNT_OPTS case, initializeCorinna Vinschen
2010-08-21 * Makefile.in (DLL_IMPORTS): Link against advapi32.a before kernel32.a.Corinna Vinschen
2010-08-20* cygthread.cc: Update copyright.Christopher Faylor
2010-08-20 * path.cc (path_conv::check): Close handle in conv_handle if we'reCorinna Vinschen
2010-08-20 * endian.h (htobe16, htobe32, htobe64, be16toh, be32toh, be64toh,Corinna Vinschen
2010-08-20 * fhandler_disk_file.cc (readdir_check_reparse_point): Rename fromCorinna Vinschen
2010-08-20 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Revert usageCorinna Vinschen
2010-08-19 * external.cc (sync_wincwd): New function.Corinna Vinschen
2010-08-18* external.cc (CW_SETCWD): New option.Christopher Faylor
2010-08-18 * syscalls.cc (rename): Fix renaming file-based devices.Corinna Vinschen
2010-08-18 * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen
2010-08-18 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Set st_rdevCorinna Vinschen
2010-08-16 * include/cygwin/version.h: Bump DLL minor version number to 6.Corinna Vinschen
2010-08-14 * pipe.cc (fhandler_pipe::open): Duplicate content of opened pipeCorinna Vinschen
2010-08-13 * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen
2010-08-11 * mount.cc (struct opt): Add "bind" option.Corinna Vinschen
2010-08-10* sigproc.cc (init_sig_pipe): Add retry loop.Christopher Faylor
2010-08-09* cygheap.h (cygheap_fdmanip): Delete fh and use fd index into cygheap->fdtabChristopher Faylor
2010-08-09Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz
2010-08-09 * fhandler_proc.cc: Add /proc/filesystems virtual file.Corinna Vinschen
2010-08-09 * include/dlfcn.h (RTLD_LOCAL): Define.Corinna Vinschen
2010-08-06 * include/sys/dirent.h (d_fileno): Define as d_ino.Corinna Vinschen
2010-08-04 * path.cc (cygwin_conv_path): Rearrange test for "." in POSIX toCorinna Vinschen
2010-08-01* exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"Christopher Faylor
2010-07-30* cygthread.h (LPVOID_THREAD_START_ROUTINE): Define.Christopher Faylor
2010-07-23 * fhandler.cc (fhandler_base::raw_write): Remove STATUS_DISK_FULLCorinna Vinschen
2010-07-19Add mkostemp and mkostemps.Eric Blake
2010-07-19* autoload.cc (noload): Use "pushl" rather than "push".Christopher Faylor
2010-07-19* exceptions.cc (_cygtls::interrupt_now): Avoid nonsensical tests which delayChristopher Faylor