summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-239-34/+70
* * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.Danny Smith2004-12-232-8/+14
* * cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor2004-12-225-13/+52
* * cygthread.cc (cygthread::stub): Make diagnostic output more informative.Christopher Faylor2004-12-222-2/+7
* * pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with processChristopher Faylor2004-12-223-1/+24
* * cygthread.h (cygthread::release): Just declare here.Christopher Faylor2004-12-223-7/+18
* * fhandler_process.cpp (format_process_status): Use tabs in formattingCorinna Vinschen2004-12-222-17/+22
* * path.cc (set_normalized_path): Allow empty pathnames.Corinna Vinschen2004-12-222-1/+5
* * spawn.cc (spawn_guts): Force parent to forget about P_DETACH'ed process.Christopher Faylor2004-12-212-0/+7
* * path.cc (normalize_win32_path): Remove unneeded check for dots.Christopher Faylor2004-12-202-8/+7
* * path.cc (normalize_posix_path): Remove unneeded check for dots.Christopher Faylor2004-12-202-13/+20
* * include/wchar.h (wcsdup): Correct prototype.Danny Smith2004-12-203-2/+8
* * path.cc (normalize_win32_path): Make third arg pass-by reference. ReorganizeChristopher Faylor2004-12-192-60/+61
* * child_info.h (CURR_CHILD_INFO_MAGIC): Use updated value.Christopher Faylor2004-12-193-17/+42
* revert erroneous checkinChristopher Faylor2004-12-184-116/+98
* * fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor2004-12-186-106/+139
* * sigproc.cc (proc_subproc): Fix long-standing problem. Only wait for "allChristopher Faylor2004-12-172-12/+16
* * fhandler_console.cc (get_win32_attr): Avoid inappropriate intensityCorinna Vinschen2004-12-162-2/+8
* * cygwin.din: Add utmpx symbols.Corinna Vinschen2004-12-157-24/+184
* * tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.Corinna Vinschen2004-12-142-0/+11
* * fhandler_console.cc (read): Consider offset within scrollingCorinna Vinschen2004-12-142-2/+22
* * cygheap.h (cwdstuff::get_drive): Release cwd_lock.Corinna Vinschen2004-12-132-0/+5
* * fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel2004-12-122-1/+5
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead ofCorinna Vinschen2004-12-102-1/+6
* * include/sys/strace.h: Don't output paranoid_printf by default.Christopher Faylor2004-12-102-1/+5
* * lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor2004-12-092-10/+23
* * include/sqlext.h (SQL_INTERVAL_*): Correct macros.Danny Smith2004-12-092-8/+13
* * include/winnt.h (TOKEN_INFORMATION_CLASS): AddDanny Smith2004-12-072-7/+35
* * pinfo.h (proc_pipe::*): Delete class.Christopher Faylor2004-12-063-48/+5
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-066-16/+25
* fix typoChristopher Faylor2004-12-051-1/+1
* * cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor2004-12-055-2/+16
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-059-377/+502
* * fhandler.cc (fhandler_base::read): Remove superfluous check inBas van Gompel2004-12-052-2/+6
* minor cleanupChristopher Faylor2004-12-052-3/+3
* * fhandler.cc (fhandler_base::read): Don't debug_printf garbage whenBas van Gompel2004-12-052-0/+6
* * environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor2004-12-032-1/+6
* 2004-12-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2004-12-036-24/+83
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-038-48/+69
* * pinfo.cc (pinfo::wait): Use better name for cygthread.Christopher Faylor2004-12-032-1/+5
* 2004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-12-037-210/+168
* * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,Danny Smith2004-12-022-0/+8
* * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.Danny Smith2004-12-022-1/+6
* * include/features.h: Include sys/cdefs.h, like linux.Christopher Faylor2004-12-012-1/+6
* Add missing changelog entry.Christopher Faylor2004-12-011-0/+1
* * syscalls.cc (truncate64): Don't second-guess errno if open fails.Christopher Faylor2004-12-014-857/+843
* * environ.cc (putenv): Accommodate recent newlib change in argument to putenv.Christopher Faylor2004-11-262-1/+6
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-2633-797/+655
* * select.cc (select_stuff::test_and_set): Remove extraneous tests ofChristopher Faylor2004-11-221-0/+5
* 2004-11-21 Benoit Blanchon <bblanchon@users.sourceforge.net>Danny Smith2004-11-213-6/+21