summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen2014-04-245-11/+72
* * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen2014-04-233-1/+8
* * libc/machine/arm/strcmp-arm-tiny.S: New file.Richard Earnshaw2014-04-2210-741/+1857
* * ldap.cc (user_attr): Remove "uid" attribute.Corinna Vinschen2014-04-224-20/+21
* * minidumper.cc (minidump): Fix copy and paste error in checkingJon TURNEY2014-04-212-1/+6
* * winf.cc (linebuf::fromargv): Temporarily revert patch from 2014-01-24.Corinna Vinschen2014-04-182-2/+6
* * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen2014-04-188-233/+282
* * pwdgrp.cc (client_request_pwdgrp::pwd_serve): Add 1 to the messageCorinna Vinschen2014-04-162-2/+7
* *** empty log message ***Corinna Vinschen2014-04-161-0/+4
* * net.cc (cygwin_setsockopt): Ignore IPV6_TCLASS the same way as IP_TOS.Corinna Vinschen2014-04-162-1/+14
* * cygserver-config: Use numeric id 18 instead of "system" in chown.Corinna Vinschen2014-04-162-2/+6
* * libc/sys/rtems/sys/cpuset.h (CPU_SET_S): Add const qualifier.Corinna Vinschen2014-04-142-2/+7
* * uinfo.cc (pwdgrp::fetch_account_from_windows): Fix gid evaluationCorinna Vinschen2014-04-122-9/+15
* * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 30.Corinna Vinschen2014-04-102-1/+5
* * libc/machine/rl78/setjmp.S: Add RL78/G10 support.DJ Delorie2014-04-092-0/+25
* * exceptions.cc (exception::myfault_handle): Only handle the minimumCorinna Vinschen2014-04-092-1/+19
* * cygwin.sc.in: (Temporarily?) workaround serious ld bug whichCorinna Vinschen2014-04-082-11/+13
* release/1.7.29Corinna Vinschen2014-04-071-0/+3
* * cygserver_ipc.h (ipc_set_proc_info): Add bool parameter to specifyCorinna Vinschen2014-04-073-5/+16
* * process.cc (process::process): Only notice that signal_arrived isCorinna Vinschen2014-04-072-2/+6
* 2014-04-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2014-04-042-2/+7
* 2014-04-04 Ashish Kapania <akapania@ti.com>Jeff Johnston2014-04-043-2/+8
* 2014-04-04 Ashish Kapania <akapania@ti.com>Jeff Johnston2014-04-0412-3/+6455
* Forced checkinCorinna Vinschen2014-04-040-0/+0
* * new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging.Corinna Vinschen2014-04-042-0/+8
* *** empty log message ***Corinna Vinschen2014-04-041-0/+4
* * ntea.cc (EA_BUFSIZ): Fix comment.Corinna Vinschen2014-04-042-13/+21
* * ntea (EA_BUFSIZ): Reduce to 64K. Add comment to explain why.Corinna Vinschen2014-04-042-4/+18
* *** empty log message ***Corinna Vinschen2014-04-012-4/+22
* * new-features.xml: (ov-new1.7.29): Add new section.Christopher Faylor2014-04-012-0/+17
* * DevNotes: Add entry cgf-000025.Christopher Faylor2014-03-293-27/+30