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
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* 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
*
* 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
*
* 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
*
clarify checkin comment
Christopher Faylor
2014-05-10
1
-2
/
+2
*
* signal.cc (sigprocmask): Fix strace output to include "how".
Christopher Faylor
2014-05-09
3
-6
/
+15
*
* uinfo.cc (cygheap_user::init): Fix formatting in debug output.
Corinna Vinschen
2014-05-08
4
-3
/
+51
*
* grp.cc (gr_ent::enumerate_caches): Fix copy/paste bug introducing
Corinna Vinschen
2014-05-08
2
-1
/
+6
*
* passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing the
Corinna Vinschen
2014-05-07
3
-2
/
+10
*
* uinfo.cc (pwdgrp::fetch_account_from_windows): Tweak SID<->uid
Corinna Vinschen
2014-05-07
2
-1
/
+9
*
* grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating any
Corinna Vinschen
2014-05-07
4
-36
/
+110
*
* security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIES
Corinna Vinschen
2014-05-06
6
-20
/
+24
*
* grp.cc (internal_getgroups): Drop unused cygsid variable.
Corinna Vinschen
2014-05-06
6
-25
/
+52
*
* net.cc (cygwin_getsockopt): Rearrange code slightly and handle
Corinna Vinschen
2014-05-05
3
-24
/
+29
*
* spawn.cc (av::setup): Eat trailing whitespace on #! script.
Christopher Faylor
2014-05-03
2
-0
/
+6
*
* fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.
Christopher Faylor
2014-05-02
2
-1
/
+5
*
* DevNotes: Add entry cgf-000026.
Christopher Faylor
2014-04-26
4
-1
/
+27
*
* syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up to
Corinna Vinschen
2014-04-25
2
-1
/
+6
*
* fhandler_socket.cc: On x86_64, define u_long as __ms_u_long before
Corinna Vinschen
2014-04-24
5
-11
/
+72
*
* miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.
Corinna Vinschen
2014-04-23
3
-1
/
+8
*
* ldap.cc (user_attr): Remove "uid" attribute.
Corinna Vinschen
2014-04-22
4
-20
/
+21
*
* winf.cc (linebuf::fromargv): Temporarily revert patch from 2014-01-24.
Corinna Vinschen
2014-04-18
2
-2
/
+6
*
* cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursions
Corinna Vinschen
2014-04-18
8
-233
/
+282
*
*** empty log message ***
Corinna Vinschen
2014-04-16
1
-0
/
+4
*
* net.cc (cygwin_setsockopt): Ignore IPV6_TCLASS the same way as IP_TOS.
Corinna Vinschen
2014-04-16
2
-1
/
+14
*
* uinfo.cc (pwdgrp::fetch_account_from_windows): Fix gid evaluation
Corinna Vinschen
2014-04-12
2
-9
/
+15
*
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 30.
Corinna Vinschen
2014-04-10
2
-1
/
+5
*
* exceptions.cc (exception::myfault_handle): Only handle the minimum
Corinna Vinschen
2014-04-09
2
-1
/
+19
*
* cygwin.sc.in: (Temporarily?) workaround serious ld bug which
Corinna Vinschen
2014-04-08
2
-11
/
+13
*
release/1.7.29
Corinna Vinschen
2014-04-07
1
-0
/
+3
*
* cygserver_ipc.h (ipc_set_proc_info): Add bool parameter to specify
Corinna Vinschen
2014-04-07
3
-5
/
+16
[next]