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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
33
-431
/
+322
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
19
-277
/
+359
*
Forgot to commit ChangeLog
Corinna Vinschen
2000-10-14
1
-0
/
+10
*
* cygwin.din: Add symbol hstrerror.
Corinna Vinschen
2000-10-14
4
-9
/
+54
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
9
-243
/
+153
*
Add comment.
Christopher Faylor
2000-10-14
1
-0
/
+1
*
* dtable.cc (dtable::fixup_after_fork): Revert thinko below.
Christopher Faylor
2000-10-13
3
-4
/
+7
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
13
-399
/
+407
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
11
-29
/
+89
*
* path.cc (cwdstuff::get): Set EINVAL when length is zero.
Christopher Faylor
2000-10-10
2
-3
/
+16
*
* path.cc (mount_info::cygdrive_posix_path): Handle e:foo construction
Christopher Faylor
2000-10-09
2
-1
/
+11
*
* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output.
Corinna Vinschen
2000-10-09
2
-2
/
+7
*
* fhandler_mem.cc: Eliminate unused include statements.
Corinna Vinschen
2000-10-09
2
-3
/
+12
*
* fhandler.h (fhandler_dev_mem): Erase member `init_phase' and
Corinna Vinschen
2000-10-09
3
-36
/
+62
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
9
-132
/
+138
*
* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.
Christopher Faylor
2000-10-07
5
-109
/
+69
*
* fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.
Corinna Vinschen
2000-10-07
5
-30
/
+185
*
* syscalls.cc (_read): Behave properly when passed previous version of
Christopher Faylor
2000-10-07
2
-3
/
+13
*
* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NT
Christopher Faylor
2000-10-06
5
-58
/
+60
*
=====================================
Corinna Vinschen
2000-10-05
3
-64
/
+220
*
* net.cc: General cleanup.
Christopher Faylor
2000-10-05
2
-117
/
+76
*
* exceptions.cc (interruptible): Add extra debugging.
Christopher Faylor
2000-10-05
4
-2
/
+9
*
* include/netinet/tcp.h: Remove winsock.h include.
Christopher Faylor
2000-10-05
3
-5
/
+11
*
* include/sys/mman.h: Add missing MAP_FAILED macro.
Corinna Vinschen
2000-10-04
2
-0
/
+6
*
* fhandler.h (fhandler_dev_mem): Add method `init'. Add members
Corinna Vinschen
2000-10-04
3
-17
/
+144
*
* dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().
Corinna Vinschen
2000-10-02
3
-97
/
+196
*
* signal.cc (sigaction): Allow new action == oldaction.
Christopher Faylor
2000-10-02
2
-37
/
+31
*
* fhandler_mem.cc: Load ntdll functions via autoload method.
Corinna Vinschen
2000-10-02
2
-82
/
+58
*
* fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers.
Corinna Vinschen
2000-10-02
2
-7
/
+13
*
* cygheap.cc (cygheap_init): Born again function.
Christopher Faylor
2000-10-02
7
-44
/
+60
*
* Makefile.in: Add fhandler_mem.o to the dependencies.
Corinna Vinschen
2000-10-01
6
-2
/
+300
*
* cygheap.cc (init_cheap): Set aside space for heap walk pointer.
Christopher Faylor
2000-09-30
5
-39
/
+104
*
* path.cc (symlink_info::check): Set executable bit for a file if the first two
Christopher Faylor
2000-09-30
4
-97
/
+58
*
* winsup.h: Add `winME' to os_type symbols.
Corinna Vinschen
2000-09-30
4
-2
/
+16
*
* net.cc (get_ifconf): Code cleanup. Split. Call os dependent
Corinna Vinschen
2000-09-28
2
-295
/
+427
*
* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
Christopher Faylor
2000-09-27
4
-11
/
+31
*
* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
Christopher Faylor
2000-09-26
5
-22
/
+15
*
* spawn.cc (av::dup_maybe): Make function void rather than void *.
Christopher Faylor
2000-09-25
6
-46
/
+50
*
* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
Christopher Faylor
2000-09-19
2
-1
/
+7
*
* path.h: Create new input path flag PATH_NEEDDIR.
Christopher Faylor
2000-09-19
3
-3
/
+31
*
* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused
Christopher Faylor
2000-09-18
2
-1
/
+6
*
* path.cc (mount_info::read_mounts): Don't delete mount entries of which mount
Christopher Faylor
2000-09-18
2
-77
/
+58
*
* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
Christopher Faylor
2000-09-18
2
-1
/
+6
*
* signal.cc (sleep): If interrupted by signal, return the
Egor Duda
2000-09-16
2
-8
/
+16
*
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
Christopher Faylor
2000-09-16
5
-6
/
+12
*
Commit change mentioned in ChangeLog.
Christopher Faylor
2000-09-13
1
-0
/
+2
*
* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
Christopher Faylor
2000-09-13
4
-15
/
+64
*
* external.cc (fillout_pinfo): Handle explicit pids correctly.
Christopher Faylor
2000-09-13
2
-3
/
+7
*
* path.cc (normalize_posix_path): Fix more slashdot madness.
Christopher Faylor
2000-09-12
2
-6
/
+10
*
* Makefile.in: Make clean target remove *.d.
Christopher Faylor
2000-09-12
2
-1
/
+5
[next]