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
*
* winsup.api/pthread/rwlock7.c (main): Don't assume that result of rand
Christopher Faylor
2003-12-24
2
-1
/
+7
*
* 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
*
* bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb and
Corinna Vinschen
2003-12-16
4
-2
/
+22
*
* thread.cc (pthread::init_main_thread): Make sure that the main thread has
Christopher Faylor
2003-12-15
2
-3
/
+10
*
add out-of-date notice.
Christopher Faylor
2003-12-15
1
-1
/
+2
*
Add missing ChangeLog entry.
Christopher Faylor
2003-12-15
1
-0
/
+2
*
* winsup.h (access_worker): Declare with added fhandler_base parameter.
Christopher Faylor
2003-12-15
6
-6
/
+17
*
white space
Christopher Faylor
2003-12-15
1
-1
/
+1
*
Remove erroneous entry.
Christopher Faylor
2003-12-15
1
-1
/
+0
*
* exceptions.cc (ctrl_c_handler): Remove this thread from the signal handler
Christopher Faylor
2003-12-14
2
-0
/
+6
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
11
-54
/
+108
*
* include/stdio.h:(_fileno): Define macro version after both
Danny Smith
2003-12-13
3
-4
/
+18
*
* dtable.cc (dtable::delete_archetype): Add debugging.
Christopher Faylor
2003-12-12
3
-10
/
+32
*
* dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.
Christopher Faylor
2003-12-12
2
-13
/
+21
*
* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to
Christopher Faylor
2003-12-12
4
-15
/
+34
*
* fhandler_serial.cc (fhandler_serial::tcflush): Simplify. Remove
Corinna Vinschen
2003-12-11
2
-14
/
+28
*
* pinfo.cc (_pinfo::set_ctty): Correct stupid typo.
Christopher Faylor
2003-12-11
2
-1
/
+5
*
* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.
Christopher Faylor
2003-12-11
11
-44
/
+162
*
remove debug output
Christopher Faylor
2003-12-10
1
-1
/
+0
*
* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to child
Christopher Faylor
2003-12-10
5
-22
/
+40
*
* pinfo.cc (_pinfo::set_ctty): Don't copy over existing ctty if it is active.
Christopher Faylor
2003-12-09
2
-4
/
+6
*
2003-12-08 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2003-12-08
7
-6
/
+136
*
2003-12-08 Roald Ribe <rrib@users.sourceforge.net>
Danny Smith
2003-12-08
3
-1
/
+10
*
* thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.
Christopher Faylor
2003-12-08
2
-9
/
+5
*
* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is
Christopher Faylor
2003-12-08
4
-1
/
+23
*
* wait.cc (wait4): Move sawsig initialization inside loop.
Christopher Faylor
2003-12-08
1
-0
/
+1
*
* spawn.cc (spawn_guts): Change type back to 'int' after erroneous change
Christopher Faylor
2003-12-08
4
-14
/
+18
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
41
-384
/
+425
*
* syscalls.cc (locked_append): New.
Corinna Vinschen
2003-12-07
2
-29
/
+34
*
* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.
Christopher Faylor
2003-12-07
2
-9
/
+11
*
* cygtls.h (_threadinfo::find_tls): New function.
Christopher Faylor
2003-12-07
3
-2
/
+11
*
* exceptions.cc (_threadinfo::remove): Avoid returning without unlocking
Christopher Faylor
2003-12-07
2
-7
/
+14
*
* cygtls.h: Add more "don't parse this" guards.
Christopher Faylor
2003-12-06
7
-12
/
+56
*
* cygthread.cc (cygthread::stub2): Remove myself from the list of threads
Christopher Faylor
2003-12-05
2
-5
/
+11
*
* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in a
Christopher Faylor
2003-12-05
2
-1
/
+6
*
* exceptions.cc (setup_handler): Remove ill-advised debugging output.
Christopher Faylor
2003-12-05
2
-4
/
+4
*
* include/cygwin/types.h (struct __fcntl64): Fix datatype of l_start.
Corinna Vinschen
2003-12-04
2
-1
/
+5
*
Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX
Corinna Vinschen
2003-12-03
11
-16
/
+21
*
* fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAX
Corinna Vinschen
2003-12-03
2
-3
/
+12
*
* fhandler_disk_file.cc (fhandler_disk_file::lock): Interchange
Corinna Vinschen
2003-12-03
2
-2
/
+7
*
* fcntl.cc (fcntl_worker): Remove static storage class.
Corinna Vinschen
2003-12-03
4
-15
/
+24
*
* fcntl.cc (_fcntl): Whitespace cleanup.
Corinna Vinschen
2003-12-03
2
-3
/
+7
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
9
-64
/
+80
*
* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.
Christopher Faylor
2003-12-03
2
-2
/
+7
[next]