summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.cc (pthread::pthread): Drop setting parent_tls. CallCorinna Vinschen2011-08-243-3/+12
* * thread.cc (pthread::exit): Create dummy tls structure to hold _main_tlsChristopher Faylor2011-08-242-1/+15
* * libc/time/mktm_r.c (_mktm_r): Fix computing tm_year.Corinna Vinschen2011-08-242-1/+5
* 2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-08-232-2/+6
* 2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-08-233-41/+16
* * poll.cc (poll): Don't return prematurely if invalid fds have beenCorinna Vinschen2011-08-232-7/+24
* * fhandler_socket.cc (fhandler_socket::send_internal): Fix settingCorinna Vinschen2011-08-232-2/+9
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-233-2/+7
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-239-12/+21
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-234-0/+14
* 2011-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-232-0/+11
* * picflag.m4: New file.Rainer Orth2011-08-222-0/+99
* 2011-08-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-227-4/+19
* * Makefile.in: Check for header file existence when building dumper.exe too.Christopher Faylor2011-08-212-3/+10
* * dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor2011-08-212-2/+5
* * include/paths.h (_PATH_MAILDIR): Define.Yaakov Selkowitz2011-08-212-0/+7
* * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen2011-08-202-6/+15
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-202-95/+72
* 2011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-08-202-2/+6
* 2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-08-202-1/+8
* 2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-08-202-34/+4
* 2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2011-08-202-1/+7
* * new-features.sgml (ov-new1.7.10): Document /proc/devicesYaakov Selkowitz2011-08-192-0/+10
* * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz2011-08-193-12/+90
* * dtable.cc: Mark some const variables as static.Christopher Faylor2011-08-194-18/+65
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-197-0/+21
* 2011-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-08-195-0/+11
* Include the <root>/cpu/ dir in GDB releasesJoel Brobecker2011-08-192-1/+5
* * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.fooNick Clifton2011-08-192-1/+6
* * libc/include/process.h: Remove exec family function declarations.Corinna Vinschen2011-08-193-10/+12
* * libc/time/mktime.c (validate_structure): Account for tm_mon possiblyCorinna Vinschen2011-08-192-6/+13
* * fhandler_console.cc (fhandler_console::read): Recognize backspace keyCorinna Vinschen2011-08-192-1/+7
* * include/winuser.h: Ad missing MAPVK_xxx definitions.Corinna Vinschen2011-08-192-0/+10
* * sysv_shm.cc (ACCESSPERMS): Remove to fix redefined warning, asYaakov Selkowitz2011-08-192-1/+5
* * dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor2011-08-183-2/+7
* * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen2011-08-182-7/+14
* 2011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2011-08-162-50/+22
* * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen2011-08-164-9/+67
* * new-features.sgml (ov-new1.7.10): Document new RTLD flags.Corinna Vinschen2011-08-162-0/+8
* * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.Corinna Vinschen2011-08-162-1/+6
* * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen2011-08-164-16/+50
* * pipe.cc (pipe): Just call _pipe with O_BINARY mode. Move code toCorinna Vinschen2011-08-152-19/+11
* Merge from gcc:Yao Qi2011-08-143-2/+10
* * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen2011-08-135-29/+103
* Add R_X86_64_RELATIVE64.H.J. Lu2011-08-122-0/+6
* * miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor2011-08-124-16/+7
* * new-features.sgml (ov-new1.7.10): Document large address awarenessCorinna Vinschen2011-08-123-44/+61
* * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen2011-08-122-3/+11
* * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen2011-08-123-1/+31
* * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen2011-08-113-4/+25