Age | Commit message (Collapse) | Author |
|
involving the number of states and not the frequencies of the states,
which can lead to strange distributions of the states over the hw.setperf
range (0-100). Tested by many.
ok canacar, tedu
|
|
|
|
|
|
|
|
storms.
ok kettenis
|
|
date1<date2 implies date2>date1, not date2<date1
ok by jmc@, niallo@ and xsa@
|
|
"people will complain if it's unclear" jmc@
|
|
the argument to -z is tz, not timezone; argument names to flags
should use lowercase letters; cvs's usage() output should fit
on a 80-column display
ok by jmc@, niallo@ and xsa@
|
|
paddr_t changing from 32 bits.
From mickey's original PAE work of a year ago
Tested by myself and nick@; ok art@
|
|
than calculating it with vtophys().
From mickey's original PAE work of a year ago
Tested by myself and nick@; ok art@
|
|
and should not have its own MOUNT_XXX define.
|
|
functional change).
from Brad Smith
ok and tested by todd@
|
|
|
|
|
|
this makes it more useful for real time display of fast changing stats
ok art deraadt
|
|
|
|
IBM ThinkPad T43 and T43p is supported by the bge(4) driver
ok by jmc@
|
|
|
|
and pull their _EJ0 knobs before undocking. This ejects any dependant
devices (if necessary) before actually undocking.
Without this, the usb hub in my X6 gets upset when it's suddenly kicked
off the system without warning, and upon redocking it attaches as uberry.
Now it's behaving as it should.
|
|
Simplify -j parsing
Use warnx() not errx() for illegal -j option so that usage() gets called.
When parsing -o don't go past the end of argv
Sync usage() with man page, use __progname and make it line up nicely
Based on a diff from Tobias Stoeckmann
|
|
ok dlg@
|
|
the _EJD node. Instead, add the parent actual device node instead
which makes more sense and makes sure that it doesn't matter if the _EJ0
node under a device node comes before the _EJD node.
|
|
simply being a single struct ksensor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
spotted by miod
|
|
ok xsa
|
|
|
|
remove it;
|
|
|
|
|
|
|
|
|
|
|
|
are now 4-byte instead of the old 2-byte numbers. The only exception are
communities because they can not be switched. The RDE will inflate and deflate
the ASPATH and AGGREGATOR attributes on demand and create the NEW_ASPATH and
NEW_AGGREGATOR field whenever needed. Both old and new stile sessions are
supported and can be mixed. Currently new stile sessions with the 4-byte AS
number capability turned on are only enabled if one of the AS numbers involved
is a 4-byte one.
This is based on an initial diff by Geoff Huston gih (at) apnic (dot) net
Cleanup, testing and bug-fixes by myself (via AS 3.10).
Currently mrt table dumps are producing incompatible output this will be fixed
afterwards -- this diff is already big enough.
"get it in if you think it is ready" henning@
|
|
|
|
Don't say that the nointr allocator happens to be interrupt safe since
that's something that callers shouldn't know and it just confuses people.
If you want an interrupt safe allocator you specify NULL as the last
argument to pool_init(). If you want a no interrupt allocator you use
_nointr. The fact that they happen to be the same right now is irrelevant.
pointed out by kettenis@
|
|
|
|
ready to be used, and we need to decrement that "ready" count as we go over
the fifo. this diff moves that ready counter into the tht_fifo struct.
the ready value is calculated when we read the fifo pointers off the
hardware, and decremented by fifo_read or fifo_write as we work through it.
each of the loops over the fifos checks it directly to see if there's
anything left to work on.
|
|
@comment no checksum
as noticed by Martynas.
|
|
architectures, CGSIZE() was returning something sligthly over one block.
The 'new' fsck would round this value up to a fragment boundary, and end
up trying to access memory beyond allocated space. From mickey@, okay
pedro@, millert@ and otto@.
|
|
|
|
We use rpcc for the clock. We don't try to get the frequency from the
hwrpb, since from experience we know that it's very unreliable and
can be several % off from the real frequency. Instead we calibrate
the timecounter frequency by using the clock device and count the
number of cycles between two second ticks of the clocks.
This is not perfect, but still much better than what we had before.
We'll have to add an i8254 clock for MP though.
miod@ ok
|
|
descriptors and adds the pad with tht_write_dmap and tht_write_pad.
|