Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2005-02-03 * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen
2005-02-02 * pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.Corinna Vinschen
2005-02-02 * times.cc (utimes): Mark st_ctime for update according to SUSv3.Corinna Vinschen
2005-02-01* fhandler_proc.cc (format_proc_partitions): Remove PartitionType check sinceChristopher Faylor
2005-02-01* cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor
2005-02-01 * pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fdCorinna Vinschen
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen
2005-02-01 * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponentDanny Smith
2005-02-01* path.h (path_conv::set_name): Declare new function.Christopher Faylor
2005-01-31* smallprint.c (rnarg): Use long rather than unsigned long so that we getChristopher Faylor
2005-01-31 * cygwinenv.sgml: Add words for (no)traverse option.Corinna Vinschen
2005-01-31 * environ.cc (set_traverse): New function.Corinna Vinschen
2005-01-31* smallprint.c (__rn): Regparmize.Christopher Faylor
2005-01-31* smallprint.c (rnarg): New macro.Christopher Faylor
2005-01-31* pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.Christopher Faylor
2005-01-31 * fhandler_process.cc (format_process_maps): Get destbuf argument byCorinna Vinschen
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen
2005-01-30* ntsec.sgml: Add Pierre's Windows 2003 text.Joshua Daniel Franklin
2005-01-29 * smallprint.c (rn): Change uval to unsigned long long to fix 64 bitCorinna Vinschen
2005-01-29 * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen
2005-01-29* cygthread.cc (new): Add a little more debugging.Christopher Faylor
2005-01-29* cygtls.cc (cygtls::call2): Move socket cleanup.Christopher Faylor
2005-01-28 * how-using.texinfo: Change text about using shortcuts.Corinna Vinschen
2005-01-28.Christopher Faylor
2005-01-282005-01-27 Oliver Stoeneberg <oliverst@online.de>Danny Smith
2005-01-272005-01-26 Oliver Stoeneberg <oliverst@online.de>Danny Smith
2005-01-26* pinfo.cc (pinfo::init): Avoid a compiler warning.Christopher Faylor
2005-01-26 * syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER andCorinna Vinschen
2005-01-26 * include/winuser.h (SW_SMOOTHSCROLL): Add define.Danny Smith
2005-01-262005-01-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-01-26* pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2005-01-25 * path.cc (realpath): Allow to expand with .exe suffix.Corinna Vinschen
2005-01-23* install.texinfo: Add live CD, registry information.Joshua Daniel Franklin
2005-01-23* spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor
2005-01-23* pinfo.cc (pinfo::init): Move everything but the MapViewOfFileEx out of theChristopher Faylor
2005-01-22* how-programming.texinfo: Add details about building a debugging version of ...Joshua Daniel Franklin
2005-01-22* pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Make sure that processChristopher Faylor
2005-01-22* how-programming.texinfo: Remove obsolete w32api instructions and add someChristopher Faylor
2005-01-212005-01-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-01-18 * autoload.cc (CoInitialize): Remove.Corinna Vinschen
2005-01-18 * lib/user32.def (MonitorFromPoint}: Correct suffix.Danny Smith
2005-01-17 * include/sys/stat.h (struct __stat64): Change st_size type toDanny Smith
2005-01-17* pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor
2005-01-16* ps.cc (main): Eliminate use of PID_ZOMBIE.Christopher Faylor
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor
2005-01-16* sigproc.cc (sig_send): Don't complain if attempt to send signal to myselfChristopher Faylor
2005-01-15 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen
2005-01-14 * fhandler.h (fhandler_disk_file::touch_ctime): Declare.Corinna Vinschen
2005-01-14 * pinfo.cc (pinfo::exit): Don't access self after releasing it.Corinna Vinschen