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
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-0
/
+57
*
Forgot to commit ChangeLog
Corinna Vinschen
2000-10-14
1
-0
/
+10
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
1
-0
/
+19
*
* dtable.cc (dtable::fixup_after_fork): Revert thinko below.
Christopher Faylor
2000-10-13
1
-0
/
+5
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-0
/
+23
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
1
-0
/
+21
*
* path.cc (cwdstuff::get): Set EINVAL when length is zero.
Christopher Faylor
2000-10-10
1
-0
/
+4
*
* path.cc (mount_info::cygdrive_posix_path): Handle e:foo construction
Christopher Faylor
2000-10-09
1
-0
/
+5
*
* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output.
Corinna Vinschen
2000-10-09
1
-0
/
+5
*
* fhandler_mem.cc: Eliminate unused include statements.
Corinna Vinschen
2000-10-09
1
-0
/
+5
*
* fhandler.h (fhandler_dev_mem): Erase member `init_phase' and
Corinna Vinschen
2000-10-09
1
-0
/
+15
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-0
/
+24
*
* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.
Christopher Faylor
2000-10-07
1
-4
/
+17
*
* fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.
Corinna Vinschen
2000-10-07
1
-0
/
+16
*
* syscalls.cc (_read): Behave properly when passed previous version of
Christopher Faylor
2000-10-07
1
-0
/
+5
*
* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NT
Christopher Faylor
2000-10-06
1
-0
/
+15
*
=====================================
Corinna Vinschen
2000-10-05
1
-0
/
+15
*
* net.cc: General cleanup.
Christopher Faylor
2000-10-05
1
-0
/
+7
*
* exceptions.cc (interruptible): Add extra debugging.
Christopher Faylor
2000-10-05
1
-0
/
+6
*
* include/netinet/tcp.h: Remove winsock.h include.
Christopher Faylor
2000-10-05
1
-0
/
+6
*
* include/sys/mman.h: Add missing MAP_FAILED macro.
Corinna Vinschen
2000-10-04
1
-0
/
+4
*
* fhandler.h (fhandler_dev_mem): Add method `init'. Add members
Corinna Vinschen
2000-10-04
1
-1
/
+16
*
* dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().
Corinna Vinschen
2000-10-02
1
-0
/
+9
*
* signal.cc (sigaction): Allow new action == oldaction.
Christopher Faylor
2000-10-02
1
-0
/
+4
*
* fhandler_mem.cc: Load ntdll functions via autoload method.
Corinna Vinschen
2000-10-02
1
-0
/
+5
*
* fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers.
Corinna Vinschen
2000-10-02
1
-0
/
+4
*
* cygheap.cc (cygheap_init): Born again function.
Christopher Faylor
2000-10-02
1
-1
/
+14
*
* Makefile.in: Add fhandler_mem.o to the dependencies.
Corinna Vinschen
2000-10-01
1
-0
/
+9
*
* cygheap.cc (init_cheap): Set aside space for heap walk pointer.
Christopher Faylor
2000-09-30
1
-0
/
+19
*
* path.cc (symlink_info::check): Set executable bit for a file if the first two
Christopher Faylor
2000-09-30
1
-0
/
+5
*
* winsup.h: Add `winME' to os_type symbols.
Corinna Vinschen
2000-09-30
1
-0
/
+7
*
* net.cc (get_ifconf): Code cleanup. Split. Call os dependent
Corinna Vinschen
2000-09-28
1
-0
/
+8
*
* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
Christopher Faylor
2000-09-27
1
-0
/
+5
*
* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
Christopher Faylor
2000-09-26
1
-0
/
+10
*
* spawn.cc (av::dup_maybe): Make function void rather than void *.
Christopher Faylor
2000-09-25
1
-3
/
+13
*
* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
Christopher Faylor
2000-09-19
1
-0
/
+6
*
* path.h: Create new input path flag PATH_NEEDDIR.
Christopher Faylor
2000-09-19
1
-0
/
+9
*
* 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
[next]