]> sourceware.org Git - newlib-cygwin.git/history - winsup
toplevel:
[newlib-cygwin.git] / winsup /
2005-12-04 Corinna Vinschen * environ.cc (spenvs): Add "windir" as an "always...
2005-12-04 Christopher Faylorfix description
2005-12-04 Joshua Daniel Franklin* faq-setup.xml: Add note about clean_setup.pl.
2005-12-03 Christopher Faylor* include/exceptions.h (exception_list): Revert previou...
2005-12-03 Christopher FaylorAdd missing ChangeLog entry.
2005-12-03 Christopher Faylor* cygtls.h (_cygtls::el): New field.
2005-12-02 Christopher Faylor* dcrt0.cc (getstack): Try harder to modify memory.
2005-12-02 Christopher Faylor* devices.h (_major): Revert previous ill-advised change.
2005-12-01 Christopher Faylor* exceptions.cc (handle_exceptions): Translate a guard...
2005-12-01 Corinna Vinschen * mmap.cc: Make debug output more consistently. Fix...
2005-12-01 Christopher Faylor* devices.h (_minor): Coerce argument to proper type...
2005-11-30 Christopher Faylor* times.cc (hires_ms::prime): Remove debugging stuff.
2005-11-30 Corinna Vinschen * mmap.cc (list::try_map): New method, implementing...
2005-11-29 Corinna Vinschen * include/cygwin/version.h: Bump API minor version.
2005-11-29 Corinna Vinschen * fhandler.h (fhandler_dev_zero::mmap): Add method.
2005-11-28 Corinna Vinschen * autoload.cc (NtCreateSection): Define.
2005-11-28 Corinna Vinschen * fhandler_disk_file.cc (fhandler_base::fstat_helper...
2005-11-25 Christopher Faylor* heap.cc: Remove spurious getpagesize declaration.
2005-11-24 Christopher Faylor* autoload.cc (CloseWindowStation): Define.
2005-11-24 Christopher Faylor* fhandler_tty.cc (fhandler_tty_slave::open): Reset...
2005-11-22 Christopher Faylor* Makefile.in: Link cygcheck with libwininet.a.
2005-11-18 Christopher Faylor* strptime.cc (_strptime): Fix gcc warnings.
2005-11-18 Christopher Faylor* memmem.cc: Move from here.
2005-11-18 Corinna Vinschen * libc: Add subdirectory.
2005-11-18 Christopher Faylor* include/cygwin/sys_time.h: Move futimes and lutimes...
2005-11-18 Christopher Faylor* times.cc (timezone): Put back (void).
2005-11-18 Christopher Faylor* include/cygwin/sys_time.h: Rename from include/cygwin...
2005-11-18 Danny Smith2005=11-18 Brian Gunlogson <gmb300@users.sourceforge...
2005-11-18 Danny Smith2005=11-18 Brian Gunlogson <gmb300@users.sourceforge...
2005-11-17 Christopher Faylor* fork.cc (fork): Move top-of-stack calculation later.
2005-11-17 Corinna Vinschen * fhandler_tty.cc (fhandler_tty_slave::open): Don...
2005-11-16 Christopher Faylor* times.cc (hires_ms::prime): Don't escalate the priority.
2005-11-14 Christopher Faylor* include/sys/elf64.h: Fix types to reflect linux usage.
2005-11-14 Christopher Faylor* fhandler.h (fhandler_console::fixup_after_fork_exec...
2005-11-14 Christopher Faylor* fhandler.h (fhandler_console::fixup_after_fork_exec...
2005-11-14 Christopher Faylor* cygheap.h (init_cygheap::manage_console_count): Decla...
2005-11-13 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::recvfrom):...
2005-11-12 Danny Smith * include/commdlg.h (OPENFILENAMEW): Add members for
2005-11-12 Danny Smith * include/wingdi.h (GetICMProfile{AW}): Correct prototype.
2005-11-11 Christopher Faylor* cygheap.h (init_cygheap::_gtod): Remove.
2005-11-11 Christopher Faylor* times.cc (hires_ms::prime): Comment out call to timeB...
2005-11-10 Christopher Faylor* include/endian.h: Remove USE_BSD ifdef since it is...
2005-11-10 Corinna Vinschen * bsd_helper.cc (securityinit): New function. Move...
2005-11-10 Corinna Vinschen * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use...
2005-11-10 Corinna Vinschen Fix dates.
2005-11-10 Corinna Vinschen * syslog.cc (setlogmask): Don't mask the mask.
2005-11-10 Corinna Vinschen * include/cygwin/signal.h: Add missing sigrelse prototype.
2005-11-08 Christopher Faylor* fhandler_base.cc (fhandler_base::readv): Free buf...
2005-11-08 Christopher Faylorfix entry
2005-11-08 Christopher Faylor* memmem.cc: New file.
2005-11-08 Christopher Faylor* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always...
2005-11-07 Corinna Vinschen * times.cc (futimes): Redirect to utimes_worker if...
2005-11-06 Christopher Faylor* dcrt0.cc (dll_crt0_0): Initialize security data first...
2005-11-04 Christopher Faylor* cygheap.h (init_cygheap::_gtod): New hires_ms element.
2005-11-04 Christopher Faylor* times.cc (hires_ms::prime): More debugging.
2005-11-04 Danny Smith2005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>
2005-11-04 Christopher Faylor* times.cc (stupid_printf): Define and use throughout...
2005-11-03 Christopher Faylor* times.cc (hires_ms::prime): Add lots of temporary...
2005-11-03 Danny Smith * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID...
2005-11-03 Christopher Faylor* times.cc (hires_ms::minperiod): Make copy-on-fork.
2005-11-02 Christopher Faylor* times.cc (gettimeofday): Add temporary debugging...
2005-11-01 Christopher Faylor* include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.
2005-10-30 Chris Sutcliffe2005-10-29 Chris Sutcliffe <ir0nh34d@users.sf...
2005-10-29 Christopher Faylor* exceptions.cc (signal_exit): Eliminate setting of...
2005-10-29 Christopher Faylor* fork.cc (frok::child): Change order of cleanup prior...
2005-10-29 Christopher Faylor* child_info.h (CHILD_INFO_MAGIC): Reset.
2005-10-27 Chris Sutcliffe2005-10-27 Chris Sutcliffe <ir0nh34d@users.sf.net>
2005-10-27 Chris Sutcliffe2005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforg...
2005-10-24 Christopher Faylor* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.
2005-10-24 Corinna Vinschen * spawn.cc (spawn_guts): Don't leave the function...
2005-10-24 Christopher Faylor* cygheap.h (cygheap_fdenum): Remove start_fd stuff.
2005-10-24 Christopher Fayloradd missing ChangeLog entry
2005-10-23 Christopher Faylor* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record...
2005-10-22 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::connect): Don...
2005-10-22 Corinna Vinschen * fhandler.h (class fhandler_socket): Add timeout...
2005-10-22 Corinna Vinschen * include/cygwin/version.h: Fix typo.
2005-10-21 Christopher Faylor* dir.cc (rmdir): Eliminate nonsensical code.
2005-10-20 Corinna Vinschen * cygwin.din (futimes): Export.
2005-10-19 Christopher Faylor* sigproc.cc (child_info::sync): Move check for !wr_pro...
2005-10-19 Christopher Faylor* sigproc.cc (child_info::sync): Move check for !wr_pro...
2005-10-19 Corinna Vinschen * autoload.cc: Revert loading rcmd, rexec, rresvport...
2005-10-19 Christopher Faylor* times.cc (utimes): Only consider fds opened with...
2005-10-19 Christopher Faylor* fhandler_disk_file.cc (fhandler_base::utimes_fs)...
2005-10-19 Christopher Faylor* pinfo.cc (_pinfo::dup_proc_pipe): Make warning more...
2005-10-19 Christopher Faylor* cygtls.cc (handle_threadlist_exception): Improve...
2005-10-18 Corinna Vinschen * autoload.cc (NtLockVirtualMemory): Import.
2005-10-18 Christopher Faylor* sigproc.cc (child_info::sync): Use correct name when...
2005-10-18 Christopher Faylor* sigproc.cc (child_info::sync): Fix typo which caused...
2005-10-17 Christopher FaylorChange process_lock to lock_process throughout. Change...
2005-10-17 Corinna Vinschen * autoload.cc: Never load wsock32.dll. Load all wsock3...
2005-10-17 Christopher FaylorCheck in previously ChangeLoged entry.
2005-10-15 Danny Smith * include/limits.h (SSIZE_MAX): Define.
2005-10-14 Christopher Faylor* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather...
2005-10-13 Danny Smith2005-10-13 Wu Yongwei <adah@users.sourceforge.net>
2005-10-12 Christopher Faylor* dir.cc (mkdir): Abandon use of PC_WRITABLE.
2005-10-12 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::rmdir...
2005-10-12 Danny Smith * include/winbase.h (GetProcessId): Remove duplicate...
2005-10-12 Danny Smith * include/stddef.h: Remove.
2005-10-12 Danny Smith * mingwex/complex/csqrt.c (csqrt): The sign of real...
2005-10-12 Danny Smith * include/time.h (_time64): Correct prototype.
next
This page took 0.059022 seconds and 8 git commands to generate.