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
2003-03-09This commit was manufactured by cvs2svn to create branchcvs2svn
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2003-03-09* syscalls.cc (unlink): Attempt to be more clever about setting attributes ofChristopher Faylor
2003-03-09 * rmsym: Fix regular expression.Corinna Vinschen
2003-03-09* Makefile.in: Change from using new-* to cygwin0 for temporary targets.Christopher Faylor
2003-03-09 * include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.Corinna Vinschen
2003-03-09* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE toChristopher Faylor
2003-03-08Revert below changes regarding _pinfo::cmdline.Christopher Faylor
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen
2003-03-08* path.h (PATH_LNK): New enum val.Christopher Faylor
2003-03-07 * syscalls.cc (seteuid32): Fix formatting.Corinna Vinschen
2003-03-04* thread.cc (MTinterface::fixup_after_fork): Initialize mainthreadThomas Pfaff
2003-03-04 * fhandler_socket.cc (fhandler_socket::dup): Initialize type.Corinna Vinschen
2003-03-04revert erroneous entryChristopher Faylor
2003-03-04* Makefile.in (strace.exe): Include mingw_getopt.o in link line.Christopher Faylor
2003-03-04* fhandler.h (fhandler_tty_slave::close): Declare new function.Christopher Faylor
2003-03-03* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly incrementChristopher Faylor
2003-03-03* lib/getopt.c: Refresh from NetBSD sources.Christopher Faylor
2003-03-03* fhandler_console.cc (fhandler_console::close): Don't decrement in use counterChristopher Faylor
2003-03-03* lib/getopt.c: Nuke use of unneeded BSDisms.Christopher Faylor
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor
2003-03-02* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibraryChristopher Faylor
2003-03-02fix typoChristopher Faylor
2003-03-01 * fhandler_socket.cc (fhandler_socket::bind): Open and write socketCorinna Vinschen
2003-03-01 * fhandler_socket.cc (get_inet_addr): Open and read socket file usingCorinna Vinschen
2003-03-01* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor
2003-03-012003-02-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-02-282003-03-27 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2003-02-27 * uinfo.cc (internal_getlogin): Only update user.groups.pgsidCorinna Vinschen
2003-02-27* cygthread::detach: Improve error message.Christopher Faylor
2003-02-26 * sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.Corinna Vinschen
2003-02-25 * mmap.cc (mmap64): Fix returned address by taking the granularityCorinna Vinschen
2003-02-23 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-02-23* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor
2003-02-22* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor
2003-02-21 * fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compilerCorinna Vinschen
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen
2003-02-21* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor
2003-02-20 * wincap.h (wincap): Remove unnecessary definition ofCorinna Vinschen
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen
2003-02-20 * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen
2003-02-20w32api:Corinna Vinschen
2003-02-18 * grp.cc (internal_getgroups): Handle properly tokens withCorinna Vinschen
2003-02-16* cygwin.din: Export all appropriate newlibc libm functions. Sort.Christopher Faylor
2003-02-16* cygwin.din: Export all appropriate newlib functions.Christopher Faylor
2003-02-15 * mmap.cc (mprotect): Add missing break.Corinna Vinschen
2003-02-14* exceptions.cc (try_to_debug): Don't reset priority when returning fromChristopher Faylor
2003-02-14* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep forChristopher Faylor
2003-02-13* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.Christopher Faylor
2003-02-13* environ.cc (environ_init): Use strechr.Christopher Faylor