aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/getsysstats.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-01Hide internal sysinfo functions [BZ #18822]H.J. Lu1-0/+4
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-3/+3
2017-08-18Consolidate non cancellable read callAdhemerval Zanella1-2/+2
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-3/+3
2017-07-04sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]Florian Weimer1-1/+4
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-12linux/getsysstats.c: use sysinfo() instead of parsing /proc/meminfoRasmus Villemoes1-58/+30
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-12Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers1-1/+1
2014-06-25Remove __ASSUME_O_CLOEXEC / O_CLOEXEC conditionals in sysdeps/unix/sysv/linux/.Joseph Myers1-4/+0
2014-06-25Remove stray includes of kernel-features.h.Joseph Myers1-1/+0
2014-06-13get_nprocs: Only return explictly set cache values (BZ #16996)Meador Inge1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-4/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-15Remove duplicate #include <not-cancel.h> in Linux getsysstats.cChris Metcalf1-2/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-11-15Clean up internal fopen usesUlrich Drepper1-1/+1
2011-09-06Avoid gettimeofday vsyscallUlrich Drepper1-19/+3
2011-06-26Use __gettimeofday instead of gettimeofdayH.J. Lu1-1/+1
2011-06-22Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementationUlrich Drepper1-3/+49
2011-06-22Rate limit expensive _SC_NPROCESSORS_ONLN computationUlrich Drepper1-1/+31
2010-04-03Remove incorrect paring of /proc/stat etc.Ryan S. Arnold1-13/+1
2009-04-15* sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure therecvs/fedora-glibc-20090415T1619Ulrich Drepper1-4/+36
2009-02-15* sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.Ulrich Drepper1-19/+66
2007-08-01* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): UsingUlrich Drepper1-59/+5
2007-08-01* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): CountUlrich Drepper1-39/+68
2007-07-31(__get_nprocs): Use /sys filesystem to determine which processors are online.Ulrich Drepper1-1/+51
2006-01-16Don't search for proc mount point. We assume procfs is mounted at /proc in m...Ulrich Drepper1-145/+39
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-39/+145
2007-07-122.5-18.1Jakub Jelinek1-145/+39
2003-09-04Update.Ulrich Drepper1-4/+4
2003-04-03Update.Ulrich Drepper1-1/+1
2003-03-21Update.Ulrich Drepper1-1/+1
2003-03-20Update.Ulrich Drepper1-4/+3
2002-11-01* include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):Roland McGrath1-9/+1
2002-09-21Update.Ulrich Drepper1-0/+3
2002-08-24Update.Ulrich Drepper1-5/+26
2001-07-17Update.Ulrich Drepper1-0/+8
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8
2001-02-11Update.Ulrich Drepper1-7/+7
2000-07-26updateGreg McGary1-0/+9
2000-07-17* libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to Greg McGary1-1/+1
2000-07-14* sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last Andreas Jaeger1-2/+1
2000-07-13(free_mem): Only free memory if it was allocated.Andreas Jaeger1-1/+2
2000-07-06(get_proc_path): The type of the proc system is "proc".Andreas Jaeger1-2/+2
2000-07-06Update.Andreas Jaeger1-1/+1
2000-07-06Update.Ulrich Drepper1-10/+52
1999-07-31Update.Ulrich Drepper1-12/+57