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
2011-05-232011-05-22 Antoine LECA <antoinel@users.sourceforge.net>Chris Sutcliffe
2011-05-232011-05-22 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2011-05-232011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2011-05-21 * fhandler_process.cc (struct dos_drive_mappings): Use malloc/freeCorinna Vinschen
2011-05-20 * miscfuncs.cc (CygwinCreateThread): Fix condition for adding theCorinna Vinschen
2011-05-20 * miscfuncs.cc (CygwinCreateThread): Add accidentally missing comment.Corinna Vinschen
2011-05-20 * fhandler_process.cc (struct heap_info): Change type of base and endCorinna Vinschen
2011-05-20 * miscfuncs.cc (thread_wrapper): Remove statements added for debuggingCorinna Vinschen
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2011-05-20* thread.cc: Mark psiginfo and psignal as available in list ofYaakov Selkowitz
2011-05-19* new-features.sgml (ov-new1.7.10): Document __fpurge.Yaakov Selkowitz
2011-05-19* cygwin.din (__fpurge): Export.Yaakov Selkowitz
2011-05-19* posix.sgml (std-susv4): Remove chroot, futimes, hstrerror.Yaakov Selkowitz
2011-05-18* new-features.sgml (ov-new1.7.10): Document error.h functions.Yaakov Selkowitz
2011-05-18* cygwin.din (error): Export.Yaakov Selkowitz
2011-05-17* new-features.sgml (ov-new1.7.10): Document CPU-time clock support.Yaakov Selkowitz
2011-05-17* cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz
2011-05-17 * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.Corinna Vinschen
2011-05-16 * globals.cc (__getlogin_username): Remove.Corinna Vinschen
2011-05-16 * cygtls.h (struct _local_storage): Remove unused members rarg andCorinna Vinschen
2011-05-16 * heap.cc (heap_init): Rewrite initial heap allocation to use addressesCorinna Vinschen
2011-05-16 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen
2011-05-15 * miscfuncs.cc (thread_wrapper): Add comments to assembler code.Corinna Vinschen
2011-05-15 * new-features.sgml (ov-new1.7.10): Document pthread_attr_getguardsize,Corinna Vinschen
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2011-05-15 * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.Corinna Vinschen
2011-05-13 * fhandler_process.cc (struct heap_info::heap): Convert base toCorinna Vinschen
2011-05-12 Based on newlib patch to strptime by Peter Rosin <peda@lysator.liu.se>:Corinna Vinschen
2011-05-12* fhandler_proc.cc (format_proc_meminfo): Rewrite to use sysinfo().Yaakov Selkowitz
2011-05-11 * autoload.cc: Remove useless comment.Corinna Vinschen
2011-05-11 * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen
2011-05-11 * autoload.cc (GetModuleFileNameExW): Remove.Corinna Vinschen
2011-05-11 * autoload.cc (QueryWorkingSet): Remove.Corinna Vinschen
2011-05-11 * fhandler_process.cc (format_process_maps): Rework to reportCorinna Vinschen
2011-05-11 * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen
2011-05-11 * fhandler_socket.cc (get_inet_addr): Rearrange for better readability.Corinna Vinschen
2011-05-10 * security.cc (check_registry_access): Handle missingChristian Franke
2011-05-10 * lc_msg.h: Regenerate.Corinna Vinschen
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen
2011-05-10 * cygwinenv.sgml: Move "forkchunk:xxx" to the removed options section.Corinna Vinschen
2011-05-10 * environ.cc (set_chunksize): Remove.Corinna Vinschen
2011-05-10 * Makefile.in: Don't override CC.Corinna Vinschen
2011-05-10 * setup2.sgml (setup-env-ov): Make sure everybody knows that theCorinna Vinschen
2011-05-09* new-features.sgml (ov-new1.7.10): Document clock_settime.Yaakov Selkowitz
2011-05-09* times.cc (settimeofday): Add EFAULT handler.Yaakov Selkowitz
2011-05-07 * registry.cc (get_registry_hive_path): Change system_printf toCorinna Vinschen
2011-05-07* fhandler.h (fhandler_base::close_with_arch): Make non-virtual.Christopher Faylor
2011-05-07* fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor
2011-05-06* fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor
2011-05-06* new-features.sgml (ov-new1.7.10): Document sysinfo.Yaakov Selkowitz