aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-11-10This commit was manufactured by cvs2svn to create tag 'corinna-01'.corinna-01cvs2svn3531-814115/+0
2003-11-10* miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor3-2/+7
2003-11-10 * winsup.h (low_priority_sleep): Fix declaration to avoid linkerCorinna Vinschen2-1/+6
2003-11-10* thread.cc (__reent_t::init_clib): Set thread local clibThomas Pfaff2-0/+6
2003-11-08 * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen2-5/+10
2003-11-08 * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen4-2/+28
2003-11-072003-11-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston11-12/+128
2003-11-07 * cygpath.cc (main): Allow multiple pathnames on command line.Corinna Vinschen2-22/+17
2003-11-07* fhandler_disk_file.cc (fhandler_disk_file::opendir): Reorganize to handleChristopher Faylor1-0/+5
2003-11-07* cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev fromChristopher Faylor3-27/+45
2003-11-072003-11-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+7
2003-11-062003-11-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston38-37/+78
2003-11-06 * Missing patch to cygwin.din.Corinna Vinschen1-0/+8
2003-11-06 * bsdlib.cc (_vwarnx): New function.Corinna Vinschen4-1/+123
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen7-9/+28
2003-11-06* winsup.h: Declare access_worker.Christopher Faylor2-1/+8
2003-11-06Fix 'the the' typoNick Clifton2-471/+467
2003-11-06 * include/cygwin/types.h: Fix preprocessor guards for vm_offset_t andCorinna Vinschen2-2/+12
2003-11-06 * ppc.h (R_PPC_RELAX32PC): Define.Alan Modra2-6/+11
2003-11-062003-11-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-11/+119
2003-11-062003-11-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-16/+29
2003-11-05* fhandler_disk_file.cc (fhandler_disk_file::opendir): Detect attempt to open aChristopher Faylor2-2/+12
2003-11-04Entry "Where is the su command?" -> "Why doesn't su work?"David Starks-Browning1-6/+9
2003-11-04 * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen6-16/+42
2003-11-04* net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a knownChristopher Faylor2-5/+9
2003-11-04 * passwd.c (PrintPW): Turn around meaning printed for "Password notCorinna Vinschen2-11/+22
2003-11-04 * passwd.c (UF_LOCKOUT): Remove (defined in lmaccess.h).Corinna Vinschen2-35/+134
2003-11-03 * net.cc (dup_ent): Move Win 95 misalignment recogition beforeCorinna Vinschen2-10/+20
2003-11-01 * sim-frv.h: New file.Kevin Buettner2-0/+57
2003-10-31* thread.cc (pthread::thread_init_wrapper): Initialize exception handling.Thomas Pfaff2-0/+13
2003-10-31Rename pthread::running to pthread::valid throughout.Thomas Pfaff3-7/+46
2003-10-29 * include/stdint.h: Prevent signed->unsigned conversion for 32 andCorinna Vinschen2-13/+18
2003-10-29* path.cc (dot_special_chars): New global variable.Christopher Faylor2-2/+22
2003-10-28* include/stdint.h: Duplicate below effort for rest of *64_*.Christopher Faylor2-5/+9
2003-10-28* include/stdint.h: Correctly define INT64_MAX.Christopher Faylor2-1/+5
2003-10-27 * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith2-1/+6
2003-10-27* thread.h (fast_mutex::init): Initialize lock_counter.Thomas Pfaff2-0/+5
2003-10-272003-10-27 Bernardo Innocenti <bernie@develer.com>Jeff Johnston4-16/+93
2003-10-27 * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.Corinna Vinschen4-2/+12
2003-10-27 * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen7-19/+297
2003-10-27 * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen3-0/+14
2003-10-26 * security.h (cygpsid::debug_print): Avoid compiler warnings.Corinna Vinschen2-1/+5
2003-10-26Remove file that was supposed to have disappeared a month ago.Christopher Faylor2-569/+0
2003-10-25 * path.cc (normalize_posix_path): Test runs of more than twoCorinna Vinschen2-1/+13
2003-10-25 * fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.Corinna Vinschen2-6/+19
2003-10-24Rename native_mutex to fast_mutex throughout.Thomas Pfaff3-98/+182
2003-10-24bfd/H.J. Lu2-2/+7
2003-10-24 * fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND whenCorinna Vinschen2-1/+6
2003-10-24 * path.cc (win32_device_name): Fix comment.Corinna Vinschen2-2/+7
2003-10-24* fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value inChristopher Faylor2-3/+10