aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-18 * libc/include/ieeefp.h: Add C++ guards.Corinna Vinschen2-0/+9
2005-11-18* include/cygwin/sys_time.h: Move futimes and lutimes declaration here fromChristopher Faylor2-1/+8
2005-11-18* include/sys/time.h: Move more cygwin stuff to cygwin-specific header.Christopher Faylor2-4/+4
2005-11-18* include/time.h: Remove more cygwin-specific stuff.Christopher Faylor2-18/+4
2005-11-18* times.cc (timezone): Put back (void).Christopher Faylor3-1/+20
2005-11-18* include/time.h: Move cygwin declarations to cygwin-specific header.Christopher Faylor3-11/+10
2005-11-18* include/cygwin/sys_time.h: Rename from include/cygwin/time.h.Christopher Faylor3-4/+34
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith1-0/+8
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith2-0/+19
2005-11-172005-11-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-150/+160
2005-11-172005-11-17 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2-4/+6
2005-11-17* fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor3-8/+16
2005-11-17 * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect thatCorinna Vinschen2-7/+15
2005-11-17 * cris/linunistd.h: Don't redefine errno as extern int.Hans-Peter Nilsson2-2/+4
2005-11-16* times.cc (hires_ms::prime): Don't escalate the priority.Christopher Faylor2-6/+10
2005-11-14* include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor3-38/+47
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor3-9/+20
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor6-40/+24
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor18-71/+148
2005-11-14 * mips.h: Assign 'm'/'M' codes to MIPS16e save/restoreThiemo Seufer2-1/+14
2005-11-13 * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen3-2/+22
2005-11-12 * include/commdlg.h (OPENFILENAMEW): Add members forDanny Smith2-4/+16
2005-11-12 * include/wingdi.h (GetICMProfile{AW}): Correct prototype.Danny Smith2-2/+8
2005-11-11 * Makefile.def: Remove gdb dependencies for gdbtk.Daniel Jacobowitz6-64/+76
2005-11-11* cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor8-58/+145
2005-11-11* libc/include/sys/time.h: For cygwin, use general header rather than specificChristopher Faylor2-1/+6
2005-11-11PR 1150Nick Clifton2-0/+13
2005-11-11* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor3-1/+13
2005-11-10* include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.Christopher Faylor2-2/+7
2005-11-10 * bsd_helper.cc (securityinit): New function. Move initializationCorinna Vinschen8-61/+210
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