Age | Commit message (Collapse) | Author |
|
|
|
Instead, have both -fpic and -fPIC only select pic code generation, and
use whatever memory mode is specified (with -mlarge-data being the implicit
default).
This means that -fpic and -fPIC will be equivalent by default under OpenBSD
again, as was the case with gcc 2.x; this will help porter's lives.
No consensus but a majority of developers in favour of this change (including
martin@, pvalchev@, deraadt@ and I), so in it goes.
|
|
ok bernd, espie
|
|
- note that the flags [-hiln] are extensions
|
|
- use .Ex instead of an entire DIAGNOSTICS section
|
|
All relevant information in the rip daemon can be displayed with this
controller.
Not connected to builds yet.
ok claudio@
|
|
imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@
|
|
started by Michele Marchetto some time ago by using the imsg/three process framework
of ospfd. He implemented most of the daemon with a little help and guidance from
Claudio and I.
Currently the daemon is more or less complete, with the exception of key lifetime
and rollover.
Not yet connected to the builds.
OK claudio@
|
|
|
|
receives. Previously a non-blocking socket would mask this error by
returning EWOULDBLOCK and mislead applications to think accept() may
eventually succeed. Corrects a pthreads deadlock reported by Tero Koskinen
<tero.koskinen at iki.fi> okay kettenis@, theo@, markus@
|
|
data. Eliminate it, and just use the data being read in while
processing MBR and EBR records.
Should be no functional change.
ok weingart@ deraadt@
|
|
a disk rather than accepting the cylinder count provided by the disk
or controller. This cylinder count will be '16383' for any disk >8.4G
according to the ATA spec. CPU_BIOS on i386/amd64 has magic to deal
with this, but other archs do not need to be restricted by the needs
of PC BIOS.
Fixes the default MBR OpenBSD partition size and disklabel on non-CPU_BIOS
archtitectures.
No change to behaviour on i386/amd64 machines.
Noted by Stuart Henderson on his Thecus.
Testing by various, including 'old i386 machines' nick@
ok tom@ pedro@ weingart@ deraadt@
|
|
eliminates firmware timeouts.
Tested by pedro la peu <pedro at am-gen dot org> with a 5752 ASIC and
Benjamin Black <ben at layer8 dot net> with a 5787 ASIC.
|
|
ok kettenis@ "Looks correct to me" krw@
|
|
|
|
provided nothing else happens (like, huh, the presence of actual conflicts
between files).
Allows nikolay@ to work with redhat/base and fedora_core at the same time.
|
|
rather than when CPUID says we're on any Geode. Should avoid reset
failure on Nokia IP110s and other non-SC1100 Geode-based systems.
Reset should hopefully still work on Soekris Net4801s and PC Engines
WRAP systems, but no-one bothered to test and report back in two days.
"commit" deraadt@
|
|
Try to get bpf mtaps working soon to see what exactly happens there.
Based on rt2661.c, your code is just nice to read damien ;)
ok claudio@
|
|
this can potentially block indefinitely. Instead just
protect against fd state transitions and perform
the _thread_sys_shutdown(). Fixes deadlock reported by
Tero Koskinen <tero.koskinen at iki.fi>. okay kettenis@
|
|
match more the actual reality. Still unsure about it as we don't have any
documentation to verify against. OK mglocker@
|
|
to be); pr 5256
|
|
ok deraadt@
|
|
|
|
ok henning@ dhartmei@ deraadt@
|
|
|
|
ok jmc@
|
|
Seems to fit pretty well. Does not do anything useful right now. The bits
in the interrupt handler and of course the TX ring are still missing.
OK mglocker@
|
|
ok art@
|
|
|
|
pointed out by david@
ok mpf@ dhartmei@
|
|
|
|
|
|
it triggered a panic on detach of the scsibus when it tried to use the
adapters scsi_link struct that was no longer there.
issue found by and this fix tested by pedro@
ok krw@ looks right deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a problem loading the kernel.
|
|
OK cloder@.
|
|
From wpaul@FreeBSD
ok kettenis@
|
|
based on -r1.22 from freebsd (i386 version anyway),
submitted by andreas fuchs,
improved by ru@freebsd,
then again by myself and mickey
ok mickey
|
|
|
|
|
|
ironically, after simplifying SYNOPSIS as much as i can,
we now match what we had all along in usage() ;)
ok otto
|
|
32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify
the state field name to match the justification of the state data.
OK jmc@
|
|
|
|
|
|
|