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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ldap.cc (CYG_LDAP_TIMEOUT): Set to 5 secs.
Corinna Vinschen
2014-06-23
2
-10
/
+27
*
* ldap.cc (CYG_LDAP_TIMEOUT): Define as timeout value. Set to 30 secs
Corinna Vinschen
2014-06-18
3
-6
/
+27
*
* faq-programming.xml: Add gettext-devel to list of packages needed to build
Christopher Faylor
2014-06-17
2
-1
/
+6
*
Fix timestamp
Corinna Vinschen
2014-06-17
1
-1
/
+1
*
* libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returning
Corinna Vinschen
2014-06-17
2
-1
/
+6
*
* passwd.c (main): Fix typo in error output.
Corinna Vinschen
2014-06-16
2
-1
/
+6
*
* fhandler_socket.cc (fhandler_socket::evaluate_events): Call
Corinna Vinschen
2014-06-16
2
-2
/
+11
*
* grp.cc (getgrouplist): Fix setting ngroups to make sure to return
Corinna Vinschen
2014-06-16
2
-1
/
+6
*
merge from gcc
DJ Delorie
2014-06-11
2
-0
/
+10
*
* libc/machine/aarch64/strchrnul.S: New file.
Richard Earnshaw
2014-06-11
5
-5
/
+208
*
* libc/machine/aarch64/strchr.S: New file
Richard Earnshaw
2014-06-10
5
-3
/
+220
*
* configure.host (default_newlib_nano_malloc): New.
DJ Delorie
2014-06-10
6
-21
/
+44
*
* timer.cc (timer_tracker::cancel): Demote api_fatal to system_printf, printing
Christopher Faylor
2014-06-05
2
-2
/
+8
*
* autoload.cc (ldap_memfreeW): Remove.
Corinna Vinschen
2014-05-23
3
-17
/
+25
*
*** empty log message ***
Corinna Vinschen
2014-05-23
1
-0
/
+2
*
* autoload.cc (ldap_abandon): Remove.
Corinna Vinschen
2014-05-22
4
-30
/
+59
*
* sec_auth.cc (get_server_groups): Call get_user_local_groups only if
Corinna Vinschen
2014-05-22
2
-3
/
+11
*
merge from gcc
DJ Delorie
2014-05-22
2
-1
/
+8
*
* ldap.cc (cyg_ldap::fetch_ad_account): Take additional domain string
Corinna Vinschen
2014-05-22
4
-13
/
+43
*
* gmon.h: Pull in profile.h. Explain why.
Corinna Vinschen
2014-05-22
2
-0
/
+20
*
* uinfo.cc (pwdgrp::fetch_account_from_windows): Fix potential SEGV
Corinna Vinschen
2014-05-22
2
-5
/
+10
*
* libc/bsdlib.cc (forkpty): Close master and slave if fork fails to
Corinna Vinschen
2014-05-22
4
-110
/
+84
*
* flock.cc (delete_lock_in_parent): Use LIST_FOREACH_SAFE to avoid
Corinna Vinschen
2014-05-20
2
-3
/
+8
*
* fhandler_procsysvipc.cc (format_procsysvipc_msg): Rearrange code to
Corinna Vinschen
2014-05-20
2
-95
/
+149
*
* fhandler_process.cc (get_mem_values): Rearrange code slightly to
Corinna Vinschen
2014-05-20
2
-11
/
+17
*
* fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,
Corinna Vinschen
2014-05-20
2
-9
/
+8
*
* fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppy
Corinna Vinschen
2014-05-20
3
-8
/
+30
*
* scandir.cc (scandir): Assume namelist is always valid, per POSIX.
Corinna Vinschen
2014-05-20
3
-29
/
+48
*
* pseudo-reloc.cc (__report_error): Raise size of module name buffer to
Corinna Vinschen
2014-05-19
2
-2
/
+7
*
* net.cc (call_gaa): Fix setting pa_ret pointer in case of an error
Corinna Vinschen
2014-05-19
2
-6
/
+15
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 31.
Corinna Vinschen
2014-05-19
4
-34
/
+50
*
* dtable.cc (handle_to_fn): Fix length parameter in call to
Corinna Vinschen
2014-05-19
2
-2
/
+7
*
* pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array in
Corinna Vinschen
2014-05-19
2
-2
/
+7
*
* smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.
Corinna Vinschen
2014-05-19
2
-1
/
+6
*
* exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).
Corinna Vinschen
2014-05-19
2
-1
/
+5
*
* bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructor
Corinna Vinschen
2014-05-19
2
-0
/
+7
*
* bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to make
Corinna Vinschen
2014-05-19
3
-4
/
+18
*
* syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).
Corinna Vinschen
2014-05-19
2
-1
/
+5
*
* external.cc (cygwin_internal): Use local name buffer instead of
Corinna Vinschen
2014-05-16
2
-3
/
+7
*
* libc/machine/sparc/setjmp.S (longjmp): Use register g1 instead of g6.
Corinna Vinschen
2014-05-15
2
-4
/
+8
*
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273.
Corinna Vinschen
2014-05-15
2
-1
/
+8
*
* external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.
Corinna Vinschen
2014-05-15
3
-1
/
+65
*
2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
Sandra Loosemore
2014-05-14
5
-0
/
+20
*
merge from gcc
DJ Delorie
2014-05-14
2
-3
/
+31
*
* libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when double
Corinna Vinschen
2014-05-14
2
-0
/
+7
*
* sec_auth.cc (get_server_groups): Call get_logon_server only for
Corinna Vinschen
2014-05-14
3
-7
/
+95
*
* fhandler_socket.cc (fhandler_socket::ioctl): Handle the different
Corinna Vinschen
2014-05-13
3
-1
/
+30
*
* minidumper.cc (filter_minidump_type): New function.
Jon TURNEY
2014-05-13
2
-0
/
+73
*
* Makefile.in (minidumper.exe): Link directly with dbghelp.
Jon TURNEY
2014-05-13
3
-37
/
+16
*
* libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h.
Corinna Vinschen
2014-05-12
3
-2
/
+26
[next]