index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
*
* winf.cc (linebuf::fromargv): Treat '=' as a special character.
Christopher Faylor
2014-01-24
2
-1
/
+5
*
* security.h (open_local_policy): Remove declaration.
Corinna Vinschen
2014-01-23
4
-25
/
+44
*
* Makefile.common: Don't drop -gFOO switches when filtering CFLAGS
Corinna Vinschen
2014-01-22
2
-2
/
+7
*
* path.cc (etc::test_file_change): In case of NtQueryFullAttributesFile
Corinna Vinschen
2014-01-22
2
-2
/
+7
*
* include/cygwin/in6.h (struct ipv6_rt_hdr): Define.
Corinna Vinschen
2014-01-20
3
-14
/
+35
*
* include/netinet/ip6.h: New file, copied from FreeBSD vebatim.
Corinna Vinschen
2014-01-18
4
-1
/
+359
*
* dtable.h (dtable::lock): Revert static.
Christopher Faylor
2014-01-17
2
-2
/
+8
*
* passwd.cc (setpassent): Align to BSD definition.
Corinna Vinschen
2014-01-17
2
-2
/
+6
*
*** empty log message ***
Corinna Vinschen
2014-01-17
1
-0
/
+12
*
* syscalls.cc (popen): Introduce Glibc 'e' flag to allow thread-safe
Corinna Vinschen
2014-01-17
2
-12
/
+48
*
* include/sys/file.h (LOCK_SH): Drop definition in favor of new
Corinna Vinschen
2014-01-17
2
-20
/
+13
*
* include/cygwin/config.h (_STDIO_BSD_SEMANTICS): Define as 1.
Corinna Vinschen
2014-01-17
2
-1
/
+6
*
* dtable.h (dtable::lock): Make static.
Christopher Faylor
2014-01-16
2
-4
/
+8
*
.
Christopher Faylor
2014-01-08
1
-0
/
+3
*
* exceptions.h (cygwin_exception::open_stackdumpfile): Move old function into
Christopher Faylor
2014-01-08
3
-6
/
+19
*
* faq-programming.xml: Update packages needed to build Cygwin.
Corinna Vinschen
2014-01-07
2
-4
/
+16
*
Recreate
Christopher Faylor
2014-01-05
1
-4
/
+3
*
* fhandler.h: Update copyright.
Christopher Faylor
2014-01-04
5
-2185
/
+2214
*
.
Christopher Faylor
2013-12-31
1
-0
/
+4
*
* fhandler_console.cc (region_split): New function.
Christopher Faylor
2013-12-31
2
-11
/
+93
*
* strace.cc (strace::vsprntf): Fix potential (if unlikely) use of uninitialized
Christopher Faylor
2013-12-22
2
-1
/
+7
*
*** empty log message ***
Corinna Vinschen
2013-12-18
1
-0
/
+3
*
.
Christopher Faylor
2013-12-18
1
-0
/
+6
*
* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.
Christopher Faylor
2013-12-18
3
-4
/
+11
*
* autoload.cc (timeBeginPeriod): Delete.
Christopher Faylor
2013-12-18
3
-2
/
+7
*
* autoload.cc (timeBeginPeriod): Autoload.
Christopher Faylor
2013-12-18
5
-11
/
+18
*
* external.cc (fillout_pinfo): Remove nonsensical loop.
Christopher Faylor
2013-12-18
6
-62
/
+83
*
* sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.
Christopher Faylor
2013-12-18
2
-1
/
+14
*
* fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.
Christopher Faylor
2013-12-17
4
-10
/
+8
*
* syscalls.cc (NT_TRANSACTIONAL_ERROR): Define.
Corinna Vinschen
2013-12-11
3
-9
/
+57
*
* mount.cc (fs_info::update): Fix formatting.
Corinna Vinschen
2013-12-11
2
-2
/
+6
*
* fhandler.h (fhandler_dev_clipboard): Add private member
Corinna Vinschen
2013-12-10
3
-4
/
+14
*
signal hang
Christopher Faylor
2013-12-09
1
-0
/
+10
*
* globals.cc (hntdll): Define/declare.
Christopher Faylor
2013-12-09
4
-0
/
+13
*
* include/cygwin/stdlib.h (initstate, random, setstate, srandom):
Corinna Vinschen
2013-12-09
2
-1
/
+9
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28.
Corinna Vinschen
2013-12-08
2
-1
/
+5
*
*** empty log message ***
Corinna Vinschen
2013-12-08
1
-0
/
+1
*
* new-features.xml (ov-new1.7.26): Add new section.
Corinna Vinschen
2013-12-07
2
-0
/
+19
*
* path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long path
Corinna Vinschen
2013-12-07
3
-4
/
+35
*
* syscalls.cc (dup): Use cygheap_fdnew properly.
Christopher Faylor
2013-12-06
2
-1
/
+5
*
* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will have
Christopher Faylor
2013-12-05
5
-10
/
+33
*
* dtable.cc (dtable::find_unused_handle): When extending, always make sure that
Christopher Faylor
2013-12-04
2
-1
/
+8
*
* configure.ac: Back out stupid change.
Christopher Faylor
2013-12-03
3
-10
/
+11
*
* select.cc (select): Add workaround for, as yet undebugged, pathological case.
Christopher Faylor
2013-12-03
2
-3
/
+11
*
* configure.ac: Don't require 64-bit compiler for 32-bit builds.
Christopher Faylor
2013-12-03
3
-100
/
+114
*
* dtable.cc (dtable::find_unused_handle): Break out of the right loop.
Christopher Faylor
2013-12-01
2
-2
/
+6
*
* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exit
Christopher Faylor
2013-12-01
3
-18
/
+29
*
Fix ChangeLog entry
Corinna Vinschen
2013-12-01
1
-3
/
+4
*
* dtable.cc (dtable::extend): Change local variable new_size to size_t
Corinna Vinschen
2013-12-01
3
-3
/
+10
*
.
Christopher Faylor
2013-12-01
1
-2
/
+5
[next]