aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2003-12-18* sigproc.cc (proc_subproc): Simplify code to just remove all zombies ifChristopher Faylor2-6/+10
2003-12-17* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor5-8/+20
2003-12-16* exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor6-9/+47
2003-12-16 * include/cygwin/ipc.h: Include sys/types.h.Corinna Vinschen2-0/+6
2003-12-16 * bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb andCorinna Vinschen4-2/+22
2003-12-15* thread.cc (pthread::init_main_thread): Make sure that the main thread hasChristopher Faylor2-3/+10
2003-12-15add out-of-date notice.Christopher Faylor1-1/+2
2003-12-15Add missing ChangeLog entry.Christopher Faylor1-0/+2
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor6-6/+17
2003-12-15white spaceChristopher Faylor1-1/+1
2003-12-15Remove erroneous entry.Christopher Faylor1-1/+0
2003-12-14* exceptions.cc (ctrl_c_handler): Remove this thread from the signal handlerChristopher Faylor2-0/+6
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor11-54/+108
2003-12-13 * include/stdio.h:(_fileno): Define macro version after bothDanny Smith3-4/+18
2003-12-12* dtable.cc (dtable::delete_archetype): Add debugging.Christopher Faylor3-10/+32
2003-12-12* dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.Christopher Faylor2-13/+21
2003-12-12* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor4-15/+34
2003-12-11 * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. RemoveCorinna Vinschen2-14/+28
2003-12-11* pinfo.cc (_pinfo::set_ctty): Correct stupid typo.Christopher Faylor2-1/+5
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor11-44/+162
2003-12-10remove debug outputChristopher Faylor1-1/+0
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor5-22/+40
2003-12-09* pinfo.cc (_pinfo::set_ctty): Don't copy over existing ctty if it is active.Christopher Faylor2-4/+6
2003-12-082003-12-08 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith7-6/+136
2003-12-082003-12-08 Roald Ribe <rrib@users.sourceforge.net>Danny Smith3-1/+10
2003-12-08* thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.Christopher Faylor2-9/+5
2003-12-08* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor4-1/+23
2003-12-08* wait.cc (wait4): Move sawsig initialization inside loop.Christopher Faylor1-0/+1
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor4-14/+18
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor41-384/+425
2003-12-07 * syscalls.cc (locked_append): New.Corinna Vinschen2-29/+34
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.Christopher Faylor2-9/+11
2003-12-07* cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor3-2/+11
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid returning without unlockingChristopher Faylor2-7/+14
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor7-12/+56
2003-12-05* cygthread.cc (cygthread::stub2): Remove myself from the list of threadsChristopher Faylor2-5/+11
2003-12-05* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in aChristopher Faylor2-1/+6
2003-12-05* exceptions.cc (setup_handler): Remove ill-advised debugging output.Christopher Faylor2-4/+4
2003-12-04 * include/cygwin/types.h (struct __fcntl64): Fix datatype of l_start.Corinna Vinschen2-1/+5
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen11-16/+21
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAXCorinna Vinschen2-3/+12
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): InterchangeCorinna Vinschen2-2/+7
2003-12-03 * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen4-15/+24
2003-12-03 * fcntl.cc (_fcntl): Whitespace cleanup.Corinna Vinschen2-3/+7
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor9-64/+80
2003-12-03* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.Christopher Faylor2-2/+7
2003-12-02* fcntl.cc (_fcntl): Silence a compiler warning.Christopher Faylor2-3/+7
2003-12-02* pinfo.cc (pinfo::init): Use shared_name to construct the mapname.Christopher Faylor2-2/+6
2003-12-02white spaceChristopher Faylor1-14/+14
2003-12-01Change tab to space in Changelog.Thomas Pfaff1-1/+1