summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails.Corinna Vinschen2013-11-271-0/+4
* * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead.Corinna Vinschen2013-11-271-0/+4
* * syscalls.cc (try_to_bin): Take additional parameter to get file openCorinna Vinschen2013-11-271-0/+8
* * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen2013-11-261-0/+5
* * common.din: Export posix_spawn[...] functions.Corinna Vinschen2013-11-261-0/+8
* * nlsfuncs.cc (strcoll): Add "__restrict" to definition.Corinna Vinschen2013-11-261-0/+5
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-0/+5
* * dtable.cc: Include sys/param.h for MAX definition.Corinna Vinschen2013-11-241-0/+4
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-0/+11
* dup2: fix off-by-one crashEric Blake2013-11-231-0/+7
* * include/cygwin/stdlib.h (realpath): Drop declaration. It's declaredCorinna Vinschen2013-11-201-0/+5
* * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen2013-11-191-0/+8
* * wincap.cc (wincapc::init): Revert previous change. It's not working.Corinna Vinschen2013-11-191-0/+4
* * net.cc (cygwin_getaddrinfo): Fix a comment. Only memset whints ifCorinna Vinschen2013-11-191-0/+7
* * wincap.cc (wincapc::init): Fix dwMinorVersion for Windows 8.1 andCorinna Vinschen2013-11-191-0/+5
* * autoload.cc (IdnToAscii): Define.Corinna Vinschen2013-11-191-0/+44
* winsup/ChangeLog:Christopher Faylor2013-11-071-0/+7
* * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen2013-10-311-0/+30
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-301-0/+44
* * exception.h: Fold in content of include/exceptions.h.Corinna Vinschen2013-10-271-0/+5
* * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen2013-10-261-1/+13
* * exception.h (_exception_list): Drop redefinition for x86_64.Corinna Vinschen2013-10-261-0/+6
* * flock.cc (fhandler_base::lock): Only refuse to lock nohandle andCorinna Vinschen2013-10-251-0/+9
* * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen2013-10-251-0/+12
* * fhandler_disk_file.cc (fhandler_base::fstat_fs): Fix comment.Corinna Vinschen2013-10-251-0/+4
* * fhandler_clipboard.cc (fhandler_dev_clipboard::open): Drop gratuitiosCorinna Vinschen2013-10-251-0/+7
* * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen2013-10-251-0/+15
* * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen2013-10-241-0/+14
* * external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor2013-10-241-0/+12
* Fix typo.Corinna Vinschen2013-10-241-1/+1
* * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen2013-10-241-0/+29
* * include /cygwin/config.h (_READ_WRITE_BUFSIZE_TYPE): Define.Corinna Vinschen2013-10-231-0/+4
* * fhandler.cc (fhandler_base::fstat): Drop FH_FULL case to alignCorinna Vinschen2013-10-231-0/+5
* * fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor2013-10-221-0/+8
* * fhandler_termios.cc (tty_min::kill_pgrp): Don't send a signal to myself ifChristopher Faylor2013-10-181-0/+5
* * tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor2013-10-181-0/+5
* * fhandler_process.cc (format_process_ctty): Fix random content ofCorinna Vinschen2013-10-161-0/+6
* * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen2013-10-151-0/+21
* * mmap.cc (mmap64): Convert pagesize from DWORD to size_t to avoidCorinna Vinschen2013-10-151-0/+5
* * ntdll.h: Guard against new header files.Christopher Faylor2013-10-051-0/+4
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 26.Christopher Faylor2013-09-251-0/+4
* * sigproc.h (hold_everything::ischild): Declare as reference.Christopher Faylor2013-09-251-0/+6
* * thread.cc (semaphore::_getvalue): Set *sval as appropriate. Set errno andChristopher Faylor2013-09-251-0/+6
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Belatedly bumpCorinna Vinschen2013-08-311-0/+5
* * heap.cc (RAISEHEAP_SIZE): New definition.Corinna Vinschen2013-08-311-0/+7
* * cygheap.h (user_heap_info::sbrk): Declare new function.Christopher Faylor2013-08-301-0/+13
* *** empty log message ***Corinna Vinschen2013-08-301-0/+7
* * fhandler_tape.cc (mtinfo_drive::open): Handle bus reset gracefullyCorinna Vinschen2013-08-301-0/+5
* * sigproc.cc (pending_signals::add): Properly maintain linked list.Christopher Faylor2013-08-301-0/+6
* * mtinfo.h (class mtinfo_part): Change type of block numbers to int64_t.Corinna Vinschen2013-08-261-0/+20