FreeBSD Bugzilla – Attachment 11277 Details for
Bug 22270
[patch] /usr/bin/top wraps wrong w/SMP on and long usernames
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 558 bytes, created by
williamc
on 2000-10-24 10:10:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
williamc
Created:
2000-10-24 10:10:03 UTC
Size:
558 bytes
patch
obsolete
>*** machine.c.orig Tue Oct 24 01:35:54 2000 >--- machine.c Tue Oct 24 01:39:15 2000 >*************** >*** 241,247 **** > } > if (namelength < 8) > namelength = 8; >! if (namelength > 15) > namelength = 15; > > if ((kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open")) == NULL) >--- 241,249 ---- > } > if (namelength < 8) > namelength = 8; >! if (smpmode && namelength > 13) >! namelength = 13; >! else if (namelength > 15) > namelength = 15; > > if ((kd = kvm_open(NULL, NULL, NULL, O_RDONLY, "kvm_open")) == NULL)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22270
: 11277