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
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2020-03-11Cygwin: fix formatting: replace TAB char with \t in string constantCorinna Vinschen
2020-02-26cpuinfo:power management: add proc_feedback, acc_powerBrian Inglis
2020-02-24fhandler_proc/cpuinfo: support fast short REP MOVSBBrian Inglis
2020-01-23fhandler_proc.cc:format_proc_cpuinfo add rdpru flagBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): or model extension bitsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): comment flags not reportedBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add feature flagsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): use feature test print macroBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add microcodeBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): add bogomipsBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): round cpu MHzBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix AMD physical cores countBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix cpuid level countBrian Inglis
2019-10-07fhandler_proc.cc(format_proc_cpuinfo): fix cache sizeBrian Inglis
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen
2019-06-03Add support for Hygon Dhyana processorJinke Fan
2019-03-18Cygwin: proc: fix /proc/version output after uname changeCorinna Vinschen
2019-01-05Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdirCorinna Vinschen
2018-08-07Cygwin: implement sched_getcpuCorinna Vinschen
2018-04-11Cygwin: cpuinfo: Use active CPU count per groupCorinna Vinschen
2018-04-11Cygwin: cpuinfo: report L3 cache on Intel CPUsCorinna Vinschen
2018-02-13Cygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_PER_SECCorinna Vinschen
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
2017-04-10Avoid decimal point localization in /proc/loadavgJon Turney
2017-03-28Implement getloadavg()Jon Turney
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-08-29Allow sysconf to return CPU cache informationCorinna Vinschen
2015-08-26fhandler_proc.cc: Only request group relation informationCorinna Vinschen
2015-08-17Fix /proc/cpuinfo topology info on newer AMD CPUsCorinna Vinschen
2015-08-17Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfoCorinna Vinschen
2015-08-13Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen
2015-02-06 * fhandler_proc.cc (format_proc_cpuinfo): Enable multi-core fieldsCorinna Vinschen
2014-10-24 * fhandler_proc.cc (format_proc_cygdrive): Fix symlink path if cygdriveCorinna Vinschen
2014-10-16 * fhandler_proc.cc (format_proc_partitions): Extend output to printCorinna Vinschen
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen
2014-09-05 * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink.Corinna Vinschen
2014-08-11 * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_tCorinna Vinschen
2014-05-20 * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,Corinna Vinschen
2013-06-14 Streamline time/times functionality. Remove last remains of formerCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-03 * fhandler_proc.cc (format_proc_loadavg): Raise too small buffer sizeCorinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-08-20* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz
2011-08-12 * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen