Recent commit ("Syncronize filesystems to disk when suspending.") has
added int argument to sync() vfsops, but sys/tmpfs missed that change.
https://leaf.dragonflybsd.org/~tkusumi/diff/openbsd/tmpfs-sync-fix-arg.cvs.patch
Index: sys/tmpfs/tmpfs_vfsops.c
===
Hello,
compared with upl driver code (if_upl.c), I found ugl needs maintenance.
- remove extra blank line
- roll back (not commit) when ugl_send() failed
- call ifq_clr_oactive() before splx()
ok?
Index: if_ugl.c
===
RCS file: /
Hi,
i tested gpioow on beaglebone black a few days ago, and when i was lazy
to fix the 'cables' my sensors were attached to, console was spammed
over night by some of the sensors.
i found the hotplug spam+disappearing sensors annoying.
if i read gpioctl(8) correctly, i should be able to pass thes
This adds hibernate support for sdmmc devices, only for sdhc controllers for
now, but other controllers get most of the way there for free.
This uses the normal io path as much as possible. The main thing I've had to
duplicate is the sdhc interrupt handler, which calls scary things like wakeup()
There are a couple of ports with bootstraps that include libpthread.so,
these need regenerating to work with this.
This includes devel/jdk (should build ok with FLAVOR=native_bootstrap
if you have an already-installed copy of jdk) and lang/rust (I'm doing
a test build where I've done make extract,
Hi,
at worst, for ARMv5TE and above the hint instructions execute as NOPs,
if they are not implemented.
while the Q in link below, does mention Cortex-A8,
i believe the "answer" they provide, does somewhat apply 'upwards' :)
-Artturi
Q: What is the fastest way to copy memory on a Cortex-A8?
ht
Hi,
was 'grepping' for something, and these came up.
i guess atleast trampoline.S would work w/o including assym.h at all,
but here is what i'm sure enough of w/o actually compiling yet. :D
-Artturi
diff --git sys/arch/arm64/conf/Makefile.arm64 sys/arch/arm64/conf/Makefile.arm64
index bd56f7a1
Tue, 6 Mar 2018 10:46:24 -0500 Kurt Mosiejczuk
> On Mon, Mar 05, 2018 at 08:07:53PM -0700, Theo de Raadt wrote:
>
> > If we added the complete english language, /usr would be full.
>
> > (Already a few people having trouble with multiple upgrades + the
> > new kernel/library link kits)
>
>
The following patch makes it possible to handle all FastCGI requests
with a single script so it can route clean URLs itself.
Was it already possible some other way?
And, regardless of this patch, is it even a feature you'd
like to see in base? Any suggestion for a better implementation?
server
BTW, this diff is in snapshots.
Almost 2 decades ago we started work on W^X. The concept was simple.
Pages that are writeable, should not be executable. We applies this
concept object by object, trying to seperate objects with different
qualities to different pages. The first one we handled was the signal
trampoline at the top
On Tue, Mar 06, 2018 at 03:49:49PM +, Theo de Raadt wrote:
> >On Mon, Mar 05, 2018 at 08:07:53PM -0700, Theo de Raadt wrote:
> >
> >> If we added the complete english language, /usr would be full.
> >
> >> (Already a few people having trouble with multiple upgrades + the
> >> new kernel/library
>On Mon, Mar 05, 2018 at 08:07:53PM -0700, Theo de Raadt wrote:
>
>> If we added the complete english language, /usr would be full.
>
>> (Already a few people having trouble with multiple upgrades + the
>> new kernel/library link kits)
>
>If we had definitions, I might agree with you that it might
On Mon, Mar 05, 2018 at 08:07:53PM -0700, Theo de Raadt wrote:
> If we added the complete english language, /usr would be full.
> (Already a few people having trouble with multiple upgrades + the
> new kernel/library link kits)
If we had definitions, I might agree with you that it might fill /us
Hi,
From: Mike Larkin
Subject: Re: workaround for buggy bios_memmap?
Date: Mon, 5 Mar 2018 23:41:23 -0800
>> is there any better workaround/idea to solve this issue?
>>
>
> maybe report it upstream to bhyve if you think this really is a bhyve issue?
well, yes, bhyve issue should be reported t
15 matches
Mail list logo