| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
MI float.h which pulls in and defines the values that are needed from
there, and repair sys/limits.h so that it defines the values it needs
as well (depending on POSIX version, XPG version, etc). guenther has
a more exact selection of that coming for limits.h.
this also fixes a few mistakes for the vax.
reviewed by kettenis and guenther.
|
| |
|
|
|
|
|
|
|
|
|
| |
addresses, remove the magic value to uniformize access to the mmio and
doesn't map the unused pseudo-vga registers.
While here simplify the console attachement logic and removed some
unused global variables. Tested by matthieu@ and myself on various
different G3 and G4 models.
ok kettenis@
|
| | |
|
| |
|
|
| |
ok deraadt@
|
| | |
|
| |
|
|
| |
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
|
| |
|
|
| |
ok miod@
|
| |
|
|
|
|
| |
function and move vgafb functions to there right place.
ok miod@
|
| | |
|
| |
|
|
| |
ok jsg@, kettenis@, deraadt@
|
| |
|
|
|
|
| |
bootloader and make use of strrchr() in hfs_open because we have it.
ok krw@
|
| |
|
|
|
|
|
|
|
|
|
| |
possibility to boot a kernel from an HFS partition when there is no
OpenBSD partition on the disk.
Problem reported by cbsoleil at gmail.com and analysed by otto@.
Tested by otto@, krw@ and drahn@
ok krw@, drahn@
|
| |
|
|
| |
by krw and myself.
|
| |
|
|
| |
int*. From Marco Trillo via tech@ long ago.
|
| | |
|
| |
|
|
|
| |
instead of having two levels of looping.
commit it for testing deraadt@
|
| |
|
|
|
| |
way is hardware not found in the openfirmware tree. diff from kettenis@
commit it deraadt@
|
| | |
|
| |
|
|
| |
grossly overstated.
|
| |
|
|
| |
the off level interrupt could lead to a hang. Fixes hang seen by jasper@
|
| |
|
|
| |
discussed with jsing and millert
|
| |
|
|
| |
after the bus_{addr,size}_t type definition change.
|
| |
|
|
|
|
|
| |
uint64_t, depending upon the platform; this makes the declaration of these
types consistent accross all our supported platform, and we do not intend
to support a platform where bus_addr_t could be larger than the size of the
cpu register. Requested by deraadt@ during s2k11
|
| | |
|
| |
|
|
| |
not the index. ok kettenis@
|
| | |
|
| |
|
|
| |
it was intended to be; reported by Donovan Watteau
|
| |
|
|
| |
several weeks before release on macppc, socppc bugs just fixed.
|
| | |
|
| |
|
|
|
|
|
| |
the checkdisklabel() calls themselves. What's good for hppa/hppa64
is not necessarily good for sgi/macppc.
Spotted by deraadt@.
|
| |
|
|
|
|
|
| |
where to write the OpenBSD disklabel even if there isn't yet a valid
OpenBSD disklabel at that location.
Alpha/Mac68k/Sparc/Sparc64 to come.
|
| |
|
|
|
|
|
|
|
| |
should go in the first block of the OpenBSD partition. Don't try to fake this out
by tweaking the partition offset, which just confused other disklabel consumers.
Problem noted on ppc@ by Mathieu Olivier some time ago.
ok drahn@
|
| | |
|
| |
|
|
|
|
| |
arch's LABELSECTOR == DOS_LABELSECTOR == 1, and LABELOFFSET == 0. Thus, to quote bob,
"This is a no-op". Makes the expression used when writing label the same as the one
used in readdoslabel().
|
| | |
|
| |
|
|
|
|
|
|
| |
will look for them. Without changing native label handling.
Compile tested on hppa by kettenis@.
"I see no issues" deraadt@
|
| |
|
|
|
|
|
|
| |
spikes in other developers by making it so that removal of a .d
file without removing the corresponding object will result in the
latter being treated as out of date.
ok beck@ art@ drahn@
|
| |
|
|
| |
ok beck deraadt
|
| |
|
|
|
|
|
|
| |
problem has been tracked down. This fixes the sharing of the signal
handling state: shared bits go in sigacts, per-rthread bits goes in
struct proc.
ok deraadt@
|
| |
|
|
|
|
| |
filled in. Move D_CLONE down to 0x0001 as suggested by thib.
ok deraadt thib
|
| |
|
|
|
|
|
|
| |
that's ever used it, and it's long since been changed to use
DVACT_{QUIESCE,SUSPEND,RESUME} instead.
ok deraadt@, dlg@; miod@ also agreed with this idea when I brought it
up a few weeks ago
|
| |
|
|
|
|
| |
the obvious cases to return EINVAL and ENXIO.
ok tedu deraadt
|
| |
|
|
|
|
| |
scsi?" rule, similar to how ethernet PHY drivers attach at mii.
Discussed on icb.
|
| | |
|
| |
|
|
|
| |
might need network (ie. nfs). Move the call to the MD boot() routines.
This cause for boot hangs diagnosed by kettenis.
|
| |
|
|
|
|
|
| |
As discussed on icb: remove the comment,
remove pmap_remove (uvm_km_free does that for us).
ok oga@, deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Allocating with M_WAITOK, checking for NULL, and calling panic() is
pointless (malloc() will panic if it can't allocate) so remove the check
and the call.
2) Allocating with M_WAITOK, checking for NULL, and then gracefully
handling failure to allocate is pointless. Instead also pass M_CANFAIL
so malloc() doesn't panic so we can actually handle it gracefully.
1) was done using Coccinelle.
Input from oga.
ok miod.
|
| |
|
|
| |
ok miod@
|
| |
|
|
| |
ok miod@
|
| |
|
|
|
|
|
|
| |
the specifics adb arguments.
Now apm(4) no longer depends on adb stuff and piic(4) doesn't attach on a
via-cuda machine (e.g. my color G3 iMac).
ok miod@
|