Age | Commit message (Collapse) | Author |
|
sdclose() unless they identified themselves as removable.
ok deraadt@.
|
|
block. Put irq on first ahc line after 'rev 0xYY', rather than a
separate line.
ok deraadt@.
|
|
_BSD_VA_LIST_ explained by millert@, okay drahn@
|
|
We now use EDD calls if the disk supports it, so we can boot partitions
that start above the 8 GB CHS limit. Of itself, this change does not
remove the current 8 GB limit for OpenBSD/i386.
Much testing nick@; thanks.
ok weingart@, deraadt@.
|
|
scheduling a kernel thread, as we depend upon this behaviour now.
|
|
ok otto@
|
|
|
|
|
|
|
|
numbers; fix passing a NULL to %s under some circumstances; fix the
bit index mask; etc.
No change in output.
ok deraadt@.
|
|
|
|
it is not the boot device and has not been expliictely ``enabled'' in the
BUG.
Will definitely help netboot installations...
|
|
which begin to enable use of this will follow at a later time.
|
|
|
|
|
|
|
|
okay frantzen@
|
|
to built-ins, so eventually we will have one version of these files.
Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h
and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes.
okay millert@, drahn@, miod@.
|
|
number. Same change as was made to scsi_base.c a few days ago.
ok deraadt@.
|
|
deraadt
|
|
device and no boot from it has been attempted at the prom, it will not
get detected.
Unfortunately, right now I don't know how to ``warm'' the chip.
This also will need to be documented in the insallation notes at some point...
|
|
trap class, the value of the page fault and segment fault bits are
undefined; so check for bus error first.
|
|
|
|
For now, the result is the same as the hard-coded constant it used to be, due
to a pessimistic NUM_IOPB value. This will change.
|
|
|
|
|
|
|
|
mappings, they still need the dcache to be invalidated after use.
|
|
and rename the second one to the first one, i.e. have the cmmu_dofoo()
functions always take a cpu# parameter.
No functional change, simply makes code more readable and saves a few
call frames.
|
|
|
|
been wrong and thus proven by many and there change it back to
what it is meaning explained in http://www-ccs.ucsd.edu/c/float.html .
also fix spmath to use it's own consts instead of (now) off by one
float.h values thus to avoid any kind of binary changes.
|
|
|
|
as serial; closes PR 3621 from Johan Fredin;
ok nick@ krw@ millert@ deraadt@
|
|
PCI_PRODUCT_ALI_M1543 was fixed machines with an M1533 stopped working.
ok deraadt@
|
|
suffered a reset condition. Newer devices return a variety of ASCQ
values now (0x00 -> 0x07) rather than just 0x00. Such commands will
now be retried rather than returning EIO.
Started off when Marco Peereboom's SCSI analyzer saw some ASC/ASCQ
results of 0x29/0x02.
ok miod@.
|
|
non-SCSITERSE) kernels. Brings the list up to SCSI-3.
From Marco Peereboom (marco at peereboom dot us).
ok deraadt@.
|
|
are using lots of shm may also wish to also increase SHMMAXPGS.
OK deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
Also get rid of a spurious local initialization in pmap_remove_mapping().
|
|
|
|
|
|
|
|
|
|
amd64 (in 32 bit mode) and the new transmeta cpus want this, and lock
up otherwise. very odd.
|
|
|
|
1) PF should do the right thing when unplugging/replugging or cloning/
destroying NICs.
2) Rules can be loaded in the kernel for not-yet-existing devices
(USB, PCMCIA, Cardbus). For example, it is valid to write:
"pass in on kue0" before kue USB is plugged in.
3) It is possible to write rules that apply to group of interfaces
(drivers), like "pass in on ppp all"
4) There is a new ":peer" modifier that completes the ":broadcast"
and ":network" modifiers.
5) There is a new ":0" modifier that will filter out interface aliases.
Can also be applied to DNS names to restore original PF behaviour.
6) The dynamic interface syntax (foo) has been vastly improved, and
now support multiple addresses, v4 and v6 addresses, and all userland
modifiers, like "pass in from (fxp0:network)"
7) Scrub rules now support the !if syntax.
8) States can be bound to the specific interface that created them or
to a group of interfaces for example:
- pass all keep state (if-bound)
- pass all keep state (group-bound)
- pass all keep state (floating)
9) The default value when only keep state is given can be selected by
using the "set state-policy" statement.
10) "pfctl -ss" will now print the interface scope of the state.
This diff change the pf_state structure slighltly, so you should
recompile your userland tools (pfctl, authpf, pflogd, tcpdump...)
Tested on i386, sparc, sparc64 by Ryan
Tested on macppc, sparc64 by Daniel
ok deraadt@ mcbride@
|