Bug 27253

Summary: linprocfs does not implement the loadavg file.
Product: Base System Reporter: Jim.Pirzyk <Jim.Pirzyk>
Component: kernAssignee: Jim Pirzyk <pirzyk>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jim.Pirzyk 2001-05-10 19:10:03 UTC
	We have linux binaries that need to access /proc/loadavg to get
	status of the system so we need this file.

How-To-Repeat: 	mount -t linprocfs /compat/linux/proc
	ls -la /compat/linux/proc/loadavg
Comment 1 dwmalone freebsd_committer freebsd_triage 2001-05-10 22:10:55 UTC
Responsible Changed
From-To: freebsd-bugs->des

Another linprocfs file for DES.
Comment 2 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2001-05-27 14:15:27 UTC
State Changed
From-To: open->feedback

Fixed in -CURRENT.
Comment 3 Jim.Pirzyk 2001-05-29 21:40:37 UTC
Checked it out in -current and it looks good.  Glad to see you added
the numprocs variable.  So the only number I could say may not be
correct is the number of running processes.  So when will it be
MFC'ed?
-- 
--- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $
    __o   Jim.Pirzyk@disney.com ------------- pirzyk@freebsd.org
 _'\<,_   Senior Systems Engineer, Walt Disney Feature Animation 
(*)/ (*)
Comment 4 Jim Pirzyk freebsd_committer freebsd_triage 2001-06-25 20:47:13 UTC
State Changed
From-To: feedback->closed

Applied the patches for /proc/loadavg 



Comment 5 Jim Pirzyk freebsd_committer freebsd_triage 2001-06-25 20:47:13 UTC
Responsible Changed
From-To: des->pirzyk


I applied my own patches with des' approval.