summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen2005-02-025-34/+77
* * pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.Corinna Vinschen2005-02-022-4/+9
* * times.cc (utimes): Mark st_ctime for update according to SUSv3.Corinna Vinschen2005-02-022-3/+11
* * fhandler_proc.cc (format_proc_partitions): Remove PartitionType check sinceChristopher Faylor2005-02-012-3/+7
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-019-38/+83
* * pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fdCorinna Vinschen2005-02-012-0/+38
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-019-34/+103
* * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponentDanny Smith2005-02-012-0/+14
* * path.h (path_conv::set_name): Declare new function.Christopher Faylor2005-01-315-0/+27
* * smallprint.c (rnarg): Use long rather than unsigned long so that we getChristopher Faylor2005-01-312-5/+8
* * cygwinenv.sgml: Add words for (no)traverse option.Corinna Vinschen2005-01-312-0/+14
* * environ.cc (set_traverse): New function.Corinna Vinschen2005-01-312-6/+24
* * smallprint.c (__rn): Regparmize.Christopher Faylor2005-01-312-0/+8
* * smallprint.c (rnarg): New macro.Christopher Faylor2005-01-312-14/+28
* * pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.Christopher Faylor2005-01-312-1/+5
* * fhandler_process.cc (format_process_maps): Get destbuf argument byCorinna Vinschen2005-01-312-7/+13
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-3112-58/+307
* * ntsec.sgml: Add Pierre's Windows 2003 text.Joshua Daniel Franklin2005-01-294-12/+30
* * smallprint.c (rn): Change uval to unsigned long long to fix 64 bitCorinna Vinschen2005-01-293-4/+19
* * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen2005-01-298-23/+324
* * cygthread.cc (new): Add a little more debugging.Christopher Faylor2005-01-293-1/+7
* * cygtls.cc (cygtls::call2): Move socket cleanup.Christopher Faylor2005-01-292-4/+10
* * how-using.texinfo: Change text about using shortcuts.Corinna Vinschen2005-01-282-11/+20
* .Christopher Faylor2005-01-281-3/+0
* 2005-01-27 Oliver Stoeneberg <oliverst@online.de>Danny Smith2005-01-272-2/+6
* 2005-01-26 Oliver Stoeneberg <oliverst@online.de>Danny Smith2005-01-272-0/+13
* * pinfo.cc (pinfo::init): Avoid a compiler warning.Christopher Faylor2005-01-262-2/+5
* * syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER andCorinna Vinschen2005-01-262-10/+123
* * include/winuser.h (SW_SMOOTHSCROLL): Add define.Danny Smith2005-01-262-0/+8
* 2005-01-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-01-262-15/+11
* * pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor2005-01-264-58/+69
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-2515-45/+189
* * path.cc (realpath): Allow to expand with .exe suffix.Corinna Vinschen2005-01-252-1/+6
* * install.texinfo: Add live CD, registry information.Joshua Daniel Franklin2005-01-222-4/+25
* * spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor2005-01-223-11/+24
* * pinfo.cc (pinfo::init): Move everything but the MapViewOfFileEx out of theChristopher Faylor2005-01-222-57/+77
* * how-programming.texinfo: Add details about building a debugging version of ...Joshua Daniel Franklin2005-01-225-56/+62
* * pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Make sure that processChristopher Faylor2005-01-222-1/+15
* * how-programming.texinfo: Remove obsolete w32api instructions and add someChristopher Faylor2005-01-222-10/+11
* 2005-01-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-01-212-1/+8
* * autoload.cc (CoInitialize): Remove.Corinna Vinschen2005-01-183-75/+163
* * lib/user32.def (MonitorFromPoint}: Correct suffix.Danny Smith2005-01-182-1/+5
* * include/sys/stat.h (struct __stat64): Change st_size type toDanny Smith2005-01-173-2/+8
* * pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor2005-01-174-11/+35
* * ps.cc (main): Eliminate use of PID_ZOMBIE.Christopher Faylor2005-01-163-3/+22
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-168-31/+51
* * sigproc.cc (sig_send): Don't complain if attempt to send signal to myselfChristopher Faylor2005-01-152-2/+7
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen2005-01-144-6/+58
* * fhandler.h (fhandler_disk_file::touch_ctime): Declare.Corinna Vinschen2005-01-133-14/+63
* * pinfo.cc (pinfo::exit): Don't access self after releasing it.Corinna Vinschen2005-01-133-3/+13