aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-13 * errno.cc (errmap): Handle ERROR_BUS_RESET.Corinna Vinschen5-366/+334
2004-03-13 * kill.cc (get_debug_priv): New function.Corinna Vinschen2-0/+35
2004-03-132004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>Nathanael Nerode3-2/+9
2004-03-13 *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):Danny Smith2-0/+56
2004-03-13 * include/malloc.h: Remove __STRICT_ANSI__ guard.Danny Smith2-5/+4
2004-03-12* wait.cc (wait4): Initialize pointer on entry. Avoid callingChristopher Faylor2-13/+14
2004-03-12* include/process.h: Remove the #endif associated with removal ofChristopher Faylor2-2/+5
2004-03-122004-03-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-0/+6
2004-03-12 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.Jakub Jelinek2-3/+8
2004-03-122004-03-12 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-0/+11
2004-03-12 * exceptions.cc (sigpacket::process): Simplify code slightly.Corinna Vinschen2-3/+5
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor11-109/+134
2004-03-12* cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor4-100/+93
2004-03-112004-03-11 Kazu Hirata <kazu@cs.umass.edu>Jeff Johnston5-37/+27
2004-03-112004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>DJ Delorie3-6/+20
2004-03-11 * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.Danny Smith24-100/+31
2004-03-11(top level)Nathanael Nerode6-842/+1297
2004-03-102004-03-10 Al Slater <al.slater@scluk.com>Danny Smith2-7/+59
2004-03-092004-03-09 Thomas Pfaff <tpfaff@gmx.net>Jeff Johnston2-5/+55
2004-03-09* fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK.Christopher Faylor3-0/+22
2004-03-09.Christopher Faylor1-1/+1
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor6-28/+49
2004-03-07add missing entryChristopher Faylor1-0/+2
2004-03-07* fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor6-65/+95
2004-03-07* winsup.api/known_bugs.tcl: Remove mknod01 since mknod now works.Christopher Faylor3-1/+8
2004-03-06update some documentationChristopher Faylor1-93/+133
2004-03-05* gendef (sigdelayed): Handle return here rather than going through sigbe toChristopher Faylor2-85/+96
2004-03-052004-03-05 Filip Navara <xnavara@volny.cz>Danny Smith5-262/+263
2004-03-04* winsup.api/pthread/mutex8e.c: New testcase.Thomas Pfaff4-0/+138
2004-03-04* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff4-82/+117
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor5-38/+50
2004-03-042004-03-03 Stephane Carrez <stcarrez@nerim.fr>Jeff Johnston4-55/+82
2004-03-03 * include/wtypes.h (DECIMAL_SETZERO): Add definition forDanny Smith2-0/+9
2004-03-0322004-03-03 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith2-3/+8
2004-03-032003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>Joern Rennecke2-1/+6
2004-03-02 * include/uxtheme.h: Include <commctrl.h>Danny Smith2-121/+127
2004-03-02 * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading withCorinna Vinschen3-11/+36
2004-03-02 * sysv_sem.cc (semundo_adjust): Check for process id instead ofCorinna Vinschen2-0/+26
2004-03-02 * basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.Danny Smith2-1/+8
2004-03-022004-03-02 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith4-10/+167
2004-03-01fix minor typoChristopher Faylor1-1/+1
2004-03-01fix minor typoChristopher Faylor1-2/+2
2004-03-01 * configure.in (mips64*-*-linux*): Override mips*-*-linux* caseRichard Sandiford3-33/+45
2004-03-01Missed this in last commit.Danny Smith1-0/+3
2004-03-01Add fr450 support.Richard Sandiford2-0/+6
2004-03-012004-03-01 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith5-17/+375
2004-02-28 PR bootstrap/7087Nathanael Nerode3-40/+28
2004-02-282004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+11
2004-02-26 * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen3-3/+9
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor9-44/+137