summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor2011-07-042-2/+6
* Throughout, open console handles with sharing for reading and writing.Corinna Vinschen2011-07-047-14/+21
* * dtable.cc (dtable::init_std_file_from_handle): Change test for consoleCorinna Vinschen2011-07-042-1/+6
* * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen2011-07-042-0/+7
* * fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor2011-07-043-12/+18
* ELFOSABI_GNUThomas Schwinge2011-07-031-0/+1
* ELFOSABI_GNUThomas Schwinge2011-07-032-2/+9
* * dtable.cc (cnew): Fix whitespace.Christopher Faylor2011-07-012-1/+5
* libgloss: bfin: implement getpid/fstat/stat/link/unlink syscallsMichael Frysinger2011-07-012-20/+34
* libgloss: bfin: fix sim lseek() syscallMichael Frysinger2011-07-012-2/+8
* [libiberty/filename_cmp] Darwin has case-insensitive filesystemsJoel Brobecker2011-07-012-0/+14
* 2011-07-01 Eric B. Weddington <eric.weddington@atmel.com>Eric Weddington2011-07-012-2/+6
* PR binutils/12329Nick Clifton2011-07-012-1/+5
* * include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.Corinna Vinschen2011-07-012-5/+17
* * fhandler.cc (fhandler_base::open): Move NFS-specific code into theCorinna Vinschen2011-07-012-15/+20
* * dtable.cc (fh_oom): Remove.Corinna Vinschen2011-06-302-45/+46
* * fhandler_console.cc (fhandler_console::read): Add comment.Corinna Vinschen2011-06-302-1/+8
* * dtable.cc (fh_oom): New static fhandler storage.Corinna Vinschen2011-06-303-9/+41
* 2011-06-29 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2011-06-292-7/+11
* * fhandler_process.cc (heap_info::fill_if_match): Rename info toCorinna Vinschen2011-06-282-1/+9
* * libc/time/mktime.c (mktime): Lock global timezone info whileCorinna Vinschen2011-06-272-0/+9
* * fhandler_console.cc (fhandler_console::read): Don't generate ^@ onCorinna Vinschen2011-06-242-1/+7
* merge from gccDJ Delorie2011-06-221-0/+5
* * dwarf2.h (enum dwarf_location_atom): Add DW_OP_GNU_parameter_ref.Jakub Jelinek2011-06-222-0/+6
* * fhandler_tty.cc (fhandler_pty_master::setup): Create pty pipesCorinna Vinschen2011-06-222-2/+7
* * fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debugCorinna Vinschen2011-06-222-1/+7
* libgloss: bfin: handle result2/errcode in sim syscallsMichael Frysinger2011-06-222-4/+17
* libgloss: bfin: trim trailing whitespaceMichael Frysinger2011-06-223-16/+21
* PR ld/12570Jakub Jelinek2011-06-202-0/+10
* sim: bfin: fix sign extension in dsp insns with MM flagMichael Frysinger2011-06-182-0/+10
* * path.cc (normalize_win32_path): Skip all slashes after recognizingCorinna Vinschen2011-06-182-1/+7
* opcodes: blackfin: fix styleMichael Frysinger2011-06-182-2/+7
* * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen2011-06-174-21/+155
* * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen2011-06-174-4/+22
* * dtable.cc (handle_to_fn): Accommodate name change of pty named pipes,Corinna Vinschen2011-06-172-2/+7
* * fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor2011-06-164-2/+11
* * errno.cc (EIO): Lowercase "o" representative string.Christopher Faylor2011-06-152-1/+5
* include/elf/Ulrich Weigand2011-06-152-0/+6
* * cygwinenv.sgml (using-cygwinenv): Move envcache, strip_title, title,Corinna Vinschen2011-06-154-109/+85
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-1415-596/+202
* * mingw: Force use of bash.Christopher Faylor2011-06-142-1/+5
* * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with callCorinna Vinschen2011-06-144-5/+15
* libgloss:Joseph Myers2011-06-149-99/+24
* * libc/time/tzset_r.c (tzset_r): Correct behavior for changing fromCorinna Vinschen2011-06-142-1/+11
* printf: set errno for read-only streamEric Blake2011-06-145-15/+26
* * fhandler_tty_slave.cc (fhandler_tty_slave::fhandler_tty_slave): RevertChristopher Faylor2011-06-132-1/+6
* merge from gccDJ Delorie2011-06-132-1/+12
* * configure.ac (tilepro-*-*) New case.Nick Clifton2011-06-133-0/+12
* * Makefile.am (ALL_MACHINES): Add cpu-tilegx.lo and cpu-tilepro.lo.Nick Clifton2011-06-139-19/+3266
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-1213-27/+79