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
...
*
* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processes
Christopher Faylor
2000-10-26
2
-3
/
+7
*
* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receiving
Christopher Faylor
2000-10-25
2
-1
/
+7
*
Add comment.
Christopher Faylor
2000-10-25
1
-0
/
+1
*
* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantly
Christopher Faylor
2000-10-25
2
-7
/
+14
*
* fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAY
Corinna Vinschen
2000-10-25
3
-10
/
+28
*
* dcrt0.cc (do_exit): Remove debugging statement.
Christopher Faylor
2000-10-25
2
-2
/
+4
*
* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
Christopher Faylor
2000-10-25
6
-3
/
+28
*
* ntdll.h: New file.
Corinna Vinschen
2000-10-24
4
-36
/
+94
*
* fhandler.cc (fhandler_base::fcntl): Behave properly when passed
Corinna Vinschen
2000-10-24
4
-10
/
+18
*
* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
Christopher Faylor
2000-10-24
6
-8
/
+27
*
* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and no
Christopher Faylor
2000-10-23
2
-1
/
+6
*
* fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFL
Corinna Vinschen
2000-10-23
2
-12
/
+18
*
* fcntl.cc (_fcntl): Rearrange as wrapper function. Move all
Corinna Vinschen
2000-10-23
5
-73
/
+92
*
* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.
Christopher Faylor
2000-10-23
2
-2
/
+6
*
* security.cc: Eliminate C++ comments throughout.
Corinna Vinschen
2000-10-23
2
-49
/
+62
*
* fork.cc (fork): Set sigframe here, since it can pause for a considerable
Christopher Faylor
2000-10-23
7
-4
/
+35
*
* pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.
Corinna Vinschen
2000-10-22
3
-25
/
+21
*
Fix typo.
Christopher Faylor
2000-10-21
2
-2
/
+2
*
* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as
Christopher Faylor
2000-10-21
2
-1
/
+6
*
* spawn.cc (spawn_guts): Don't do the reparenting step if we notice that the
Christopher Faylor
2000-10-21
2
-5
/
+7
*
* fhandler.h (fhandler_console): Remove tcsetpgrp.
Christopher Faylor
2000-10-21
8
-36
/
+57
*
* times.cc (to_time_t): pass zero time as epoch
DJ Delorie
2000-10-20
3
-0
/
+16
*
* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoid
Christopher Faylor
2000-10-20
5
-14
/
+37
*
* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
Christopher Faylor
2000-10-19
5
-2
/
+22
*
* Makefile.in: add miscfuncs.cc
DJ Delorie
2000-10-19
8
-105
/
+144
*
* sigproc.h (sigthread): Eliminate locking for now since per thread signalling
Christopher Faylor
2000-10-19
4
-9
/
+17
*
* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branch
DJ Delorie
2000-10-19
4
-6
/
+57
*
* exceptions.cc (call_handler): Make signal pending if sigsave.sig is still
Christopher Faylor
2000-10-18
6
-6
/
+22
*
* sigproc.cc (proc_subproc): Remove unneeded test for correct process in
Christopher Faylor
2000-10-17
4
-14
/
+18
*
* fhandler_clipboard.cc: new file
DJ Delorie
2000-10-17
7
-2
/
+136
*
* debug.cc (add_handle): Issue warning on attempts to add the same handle more
Christopher Faylor
2000-10-17
5
-9
/
+35
*
* 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
[prev]
[next]