index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused
Christopher Faylor
2000-09-18
1
-0
/
+5
*
* path.cc (mount_info::read_mounts): Don't delete mount entries of which mount
Christopher Faylor
2000-09-18
1
-0
/
+12
*
* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
Christopher Faylor
2000-09-18
1
-0
/
+5
*
* signal.cc (sleep): If interrupted by signal, return the
Egor Duda
2000-09-16
1
-0
/
+5
*
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
Christopher Faylor
2000-09-16
1
-0
/
+7
*
* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
Christopher Faylor
2000-09-13
1
-0
/
+24
*
* external.cc (fillout_pinfo): Handle explicit pids correctly.
Christopher Faylor
2000-09-13
1
-0
/
+4
*
* path.cc (normalize_posix_path): Fix more slashdot madness.
Christopher Faylor
2000-09-12
1
-0
/
+4
*
* Makefile.in: Make clean target remove *.d.
Christopher Faylor
2000-09-12
1
-0
/
+4
*
* path.cc (normalize_posix_path): Correctly deal with a "." parameter.
Christopher Faylor
2000-09-11
1
-0
/
+4
*
* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.
Christopher Faylor
2000-09-11
1
-0
/
+9
*
* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handling
Christopher Faylor
2000-09-10
1
-0
/
+8
*
* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdir
Christopher Faylor
2000-09-10
1
-0
/
+8
*
* lib/_cygwin_crt0_common.cc: Add missing header files.
Christopher Faylor
2000-09-08
1
-0
/
+4
*
* sigproc.h (sigframe::set): Eliminate second argument. Default bp to current
Christopher Faylor
2000-09-08
1
-0
/
+9
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+13
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
1
-0
/
+19
*
* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.
Christopher Faylor
2000-09-07
1
-0
/
+21
*
* sigproc.cc: Add include file for proper definitions.
Christopher Faylor
2000-09-06
1
-0
/
+6
*
* Makefile.in (CFLAGS): Ensure that -MD is always added even when CFLAGS is
Christopher Faylor
2000-09-06
1
-0
/
+5
*
* path.cc (cwdstuff::get_initial): Keep caching alive.
Christopher Faylor
2000-09-06
1
-0
/
+6
*
* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.
Christopher Faylor
2000-09-06
1
-0
/
+7
*
* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.
Christopher Faylor
2000-09-05
1
-0
/
+5
*
* path.cc (cwd_win32): Eliminate.
Christopher Faylor
2000-09-05
1
-0
/
+28
*
* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor
2000-09-04
1
-0
/
+6
*
* environ.cc (environ_init): Don't free the new environment table after we've
Christopher Faylor
2000-09-03
1
-0
/
+5
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-0
/
+67
*
* Makefile.in: Remove "make check" support. It is now in winsup/Makefile.in.
Christopher Faylor
2000-09-03
1
-0
/
+5
*
* sigproc.cc (mychild): New function.
Christopher Faylor
2000-09-02
1
-0
/
+6
*
* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoid
Christopher Faylor
2000-09-01
1
-0
/
+6
*
* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
Christopher Faylor
2000-09-01
1
-0
/
+9
*
* errno.cc (set_errno_from_win_error): Actually use arguments to strace_printf.
Christopher Faylor
2000-08-31
1
-0
/
+5
*
* times.cc (gettimeofday): use GetSystemTimeAsFileTime to avoid a
DJ Delorie
2000-08-30
1
-0
/
+7
*
* grp.cc (getgroups): fail with EINVAL if array is not large
DJ Delorie
2000-08-29
1
-0
/
+5
*
* signal.cc (_raise): New function.
Christopher Faylor
2000-08-29
1
-0
/
+9
*
* pinfo.h (pinfo): Un-inline release.
Christopher Faylor
2000-08-26
1
-0
/
+8
*
* dcrt0.cc (dll_crt0_1): Move set_os_type.
Christopher Faylor
2000-08-26
1
-0
/
+13
*
* exec.cc (_execve): Change definition according to declaration in
Corinna Vinschen
2000-08-25
1
-0
/
+5
*
* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwin
Christopher Faylor
2000-08-25
1
-2
/
+6
*
* ps.cc (main): Always print a cygwin process using cygwin paths.
Christopher Faylor
2000-08-24
1
-0
/
+4
*
* select.cc (cygwin_select): Correct logic for "always_ready" fds or when there
Christopher Faylor
2000-08-24
1
-0
/
+7
*
Change attribution.
Christopher Faylor
2000-08-24
1
-1
/
+1
*
* include/cygwin/core_dump.h: New file, contains structures used in cygwin core
Christopher Faylor
2000-08-24
1
-0
/
+7
*
* environ.cc (parse_thing): nobinmode should force O_TEXT.
Christopher Faylor
2000-08-24
1
-0
/
+9
*
* include/sys/cygwin.h (strace_printf_wrap): Force printing when
Christopher Faylor
2000-08-24
1
-0
/
+6
*
* debug.h: Allow some debug defines for use in header files.
Christopher Faylor
2000-08-24
1
-0
/
+4
*
* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier in
Christopher Faylor
2000-08-24
1
-0
/
+17
*
* include/sys/cygwin.h: Protect class definitions.
Christopher Faylor
2000-08-23
1
-0
/
+4
*
* path.cc (symlink_info::check): Clear error on each iteration of extension
Christopher Faylor
2000-08-22
1
-0
/
+5
*
* Makefile.in: Don't include '.d' file if there are none generated yet.
Christopher Faylor
2000-08-22
1
-0
/
+4
[next]