aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2011-02-11* mkstatic: Make sure that we are not cd'ed to temporary directory on exit toChristopher Faylor4-2/+20
2011-02-11* cygwin.sc: Eliminate __cygheap_mid.Christopher Faylor3-2/+5
2011-02-11* cygheap.cc (_cygheap_mid): Drop unneeded section attribute.Christopher Faylor3-7/+10
2011-02-11 * cygwin.sc: Raise default cygheap size to 1 Meg. Set alignment toCorinna Vinschen2-2/+7
2011-02-11 * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,Corinna Vinschen8-183/+202
2011-02-10strerror_r: fix compilation bug in previous patchEric Blake2-0/+5
2011-02-10* new-features.sgml (ov-new1.7.8): Document strerror_r fixes.Eric Blake2-0/+11
2011-02-10strerror_r: obey POSIX, and match newlib header changeEric Blake4-30/+67
2011-02-10* new-features.sgml (ov-new1.7.8): Document pthread_yield.Yaakov Selkowitz2-2/+7
2011-02-10* cygwin.din (pthread_yield): Export as alias to sched_yield.Yaakov Selkowitz5-1/+12
2011-02-10* cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor3-16/+21
2011-02-09* hookapi.cc (hook_or_detect_cygwin): Prevent i from being consideredChristopher Faylor2-1/+6
2011-02-09* exception.h: Remove DEBUG_EXCEPTION left over debugging ifdef.Christopher Faylor2-6/+9
2011-02-08* dll_init.cc: Fix typo in comment.Christopher Faylor1-1/+1
2011-02-07 * configure.in: Remove AC_ALLOCA test and test for __builtin_memset.Corinna Vinschen6-4063/+3123
2011-02-07 * fhandler_console.cc (fhandler_console::write_normal): RemoveCorinna Vinschen2-12/+25
2011-02-05* autoload.cc (wsock_init): Properly define WSAStartup function pointer toChristopher Faylor2-2/+7
2011-02-02 * libc/bsdlib.cc: Include err.h.Corinna Vinschen2-0/+5
2011-02-02 * include/err.h: Fix loss of semicolons in previous patch.Corinna Vinschen2-2/+6
2011-02-02 * include/err.h (err): Add noreturn attribute.Corinna Vinschen2-7/+14
2011-02-02 * path.cc (conv_path_list): Remove enclosing quotes and trailingCorinna Vinschen2-3/+26
2011-02-01 * fhandler.cc (fhandler_base::fsync): Ignore ERROR_INVALID_FUNCTIONCorinna Vinschen2-1/+13
2011-01-31 * syscalls.cc (utmp_data): Fix potential buffer overflow.Corinna Vinschen2-1/+5
2011-01-31 * fhandler_socket.cc (address_in_use): Improve comment readability.Corinna Vinschen2-3/+8
2011-01-30 * fhandler_socket.cc (address_in_use): Disable. Add comment.Corinna Vinschen5-48/+36
2011-01-29winsup:Christopher Faylor6-3293/+2533
2011-01-28 * fhandler_socket.cc (fhandler_socket::wait_for_events): CallCorinna Vinschen2-0/+8
2011-01-27 * include/features.h (__STDC_ISO_10646__): Move to newlib'sCorinna Vinschen2-5/+5
2011-01-26 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): FixCorinna Vinschen2-2/+8
2011-01-24 * include/features.h (__STDC_ISO_10646__): Define. Add comment.Corinna Vinschen2-1/+10
2011-01-21 * syscalls.cc (rename): Fix permission problem with symlinks on NFS.Corinna Vinschen2-12/+25
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen5-16/+30
2011-01-19 * spawn.cc (av::fixup): Reenable #! handling for all exec functions.Corinna Vinschen2-19/+19
2011-01-19 * exec.cc (execlp): Add missing _P_PATH_TYPE_EXEC flag in call toCorinna Vinschen2-1/+7
2011-01-19 * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen3-36/+94
2011-01-19 * exec.cc (strccpy): Move function from here...Corinna Vinschen5-20/+25
2011-01-19 * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen5-11/+72
2011-01-17 * fhandler_proc.cc (format_proc_partitions): Fix compiler warning.Corinna Vinschen2-1/+5
2011-01-17 * path.cc (path_conv::check): Don't follow reparse point symlinks ifCorinna Vinschen3-8/+19
2011-01-17 * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.Corinna Vinschen2-84/+151
2011-01-13Fix typo, fix copyrightCorinna Vinschen2-2/+2
2011-01-13 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Alwasy setCorinna Vinschen2-1/+13
2011-01-13Really check in nowCorinna Vinschen1-0/+1
2011-01-12 * new-features.sgml (ov-new1.7.8): Add "new API" paragraph.Corinna Vinschen2-0/+9
2011-01-12 * posix.sgml: Add madvise to BSD list.Corinna Vinschen2-0/+5
2011-01-12 * cygwin.din (madvise): Export posix_madvise as madvise.Corinna Vinschen3-4/+34
2011-01-12 * fhandler.h (struct part_t): New type.Corinna Vinschen3-67/+193
2011-01-11 * fhandler.h (MAX_PARTITIONS): New definition.Corinna Vinschen5-7/+112
2011-01-11 * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen3-5/+15
2011-01-11 * cygtls.cc (_cygtls::init_thread): Call _REENT_INIT_PTR. Drop settingCorinna Vinschen2-3/+7