FreeBSD src
Go to file
Chuck Tuffli 4c4317193b Fix output of linprocfs stat entry
The Linux /proc/stat entry has grown over time

 v2.5.41 <
   user, nice, system, idle
 v2.5.41
   user, nice, system, idle, iowait, irq
 v2.6.11
   user, nice, system, idle, iowait, irq, softirq, steal
 v2.6.24
   user, nice, system, idle, iowait, irq, softirq, steal, guest
 v2.6.32 >
   user, nice, system, idle, iowait, irq, softirq, steal, guest, guest_nice

Some applications (e.g. nodejs) depend on the correct number of entries
and will abort otherwise.

Fix is to print the correct number of entries based on the value of
osrelease set either in sysctl or the jail settings. Change is similar
to approach used by illumos.

Reviewed by: emaste, imp (mentor)
Approved by: imp (mentor)
Differential Revision: https://reviews.freebsd.org/D15858
2018-06-22 00:02:05 +00:00
bin Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
cddl The IP, TCP, and UDP provider report IP addresses as strings. 2018-06-18 18:35:29 +00:00
contrib Convert cap_enter() < 0 && errno != ENOSYS to caph_enter() < 0. 2018-06-19 23:43:14 +00:00
crypto
etc praudit(1): add tests 2018-06-17 17:31:16 +00:00
gnu Rework how the ld link is handled in WORLDTMP from r322811. 2018-06-20 16:10:02 +00:00
include
kerberos5
lib Add some words clarifying that rename(2) does nothing when the 'from' and 2018-06-21 15:21:17 +00:00
libexec
release Enable USB OTG serial terminal on ARM SD card images. This configures 2018-06-12 16:45:52 +00:00
rescue
sbin This application (veriexecctl) handles reading a fingerprints file 2018-06-20 01:08:54 +00:00
secure
share ino64 uses 8 byte padding now. 2018-06-21 16:39:38 +00:00
stand Revert r335276 2018-06-20 00:14:54 +00:00
sys Fix output of linprocfs stat entry 2018-06-22 00:02:05 +00:00
targets Remove obsolete asf(8) 2018-06-15 17:44:21 +00:00
tests audit(4): add tests for sendmsg, recvmsg, shutdown, and sendfile 2018-06-19 17:41:46 +00:00
tools Don't remove loader.conf(5) when built WITHOUT_FORTH 2018-06-21 05:28:00 +00:00
usr.bin Rename usr.bin/elfcopy to usr.bin/objcopy 2018-06-21 14:28:20 +00:00
usr.sbin acpidump.8: include NFIT in the man page list of tables 2018-06-20 19:40:54 +00:00
.arcconfig
.arclint
.gitattributes
.gitignore
COPYRIGHT
LOCKS LOCKS: update current locks 2018-06-09 03:08:04 +00:00
MAINTAINERS Pass on bhyve kernel module maintenance to 2018-06-10 04:25:19 +00:00
Makefile Only look for NOTES as needed. 2018-06-20 19:45:04 +00:00
Makefile.inc1 Rename usr.bin/elfcopy to usr.bin/objcopy 2018-06-21 14:28:20 +00:00
Makefile.libcompat Reduce exec and fstat overhead for non-build targets. 2018-06-20 17:20:39 +00:00
Makefile.sys.inc
ObsoleteFiles.inc Correct path to removed asf(8) binary. 2018-06-20 19:22:33 +00:00
README README: add generic notes about GENERIC and NOTES 2018-06-17 19:44:24 +00:00
README.md README: add generic notes about GENERIC and NOTES 2018-06-17 19:44:24 +00:00
UPDATING Explain why a __FreeBSD_version bump was done for r334930. 2018-06-12 22:52:27 +00:00

FreeBSD Source:

This is the top level of the FreeBSD source directory. This file was last revised on: FreeBSD

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

For copyright information, please see the file COPYRIGHT in this directory. Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.

The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree. See build(7), config(8), https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html for more information, including setting make(1) variables.

Source Roadmap:

bin		System/user commands.

cddl		Various commands and libraries under the Common Development
		and Distribution License.

contrib		Packages contributed by 3rd parties.

crypto		Cryptography stuff (see crypto/README).

etc		Template files for /etc.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberos5	Kerberos5 (Heimdal) package.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

rescue		Build system for statically linked /rescue utilities.

sbin		System commands.

secure		Cryptographic libraries and commands.

share		Shared resources.

stand		Boot loader sources.

sys		Kernel sources.

sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
		used in release builds. NOTES contains documentation of
		all possible entries.

tests		Regression tests which can be run by Kyua.  See tests/README
		for additional information.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

usr.sbin	System administration commands.

For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html