Age | Commit message (Collapse) | Author |
|
|
|
ok jsg@
|
|
because it treated the supplied memory as holding an internal data
structure instead of as the stack space itself
ok kurt@, "looks ok" otto@, tested on hppa by kettenis@
|
|
better aligned for fast access. i didnt bench, so maybe this does nothing.
|
|
ok djm@
|
|
found by alexander.schrijver
|
|
discussed with otto, sthen, ckuethe. ok otto
|
|
ok blambert@
|
|
either from the disklabel or via -S, is not 512 bytes. Disklabel
partition sizes are sectors and not 512 byte blocks. One less 'block
is 512 bytes' assumption. 2^32 or so to go.
ok otto@ millert@
|
|
- no comma for last SEE ALSO item
|
|
makes one more answer <cr>'able during install without changing any
existing behaviour.
Change 'NTP server?' default answer from 'none' to 'default'.
Suggested by thib@, supported by marco@, jsing@, millert@
|
|
default interface. Nice side effect; Turns off the cams LED again.
|
|
|
|
|
|
|
|
|
|
to be MASS_STORAGE subclass IDE regardless of id, and other
ids depending on the subclass and a known id or a known id
and the override flag.
We really want to check the subclass so we don't attach
pciide to the wrong function of a chip, which happened
last time around before the additional subclasses were
checked in the non override case and the overrides were pulled.
A bunch of the override flags were pulled after some common
subclasses (SATA/RAID) were added. So if we have a known
id and a SATA/RAID subclass we would match. Turns out some
Silicon Image SATA devices claim to be of subclass MISC
so add that as well. Unbreaks one of hennings machines
with 3114 SATA and likely quite a few other machines.
'seems safe enough to me' miod@
|
|
|
|
|
|
|
|
have it.
|
|
Serengeti and Starcat systems.
|
|
|
|
|
|
systems that provides time of day services and (in the future) console
services.
|
|
|
|
|
|
This makes the kernel properly enter the prom upon halt on the v1280.
|
|
|
|
with it. Makes the bootloader work on the v1280 where the firmware breaks
into the firmware debugger instead of returning failure.
|
|
this automatically, but the braindead firmware on the v1280 doesn't do this
and makes the allocation fail.
|
|
(1 for sun4u, 2 for sun4v).
|
|
entries. This is necessary on the v1280 where the firmware mixes 4MB and 8KB
mappings to map kernel text.
tested by miod@ and nick@
|
|
the firmware on the v1280 doesn't like).
tested by many
|
|
ok millert@, (for the change) jmc@
|
|
diff written by millert based on a previous one by me;
millert's diff has a much better style and adds support for different
sets of options for each utility.
ok millert@
|
|
b64encode and b64decode are equivalent to running uuencode and uudecode
respectively with the -m flag specified, so this flag should not be
available in these utilities; while here, fix synopsis.
based on millert's diff for compress/gzip.
ok millert@
|
|
problem by adopting the same encoding used by Solaris for the kernel windows.
Note that this involves rearranging the trap vector tables, both fur sun4u and
for sun4v.
|
|
on the v1280 doesn't like it if we change it behind its back.
|
|
a) we're attempting to wake a specific process which
b) sleeps on a unique address
which means that there's no need to continue traversing the sleep
queue once the process has been found and awakened.
"looks good too me" thib@
|
|
|
|
|
|
(its never set).
"please kill it" blambert@
|
|
can be used and we return the state key back to the pool, don't insert
state items into the tailq using that garbage state key.
this makes things much happier for me.
ok henning@
|
|
flagged SCSI_DATA_OUT) and data that has been returned (for commands
flagged SCSI_DATA_IN). This is better than just printing the data
buffer before the command is issued since that does not include any
data that has been read. e.g. INQUIRY data, as thib@ and I discovered.
ok marco@
|
|
comments, not FTDI_SIO_GET_MODEM_STATUS which is not defined anywhere.
Also note that on newer devices like the FT232R the request is two
bytes, not one.
|
|
to u_int64_t's; add two new counters to nchstats that will
be used in the future.
ok art@, beck@
|
|
for uid goo, mostly zapping unused members from various structures.
ok blambert@
|
|
ok art@
|
|
mbuf that points to the rest of the chain (if it is a
chain).
ok blambert@
|