aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-10 * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.Corinna Vinschen2-1/+5
2005-11-10 Fix dates.Corinna Vinschen1-2/+2
2005-11-10 * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen2-2/+7
2005-11-10 * include/cygwin/signal.h: Add missing sigrelse prototype.Corinna Vinschen2-0/+5
2005-11-08* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor2-3/+9
2005-11-082005-11-08 Tom Walsh <tom@openhardware.net>Jeff Johnston5-9/+24
2005-11-08* libc/include/string.h: Add cygwin-specific function declaration.Christopher Faylor2-0/+7
2005-11-08fix entryChristopher Faylor1-1/+1
2005-11-08* memmem.cc: New file.Christopher Faylor5-3/+79
2005-11-08* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor2-1/+5
2005-11-08bfd:Nathan Sidwell2-0/+6
2005-11-07 * times.cc (futimes): Redirect to utimes_worker if given fileCorinna Vinschen2-1/+8
2005-11-07 * elf/hppa.h (R_PARISC_DIR64WR, R_PARISC_DIR64DR): Remove relocs.John David Anglin2-6/+4
2005-11-06* dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor2-1/+6
2005-11-04* cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor6-8/+40
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor3-12/+27
2005-11-042005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith2-0/+5
2005-11-04* times.cc (stupid_printf): Define and use throughout -- temporarily.Christopher Faylor2-19/+24
2005-11-032005-11-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston6-21/+29
2005-11-032005-11-03 Shaun Jackman <sjackman@gmail.com>Jeff Johnston4-3/+12
2005-11-03* times.cc (hires_ms::prime): Add lots of temporary debugging output.Christopher Faylor2-0/+13
2005-11-03 * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,Danny Smith2-5/+20
2005-11-03 * bfdlink.h (struct bfd_link_order): Tweak comment.Alan Modra2-1/+5
2005-11-03* times.cc (hires_ms::minperiod): Make copy-on-fork.Christopher Faylor2-4/+20
2005-11-02* times.cc (gettimeofday): Add temporary debugging output.Christopher Faylor2-0/+6
2005-11-012005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>Jeff Johnston2-9/+12
2005-11-01* include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor3-5/+14
2005-10-312005-10-31 Darin Johnson <darin@usa.net>Jeff Johnston2-3/+8
2005-10-31merge from gccDJ Delorie2-6/+19
2005-10-302005-10-29 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe4-4/+10
2005-10-29* exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor4-17/+20
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor4-7/+18
2005-10-29* child_info.h (CHILD_INFO_MAGIC): Reset.Christopher Faylor2-1/+5
2005-10-282005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston9-29/+48
2005-10-282005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston2-42/+47
2005-10-282005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston38-133/+173
2005-10-282005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston52-132/+192
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley3-1/+31
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley3-7/+83
2005-10-272005-10-27 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe3-3/+8
2005-10-272005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe3-3/+8
2005-10-262005-10-26 Shaun Jackman <sjackman@gmail.com>Jeff Johnston4-5/+12
2005-10-262005-10-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-8/+13
2005-10-25Add support for the Z80 processor familyNick Clifton7-3/+75
2005-10-24* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.Christopher Faylor2-1/+5
2005-10-24 * spawn.cc (spawn_guts): Don't leave the function with return insideCorinna Vinschen2-2/+9
2005-10-24* cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor4-6/+12
2005-10-24include/opcode/Jan Beulich2-1/+8
2005-10-24add missing ChangeLog entryChristopher Faylor1-0/+1
2005-10-23* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor9-66/+86