summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ldap.cc (cyg_ldap::fetch_ad_account): Take additional domain stringCorinna Vinschen2014-05-224-13/+43
* * gmon.h: Pull in profile.h. Explain why.Corinna Vinschen2014-05-222-0/+20
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Fix potential SEGVCorinna Vinschen2014-05-222-5/+10
* * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen2014-05-224-110/+84
* * flock.cc (delete_lock_in_parent): Use LIST_FOREACH_SAFE to avoidCorinna Vinschen2014-05-202-3/+8
* * fhandler_procsysvipc.cc (format_procsysvipc_msg): Rearrange code toCorinna Vinschen2014-05-202-95/+149
* * fhandler_process.cc (get_mem_values): Rearrange code slightly toCorinna Vinschen2014-05-202-11/+17
* * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,Corinna Vinschen2014-05-202-9/+8
* * fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Fix floppyCorinna Vinschen2014-05-203-8/+30
* * scandir.cc (scandir): Assume namelist is always valid, per POSIX.Corinna Vinschen2014-05-203-29/+48
* * pseudo-reloc.cc (__report_error): Raise size of module name buffer toCorinna Vinschen2014-05-192-2/+7
* * net.cc (call_gaa): Fix setting pa_ret pointer in case of an errorCorinna Vinschen2014-05-192-6/+15
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 31.Corinna Vinschen2014-05-194-34/+50
* * dtable.cc (handle_to_fn): Fix length parameter in call toCorinna Vinschen2014-05-192-2/+7
* * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen2014-05-192-2/+7
* * smallprintf.cc (__small_vsprintf): Add missing break in 'C' case.Corinna Vinschen2014-05-192-1/+6
* * exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).Corinna Vinschen2014-05-192-1/+5
* * bsd_mutex.cc (msleep_sync_array::~msleep_sync_array): New destructorCorinna Vinschen2014-05-192-0/+7
* * bsd_helper.cc (ipcexit_creat_hookthread): Delete shs to makeCorinna Vinschen2014-05-193-4/+18
* * syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932).Corinna Vinschen2014-05-192-1/+5
* * external.cc (cygwin_internal): Use local name buffer instead ofCorinna Vinschen2014-05-162-3/+7
* * libc/machine/sparc/setjmp.S (longjmp): Use register g1 instead of g6.Corinna Vinschen2014-05-152-4/+8
* * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 273.Corinna Vinschen2014-05-152-1/+8
* * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.Corinna Vinschen2014-05-153-1/+65
* 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2014-05-145-0/+20
* merge from gccDJ Delorie2014-05-142-3/+31
* * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when doubleCorinna Vinschen2014-05-142-0/+7
* * sec_auth.cc (get_server_groups): Call get_logon_server only forCorinna Vinschen2014-05-143-7/+95
* * fhandler_socket.cc (fhandler_socket::ioctl): Handle the differentCorinna Vinschen2014-05-133-1/+30
* * minidumper.cc (filter_minidump_type): New function.Jon TURNEY2014-05-132-0/+73
* * Makefile.in (minidumper.exe): Link directly with dbghelp.Jon TURNEY2014-05-133-37/+16
* * libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h.Corinna Vinschen2014-05-123-2/+26
* clarify checkin commentChristopher Faylor2014-05-101-2/+2
* * signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor2014-05-093-6/+15
* * libc/include/stdio.h (tempnam): Declare as __BSD_VISIBLE orCorinna Vinschen2014-05-092-1/+8
* * libc/include/stdio.h (fcloseall): Declare as __GNU_VISIBLE only.Corinna Vinschen2014-05-092-2/+9
* * uinfo.cc (cygheap_user::init): Fix formatting in debug output.Corinna Vinschen2014-05-084-3/+51
* * grp.cc (gr_ent::enumerate_caches): Fix copy/paste bug introducingCorinna Vinschen2014-05-082-1/+6
* * passwd.cc (pwdgrp::parse_passwd): Fix an off by one computing theCorinna Vinschen2014-05-073-2/+10
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Tweak SID<->uidCorinna Vinschen2014-05-072-1/+9
* * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen2014-05-074-36/+110
* * security.h (MAX_SUBAUTH_CNT): Drop. Use SID_MAX_SUB_AUTHORITIESCorinna Vinschen2014-05-066-20/+24
* * grp.cc (internal_getgroups): Drop unused cygsid variable.Corinna Vinschen2014-05-066-25/+52
* * net.cc (cygwin_getsockopt): Rearrange code slightly and handleCorinna Vinschen2014-05-053-24/+29
* * libc/include/stdio.h: Declare various C99 printf/scanf functions forCorinna Vinschen2014-05-052-1/+6
* * spawn.cc (av::setup): Eat trailing whitespace on #! script.Christopher Faylor2014-05-032-0/+6
* * fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.Christopher Faylor2014-05-022-1/+5
* * msp430/Makefile.in (NOSYS_OBJS): Add unlink.o.Nick Clifton2014-04-303-8/+37
* * DevNotes: Add entry cgf-000026.Christopher Faylor2014-04-264-1/+27
* * syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up toCorinna Vinschen2014-04-252-1/+6