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
path: root/winsup
AgeCommit message (Expand)Author
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-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-06 * include/cygwin/types.h: Fix preprocessor guards for vm_offset_t andCorinna Vinschen
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-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-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-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
2003-10-23 * fhandler_proc.cc (format_proc_partitions): Use new device codeCorinna Vinschen
2003-10-23 * external.cc (cygwin_internal): Add CW_GET_ERRNO_FROM_WINERRORCorinna Vinschen
2003-10-22 * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen
2003-10-22 Accomodate moving cygserver header files from cygwin/include/cygwinCorinna Vinschen
2003-10-21 * include/_mingw.h: Define __attribute__((x)) to nothingDanny Smith
2003-10-21 Add ISO C99 complex support for doubles.Danny Smith
2003-10-21 * include/math.h (cabs): Remove non-ISO prototype.Danny Smith
2003-10-21 * mingwex/math/cephes_mconf.h (NAN, NANF, NANL):Danny Smith
2003-10-21 * mingwex/math/s_erf.c (erf): Set errno to ERANGE ifDanny Smith
2003-10-18 * include/stdio.h (_filbuf): Add prototype.Danny Smith
2003-10-17revert accidental checkinChristopher Faylor
2003-10-17* cygcheck.cc (pretty_id): Don't exec if `id' program is not found.Christopher Faylor
2003-10-17Oooops...Dimitri Papadopoulos
2003-10-17*** empty log message ***Pierre Humblet
2003-10-172003-10-16 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-10-16 * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen