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-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-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
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-06-30* fhandler.cc (fhandler_base::has_ongoing_io): Accept an argument indicatingChristopher Faylor
2009-06-30 * net.cc (fdsock): Set default socket buffer sizes to 65520. ChangeCorinna Vinschen
2009-06-29* select.cc (peek_pipe): Turn on (temporarily?) the experimental code whichChristopher Faylor
2009-06-28* select.cc (peek_pipe): Use has_ongoing_io() to determine if the pipe is readyChristopher Faylor
2009-06-28* fhandler.h (fhandler_base::has_ongoing_io): Declare new function.Christopher Faylor
2009-06-28* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.Christopher Faylor
2009-06-26 * wincap.h (wincaps::has_broken_alloc_console): New element.Corinna Vinschen
2009-06-25 * sec_auth.cc (lsaauth): Close unused handle.Corinna Vinschen
2009-06-23 * sec_auth.cc (get_server_groups): Ignore errors fromCorinna Vinschen
2009-06-22 * spawn.cc (spawn_guts): Don't run additional check for Win32Corinna Vinschen
2009-06-18 * path.cc (chdir): Check error conditions first.Corinna Vinschen
2009-06-17 * fhandler_socket.cc (fhandler_socket::recv_internal): Mark WSARecvMsgCorinna Vinschen
2009-06-17* fhandler.cc (fhandler_base::read_overlapped): Use a better variable name.Christopher Faylor
2009-06-16* fhandler.cc (fhandler_base::read_overlapped): Preserve len when looping dueChristopher Faylor
2009-06-16 * net.cc (get_flags): New static function to generate interface flagsCorinna Vinschen
2009-06-15* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor