| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
with 8 "fractional" bits needs to be divided (not multiplied) by 256.0
to get a floating point representation)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
|
|
| |
do it themselves. (Some of these programs actually depended on this
beyond compiling the definition of struct ifinfo!) Also fix up some
other #include messes while we're at it.
|
|
|
|
|
| |
This version uses specific interface ioctl()'s rather than groveling
around in /dev/kmem
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
work is actually more comprehensive, but I just took what was needed
for now given our compressed time schedules. Thanks, Adam!
Submitted by: glass
|
|
|
|
| |
defines.
|
|
|
|
|
| |
More correct use of __FreeBSD__ and BSD4_4 ifdefs. Fixed kvm_openfile()
call based upon suggestion from Bruce Evans.
|
|
|