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
path: root/winsup
AgeCommit message (Expand)Author
2011-02-18 * cygwin.sc: Set alignment of .cygheap section to 64K.Corinna Vinschen
2011-02-15 * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode.Corinna Vinschen
2011-02-15 * new-features.sgml (ov-new1.7.8): Fix typo.Corinna Vinschen
2011-02-15 * cygcheck.cc: Fix copyright dates.Corinna Vinschen
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-15 * legal.sgml: Bump date.Corinna Vinschen
2011-02-15 * new-features.sgml (ov-new1.7.8): Document /proc/sys.Corinna Vinschen
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen
2011-02-15 * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV ifCorinna Vinschen
2011-02-15 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don'tCorinna Vinschen
2011-02-15 Revert change from 2010-08-31:Corinna Vinschen
2011-02-15 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Use POSIXCorinna Vinschen
2011-02-14 * config/i386/profile.h: Sync with Mingw.Corinna Vinschen
2011-02-13 * path.cc (struct _FAST_CWD): Redefine to new layout used since patchCorinna Vinschen
2011-02-11* mkstatic: Make sure that we are not cd'ed to temporary directory on exit toChristopher Faylor
2011-02-11* cygwin.sc: Eliminate __cygheap_mid.Christopher Faylor
2011-02-11* cygheap.cc (_cygheap_mid): Drop unneeded section attribute.Christopher Faylor
2011-02-11 * cygwin.sc: Raise default cygheap size to 1 Meg. Set alignment toCorinna Vinschen
2011-02-11 * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,Corinna Vinschen
2011-02-10strerror_r: fix compilation bug in previous patchEric Blake
2011-02-10* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.Eric Blake
2011-02-10strerror_r: obey POSIX, and match newlib header changeEric Blake
2011-02-10* new-features.sgml (ov-new1.7.8): Document pthread_yield.Yaakov Selkowitz
2011-02-10* cygwin.din (pthread_yield): Export as alias to sched_yield.Yaakov Selkowitz
2011-02-10* cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor
2011-02-09* hookapi.cc (hook_or_detect_cygwin): Prevent i from being consideredChristopher Faylor
2011-02-09* exception.h: Remove DEBUG_EXCEPTION left over debugging ifdef.Christopher Faylor
2011-02-08* dll_init.cc: Fix typo in comment.Christopher Faylor
2011-02-07 * configure.in: Remove AC_ALLOCA test and test for __builtin_memset.Corinna Vinschen
2011-02-07 * fhandler_console.cc (fhandler_console::write_normal): RemoveCorinna Vinschen
2011-02-05* autoload.cc (wsock_init): Properly define WSAStartup function pointer toChristopher Faylor
2011-02-02 * libc/bsdlib.cc: Include err.h.Corinna Vinschen
2011-02-02 * include/err.h: Fix loss of semicolons in previous patch.Corinna Vinschen
2011-02-02 * include/err.h (err): Add noreturn attribute.Corinna Vinschen
2011-02-02 * path.cc (conv_path_list): Remove enclosing quotes and trailingCorinna Vinschen
2011-02-01 * fhandler.cc (fhandler_base::fsync): Ignore ERROR_INVALID_FUNCTIONCorinna Vinschen
2011-01-31 * syscalls.cc (utmp_data): Fix potential buffer overflow.Corinna Vinschen
2011-01-31 * fhandler_socket.cc (address_in_use): Improve comment readability.Corinna Vinschen
2011-01-31 * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen
2011-01-29winsup:Christopher Faylor
2011-01-28 * fhandler_socket.cc (fhandler_socket::wait_for_events): CallCorinna Vinschen
2011-01-27 * include/features.h (__STDC_ISO_10646__): Move to newlib'sCorinna Vinschen
2011-01-26 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): FixCorinna Vinschen
2011-01-24 * include/features.h (__STDC_ISO_10646__): Define. Add comment.Corinna Vinschen
2011-01-21 * syscalls.cc (rename): Fix permission problem with symlinks on NFS.Corinna Vinschen
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen
2011-01-19 * spawn.cc (av::fixup): Reenable #! handling for all exec functions.Corinna Vinschen
2011-01-19 * exec.cc (execlp): Add missing _P_PATH_TYPE_EXEC flag in call toCorinna Vinschen
2011-01-19 * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen
2011-01-19 * exec.cc (strccpy): Move function from here...Corinna Vinschen