aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-23This commit was manufactured by cvs2svn to create branch 'signal-rewrite'.github/signal-rewritesignal-rewritecvs2svn6879-2199831/+0
2011-08-23 * poll.cc (poll): Don't return prematurely if invalid fds have beenCorinna Vinschen2-7/+24
2011-08-23 * fhandler_socket.cc (fhandler_socket::send_internal): Fix settingCorinna Vinschen2-2/+9
2011-08-232011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-2/+7
2011-08-232011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius9-12/+21
2011-08-232011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-0/+14
2011-08-232011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+11
2011-08-22 * picflag.m4: New file.Rainer Orth2-0/+99
2011-08-222011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-4/+19
2011-08-21* Makefile.in: Check for header file existence when building dumper.exe too.Christopher Faylor2-3/+10
2011-08-21* dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor2-2/+5
2011-08-21* include/paths.h (_PATH_MAILDIR): Define.Yaakov Selkowitz2-0/+7
2011-08-20 * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen2-6/+15
2011-08-202011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-95/+72
2011-08-202011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-2/+6
2011-08-202011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-1/+8
2011-08-202011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-34/+4
2011-08-202011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2-1/+7
2011-08-19* new-features.sgml (ov-new1.7.10): Document /proc/devicesYaakov Selkowitz2-0/+10
2011-08-19* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz3-12/+90
2011-08-19* dtable.cc: Mark some const variables as static.Christopher Faylor4-18/+65
2011-08-192011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius7-0/+21
2011-08-192011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius5-0/+11
2011-08-19Include the <root>/cpu/ dir in GDB releasesJoel Brobecker2-1/+5
2011-08-19 * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.fooNick Clifton2-1/+6
2011-08-19 * libc/include/process.h: Remove exec family function declarations.Corinna Vinschen3-10/+12
2011-08-19 * libc/time/mktime.c (validate_structure): Account for tm_mon possiblyCorinna Vinschen2-6/+13
2011-08-19 * fhandler_console.cc (fhandler_console::read): Recognize backspace keyCorinna Vinschen2-1/+7
2011-08-19 * include/winuser.h: Ad missing MAPVK_xxx definitions.Corinna Vinschen2-0/+10
2011-08-19* sysv_shm.cc (ACCESSPERMS): Remove to fix redefined warning, asYaakov Selkowitz2-1/+5
2011-08-18* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor3-2/+7
2011-08-18 * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen2-7/+14
2011-08-162011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2-50/+22
2011-08-16 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen4-9/+67
2011-08-16 * new-features.sgml (ov-new1.7.10): Document new RTLD flags.Corinna Vinschen2-0/+8
2011-08-16 * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen2-1/+6
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen4-16/+50
2011-08-15 * pipe.cc (pipe): Just call _pipe with O_BINARY mode. Move code toCorinna Vinschen2-19/+11
2011-08-14 Merge from gcc:Yao Qi3-2/+10
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen5-29/+103
2011-08-12Add R_X86_64_RELATIVE64.H.J. Lu2-0/+6
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor4-16/+7
2011-08-12 * new-features.sgml (ov-new1.7.10): Document large address awarenessCorinna Vinschen3-44/+61
2011-08-12 * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen2-3/+11
2011-08-12 * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen3-1/+31
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen3-4/+25
2011-08-11 * (winpids::add): Make sure to store always a Windows PID inCorinna Vinschen2-25/+77
2011-08-10 * ps.cc (main): Don't overwrite process name, just attach <defunct>Corinna Vinschen2-5/+10
2011-08-10 * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen3-28/+34
2011-08-09 gas/Maciej W. Rozycki2-5/+33