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-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-04-01* exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor
2003-03-30* include/cygwin/fs.h: Remove unneeded include.Christopher Faylor
2003-03-29 * syscalls.cc (login): Fix comment.Corinna Vinschen
2003-03-29 * syscalls.cc: Slightly cleanup all utmp functions.Corinna Vinschen
2003-03-29* Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .sChristopher Faylor
2003-03-28* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor
2003-03-27* thread.cc: Change 1==foo equations to foo==1 throughout.Thomas Pfaff
2003-03-27* thread.h: Change class names, methods, members and local varsThomas Pfaff
2003-03-27 * autoload.cc: added RegGetKeySecurity()Corinna Vinschen
2003-03-26Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor
2003-03-23*** empty log message ***Thomas Pfaff
2003-03-23* thread.h (class List): Move inline code inside classThomas Pfaff
2003-03-22* pipe.cc (fhandler_pipe::dup): Don't dup input_handle if it doesn't exist.Christopher Faylor
2003-03-22* syscalls.cc (unlink): Be more defensive when SetFileAttributes is called.Christopher Faylor
2003-03-22* fork.cc: Conditionalize use of slow_pid_reuse throughout. It's not necessaryChristopher Faylor
2003-03-20 * fhandler_socket.cc (fhandler_socket::sendto): Restrict EPIPE andCorinna Vinschen
2003-03-20* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor
2003-03-20 * glob.c: Eliminate __INSIDE_CYGWIN__ preprocessor conditionalsCorinna Vinschen
2003-03-20 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen
2003-03-19 * include/cygwin/version.h (CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES):Corinna Vinschen
2003-03-18* pthread.cc (pthread_attr_init): RemoveThomas Pfaff
2003-03-18* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff
2003-03-18* thread.h (pthread_cond::ExitingWait): Remove.Thomas Pfaff
2003-03-18* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff
2003-03-18 * fhandler_proc.cc (format_proc_cpuinfo): Use IsProcessorFeaturePresentCorinna Vinschen
2003-03-17 * glob.c (g_lstat): Change API minor test to match API minor numberCorinna Vinschen
2003-03-17* include/cygwin/version.h: Reorganize last two api versions so that btowc andChristopher Faylor
2003-03-17* cygwin.din: Export btowc, trunc.Christopher Faylor
2003-03-14* include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor
2003-03-14 * autoload.cc (IsProcessorFeaturePresent): Add.Corinna Vinschen
2003-03-14 * fhandler_proc.cc (format_proc_cpuinfo): Fix vendor id in cpuid case.Corinna Vinschen
2003-03-13 * net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.Corinna Vinschen
2003-03-13* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor
2003-03-11 * fhandler_socket.cc (fhandler_socket::dup): Don't callCorinna Vinschen
2003-03-112003-03-11 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2003-03-10 * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen
2003-03-10 Fix typo.Corinna Vinschen
2003-03-10 * winver.rc: Change Copyright hint to inlcude 2003.Corinna Vinschen
2003-03-10 Switch to 32/64 datatypes:Corinna Vinschen
2003-03-09fix typoChristopher Faylor
2003-03-09* include/cygwin/version.h: Bump DLL minor number to 21.Christopher Faylor
2003-03-09whitespace cleanupChristopher Faylor
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2003-03-09* syscalls.cc (unlink): Attempt to be more clever about setting attributes ofChristopher Faylor
2003-03-09 * rmsym: Fix regular expression.Corinna Vinschen
2003-03-09* Makefile.in: Change from using new-* to cygwin0 for temporary targets.Christopher Faylor
2003-03-09 * include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.Corinna Vinschen
2003-03-09* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE toChristopher Faylor