Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-11This commit was manufactured by cvs2svn to create tag 'corinna-01'.corinna-01cvs2svn
2003-11-11* miscfuncs.cc (low_priority_sleep): Make a "C" function.Christopher Faylor
2003-11-11 * winsup.h (low_priority_sleep): Fix declaration to avoid linkerCorinna Vinschen
2003-11-10* thread.cc (__reent_t::init_clib): Set thread local clibThomas Pfaff
2003-11-08 * syscalls.cc (ftruncate64): Log length as long long.Corinna Vinschen
2003-11-08 * external.cc (cygwin_internal): Add CW_GET_UID_FROM_SID andCorinna Vinschen
2003-11-082003-11-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2003-11-07 * cygpath.cc (main): Allow multiple pathnames on command line.Corinna Vinschen
2003-11-07* fhandler_disk_file.cc (fhandler_disk_file::opendir): Reorganize to handleChristopher Faylor
2003-11-07* cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev fromChristopher Faylor
2003-11-072003-11-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2003-11-072003-11-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2003-11-07 * Missing patch to cygwin.din.Corinna Vinschen
2003-11-07 * bsdlib.cc (_vwarnx): New function.Corinna Vinschen
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen
2003-11-06* winsup.h: Declare access_worker.Christopher Faylor
2003-11-06Fix 'the the' typoNick Clifton
2003-11-06 * include/cygwin/types.h: Fix preprocessor guards for vm_offset_t andCorinna Vinschen
2003-11-06 * ppc.h (R_PPC_RELAX32PC): Define.Alan Modra
2003-11-062003-11-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2003-11-062003-11-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2003-11-05* fhandler_disk_file.cc (fhandler_disk_file::opendir): Detect attempt to open aChristopher Faylor
2003-11-05Entry "Where is the su command?" -> "Why doesn't su work?"David Starks-Browning
2003-11-04 * external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTECorinna Vinschen
2003-11-04* net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a knownChristopher Faylor
2003-11-04 * passwd.c (PrintPW): Turn around meaning printed for "Password notCorinna Vinschen
2003-11-04 * passwd.c (UF_LOCKOUT): Remove (defined in lmaccess.h).Corinna Vinschen
2003-11-04 * net.cc (dup_ent): Move Win 95 misalignment recogition beforeCorinna Vinschen
2003-11-01 * sim-frv.h: New file.Kevin Buettner
2003-10-31* thread.cc (pthread::thread_init_wrapper): Initialize exception handling.Thomas Pfaff
2003-10-31Rename pthread::running to pthread::valid throughout.Thomas Pfaff
2003-10-29 * include/stdint.h: Prevent signed->unsigned conversion for 32 andCorinna Vinschen
2003-10-29* path.cc (dot_special_chars): New global variable.Christopher Faylor
2003-10-28* include/stdint.h: Duplicate below effort for rest of *64_*.Christopher Faylor
2003-10-28* include/stdint.h: Correctly define INT64_MAX.Christopher Faylor
2003-10-28 * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith
2003-10-28* thread.h (fast_mutex::init): Initialize lock_counter.Thomas Pfaff
2003-10-272003-10-27 Bernardo Innocenti <bernie@develer.com>Jeff Johnston
2003-10-27 * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.Corinna Vinschen
2003-10-27 * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen
2003-10-27 * miscfunc.cc (__check_invalid_read_ptr): New function.Corinna Vinschen
2003-10-26 * security.h (cygpsid::debug_print): Avoid compiler warnings.Corinna Vinschen
2003-10-26Remove file that was supposed to have disappeared a month ago.Christopher Faylor
2003-10-25 * path.cc (normalize_posix_path): Test runs of more than twoCorinna Vinschen
2003-10-25 * fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.Corinna Vinschen
2003-10-24Rename native_mutex to fast_mutex throughout.Thomas Pfaff
2003-10-24bfd/H.J. Lu
2003-10-24 * fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND whenCorinna Vinschen
2003-10-24 * path.cc (win32_device_name): Fix comment.Corinna Vinschen
2003-10-24* fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value inChristopher Faylor