summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdefChristopher Faylor2004-12-232-0/+10
* * path.cc (path_conv::check): Don't strip the trailing slash from a pathChristopher Faylor2004-12-232-1/+7
* * 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
* Add support for the new R_AVR_LDI, R_AVR_6 and R_AVR_6_ADIW relocs for theNick Clifton2004-12-222-13/+21
* * 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
* 2004-12-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-12-17143-299/+368
* 2004-12-17 Christian Groessler <chris@groessler.org>Jeff Johnston2004-12-178-15/+691
* * sigproc.cc (proc_subproc): Fix long-standing problem. Only wait for "allChristopher Faylor2004-12-172-12/+16
* 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>Joern Rennecke2004-12-163-77/+95
* include/elf/Richard Sandiford2004-12-162-0/+5
* * 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
* * callback.h (CB_SYS_truncate, CB_SYS_ftruncate): New macros.Hans-Peter Nilsson2004-12-152-0/+6
* * 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
* 2004-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-12-132-9/+19
* * cygheap.h (cwdstuff::get_drive): Release cwd_lock.Corinna Vinschen2004-12-132-0/+5
* Correct attribution last changesHans-Peter Nilsson2004-12-131-1/+1
* * callback.h (CB_SYS_rename): New macro.Hans-Peter Nilsson2004-12-132-1/+3
* * callback.h (struct host_callback_struct): New member lstat.Hans-Peter Nilsson2004-12-132-0/+9
* * fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel2004-12-122-1/+5
* merge from gccDJ Delorie2004-12-102-1/+6
* * 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
* * MAINTAINERS: List 'depcomp' as part of automake.Jim Blandy2004-12-092-0/+7
* 2004-12-09 Alex Mogilnikov <alx@intellectronika.ru>Jeff Johnston2004-12-092-1/+6
* * lib/libcmain.c (main): Properly deal with quoted first argument.Christopher Faylor2004-12-092-10/+23
* * mips.h (CPU_RM9000): Define.Ian Lance Taylor2004-12-092-0/+7
* * mips.h (E_MIPS_MACH_9000): Define.Ian Lance Taylor2004-12-092-0/+5
* * include/sqlext.h (SQL_INTERVAL_*): Correct macros.Danny Smith2004-12-092-8/+13
* * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.David Edelsohn2004-12-084-0/+13
* * Makefile.tpl: Generate normal dependencies if the LHS module isDJ Delorie2004-12-083-10/+10
* 2004-12-08 Alex Mogilnikov <alx@intellectronika.ru>Jeff Johnston2004-12-082-3/+10
* 2004-12-08 Alex Mogilnikov <alx@intellectronika.ru>Jeff Johnston2004-12-082-3/+11
* 2004-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-12-072-6/+8
* * include/winnt.h (TOKEN_INFORMATION_CLASS): AddDanny Smith2004-12-072-7/+35