summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which causedChristopher Faylor2000-09-182-1/+6
* * path.cc (mount_info::read_mounts): Don't delete mount entries of which mountChristopher Faylor2000-09-182-77/+58
* * exceptions.cc (interruptible): Return 0 if given an address in uncommittedChristopher Faylor2000-09-182-1/+6
* * signal.cc (sleep): If interrupted by signal, return theEgor Duda2000-09-162-8/+16
* * exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor2000-09-165-6/+12
* Commit change mentioned in ChangeLog.Christopher Faylor2000-09-131-0/+2
* * spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor2000-09-134-15/+64
* * external.cc (fillout_pinfo): Handle explicit pids correctly.Christopher Faylor2000-09-132-3/+7
* * path.cc (normalize_posix_path): Fix more slashdot madness.Christopher Faylor2000-09-122-6/+10
* * Makefile.in: Make clean target remove *.d.Christopher Faylor2000-09-122-1/+5
* * path.cc (normalize_posix_path): Correctly deal with a "." parameter.Christopher Faylor2000-09-112-5/+12
* * cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor2000-09-114-20/+29
* * dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handlingChristopher Faylor2000-09-104-10/+19
* * path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdirChristopher Faylor2000-09-103-10/+38
* * lib/_cygwin_crt0_common.cc: Add missing header files.Christopher Faylor2000-09-082-0/+6
* * sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor2000-09-085-18/+23
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-0863-274/+422
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-0724-307/+371
* * exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor2000-09-078-32/+55
* * sigproc.cc: Add include file for proper definitions.Christopher Faylor2000-09-064-1/+10
* * Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS isChristopher Faylor2000-09-062-1/+7
* * path.cc (cwdstuff::get_initial): Keep caching alive.Christopher Faylor2000-09-062-3/+13
* Dummy file to accomodate programs which includeChristopher Faylor2000-09-061-0/+6
* * path.cc (normalize_posix_path): Deal with error return from cygcwd.get.Christopher Faylor2000-09-062-4/+17
* * path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.Christopher Faylor2000-09-052-1/+6
* * path.cc (cwd_win32): Eliminate.Christopher Faylor2000-09-056-316/+273
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-0414-27/+33
* * environ.cc (environ_init): Don't free the new environment table after we'veChristopher Faylor2000-09-032-1/+8
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-0344-1880/+2211
* * Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.Christopher Faylor2000-09-032-56/+6
* Remove everythingChristopher Faylor2000-09-033-9/+0
* Remove READMEChristopher Faylor2000-09-031-42/+0
* remove everything and move it up a level.Christopher Faylor2000-09-035-804/+0
* * sigproc.cc (mychild): New function.Christopher Faylor2000-09-022-7/+25
* * sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor2000-09-012-2/+8
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-019-56/+81
* * errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.Christopher Faylor2000-08-312-6/+11
* * times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid aDJ Delorie2000-08-302-7/+11
* * grp.cc (getgroups): fail with EINVAL if array is not largeDJ Delorie2000-08-292-5/+15
* * signal.cc (_raise): New function.Christopher Faylor2000-08-295-14/+25
* * pinfo.h (pinfo): Un-inline release.Christopher Faylor2000-08-264-32/+44
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-267-68/+74
* * exec.cc (_execve): Change definition according to declaration inCorinna Vinschen2000-08-252-2/+7
* * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor2000-08-255-7/+23
* * ps.cc (main): Always print a cygwin process using cygwin paths.Christopher Faylor2000-08-241-0/+4
* * select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor2000-08-243-10/+18
* Change attribution.Christopher Faylor2000-08-241-1/+1
* * include/cygwin/core_dump.h: New file, contains structures used in cygwin coreChristopher Faylor2000-08-243-0/+91
* * environ.cc (parse_thing): nobinmode should force O_TEXT.Christopher Faylor2000-08-244-5/+18
* * include/sys/cygwin.h (strace_printf_wrap): Force printing whenChristopher Faylor2000-08-242-2/+8