summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.cc (MTinterface::fixup_after_fork): Remove code which potentiallyChristopher Faylor2003-09-132-4/+7
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where searchChristopher Faylor2003-09-122-2/+8
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-125-9/+36
* * Makefile.in: Tweak mingw libz.a detection to make it more reliably detectChristopher Faylor2003-09-122-5/+10
* * fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor2003-09-113-25/+60
* * MAINTAINERS: Update my e-mail address.Jim Wilson2003-09-112-1/+5
* * path.cc (normalize_posix_path): Put check for '//' prefix back to denote aChristopher Faylor2003-09-112-5/+10
* * cygcheck.cc (dump_only): New global variable.Corinna Vinschen2003-09-112-3/+20
* * dir.cc (rmdir): Add more samba workarounds.Christopher Faylor2003-09-112-2/+11
* Add enum values for HP extensions to DWARF standardNick Clifton2003-09-112-7/+52
* * shared.cc (user_shared_initialize): Revert length attribute for nameCorinna Vinschen2003-09-112-1/+6
* * getfacl (main): Remove extern declaration of optind.Corinna Vinschen2003-09-113-3/+5
* * Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.Christopher Faylor2003-09-114-7/+14
* * Makefile.in (MINGW_CXX): Define and use for mingw-compiled files.Christopher Faylor2003-09-113-13/+22
* * Makefile.in: More fixups to adjust for the fact that mingw_getopt.o is noChristopher Faylor2003-09-112-3/+8
* * Makefile.in: Remove references to getopt since it is now part of mingwex.Christopher Faylor2003-09-102-12/+9
* * shared_info.h (shared_info::initialize): Remove argument.Christopher Faylor2003-09-106-70/+80
* * fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor2003-09-103-14/+23
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-109-200/+190
* * exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather thanChristopher Faylor2003-09-102-1/+6
* * Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor2003-09-104-1/+19
* * libc/include/sys/unistd.h: Declare function daemon for Cygwin.Corinna Vinschen2003-09-102-10/+17
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-1012-35/+590
* * fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.Corinna Vinschen2003-09-102-2/+5
* 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-106-36/+107
* 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-09-096-7/+19
* * libc/include/grp.h: Don't define setgrfile, group_from_gid andCorinna Vinschen2003-09-092-0/+11
* * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen2003-09-093-72/+83
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-098-22/+24
* * dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor2003-09-093-3/+10
* * passwe.cc (getpwnam_r): Initialize pw_comment field.Christopher Faylor2003-09-082-0/+5
* * passwd.cc (getpwuid_r32): Initialize pw_comment field.Christopher Faylor2003-09-082-0/+5
* * sigproc.cc (wait_sig_inited): Remove assertion since it is racy.Christopher Faylor2003-09-082-1/+4
* * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen2003-09-084-4/+82
* 2003-09-08 Justin Forest <vhex@users.sourceforge.net>Danny Smith2003-09-083-0/+22
* * cygwin.din: Export argz_add argz_add_sep argz_append argz_countCorinna Vinschen2003-09-083-1/+50
* fix typoChristopher Faylor2003-09-081-1/+1
* * Makefile.in (zlib_h): Rename libz.h -> zlib.h.Christopher Faylor2003-09-082-1/+5
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-086-57/+93
* * Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor2003-09-083-30/+59
* * include/cygwin/in.h: Don't define ipv6 stuff unless we call for itChristopher Faylor2003-09-082-0/+7
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-075-7/+15
* * signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor2003-09-075-32/+77
* Remove left coercion throughout.Christopher Faylor2003-09-078-15/+19
* * hires.h (hires_ms::~hires_ms): Delete declaration.Christopher Faylor2003-09-063-6/+5
* * dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor2003-09-062-3/+6
* * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.Earnie Boyd2003-09-053-41/+33
* 2003-09-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-09-052-2/+8
* * libc/ctype/wctype.c (_DEFUN): Remove empty default case, asBen Elliston2003-09-052-1/+3
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-056-9/+32