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
2009-07-23 * mount.h (fs_info::fsn): New member.Corinna Vinschen
2009-07-23 * mount.cc (fs_info::update): Revert to open filesystem with access setCorinna Vinschen
2009-07-23 * exceptions.cc (handle_exceptions): Set si_addr according toEric Blake
2009-07-22 * mount.cc (fs_info::update): Open filesystem with access set to 0.Corinna Vinschen
2009-07-22 * mount.cc: Revert accidental checkin.Corinna Vinschen
2009-07-22 * path.cc (symlink_info::check): Handle STATUS_NOT_SUPPORTED fromCorinna Vinschen
2009-07-22 * mount.cc (fillout_mntent): Fix typo (noexec -> notexec).Corinna Vinschen
2009-07-22 * path.cc (symlink_info::check): Fix typo in comment.Corinna Vinschen
2009-07-22 * fhandler.h (enum del_lock_called_from): New enumeration.Corinna Vinschen
2009-07-21 * dtable.cc (dup2): Correct return value for no-op.Corinna Vinschen
2009-07-21 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Add special caseCorinna Vinschen
2009-07-20 * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen
2009-07-20 * fork.cc (fork): Create local tmp_pathbuf. Explain why.Corinna Vinschen
2009-07-19* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor
2009-07-18 * libstdcxx_wrapper.cc (operator delete): Remove stray space inDave Korn
2009-07-18revert erroneous checkinChristopher Faylor
2009-07-17* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor
2009-07-17* cygtls.cc (_cygtls::init_exception_handler): Avoid adding our exceptionChristopher Faylor
2009-07-17 * syscalls.cc (unlink_nt): Just return when a sharing violationCorinna Vinschen
2009-07-17 * globals.cc: Improve comment on R/O UNICODE_STRINGs.Corinna Vinschen
2009-07-16 * syscalls.cc (unlink_nt): First remove the R/O DOS attribute withCorinna Vinschen
2009-07-16 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Remove fileCorinna Vinschen
2009-07-16 * globals.cc: Reorder constant UNICODE_STRINGs for clarity.Corinna Vinschen
2009-07-15 * fhandler_netdrive.cc (GET_RESOURCE_INFO): Remove.Corinna Vinschen
2009-07-15 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove uselessCorinna Vinschen
2009-07-15 * path.cc (cwdstuff::set): Only fix up UNC path in win32 so as notCorinna Vinschen
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen
2009-07-14 * globals.cc (active_codepage): Remove.Corinna Vinschen
2009-07-13* how-spawn-works.txt: Add "out of date" note.Christopher Faylor
2009-07-13* Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor
2009-07-12 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Don't useCorinna Vinschen
2009-07-08 * winbase.h (ilockexch): Avoid making 'ret' volatile.Dave Korn
2009-07-08 * ChangeLog: Assorted minor whitespace fixes in old entries.Dave Korn
2009-07-08winsup/ChangeLog:Dave Korn
2009-07-07 * cygtls.cc (_cygtls::remove): Fix typo.Corinna Vinschen
2009-07-07* Makefile.in (clean): Clean generated files in srcdir.Christopher Faylor
2009-07-07* cygtls.cc (_cygtls::remove): Avoid closing a NULL handle.Christopher Faylor
2009-07-07 * fhandler_socket.cc (fhandler_socket::recv_internal): Convert wsabufCorinna Vinschen
2009-07-06 * cygtls.h (struct _local_storage): Add thread storage pointers forCorinna Vinschen
2009-07-06* dtable.cc (handle_to_fn): Detect failing NtQueryObject.Christopher Faylor
2009-07-06 * autoload.cc: Delete stray CR.Corinna Vinschen
2009-07-05* fhandler_console.cc: Change workstation -> windows station throughout.Christopher Faylor
2009-07-05* autoload.cc (SetParent): Add new import.Christopher Faylor
2009-07-04 * autoload.cc (AttachConsole): Correct size of args.Dave Korn
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor
2009-07-03 * posix.sgml: Add fpurge and mkstemps to BSD list.Corinna Vinschen
2009-07-03 * cygwin.din (fpurge, mkstemps): New exports.Corinna Vinschen
2009-07-03 * autoload.cc: Fix typo in comment.Corinna Vinschen
2009-07-01 * net.cc (get_xp_ifs): Fix typo in comment.Corinna Vinschen
2009-07-01 * fhandler.h (class fhandler_socket): Add class members and methodsCorinna Vinschen