On Wed, Nov 07, 2018 at 07:06:09PM -0500, Bryan Steele wrote:
> I'm revisiting some old tcpdump diffs, now that mestre@ has added proper
> unveil(2) support! :-)
>
> Refresher: https://marc.info/?l=openbsd-tech&m=150535073209723&w=2
>
> This hoists opening pf.os(5) fingerprints '-o' from the 'RUN
Since cscope supports C++, would the team accept a patch that updates
the fnmatch
in do_cscope to recognize .cc, .cpp and .hpp files?
I'm revisiting some old tcpdump diffs, now that mestre@ has added proper
unveil(2) support! :-)
Refresher: https://marc.info/?l=openbsd-tech&m=150535073209723&w=2
This hoists opening pf.os(5) fingerprints '-o' from the 'RUN' state to
the 'FILTER' state, this will allow for a reduced pledge(2) at
> Date: Sat, 3 Nov 2018 14:34:29 +
> From: Miod Vallat
>
> The hppa GENERIC kernel contains various debug options for pcmcia and
> cardbus code. None of the other platforms enables these options in
> GENERIC.
Thanks. Committed.
> Index: sys/arch/hppa/conf/GENERIC
>
Ping
On Thu, Oct 25, 2018 at 2:46 PM Peter Ezetta wrote:
> Hello,
>
> Diff below adds product IDs for the Nvidia Quadro M1200 Mobile graphics
> card and the Intel Xeon E3-1200 v6 7th gen Host Bridge (for mobile).
>
> Index: pcidevs
> ==
On Wed, Nov 07, 2018 at 01:02:28PM +, Ricardo Mestre wrote:
> Hi,
>
> tcpdrop(8) needs to access only two files, in this case /etc/hosts and
> /etc/resolv.conf both with read permissions for the purpose of name
> resolution.
> ethers(5) is not needed since we are not using any of the ether_*(
On Wed, Nov 07, 2018 at 10:52:59AM +0100, Klemens Nanni wrote:
> On Tue, Nov 06, 2018 at 11:01:37PM -0800, Ayaka Koshibe wrote:
> > Currently, switchd(8) defaults to listening on port 6633, which was
> > the defacto port value used by OpenFlow. A decent chunk of OpenFlow
> > controllers have switch
> From: Ben Pye
> Content-Type: text/plain; charset="utf-8"
>
> I have been attempting to run OpenBSD on my HP Chromebook 13, it's a
> Skylake device with eMMC storage. Previously sdhc attempted to set the
> same bus voltage multiple times, and after the first, successful,
> attempt it would brea
I have been attempting to run OpenBSD on my HP Chromebook 13, it's a
Skylake device with eMMC storage. Previously sdhc attempted to set the
same bus voltage multiple times, and after the first, successful,
attempt it would break resulting in all later commands timing out. This
patch changes sdhc su
Hi,
hotplugd(8) needs to open(2) `device' with read permissions, /dev/hotplug by
default but can be changed via arguments. Then it needs read/execute on both
_PATH_ETC_HOTPLUG_{ATTACH,DETACH} to access(2) and execl(3) them.
Tested successfully attaching/dettaching (mount/umount) an USB pen. Comme
Hello,
On hppa and landisk, bootstrap() is called from md_installboot().
md_installboot() is the last action before returning from main(),
but bootstrap() can explicitly free the buffer it calloc'd (boot).
I don't have access to hppa or landisk. Is someone able to check
that this doesn't break any
(dropping ports@)
> On Nov 5, 2018, at 9:22 AM, Marc Espie wrote:
>
>> On Mon, Nov 05, 2018 at 09:15:28AM -0500, Daniel Dickman wrote:
>> gcc uses them for precompiled headers (PCH) which is a local diff added
>> by kurt@ in 2009. its likely nothing in base uses PCH but i don't know
>> wha
On Wed, Nov 07, 2018 at 02:52:45PM +0100, Martijn van Duren wrote:
> Taken from my other ldap diff, but could easily be committed separately.
> From RFC2849:
> value-spec = ":" (FILL 0*1(SAFE-STRING) /
> ":" FILL (BASE64-STRING) /
>
Taken from my other ldap diff, but could easily be committed separately.
>From RFC2849:
value-spec = ":" (FILL 0*1(SAFE-STRING) /
":" FILL (BASE64-STRING) /
"<" FILL url)
; See notes 7 and 8
Hi,
tcpdrop(8) needs to access only two files, in this case /etc/hosts and
/etc/resolv.conf both with read permissions for the purpose of name resolution.
ethers(5) is not needed since we are not using any of the ether_*(3) family.
Since unistd.h needs to be included I also shuffled netdb.h into
Hi,
chpass(1) without parameters enters in edit mode by default, in here it will
need to execute _PATH_BSHELL to spawn a new EDITOR, _PATH_SHELLS to check
(read) if we are changing from/to a non-standard shell (in case we are not
root) and read access to `tempname' to verify if the file has valid
On Tue, Nov 06, 2018 at 11:01:37PM -0800, Ayaka Koshibe wrote:
> Hi all,
>
> Currently, switchd(8) defaults to listening on port 6633, which was
> the defacto port value used by OpenFlow. A decent chunk of OpenFlow
> controllers have switched over to the IANA standardized OpenFlow port,
> 6653. Wh
On Tue, Nov 06, 2018 at 11:01:37PM -0800, Ayaka Koshibe wrote:
> Currently, switchd(8) defaults to listening on port 6633, which was
> the defacto port value used by OpenFlow. A decent chunk of OpenFlow
> controllers have switched over to the IANA standardized OpenFlow port,
> 6653. While testing t
18 matches
Mail list logo