summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update function declarations to ISO C90 formattingNick Clifton2005-07-012-85/+85
* merge from gccDJ Delorie2005-06-302-0/+14
* * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2005-06-302-4/+11
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-309-19/+86
* revert erroneous checkinChristopher Faylor2005-06-301-4/+4
* * autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor2005-06-293-5/+11
* * setup.com (mpw): Remove unused directive.Ben Elliston2005-06-292-1/+4
* Remove dejagnu/ entry.Ben Elliston2005-06-291-4/+0
* 2005-06-28 Dave Korn <dave.korn@artimi.com>Jeff Johnston2005-06-283-2/+24
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen2005-06-272-0/+5
* * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen2005-06-242-1/+6
* * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen2005-06-243-7/+11
* 2005-06-22 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-06-234-70/+55
* * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen2005-06-223-1/+52
* * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen2005-06-212-9/+14
* * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen2005-06-212-0/+6
* * how-using.texinfo: Add FAQ about firewall software. UpdateJoshua Daniel Franklin2005-06-213-40/+51
* Index: include/ChangeLogGeoffrey Keating2005-06-212-0/+9
* gas/H.J. Lu2005-06-202-3/+13
* * fhandler_proc.cc (format_proc_partitions): Only list recognizedCorinna Vinschen2005-06-202-2/+8
* fix indentationChristopher Faylor2005-06-201-98/+98
* * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,Danny Smith2005-06-192-4/+10
* * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen2005-06-184-17/+48
* Correct typo in ChangeLogDanny Smith2005-06-181-2/+2
* * include/winbase.h (GETTEXTEX): Correct name of lpUsedDefChar field.Danny Smith2005-06-182-1/+7
* * include/winbase.h (GolbalDiscard): Define as macro.Danny Smith2005-06-182-1/+6
* * wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor2005-06-184-16/+38
* * spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor2005-06-182-4/+15
* * cygwin.din (inet_pton): Export.Corinna Vinschen2005-06-175-1/+62
* * elf/external.h (GRP_ENTRY_SIZE): Define.Jakub Jelinek2005-06-172-1/+8
* * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen2005-06-172-1/+8
* bfd/Jan Beulich2005-06-172-1/+11
* 2005-06-16 Christopher Faylor <cgf@timesys.com>Jeff Johnston2005-06-163-14/+37
* * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen2005-06-162-4/+21
* * profile/profile.h (_MCOUNT_CALL): Define as regparm(2)Danny Smith2005-06-163-8/+32
* * include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use toDanny Smith2005-06-163-20/+57
* add missing entryChristopher Faylor2005-06-151-0/+1
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-156-6/+12
* * path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor2005-06-142-14/+16
* PR libgcj/19877:Tom Tromey2005-06-142-1/+7
* * parse_pe.c (exclusion::sort_and_check): Remove crude cast.Corinna Vinschen2005-06-142-1/+5
* * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compilerCorinna Vinschen2005-06-142-1/+6
* * depstand.m4, lead-dot.m4: New files.DJ Delorie2005-06-133-0/+172
* * depcomp: Update from automake CVS. Add 'ia64hp' stanza.DJ Delorie2005-06-132-26/+62
* * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen2005-06-122-0/+7
* * Makefile.in: Avoid initial heap allocation since cygwin has its own heap.Christopher Faylor2005-06-112-1/+7
* * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,John David Anglin2005-06-112-12/+17
* * fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor2005-06-112-1/+5
* * winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.Christopher Faylor2005-06-115-15/+29
* * include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor2005-06-114-24/+47