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
...
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
22
-27
/
+150
*
* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correct
Christopher Faylor
2004-01-23
2
-1
/
+7
*
* fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when the
Christopher Faylor
2004-01-23
2
-4
/
+16
*
change comment.
Christopher Faylor
2004-01-22
1
-2
/
+2
*
* dcrt0.cc (reent_data): Make global.
Christopher Faylor
2004-01-22
4
-2
/
+9
*
* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.
Christopher Faylor
2004-01-22
5
-27
/
+38
*
* fhandler.cc (fhandler_base::open): Revert isfs change.
Christopher Faylor
2004-01-22
2
-2
/
+6
*
* devices.in: Change raw com device to more correct form.
Christopher Faylor
2004-01-21
3
-35
/
+39
*
* fhandler.cc (fhandler_base::open): Use major numbers rather than device
Christopher Faylor
2004-01-21
3
-19
/
+23
*
* signal.cc (sigaction): Fix if-statement typo.
Christopher Faylor
2004-01-21
2
-1
/
+5
*
* cygtls.cc (handle_threadlist_exception): Change logic, improve debugging
Christopher Faylor
2004-01-21
2
-4
/
+22
*
* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change for
Christopher Faylor
2004-01-21
4
-11
/
+32
*
remove extra entry
Christopher Faylor
2004-01-20
1
-4
/
+0
*
* include/cygwin/version.h: Bump DLL minor number to 8.
Christopher Faylor
2004-01-20
8
-99
/
+67
*
* sec_acl.cc (setacl): Make sure sd_ret is large enough.
Corinna Vinschen
2004-01-20
2
-0
/
+9
*
fix typo
Christopher Faylor
2004-01-20
1
-1
/
+1
*
* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since
Christopher Faylor
2004-01-19
8
-45
/
+99
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
25
-252
/
+818
*
update
Christopher Faylor
2004-01-19
1
-5
/
+0
*
* dtable.cc (dtable::vfork_parent_restore): Avoid double close of ctty when
Christopher Faylor
2004-01-17
2
-3
/
+10
*
* fhandler_console.cc (fhandler_console::close): Remove obsolete test for
Christopher Faylor
2004-01-17
3
-2
/
+10
*
* cygheap.cc (init_cygheap::close_ctty): Don't NULL ctty if it is still active.
Christopher Faylor
2004-01-16
2
-1
/
+11
*
* dtable.cc (dtable::vfork_parent_restore): Store ctty_on_hold prior to calling
Christopher Faylor
2004-01-16
2
-1
/
+7
*
* gentls_offsets: Reinstate unlink of temp files.
Christopher Faylor
2004-01-15
3
-4
/
+18
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
37
-424
/
+753
*
2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
Joshua Daniel Franklin
2004-01-11
7
-0
/
+32
*
* exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed.
Christopher Faylor
2004-01-03
3
-3
/
+9
*
add missing entry
Christopher Faylor
2004-01-03
1
-0
/
+3
*
2004 stuff.
Christopher Faylor
2004-01-03
1
-5675
/
+0
*
2004 stuff
Christopher Faylor
2004-01-03
6
-5
/
+5680
*
* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_hold
Christopher Faylor
2004-01-03
10
-29
/
+45
*
* cygwin.din: Make crt0 functions NOSIGFE.
Christopher Faylor
2003-12-31
4
-7
/
+12
*
* cygtls.h (_threadinfo::stack): Increase stack size to accommodate nested
Christopher Faylor
2003-12-30
4
-54
/
+60
*
Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate
Christopher Faylor
2003-12-30
11
-49
/
+77
*
* fhandler.h (fhandler_tty_slave::archetype): Make public.
Christopher Faylor
2003-12-27
6
-16
/
+47
*
* syscalls.cc (close_all_files): Simplify logic around closing ctty.
Christopher Faylor
2003-12-27
2
-9
/
+10
*
* pinfo.cc (_pinfo::set_ctty): *Always* call close on opened ctty since it
Christopher Faylor
2003-12-27
2
-2
/
+6
*
* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.
Christopher Faylor
2003-12-27
8
-23
/
+34
*
* exceptions.cc (try_to_debug): Fix off-by-one problem when resetting
Christopher Faylor
2003-12-27
4
-5
/
+18
*
* exceptions.cc (setup_handler): Protect against a race.
Christopher Faylor
2003-12-26
1
-0
/
+4
*
* path.cc (mount_item::build_win32): Backslashify paths in non-managed case.
Christopher Faylor
2003-12-26
3
-4
/
+11
*
* dcrt0.cc (reent_data): Reluctantly resurrect.
Christopher Faylor
2003-12-26
6
-20
/
+46
*
* fork.cc (fork_child): After a pthread/fork, ensure that impure pointer stuff
Christopher Faylor
2003-12-23
2
-1
/
+7
*
add missing file
Christopher Faylor
2003-12-23
1
-0
/
+125
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
35
-744
/
+513
*
* sigproc.cc (proc_subproc): Simplify code to just remove all zombies if
Christopher Faylor
2003-12-18
2
-6
/
+10
*
* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.
Christopher Faylor
2003-12-17
5
-8
/
+20
*
* exceptions.cc (set_signal_mask): Report on input argument rather than
Christopher Faylor
2003-12-16
6
-9
/
+47
*
* include/cygwin/ipc.h: Include sys/types.h.
Corinna Vinschen
2003-12-16
2
-0
/
+6
*
* thread.cc (pthread::init_main_thread): Make sure that the main thread has
Christopher Faylor
2003-12-15
2
-3
/
+10
[prev]
[next]