aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-30merge from gccDJ Delorie2-0/+14
2005-06-30 * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2-4/+11
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor9-19/+86
2005-06-30revert erroneous checkinChristopher Faylor1-4/+4
2005-06-29* autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor3-5/+11
2005-06-29 * setup.com (mpw): Remove unused directive.Ben Elliston2-1/+4
2005-06-29Remove dejagnu/ entry.Ben Elliston1-4/+0
2005-06-282005-06-28 Dave Korn <dave.korn@artimi.com>Jeff Johnston3-2/+24
2005-06-27 * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen2-0/+5
2005-06-24 * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen2-1/+6
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen3-7/+11
2005-06-232005-06-22 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini4-70/+55
2005-06-22 * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen3-1/+52
2005-06-21 * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen2-9/+14
2005-06-21 * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen2-0/+6
2005-06-21* how-using.texinfo: Add FAQ about firewall software. UpdateJoshua Daniel Franklin3-40/+51
2005-06-21Index: include/ChangeLogGeoffrey Keating2-0/+9
2005-06-20gas/H.J. Lu2-3/+13
2005-06-20 * fhandler_proc.cc (format_proc_partitions): Only list recognizedCorinna Vinschen2-2/+8
2005-06-20fix indentationChristopher Faylor1-98/+98
2005-06-19 * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,Danny Smith2-4/+10
2005-06-18 * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen4-17/+48
2005-06-18Correct typo in ChangeLogDanny Smith1-2/+2
2005-06-18 * include/winbase.h (GETTEXTEX): Correct name of lpUsedDefChar field.Danny Smith2-1/+7
2005-06-18 * include/winbase.h (GolbalDiscard): Define as macro.Danny Smith2-1/+6
2005-06-18* wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor4-16/+38
2005-06-18* spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor2-4/+15
2005-06-17 * cygwin.din (inet_pton): Export.Corinna Vinschen5-1/+62
2005-06-17 * elf/external.h (GRP_ENTRY_SIZE): Define.Jakub Jelinek2-1/+8
2005-06-17 * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen2-1/+8
2005-06-17bfd/Jan Beulich2-1/+11
2005-06-162005-06-16 Christopher Faylor <cgf@timesys.com>Jeff Johnston3-14/+37
2005-06-16 * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen2-4/+21
2005-06-16 * profile/profile.h (_MCOUNT_CALL): Define as regparm(2)Danny Smith3-8/+32
2005-06-16 * include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use toDanny Smith3-20/+57
2005-06-15add missing entryChristopher Faylor1-0/+1
2005-06-15* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor6-6/+12
2005-06-14* path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor2-14/+16
2005-06-14 PR libgcj/19877:Tom Tromey2-1/+7
2005-06-14 * parse_pe.c (exclusion::sort_and_check): Remove crude cast.Corinna Vinschen2-1/+5
2005-06-14 * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compilerCorinna Vinschen2-1/+6
2005-06-13* depstand.m4, lead-dot.m4: New files.DJ Delorie3-0/+172
2005-06-13* depcomp: Update from automake CVS. Add 'ia64hp' stanza.DJ Delorie2-26/+62
2005-06-12 * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen2-0/+7
2005-06-11* Makefile.in: Avoid initial heap allocation since cygwin has its own heap.Christopher Faylor2-1/+7
2005-06-11 * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,John David Anglin2-12/+17
2005-06-11* fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor2-1/+5
2005-06-11* winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.Christopher Faylor5-15/+29
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor4-24/+47
2005-06-10 * fhandler_socket.cc (fhandler_socket::sendto): Always initializeCorinna Vinschen2-4/+10