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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
DJ Delorie
2003-12-22
3
-33
/
+44
*
merge from gcc
DJ Delorie
2003-12-19
2
-2
/
+7
*
2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
Nathanael Nerode
2003-12-19
3
-2
/
+99
*
Add support for m32r-linux target, including a RELA ABI and PIC.
Nick Clifton
2003-12-19
2
-12
/
+59
*
merge from gcc
DJ Delorie
2003-12-19
2
-0
/
+10
*
* 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 Thomas Fitzsimmons <fitzsim@redhat.com>
Thomas Fitzsimmons
2003-12-08
3
-2
/
+7
*
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
*
* common.h (DT_HIOS): Correct value.
Alan Modra
2003-12-06
2
-1
/
+6
*
2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2003-12-05
3
-64
/
+5
*
2003-12-05 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2003-12-05
2
-0
/
+6
*
Revert accidental checkin.
Christopher Faylor
2003-12-05
4
-22
/
+1
*
* libc/stdlib/mbrlen.c: Change include order to prevent compiler errors when
Christopher Faylor
2003-12-05
11
-8
/
+45
*
* libc/stdlib/mbrtowc.c: Change include order to prevent compiler errors when
Christopher Faylor
2003-12-05
2
-1
/
+6
*
* 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
[prev]
[next]