Hi,
In the case that a mue(4) device is put in promiscuous mode then hashtbl will
be used uninitialized a little bit down the road so set it 0 like it's done in
a lot of other devices. Coverity ID 1473316.
OK?
Index: if_mue.c
===
RC
On Tue, Sep 18, 2018 at 03:52:45PM +1000, Jonathan Gray wrote:
> Index: bwfm.c
> ===
> RCS file: /cvs/src/sys/dev/ic/bwfm.c,v
> retrieving revision 1.54
> diff -u -p -r1.54 bwfm.c
> --- bwfm.c25 Jul 2018 20:37:11 - 1.54
>
On Tue, Sep 18, 2018 at 03:50:21PM +1000, Jonathan Gray wrote:
> Index: ihidev.c
> ===
> RCS file: /cvs/src/sys/dev/i2c/ihidev.c,v
> retrieving revision 1.17
> diff -u -p -r1.17 ihidev.c
> --- ihidev.c 25 Aug 2018 18:32:05 -
On Tue, Sep 18, 2018 at 03:49:15PM +1000, Jonathan Gray wrote:
> Index: amdisplay.c
> ===
> RCS file: /cvs/src/sys/arch/armv7/omap/amdisplay.c,v
> retrieving revision 1.7
> diff -u -p -r1.7 amdisplay.c
> --- amdisplay.c 25 Oct 20
Hi Sascha,
Sascha Paunovic wrote on Tue, Sep 18, 2018 at 06:39:51AM +0200:
> while reading mandoc(1), I noticed that under the PostScript output
> section, it said the line-height was 1.4m, while it is 1.4em. I doubt
> the line-height is approximately as tall as a 5th grader, so let's
> clarify t
On Tue, Sep 18, 2018 at 11:52:59AM +0800, Michael Mikonos wrote:
> Hello,
>
> My spell-checker found the following typo this morning. OK?
>
> - Michael
>
morning.
yes, ok.
jmc
>
> Index: smtpctl.8
> ===
> RCS file: /cvs/src/usr.
Index: bwfm.c
===
RCS file: /cvs/src/sys/dev/ic/bwfm.c,v
retrieving revision 1.54
diff -u -p -r1.54 bwfm.c
--- bwfm.c 25 Jul 2018 20:37:11 - 1.54
+++ bwfm.c 18 Sep 2018 05:21:30 -
@@ -1297,6 +1297,7 @@ bwfm_proto
Index: ihidev.c
===
RCS file: /cvs/src/sys/dev/i2c/ihidev.c,v
retrieving revision 1.17
diff -u -p -r1.17 ihidev.c
--- ihidev.c25 Aug 2018 18:32:05 - 1.17
+++ ihidev.c18 Sep 2018 05:15:37 -
@@ -361,6 +361,7 @@ ihide
Index: amdisplay.c
===
RCS file: /cvs/src/sys/arch/armv7/omap/amdisplay.c,v
retrieving revision 1.7
diff -u -p -r1.7 amdisplay.c
--- amdisplay.c 25 Oct 2017 14:34:22 - 1.7
+++ amdisplay.c 18 Sep 2018 05:12:41 -
@@ -272,6 +
Hi,
while reading mandoc(1), I noticed that under the PostScript output
section, it said the line-height was 1.4m, while it is 1.4em. I doubt
the line-height is approximately as tall as a 5th grader, so let's
clarify this:
diff --git usr.bin/mandoc/mandoc.1 usr.bin/mandoc/mandoc.1
index aa19c49d6
On Mon, Sep 17, 2018 at 10:27:30AM +0100, Ricardo Mestre wrote:
> Hi,
>
> This plugs a resource leak in ieee80211_end_scan() when background scanning
> support was added to iwn(4). Noticed by Coverity ID 1473310.
>
> OK?
ok
>
> Index: ieee80211_node.c
>
Hello,
My spell-checker found the following typo this morning. OK?
- Michael
Index: smtpctl.8
===
RCS file: /cvs/src/usr.sbin/smtpd/smtpctl.8,v
retrieving revision 1.63
diff -u -p -u -r1.63 smtpctl.8
--- smtpctl.8 14 May 2018 15:
On Tue, 18 Sep 2018 03:30:39 +0200, Theo Buehler wrote:
> I don't mind the slight change of behavior in write(1) in an unlikely
> branch, but how about doing this instead?
>
> if ((login = user_from_uid(myuid, 1)) == NULL)
> login = "???";
>
> either way ok.
Th
On Sun, Sep 16, 2018 at 07:55:19AM -0600, Todd C. Miller wrote:
> Any rdist users out there? The way rdist does group caching (stash
> the struct group pointer) will stop working in the future so I'd
> like to get these changes in before then.
Perhaps we can give potential testers a bit more time
Ported from original vendor driver.
RT3290 is similar to RT5390 but integrates WLAN + Bluetooth on single chip.
Bluetooth not supported.
New 4kb firmware at /etc/firmware/ral-rt3290 for this chip only.
New routines to read efuse rom and control wlan core.
Tested on RT3090 and RT5390.
Index: s
On Mon, Sep 17, 2018 at 11:08:04AM -0600, Todd C. Miller wrote:
> Since we store each entry 3 times the estimate of the number of
> elements needs to be 3x the number of entries.
>
> Also set the bucket size to be the optimal file system block size
> instead of hard-coding to 4096.
ok tb
On Mon, Sep 17, 2018 at 11:14:40AM -0600, Todd C. Miller wrote:
> Two more pontential places where user_from_uid(3) makes sense.
> These were in my large diff but got lost chopping it up into smaller
> pieces.
I don't mind the slight change of behavior in write(1) in an unlikely
branch, but how ab
On Sun, Sep 16, 2018 at 1:15 PM, Johan Huldtgren
wrote:
> On 2018/09/16 10:52, David Higgs wrote:
>> On Sun, Sep 16, 2018 at 10:17 AM, David Higgs wrote:
>>> On Sat, Sep 15, 2018 at 10:05 PM, Philip Guenther
>>> wrote:
On Sat, Sep 15, 2018 at 11:59 AM David Higgs wrote:
>
> I ofte
Thomas de Grivel wrote:
> Le lun. 3 sept. 2018 à 23:33, Philip Guenther a écrit :
> >
> > On Mon, Sep 3, 2018 at 11:46 AM Thomas de Grivel wrote:
> >>
> >> I was browsing the DRM code ported from Linux and it's a terrible
> >> mess, is there any ongoing project to clean up that codebase or
> >>
Dear Tech reader,
I am recently working on Intel(R) Atom(TM) CPU C3758 intel devices.
SFP Intel card are not working in 6.3/current openBSD base
I did patch intel driver reading netbsd, freebsd and intel code of ixgbe
driver.
I am now transferring data between two openBSD at ~1.50 Gb/s
for mor
On Mon, 17 Sep 2018 23:55:32 +0800, Michael Mikonos wrote:
> In csh(1) the functions Malloc(), Calloc() & Reallocarray()
> are always called via the macros (which don't really do anything).
> This patch renames the functions and deletes the macros.
> Does this look OK?
OK millert@
- todd
Two more pontential places where user_from_uid(3) makes sense.
These were in my large diff but got lost chopping it up into smaller
pieces.
- todd
Index: usr.bin/write/write.c
===
RCS file: /cvs/src/usr.bin/write/write.c,v
retrievin
Since we store each entry 3 times the estimate of the number of
elements needs to be 3x the number of entries.
Also set the bucket size to be the optimal file system block size
instead of hard-coding to 4096.
- todd
Index: usr.sbin/pwd_mkdb/pwd_mkdb.c
===
Hello,
In csh(1) the functions Malloc(), Calloc() & Reallocarray()
are always called via the macros (which don't really do anything).
This patch renames the functions and deletes the macros.
Does this look OK?
- Michael
Index: csh.h
==
On Mon, Sep 17, 2018 at 09:06:16AM -0600, Todd C. Miller wrote:
> On Mon, 17 Sep 2018 15:53:06 +0200, Martijn van Duren wrote:
>
> > It should be safe. There are 5 instances where any() isn't called with
> > a string literal:
>
> Thanks for checking. OK millert@ for the diff.
>
> - todd
Also
On Mon, 17 Sep 2018 15:53:06 +0200, Martijn van Duren wrote:
> It should be safe. There are 5 instances where any() isn't called with
> a string literal:
Thanks for checking. OK millert@ for the diff.
- todd
On Mon, Sep 17, 2018 at 10:20:51AM -0300, Martin Pieuchot wrote:
> I'd like to always use the same name of `bridge_iflist', it helps me
> deal with the different data structures and their relation with `ifp'.
>
> Diff below use `bif' everywhere, ok?
Yes, p was a very unspecific name. OK bluhm@
On Fri, Sep 14, 2018 at 04:59:51PM +0200, Claudio Jeker wrote:
> This diff extends the existing trie code for prefix-set to also work with
> roa-set. Unlike prefix-set there is no need for a prefixlen mask during
> lookup, instead the source-as needs to be checked and also if the
> prefixlen of the
Hi,
I want to reduce the scope of the net lock and finally get a mutex
per inpcb or socket. A step in this direction is to remove the net
lock for netstat -an.
Introduce a global mutex that protects the tables and hashes for
the internet PCBs. To detect detached PCB, set its inp_socket field
to
On Sun, 16 Sep 2018 22:48:01 +0100
Jason McIntyre wrote:
> On Wed, Sep 12, 2018 at 05:40:49PM +0100, Jason McIntyre wrote:
> > On Wed, Sep 12, 2018 at 11:50:18AM +0200, Sascha Paunovic wrote:
> > > Since C99, string literal concatenation is provided, allowing the
> > > number of printf() calls
On 09/15/18 14:16, Todd C. Miller wrote:
> On Sat, 15 Sep 2018 12:42:22 +0200, Martijn van Duren wrote:
>
>> While here, should we also remove any in favour of strchr? Only
>> difference seems to be the return type (bool vs pointer).
>
> Note that any(NULL, ch) is safe whereas strchr(NULL, ch) wi
On Mon, Sep 17, 2018 at 01:27:03PM +0100, Ricardo Mestre wrote:
> And of course I missed disabling unveil(2) just right the first call...
>
> Index: audioctl.c
> ===
> RCS file: /cvs/src/usr.bin/audioctl/audioctl.c,v
> retrieving revi
I'd like to always use the same name of `bridge_iflist', it helps me
deal with the different data structures and their relation with `ifp'.
Diff below use `bif' everywhere, ok?
No intentional functional change.
Index: net/if_bridge.c
==
On Sun, Sep 16, 2018 at 10:58:28PM +0100, Jason McIntyre wrote:
> On Sun, Sep 16, 2018 at 05:49:58PM -0400, Matt Schwartz wrote:
> > Yes, the comment should go as it is superfluous. Let me know if you
> > decide you want the BUGS section after all and I will re-do the patch.
>
> thanks, but at thi
On Mon, Sep 17, 2018 at 02:40:49PM +0200, Robert Klein wrote:
> >
> > ok, so here's the diff i propose. yay? nay?
> > jmc
> >
> > Index: fdformat.c
> > ===
> > RCS file: /cvs/src/usr.sbin/fdformat/fdformat.c,v
> > retrieving revision
(sorry, if this turns up twice, first attempt didn't show up for a
couple of hours; updated doc patch below)
On Sun, 16 Sep 2018 22:48:01 +0100
Jason McIntyre wrote:
> On Wed, Sep 12, 2018 at 05:40:49PM +0100, Jason McIntyre wrote:
> > On Wed, Sep 12, 2018 at 11:50:18AM +0200, Sascha Paunovic w
And of course I missed disabling unveil(2) just right the first call...
Index: audioctl.c
===
RCS file: /cvs/src/usr.bin/audioctl/audioctl.c,v
retrieving revision 1.35
diff -u -p -u -r1.35 audioctl.c
--- audioctl.c 31 May 2017 04:18:
Hi,
This adds unveil(2) to audioctl(1) which only needs rw to the access control
device, which by default is /dev/audioctl0, but can be manipulated via args.
OK?
Index: audioctl.c
===
RCS file: /cvs/src/usr.bin/audioctl/audioctl.c,v
Hi,
This plugs a resource leak in ieee80211_end_scan() when background scanning
support was added to iwn(4). Noticed by Coverity ID 1473310.
OK?
Index: ieee80211_node.c
===
RCS file: /cvs/src/sys/net80211/ieee80211_node.c,v
retrievi
Hi tech@,
Since netcat can only process one connection at one time, maybe
UNIX-domain socket can use the same backlog parameter for listen()
function as network socket, thanks!
diff --git netcat.c netcat.c
index 341e7e5..b6fd199 100644
--- netcat.c
+++ netcat.c
@@ -894,7 +894,7 @@ unix_listen(cha
40 matches
Mail list logo