Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
1829d5da |
| 12-Mar-2009 |
Warner Losh <imp@FreeBSD.org> |
Update the projects tree to a newer FreeBSD current.
|
#
48a01c43 |
| 28-Jan-2009 |
Tom Rhodes <trhodes@FreeBSD.org> |
Update the description of KERN_PROC.
PR: 100242 Reviewed by: jhb
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
cbdcc7cb |
| 27-Mar-2008 |
Ruslan Ermilov <ru@FreeBSD.org> |
Removed no longer existing CTL_MACHDEP defines.
Inspired by: phk
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
3be18423 |
| 16-Oct-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
VM_METER is long deprecated.
|
#
bef19503 |
| 16-Oct-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Rescue parts of the sensorsd commit that are still relevant:
- HW_FLOATINGPOINT renamed to HW_FLOATINGPT. - Documented HW_REALMEM. - Sorted as per <sys/sysctl.h>.
|
#
9f05d312 |
| 15-Oct-2007 |
Alexander Leidinger <netchild@FreeBSD.org> |
Backout sensors framework.
Requested by: phk Discussed on: cvs-all
|
#
f85070ad |
| 14-Oct-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix mdoc in last commit.
|
#
99f6b270 |
| 14-Oct-2007 |
Alexander Leidinger <netchild@FreeBSD.org> |
Import OpenBSD's sysctl hardware sensors framework.
This commit includes the following core components:
* sample configuration file for sensorsd * rc(8) script and glue code for sensorsd(8) * sy
Import OpenBSD's sysctl hardware sensors framework.
This commit includes the following core components:
* sample configuration file for sensorsd * rc(8) script and glue code for sensorsd(8) * sysctl(3) doc fixes for CTL_HW tree * sysctl(3) documentation for hardware sensors * sysctl(8) documentation for hardware sensors * support for the sensor structure for sysctl(8) * rc.conf(5) documentation for starting sensorsd(8) * sensor_attach(9) et al documentation * /sys/kern/kern_sensors.c o sensor_attach(9) API for drivers to register ksensors o sensor_task_register(9) API for the update task o sysctl(3) glue code o hw.sensors shadow tree for sysctl(8) internal magic * <sys/sensors.h> * HW_SENSORS definition for <sys/sysctl.h> * sensors display for systat(1), including documentation * sensorsd(8) and all applicable documentation
The userland part of the framework is entirely source-code compatible with OpenBSD 4.1, 4.2 and -current as of today.
All sensor readings can be viewed with `sysctl hw.sensors`, monitored in semi-realtime with `systat -sensors` and also logged with `sensorsd`.
Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Obtained from: OpenBSD (parts)
show more ...
|
#
204542dd |
| 10-Apr-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Expand the description of the host's UUID.
OK'ed by: pjd
|
#
1f13edbe |
| 09-Apr-2007 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Document KERN_HOSTUUID.
Reminded by: ru
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
c879ae35 |
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Per Regents of the University of Calfornia letter, remove advertising clause.
# If I've done so improperly on a file, please let me know.
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
f789cb82 |
| 15-Jun-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Assorted markup fixes.
Approved by: re
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
fe769cdd |
| 18-Apr-2005 |
David Schultz <das@FreeBSD.org> |
Add a sysctl that returns the full path of a process' text file. This information is needed by things like `gdb -p' and Sun's javac, and previously it could only be obtained via procfs
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
24a0682c |
| 20-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort sections.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
1a0a9345 |
| 03-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
3b367e99 |
| 25-Mar-2004 |
Bruce M Simpson <bms@FreeBSD.org> |
Document the existence of NET_RT_IFMALIST.
Reviewed by: ru
|
#
f8a89f62 |
| 25-Mar-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
[troff] removed the unnecessary use of \_ escapes.
|
#
c947dc05 |
| 15-Mar-2004 |
Don Lewis <truckman@FreeBSD.org> |
Document additional reasons that sysctl(3) can return ENOMEM (due to vslock() failure).
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
fe08efe6 |
| 08-Sep-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7): Use the new feature of the .In macro.
|
#
62d6317d |
| 01-Sep-2003 |
Eivind Eklund <eivind@FreeBSD.org> |
Update the kern.osreldate documentation to document the present format used, and refer to <osreldate.h> to get userland date.
Submitted by: ru
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
2efeeba5 |
| 19-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fa argument.".
|
#
95f4226b |
| 18-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fn function".
|
#
8d5d039f |
| 12-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Uniformly refer to a file system as "file system".
Approved by: re
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
3afe2c78 |
| 24-Mar-2002 |
Dima Dorfman <dd@FreeBSD.org> |
Fix braino.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
0e65089b |
| 23-Jan-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
The sixth argument to the NET_RT_IFLIST sysctl is actually 0 for all interfaces, and ifnet.if_index value for a single interface.
|