summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-1111-44/+162
* remove debug outputChristopher Faylor2003-12-101-1/+0
* * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor2003-12-105-22/+40
* * pinfo.cc (_pinfo::set_ctty): Don't copy over existing ctty if it is active.Christopher Faylor2003-12-092-4/+6
* 2003-12-08 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-12-087-6/+136
* 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2003-12-083-2/+7
* 2003-12-08 Roald Ribe <rrib@users.sourceforge.net>Danny Smith2003-12-083-1/+10
* * thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.Christopher Faylor2003-12-082-9/+5
* * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor2003-12-084-1/+23
* * wait.cc (wait4): Move sawsig initialization inside loop.Christopher Faylor2003-12-081-0/+1
* * spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor2003-12-084-14/+18
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-0741-384/+425
* * syscalls.cc (locked_append): New.Corinna Vinschen2003-12-072-29/+34
* * exceptions.cc (_threadinfo::remove): Avoid a linked list walk.Christopher Faylor2003-12-072-9/+11
* * cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor2003-12-073-2/+11
* * exceptions.cc (_threadinfo::remove): Avoid returning without unlockingChristopher Faylor2003-12-072-7/+14
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-067-12/+56
* * common.h (DT_HIOS): Correct value.Alan Modra2003-12-062-1/+6
* 2003-12-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-12-053-64/+5
* 2003-12-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-12-052-0/+6
* Revert accidental checkin.Christopher Faylor2003-12-054-22/+1
* * libc/stdlib/mbrlen.c: Change include order to prevent compiler errors whenChristopher Faylor2003-12-0511-8/+45
* * libc/stdlib/mbrtowc.c: Change include order to prevent compiler errors whenChristopher Faylor2003-12-052-1/+6
* * cygthread.cc (cygthread::stub2): Remove myself from the list of threadsChristopher Faylor2003-12-052-5/+11
* * path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in aChristopher Faylor2003-12-052-1/+6
* * exceptions.cc (setup_handler): Remove ill-advised debugging output.Christopher Faylor2003-12-052-4/+4
* 2003-12-04 Artem B. Bityuckiy <abitytsky@softminecorp.com>Jeff Johnston2003-12-053-51/+130
* 2003-12-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-12-052-0/+10
* bfd/H.J. Lu2003-12-042-2/+7
* * include/cygwin/types.h (struct __fcntl64): Fix datatype of l_start.Corinna Vinschen2003-12-042-1/+5
* Add support for the M32R2 processor.Nick Clifton2003-12-032-14/+37
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-0311-16/+21
* * fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAXCorinna Vinschen2003-12-032-3/+12
* * fhandler_disk_file.cc (fhandler_disk_file::lock): InterchangeCorinna Vinschen2003-12-032-2/+7
* * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen2003-12-034-15/+24
* * fcntl.cc (_fcntl): Whitespace cleanup.Corinna Vinschen2003-12-032-3/+7
* * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor2003-12-039-64/+80
* * Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.Christopher Faylor2003-12-032-2/+7
* * fcntl.cc (_fcntl): Silence a compiler warning.Christopher Faylor2003-12-022-3/+7
* Rename bfd_link_hash_entry field "next" -> "und_next".Alan Modra2003-12-022-1/+7
* Add alternative defintion of C_WEAKEXT for AIX 5.2Nick Clifton2003-12-022-1/+10
* * bfdlink.h (struct bfd_link_info): Remove mpc860c0 field.Alan Modra2003-12-022-45/+44
* * pinfo.cc (pinfo::init): Use shared_name to construct the mapname.Christopher Faylor2003-12-022-2/+6
* white spaceChristopher Faylor2003-12-021-14/+14
* Change tab to space in Changelog.Thomas Pfaff2003-12-011-1/+1
* * thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff2003-12-013-35/+31
* * winsup.api/known_bugs.tcl: Remove fcntl09 and fcntl10. TheseCorinna Vinschen2003-12-014-1/+21
* * libc/include/sys/fcntl.h: Don't define struct flock when onCorinna Vinschen2003-12-012-0/+7
* * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen2003-12-019-35/+130
* * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen2003-12-014-5/+14