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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* shared.cc (shared_info::initialize): Use correct value for version
Christopher Faylor
2002-10-23
3
-2
/
+9
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do the
Christopher Faylor
2002-10-22
2
-28
/
+34
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always consider
Christopher Faylor
2002-10-22
2
-26
/
+34
*
* cygthread.cc (cygthread::exiting): New variable.
Christopher Faylor
2002-10-22
5
-105
/
+65
*
* sec_helper.cc (cygsid::get_id): If the sid matches a sid stored in
Christopher Faylor
2002-10-22
3
-25
/
+42
*
* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.
Christopher Faylor
2002-10-22
11
-89
/
+142
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
17
-126
/
+164
*
* cygthread.cc (cygthread::stub): Fix typo.
Christopher Faylor
2002-10-20
2
-3
/
+9
*
fix typo
Christopher Faylor
2002-10-20
1
-1
/
+1
*
missed checkin
Christopher Faylor
2002-10-20
1
-1
/
+1
*
fix typo
Christopher Faylor
2002-10-20
1
-1
/
+1
*
2002-10-19 Kang Li <rubylith@users.sourceforge.net>
Danny Smith
2002-10-20
2
-1
/
+5
*
2002-10-19 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2002-10-20
3
-5
/
+26
*
* sigproc.cc (wait_sig): Remove obsolete sigchld logic.
Christopher Faylor
2002-10-20
2
-4
/
+5
*
Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.
Christopher Faylor
2002-10-20
8
-26
/
+48
*
* Makefile.in (CRT0S): Add txtmode.o binmode.o.
Danny Smith
2002-10-19
7
-7
/
+82
*
* fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains from
Christopher Faylor
2002-10-19
2
-2
/
+6
*
fix changelog
Christopher Faylor
2002-10-19
1
-0
/
+1
*
* mount.cc (usage): Correctly report default mode.
Christopher Faylor
2002-10-19
3
-4
/
+8
*
* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.
Christopher Faylor
2002-10-19
4
-4
/
+22
*
* cygthread.cc: Bump number of cygthreads up to accommodate applications which
Christopher Faylor
2002-10-19
3
-2
/
+7
*
* fork.cc (fork_child): Move mmap initialization.
Christopher Faylor
2002-10-18
5
-13
/
+32
*
* thread.cc (verifyable_object_isvalid): Test for a valid object pointer before
Christopher Faylor
2002-10-18
2
-3
/
+8
*
* dtable.cc (dtable::init_std_file_from_handle): Force "devices" to always be
Christopher Faylor
2002-10-18
2
-5
/
+16
*
* dtable.cc (dtable::set_file_pointers_for_exec): New function.
Christopher Faylor
2002-10-17
4
-0
/
+20
*
2002-10-17 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-10-17
3
-2
/
+18
*
2002-10-17 Thomas Pfaff <tpfaff@gmx.net>
Robert Collins
2002-10-17
2
-2
/
+6
*
* include/winuser.h (MONITORINFOEX[AW]): Add structure
Danny Smith
2002-10-16
2
-9
/
+32
*
* fhandler_tty.cc (fhandler_tty_slave::read): Attempt #527 to properly
Christopher Faylor
2002-10-16
2
-15
/
+42
*
* shared.cc (open_shared): Revert to "old" method for shared memory location if
Christopher Faylor
2002-10-15
4
-11
/
+42
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-15
9
-43
/
+96
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-14
15
-32
/
+95
*
* Makefile.in: Add components for lib/ddk. Adjust for autoconf-2.53.
Earnie Boyd
2002-10-14
6
-894
/
+2184
*
* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it
Christopher Faylor
2002-10-14
4
-8
/
+31
*
* cygthread.cc (cygthread::stub): Don't zero __name here. That introduces a
Christopher Faylor
2002-10-14
2
-8
/
+18
*
* include/windows.h: Don't include basetyps.h.
Danny Smith
2002-10-14
3
-1
/
+7
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-10-14
2
-4
/
+6
*
* cygthread.cc (cygthread::stub): Don't create event for long-running threads.
Christopher Faylor
2002-10-13
11
-77
/
+141
*
* include/objbase.h: Include rpc.h and rpcndr.h
Danny Smith
2002-10-13
2
-2
/
+10
*
* include/olectl.h (PROPPAGEINFO): Change type of
Danny Smith
2002-10-11
2
-1
/
+6
*
2002-10-11 Steven Edwards <Steven_Ed4153@yahoo.com>
Danny Smith
2002-10-11
2
-0
/
+13
*
* include/stdint.h (INT64_C, UINT64_C ): Append suffix to let
Danny Smith
2002-10-11
2
-4
/
+12
*
* include/string.h (strcasecmp): Make extern __inline__.
Danny Smith
2002-10-11
2
-3
/
+15
*
* window.cc (gethwnd): Use SetThreadPriority method.
Christopher Faylor
2002-10-10
2
-8
/
+11
*
* Makefile.in (new-cygwin1.dll): Reorganize library order.
Christopher Faylor
2002-10-10
4
-15
/
+24
*
* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.
Christopher Faylor
2002-10-09
8
-27
/
+63
*
* cygheap.cc (dup_now): Make fatal error a little more informative.
Christopher Faylor
2002-10-09
8
-49
/
+108
*
2002-10-08 Heiko Gerdau <hg@technosis.de>
Danny Smith
2002-10-09
5
-0
/
+101
*
2002-10-08 Heiko Gerdau <hg@technosis.de>
Danny Smith
2002-10-08
2
-0
/
+18
*
* fhandler.h (dev_console): New class.
Christopher Faylor
2002-10-08
3
-310
/
+296
[next]