summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * cygcheck.cc (print_version): Update copyright dates.Christopher Faylor2008-08-172-1/+5
* * mkpasswd.c (main): Avoid printing system accounts when a single user name hasChristopher Faylor2008-08-172-1/+6
* * Makefile.in (ALL_LDFLAGS): Add --enable-auto-import option to quiet ldChristopher Faylor2008-08-174-111/+162
* bfd/Alan Modra2008-08-172-0/+7
* * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.Richard Sandiford2008-08-167-6/+25
* * mkgroup.c (fetch_current_pgrp_sid): New function to fetch primaryCorinna Vinschen2008-08-153-52/+117
* * mount.cc (mount_info::get_mounts_here): Don't subtract 2 fromCorinna Vinschen2008-08-152-1/+7
* * mount.cc (mount_info::create_root_entry): Create default cygdriveCorinna Vinschen2008-08-152-1/+6
* * path.cc (symlink_info::check): Don't use eabuf when trying to openCorinna Vinschen2008-08-152-8/+12
* 2008-08-14 Jie Zhang <jie.zhang@analog.com>Jeff Johnston2008-08-1489-13/+47803
* Add missing dependencies for building libmingwex.a.Keith Marshall2008-08-142-2/+16
* * fhandler_disk_file.cc (fhandler_disk_file::link): Fix linkingCorinna Vinschen2008-08-142-9/+10
* * external.cc (cygwin_internal): Call set_security_attribute withCorinna Vinschen2008-08-148-25/+69
* * mount.cc (NT_MAX_PATH): Define.Corinna Vinschen2008-08-134-280/+168
* * pathnames.sgml: Move description for (cyg,not)exec mount optionsCorinna Vinschen2008-08-132-4/+24
* * mount.cc (fillout_mntent): Always print noumount option last.Corinna Vinschen2008-08-132-3/+7
* * mount.cc (fillout_mntent): Print options as taken in fstab and mount.Corinna Vinschen2008-08-132-4/+6
* * cyglsa-config: Copy the DLL instead of moving.Corinna Vinschen2008-08-132-1/+5
* * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen2008-08-133-15/+22
* Add replacements for remaining members of printf() family.Keith Marshall2008-08-118-2/+416
* * syscalls.cc (rename): If newpath doesn't exist, check if .exe suffixCorinna Vinschen2008-08-112-2/+8
* * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Don't setCorinna Vinschen2008-08-092-4/+7
* Add AVR architectures avr25, avr31, avr35, and avr51 to match GCC.Eric Weddington2008-08-093-9/+34
* 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>Daniel Jacobowitz2008-08-082-0/+28
* * fhandler.cc (fhandler_base::open): Use Samba workaround generallyCorinna Vinschen2008-08-072-17/+27
* * config/i386/profile.h (mcount): Mark asms volatile.Brian Dessent2008-08-052-2/+6
* * dll_init.cc (dll_global_dtors): Add an additional test to avoid walking theChristopher Faylor2008-08-052-3/+9
* Changes suggested by Dave Korn.Christopher Faylor2008-08-044-2/+11
* * cygcheck.cc (load_cygwin): Duplicate argv list since it disappears whenChristopher Faylor2008-08-042-2/+14
* * common.h (ELFOSABI_AROS): Update comment.Alan Modra2008-08-032-8/+12
* * mt-spu (all-ld): Update for ld Makefile changes.Alan Modra2008-08-032-4/+6
* * tcl.m4 (SC_PATH_TCLCONFIG): Add some simple logic to dealKeith Seitz2008-08-022-8/+22
* gas/Peter Bergner2008-08-022-0/+11
* * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor2008-08-013-3/+18
* * path.cc (symlink_info::check): Handle (and explain) a special caseCorinna Vinschen2008-07-312-0/+17
* * spawn.cc (spawn_guts): Check constructed short pathname for beingCorinna Vinschen2008-07-312-1/+9
* 2008-07-30 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2008-07-3010-8/+64
* * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Check forCorinna Vinschen2008-07-304-25/+58
* * sec_auth.cc (extract_nt_dom_user): Return domain and user name asCorinna Vinschen2008-07-304-15/+35
* include/opcode/Alan Modra2008-07-302-0/+13
* * Makefile.in: Link cygcheck with -lntdll even without mingw-zlib.Christopher Faylor2008-07-302-2/+7
* * cygwin.din (_getutline): Remove.Christopher Faylor2008-07-306-16/+36
* (missing changelog entry)Christopher Faylor2008-07-301-1/+6
* * include/cygwin/version.h: Add comment indicating that current API number bumpChristopher Faylor2008-07-291-1/+2
* * Makefile.in (DLL_OFILES): Remove v8 regexp files.Corinna Vinschen2008-07-2913-1622/+26
* Replace __mingw_snprintf() with new generic family implementation; likewise, ...Keith Marshall2008-07-287-1268/+2739
* Lay foundations for new printf() function family implementation.Keith Marshall2008-07-285-9/+268
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-275-47/+46
* * mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor2008-07-274-17/+16
* * cygcheck.cc (load_cygwin): Free the cygwin dll after we're done with it.Christopher Faylor2008-07-272-26/+32