summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * dtable.cc (build_fh_pc): When creating an archetype, use native name ratherChristopher Faylor2013-12-013-1/+12
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.Christopher Faylor2013-11-292-1/+5
* * include/cygwin/stdlib.h(initstate, random, setstate, srandom) :Jon TURNEY2013-11-292-0/+9
* * include/glob.h: Fix invalid use of 'restrict' error.Corinna Vinschen2013-11-282-1/+5
* * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails.Corinna Vinschen2013-11-272-1/+6
* * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead.Corinna Vinschen2013-11-272-3/+6
* * syscalls.cc (try_to_bin): Take additional parameter to get file openCorinna Vinschen2013-11-273-5/+43
* * nlsfuncs.cc (wcscoll): Add "__restrict" to definition.Corinna Vinschen2013-11-262-2/+7
* * common.din: Export posix_spawn[...] functions.Corinna Vinschen2013-11-266-2/+56
* * nlsfuncs.cc (strcoll): Add "__restrict" to definition.Corinna Vinschen2013-11-262-2/+7
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-2515-30/+47
* * dtable.cc: Include sys/param.h for MAX definition.Corinna Vinschen2013-11-242-0/+5
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-2421-49/+23
* *** empty log message ***Corinna Vinschen2013-11-241-0/+2
* dup2: fix off-by-one crashEric Blake2013-11-233-2/+15
* * include/cygwin/stdlib.h (realpath): Drop declaration. It's declaredCorinna Vinschen2013-11-202-1/+5
* * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen2013-11-195-7/+20
* * wincap.cc (wincapc::init): Revert previous change. It's not working.Corinna Vinschen2013-11-193-13/+4
* *** empty log message ***Corinna Vinschen2013-11-191-0/+4
* * net.cc (cygwin_getaddrinfo): Fix a comment. Only memset whints ifCorinna Vinschen2013-11-192-7/+17
* * wincap.cc (wincapc::init): Fix dwMinorVersion for Windows 8.1 andCorinna Vinschen2013-11-192-0/+14
* * autoload.cc (IdnToAscii): Define.Corinna Vinschen2013-11-196-998/+335
* *** empty log message ***Corinna Vinschen2013-11-191-0/+2
* winsup/ChangeLog:Christopher Faylor2013-11-073-144/+158
* * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen2013-10-3112-79/+138
* *** empty log message ***Corinna Vinschen2013-10-301-0/+11
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-3010-102/+141
* *** empty log message ***Corinna Vinschen2013-10-281-3/+4
* * exception.h: Fold in content of include/exceptions.h.Corinna Vinschen2013-10-274-126/+107
* * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen2013-10-266-18/+32
* * exception.h (_exception_list): Drop redefinition for x86_64.Corinna Vinschen2013-10-263-5/+11
* * flock.cc (fhandler_base::lock): Only refuse to lock nohandle andCorinna Vinschen2013-10-254-12/+26
* * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen2013-10-256-28/+23
* * fhandler_disk_file.cc (fhandler_base::fstat_fs): Fix comment.Corinna Vinschen2013-10-252-1/+5
* * fhandler_clipboard.cc (fhandler_dev_clipboard::open): Drop gratuitiosCorinna Vinschen2013-10-253-4/+13
* * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen2013-10-257-46/+27
* * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen2013-10-246-46/+24
* * external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor2013-10-246-1/+28
* Fix typo.Corinna Vinschen2013-10-241-1/+1
* * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen2013-10-2411-64/+109
* * include /cygwin/config.h (_READ_WRITE_BUFSIZE_TYPE): Define.Corinna Vinschen2013-10-232-0/+5
* * fhandler.cc (fhandler_base::fstat): Drop FH_FULL case to alignCorinna Vinschen2013-10-232-3/+5
* * fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor2013-10-224-1/+16
* .Christopher Faylor2013-10-191-0/+3
* * fhandler_termios.cc (tty_min::kill_pgrp): Don't send a signal to myself ifChristopher Faylor2013-10-182-1/+6
* * tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor2013-10-182-1/+6
* * fhandler_process.cc (format_process_ctty): Fix random content ofCorinna Vinschen2013-10-163-1/+15
* *** empty log message ***Corinna Vinschen2013-10-151-0/+4
* * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen2013-10-154-49/+62
* * mmap.cc (mmap64): Convert pagesize from DWORD to size_t to avoidCorinna Vinschen2013-10-152-1/+6