svn commit: r336237 - head/sys/geom/gate

2018-07-13 Thread Mikolaj Golub
Author: trociny (ports committer) Date: Fri Jul 13 07:08:06 2018 New Revision: 336237 URL: https://svnweb.freebsd.org/changeset/base/336237 Log: geom_gate: enable resize Reviewed By: pjd Approved By: pjd Differential Revision:https://reviews.freebsd.org/D11531 Modified:

Re: svn commit: r270117 - head/sbin/hastd

2014-08-19 Thread Mikolaj Golub
-lbsdxml -lsbuf -ll -lpthread -lutil I think the proper fix is to remove ${LIBL} from DPADD instead. In r250503 the intention was to remove libl dependency. It looks like I forgot to update DPADD then. -- Mikolaj Golub ___ svn-src-all@freebsd.org

svn commit: r268061 - stable/10/sys/netgraph/bluetooth/socket

2014-06-30 Thread Mikolaj Golub
Author: trociny Date: Mon Jun 30 19:46:17 2014 New Revision: 268061 URL: http://svnweb.freebsd.org/changeset/base/268061 Log: MFC r267336: PF_BLUETOOTH protocols: skip initialization of non-virtualized globals for non-default VNET instances. This fixes panic on a vnet initialization

svn commit: r268062 - stable/9/sys/netgraph/bluetooth/socket

2014-06-30 Thread Mikolaj Golub
Author: trociny Date: Mon Jun 30 19:47:26 2014 New Revision: 268062 URL: http://svnweb.freebsd.org/changeset/base/268062 Log: MFC r267336: PF_BLUETOOTH protocols: skip initialization of non-virtualized globals for non-default VNET instances. This fixes panic on a vnet initialization

svn commit: r267336 - head/sys/netgraph/bluetooth/socket

2014-06-10 Thread Mikolaj Golub
Author: trociny Date: Tue Jun 10 18:21:37 2014 New Revision: 267336 URL: http://svnweb.freebsd.org/changeset/base/267336 Log: PF_BLUETOOTH protocols: skip initialization of non-virtualized globals for non-default VNET instances. This fixes panic on a vnet initialization when ng_btsocket

Re: svn commit: r266394 - in head/sys/dev/usb: . controller

2014-06-07 Thread Mikolaj Golub
); + bus_spin_lock, MTX_SPIN | MTX_RECURSE); usb_callout_init_mtx(bus-power_wdog, bus-bus_mtx, 0); -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn

svn commit: r265227 - stable/10/sys/netpfil/ipfw

2014-05-02 Thread Mikolaj Golub
Author: trociny Date: Fri May 2 14:44:17 2014 New Revision: 265227 URL: http://svnweb.freebsd.org/changeset/base/265227 Log: MFC r264963: Define startup order the same way as it is in dummynet. Modified: stable/10/sys/netpfil/ipfw/ip_fw_nat.c Directory Properties: stable/10/ (props

svn commit: r264963 - head/sys/netpfil/ipfw

2014-04-26 Thread Mikolaj Golub
Author: trociny Date: Sat Apr 26 08:05:16 2014 New Revision: 264963 URL: http://svnweb.freebsd.org/changeset/base/264963 Log: Define startup order the same way as it is in dummynet. Modified: head/sys/netpfil/ipfw/ip_fw_nat.c Modified: head/sys/netpfil/ipfw/ip_fw_nat.c

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-19 Thread Mikolaj Golub
vnet as a context to pf_overload_task instead of V_pf_overloadqueue? Then you would not need this hack with storing a vnet inside a vnet variable. -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src

svn commit: r261650 - in head/sys: net netinet netinet/cc

2014-02-09 Thread Mikolaj Golub
Author: trociny Date: Sun Feb 9 08:13:17 2014 New Revision: 261650 URL: http://svnweb.freebsd.org/changeset/base/261650 Log: Fixup for r261590 (vnet sysctl handlers cleanup). Reviewed by: glebius Modified: head/sys/net/vnet.h head/sys/netinet/cc/cc_cdg.c

svn commit: r260924 - stable/10/usr.bin/script

2014-01-20 Thread Mikolaj Golub
Author: trociny Date: Mon Jan 20 20:33:40 2014 New Revision: 260924 URL: http://svnweb.freebsd.org/changeset/base/260924 Log: MFC r260833: Bring back r226403, the fix for bin/161526, which was (accidentally?) reverted in r238896. PR: bin/161526 Reported by:

svn commit: r260925 - stable/9/usr.bin/script

2014-01-20 Thread Mikolaj Golub
Author: trociny Date: Mon Jan 20 20:34:31 2014 New Revision: 260925 URL: http://svnweb.freebsd.org/changeset/base/260925 Log: MFC r260833: Bring back r226403, the fix for bin/161526, which was (accidentally?) reverted in r238896. PR: bin/161526 Reported by:

svn commit: r260833 - head/usr.bin/script

2014-01-17 Thread Mikolaj Golub
Author: trociny Date: Fri Jan 17 21:45:25 2014 New Revision: 260833 URL: http://svnweb.freebsd.org/changeset/base/260833 Log: Bring back r226403, the fix for bin/161526, which was (accidentally?) reverted in r238896. PR: bin/161526 Reported by: Karli.Sjoberg slu.se MFC

svn commit: r260412 - stable/10/usr.sbin/bsnmpd/modules/snmp_hast

2014-01-07 Thread Mikolaj Golub
Author: trociny Date: Tue Jan 7 21:23:41 2014 New Revision: 260412 URL: http://svnweb.freebsd.org/changeset/base/260412 Log: MFC r260049: Add mibs for hastd(1) queue stats. Modified: stable/10/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt

svn commit: r260413 - stable/9/usr.sbin/bsnmpd/modules/snmp_hast

2014-01-07 Thread Mikolaj Golub
Author: trociny Date: Tue Jan 7 21:24:34 2014 New Revision: 260413 URL: http://svnweb.freebsd.org/changeset/base/260413 Log: MFC r260049: Add mibs for hastd(1) queue stats. Modified: stable/9/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt

svn commit: r260414 - stable/8/usr.sbin/bsnmpd/modules/snmp_hast

2014-01-07 Thread Mikolaj Golub
Author: trociny Date: Tue Jan 7 21:25:18 2014 New Revision: 260414 URL: http://svnweb.freebsd.org/changeset/base/260414 Log: MFC r260049: Add mibs for hastd(1) queue stats. Modified: stable/8/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt

svn commit: r260049 - head/usr.sbin/bsnmpd/modules/snmp_hast

2013-12-29 Thread Mikolaj Golub
Author: trociny Date: Sun Dec 29 19:02:33 2013 New Revision: 260049 URL: http://svnweb.freebsd.org/changeset/base/260049 Log: Add mibs for hastd(1) queue stats. MFC after:1 week Modified: head/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt

svn commit: r260006 - in stable/10/sbin: hastctl hastd

2013-12-28 Thread Mikolaj Golub
Author: trociny Date: Sat Dec 28 19:21:22 2013 New Revision: 260006 URL: http://svnweb.freebsd.org/changeset/base/260006 Log: MFC r257155, r257582, r259191, r259192, r259193, r259194, r259195, r259196: r257155: Make hastctl list command output current queue sizes. Reviewed by:

svn commit: r260007 - in stable/9/sbin: hastctl hastd

2013-12-28 Thread Mikolaj Golub
Author: trociny Date: Sat Dec 28 19:22:23 2013 New Revision: 260007 URL: http://svnweb.freebsd.org/changeset/base/260007 Log: MFC r257155, r257582, r259191, r259192, r259193, r259194, r259195, r259196: r257155: Make hastctl list command output current queue sizes. Reviewed by:

svn commit: r260008 - in stable/8/sbin: hastctl hastd

2013-12-28 Thread Mikolaj Golub
Author: trociny Date: Sat Dec 28 19:23:16 2013 New Revision: 260008 URL: http://svnweb.freebsd.org/changeset/base/260008 Log: MFC r257155, r257582, r259191, r259192, r259193, r259194, r259195, r259196: r257155: Make hastctl list command output current queue sizes. Reviewed by:

svn commit: r259191 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 19:56:26 2013 New Revision: 259191 URL: http://svnweb.freebsd.org/changeset/base/259191 Log: For memsync replication, hio_countdown is used not only as an indication when a request can be moved to done queue, but also for detecting the current state of

svn commit: r259192 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 19:58:10 2013 New Revision: 259192 URL: http://svnweb.freebsd.org/changeset/base/259192 Log: Add some macros to make the code more readable (no functional chages). MFC after:2 weeks Modified: head/sbin/hastd/primary.c Modified:

svn commit: r259193 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:02:09 2013 New Revision: 259193 URL: http://svnweb.freebsd.org/changeset/base/259193 Log: Fix compiler warnings. MFC after:2 weeks Modified: head/sbin/hastd/nv.c head/sbin/hastd/proto.c Modified: head/sbin/hastd/nv.c

svn commit: r259194 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:05:07 2013 New Revision: 259194 URL: http://svnweb.freebsd.org/changeset/base/259194 Log: In remote_send_thread, if sending a request fails don't take the request back from the receive queue -- it might already be processed by remote_recv_thread, which

svn commit: r259195 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:06:41 2013 New Revision: 259195 URL: http://svnweb.freebsd.org/changeset/base/259195 Log: Send wakeup to threads waiting on empty queue before releasing the lock to decrease spurious wakeups. Submitted by: davidxu MFC after:2 weeks Modified:

svn commit: r259196 - head/sbin/hastd

2013-12-10 Thread Mikolaj Golub
Author: trociny Date: Tue Dec 10 20:09:49 2013 New Revision: 259196 URL: http://svnweb.freebsd.org/changeset/base/259196 Log: Check remote protocol version only for the first connection (when it is actually sent by the remote node). Otherwise it generated confusing Negotiated protocol

svn commit: r258258 - head/sys/netinet

2013-11-17 Thread Mikolaj Golub
Author: trociny Date: Sun Nov 17 15:09:39 2013 New Revision: 258258 URL: http://svnweb.freebsd.org/changeset/base/258258 Log: Deregister helper hooks on vnet destroy. Modified: head/sys/netinet/tcp_subr.c Modified: head/sys/netinet/tcp_subr.c

svn commit: r257465 - head/share/misc

2013-10-31 Thread Mikolaj Golub
McLaughlin\ntmclaug tota [label=TAKATSU Tomonari\nt...@freebsd.org\n2009/03/30] trasz [label=Edward Tomasz Napierala\ntr...@freebsd.org\n2007/04/12] trhodes [label=Tom Rhodes\ntrho...@freebsd.org\n2004/07/06] +trociny [label=Mikolaj Golub\ntroc...@freebsd.org\n2013/10/17] uqs [label=Ulrich

svn commit: r257468 - stable/10/sbin/hastd

2013-10-31 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 31 20:30:26 2013 New Revision: 257468 URL: http://svnweb.freebsd.org/changeset/base/257468 Log: MFC r257154: Merging local and remote bitmaps must be protected by hr_amp lock. This is believed to fix hastd crashes, which might occur during

svn commit: r257470 - stable/9/sbin/hastd

2013-10-31 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 31 20:31:16 2013 New Revision: 257470 URL: http://svnweb.freebsd.org/changeset/base/257470 Log: MFC r257154: Merging local and remote bitmaps must be protected by hr_amp lock. This is believed to fix hastd crashes, which might occur during

svn commit: r257471 - stable/8/sbin/hastd

2013-10-31 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 31 20:32:11 2013 New Revision: 257471 URL: http://svnweb.freebsd.org/changeset/base/257471 Log: MFC r257154: Merging local and remote bitmaps must be protected by hr_amp lock. This is believed to fix hastd crashes, which might occur during

svn commit: r257154 - head/sbin/hastd

2013-10-26 Thread Mikolaj Golub
Author: trociny Date: Sat Oct 26 08:35:54 2013 New Revision: 257154 URL: http://svnweb.freebsd.org/changeset/base/257154 Log: Merging local and remote bitmaps must be protected by hr_amp lock. This is believed to fix hastd crashes, which might occur during synchronization, triggered by

svn commit: r257155 - in head/sbin: hastctl hastd

2013-10-26 Thread Mikolaj Golub
Author: trociny Date: Sat Oct 26 08:38:21 2013 New Revision: 257155 URL: http://svnweb.freebsd.org/changeset/base/257155 Log: Make hastctl list command output current queue sizes. Reviewed by: pjd MFC after:1 month Modified: head/sbin/hastctl/hastctl.c head/sbin/hastd/control.c

Re: svn commit: r228969 - head/sys/netinet

2013-10-17 Thread Mikolaj Golub
it is safe when the vnet is being removed? In vnet_destroy() the vnet interfaces are moved back to their parent vnets, so setting the vnet context from the interface looks safer. -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http

svn commit: r256025 - stable/9/usr.sbin/daemon

2013-10-03 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 3 18:48:43 2013 New Revision: 256025 URL: http://svnweb.freebsd.org/changeset/base/256025 Log: MFC r255521, r255526, r255707: r255521 (jmg): add support for writing the pid of the daemon program to a pid file so that daemon can be used w/ rc.subr and

svn commit: r256026 - stable/8/usr.sbin/daemon

2013-10-03 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 3 18:50:09 2013 New Revision: 256026 URL: http://svnweb.freebsd.org/changeset/base/256026 Log: MFC r255521, r255526, r255707: r255521 (jmg): add support for writing the pid of the daemon program to a pid file so that daemon can be used w/ rc.subr and

svn commit: r256027 - stable/9/sbin/hastd

2013-10-03 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 3 18:52:04 2013 New Revision: 256027 URL: http://svnweb.freebsd.org/changeset/base/256027 Log: MFC r255714, r255716, r255717: r255714: Use cv_broadcast() instead of cv_signal() when waking up threads waiting on an empty queue as the queue may have

svn commit: r256028 - stable/8/sbin/hastd

2013-10-03 Thread Mikolaj Golub
Author: trociny Date: Thu Oct 3 18:53:13 2013 New Revision: 256028 URL: http://svnweb.freebsd.org/changeset/base/256028 Log: MFC r255714, r255716, r255717: r255714: Use cv_broadcast() instead of cv_signal() when waking up threads waiting on an empty queue as the queue may have

svn commit: r255707 - head/usr.sbin/daemon

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 18:00:05 2013 New Revision: 255707 URL: http://svnweb.freebsd.org/changeset/base/255707 Log: 1. Properly clean pid files in the case of the error. 2. Write the supervisor pid before the restart loop, so we don't uselessly rewrite it after every child

svn commit: r255717 - head/sbin/hastd

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 20:20:59 2013 New Revision: 255717 URL: http://svnweb.freebsd.org/changeset/base/255717 Log: Fix comments. Approved by: re (marius) MFC after:3 days Modified: head/sbin/hastd/secondary.c Modified: head/sbin/hastd/secondary.c

svn commit: r255716 - head/sbin/hastd

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 20:19:08 2013 New Revision: 255716 URL: http://svnweb.freebsd.org/changeset/base/255716 Log: When updating the map of dirty extents, most recently used extents are kept dirty to reduce the number of on-disk metadata updates. The sequence of operations is:

svn commit: r255714 - head/sbin/hastd

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 20:15:24 2013 New Revision: 255714 URL: http://svnweb.freebsd.org/changeset/base/255714 Log: Use cv_broadcast() instead of cv_signal() when waking up threads waiting on an empty queue as the queue may have several consumers. Before the fix the following

Re: svn commit: r255521 - head/usr.sbin/daemon

2013-09-14 Thread Mikolaj Golub
); exit(1); } -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r255523 - in head/sys: netinet netinet6

2013-09-13 Thread Mikolaj Golub
Author: trociny Date: Fri Sep 13 18:45:10 2013 New Revision: 255523 URL: http://svnweb.freebsd.org/changeset/base/255523 Log: Unregister inet/inet6 pfil hooks on vnet destroy. Discussed with: andre Approved by: re (rodrigc) Modified: head/sys/netinet/ip_input.c

svn commit: r255395 - stable/9/sys/netpfil/ipfw

2013-09-08 Thread Mikolaj Golub
Author: trociny Date: Sun Sep 8 17:47:14 2013 New Revision: 255395 URL: http://svnweb.freebsd.org/changeset/base/255395 Log: MFC r254776: Make ipfw nat init/unint work correctly for VIMAGE: * Do per vnet instance cleanup (previously it was only for vnet0 on module unload, and led

svn commit: r255397 - head/sys/netinet

2013-09-08 Thread Mikolaj Golub
Author: trociny Date: Sun Sep 8 18:19:40 2013 New Revision: 255397 URL: http://svnweb.freebsd.org/changeset/base/255397 Log: Relese the interface in the last. Reviewed by: glebius Approved by: re (kib) Modified: head/sys/netinet/ip_carp.c Modified: head/sys/netinet/ip_carp.c

Re: svn commit: r254773 - head/sys/net

2013-09-07 Thread Mikolaj Golub
to commit it if there are no objections -- might the unregistration has been skipped intentionally due to some unresolved issue? -- Mikolaj Golub Unregister inet/inet6 pfil hooks on vnet destroy. Index: sys/netinet/ip_input.c === --- sys

svn commit: r254776 - head/sys/netpfil/ipfw

2013-08-24 Thread Mikolaj Golub
Author: trociny Date: Sat Aug 24 11:59:51 2013 New Revision: 254776 URL: http://svnweb.freebsd.org/changeset/base/254776 Log: Make ipfw nat init/unint work correctly for VIMAGE: * Do per vnet instance cleanup (previously it was only for vnet0 on module unload, and led to libalias leaks

svn commit: r254778 - in stable/9/sys: netinet netinet6

2013-08-24 Thread Mikolaj Golub
Author: trociny Date: Sat Aug 24 12:10:11 2013 New Revision: 254778 URL: http://svnweb.freebsd.org/changeset/base/254778 Log: MFC r253282: A complete duplication of binding should be allowed if on both new and duplicated sockets a multicast address is bound and either SO_REUSEPORT or

svn commit: r254292 - head/sys/netinet

2013-08-13 Thread Mikolaj Golub
Author: trociny Date: Tue Aug 13 19:59:49 2013 New Revision: 254292 URL: http://svnweb.freebsd.org/changeset/base/254292 Log: Virtualize carp(4) variables to have per vnet control. Reviewed by: ae, glebius Modified: head/sys/netinet/ip_carp.c Modified: head/sys/netinet/ip_carp.c

Re: svn commit: r253210 - in head/sys: conf netinet

2013-07-15 Thread Mikolaj Golub
, __func__); 1047 } -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

2013-07-13 Thread Mikolaj Golub
good reasons to do this). I can't comment the netgraph related parts of your patch as I have no idea what is going on here. Though I think this could be committed separately if it is needed. -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http

Re: svn commit: r253314 - head/sys/net

2013-07-13 Thread Mikolaj Golub
, req); + if ((error) || (req-newptr == NULL)) + return (error); + + return (0); +} -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn

Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

2013-07-13 Thread Mikolaj Golub
if there are). The other parts of the patch look OK. So it works for you with your commit reverted and without Adrians' netgraph patch? -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

2013-07-13 Thread Mikolaj Golub
mean something else? -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

2013-07-13 Thread Mikolaj Golub
On Sat, Jul 13, 2013 at 02:18:26PM +0300, Mikolaj Golub wrote: I wonder if it fails on current too? It looks this code is not there any more. I will try. Yes. It crashes on current too. In pfattach(). Also, loading ipfw and ipfw_nat causes panics in ipfw_init() and ipfw_nat_init(). Although

Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

2013-07-13 Thread Mikolaj Golub
like very much that dance with is_default_vnet. What is a purpose of it? As for me, it only makes the code less readable. I would just set curvnet to vnet0, as it is in Marko's patch. -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http

Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

2013-07-13 Thread Mikolaj Golub
Adrian and Marko's patches, but omit Marko's changes to kldload/kldunload: http://people.freebsd.org/~rodrigc/vnet-patch-adrian+marko-p2.txt (2) Revert my Bluetooth patch: http://people.freebsd.org/~rodrigc/patch-revert-GRN-253255.txt Thanks. -- Mikolaj Golub

svn commit: r253281 - in stable/9/sys: netinet netinet6

2013-07-12 Thread Mikolaj Golub
Author: trociny Date: Fri Jul 12 18:54:47 2013 New Revision: 253281 URL: http://svnweb.freebsd.org/changeset/base/253281 Log: MFC r252710: In r227207, to fix the issue with possible NULL inp_socket pointer dereferencing, when checking for SO_REUSEPORT option (and SO_REUSEADDR for

svn commit: r253282 - in head/sys: netinet netinet6

2013-07-12 Thread Mikolaj Golub
Author: trociny Date: Fri Jul 12 19:08:33 2013 New Revision: 253282 URL: http://svnweb.freebsd.org/changeset/base/253282 Log: A complete duplication of binding should be allowed if on both new and duplicated sockets a multicast address is bound and either SO_REUSEPORT or SO_REUSEADDR is

Re: svn commit: r253255 - head/sys/netgraph/bluetooth/drivers/ubt

2013-07-12 Thread Mikolaj Golub
://lists.freebsd.org/pipermail/freebsd-hackers/2012-November/041120.html Unfortunately it was not tested. I think it would be very interesting to try it with hotplugabble devices. (I don't have any so can't test). -- Mikolaj Golub ___ svn-src-all@freebsd.org

Re: svn commit: r253210 - in head/sys: conf netinet

2013-07-11 Thread Mikolaj Golub
*sch_vnet; I think you meant here: + struct vnet *vnet; -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

svn commit: r253166 - stable/9/lib/libkvm

2013-07-10 Thread Mikolaj Golub
Author: trociny Date: Wed Jul 10 19:42:07 2013 New Revision: 253166 URL: http://svnweb.freebsd.org/changeset/base/253166 Log: Direct commit to stable branch to fix ABI breakage: In r227839, when removing libkvm dependency on procfs(5), kvm_uread() function, used for reading from

svn commit: r253167 - in head: . lib/libkvm

2013-07-10 Thread Mikolaj Golub
Author: trociny Date: Wed Jul 10 19:44:43 2013 New Revision: 253167 URL: http://svnweb.freebsd.org/changeset/base/253167 Log: In r227839, when removing libkvm dependency on procfs(5), kvm_uread() function, used for reading from /proc/pid/mem, was removed too. But the function declaration

svn commit: r252818 - in stable/9/sbin: hastctl hastd

2013-07-05 Thread Mikolaj Golub
Author: trociny Date: Fri Jul 5 18:44:10 2013 New Revision: 252818 URL: http://svnweb.freebsd.org/changeset/base/252818 Log: MFC r252472: Make hastctl(1) ('list' command) output a worker pid. Reviewed by: pjd Modified: stable/9/sbin/hastctl/hastctl.c

svn commit: r252819 - in stable/8/sbin: hastctl hastd

2013-07-05 Thread Mikolaj Golub
Author: trociny Date: Fri Jul 5 18:44:41 2013 New Revision: 252819 URL: http://svnweb.freebsd.org/changeset/base/252819 Log: MFC r252472: Make hastctl(1) ('list' command) output a worker pid. Reviewed by: pjd Modified: stable/8/sbin/hastctl/hastctl.c

svn commit: r252820 - stable/9/usr.sbin/bsnmpd/modules/snmp_hast

2013-07-05 Thread Mikolaj Golub
Author: trociny Date: Fri Jul 5 18:46:35 2013 New Revision: 252820 URL: http://svnweb.freebsd.org/changeset/base/252820 Log: MFC r252516, r252540: Add a mib for worker process ID. Modified: stable/9/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt

svn commit: r252821 - stable/8/usr.sbin/bsnmpd/modules/snmp_hast

2013-07-05 Thread Mikolaj Golub
Author: trociny Date: Fri Jul 5 18:47:25 2013 New Revision: 252821 URL: http://svnweb.freebsd.org/changeset/base/252821 Log: MFC r252516, r252540: Add a mib for worker process ID. Modified: stable/8/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt

svn commit: r252829 - stable/9/sys/kern

2013-07-05 Thread Mikolaj Golub
Author: trociny Date: Fri Jul 5 19:38:57 2013 New Revision: 252829 URL: http://svnweb.freebsd.org/changeset/base/252829 Log: MFC r252313, r252349, 252436: To avoid LOR, drop the filedesc lock in export_fd_to_sb(), before writing to sbuf. MFC r252351 (mjg): Remove duplicate

svn commit: r252710 - in head/sys: netinet netinet6

2013-07-04 Thread Mikolaj Golub
Author: trociny Date: Thu Jul 4 18:38:00 2013 New Revision: 252710 URL: http://svnweb.freebsd.org/changeset/base/252710 Log: In r227207, to fix the issue with possible NULL inp_socket pointer dereferencing, when checking for SO_REUSEPORT option (and SO_REUSEADDR for multicast),

Re: svn commit: r252710 - in head/sys: netinet netinet6

2013-07-04 Thread Mikolaj Golub
On Thu, Jul 04, 2013 at 06:38:01PM +, Mikolaj Golub wrote: Author: trociny Date: Thu Jul 4 18:38:00 2013 New Revision: 252710 URL: http://svnweb.freebsd.org/changeset/base/252710 Log: In r227207, to fix the issue with possible NULL inp_socket pointer dereferencing, when checking

svn commit: r252516 - head/usr.sbin/bsnmpd/modules/snmp_hast

2013-07-02 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 2 18:54:39 2013 New Revision: 252516 URL: http://svnweb.freebsd.org/changeset/base/252516 Log: Add a mib for worker process ID. MFC after:3 days Modified: head/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt

svn commit: r252517 - stable/9/sbin/hastd

2013-07-02 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 2 19:27:07 2013 New Revision: 252517 URL: http://svnweb.freebsd.org/changeset/base/252517 Log: MFC r248294, r248296: r248294 (pjd): Delete requests can be larger than MAXPHYS. r248296 (pjd): Minor corrections. Modified:

svn commit: r252518 - stable/8/sbin/hastd

2013-07-02 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 2 19:28:16 2013 New Revision: 252518 URL: http://svnweb.freebsd.org/changeset/base/252518 Log: MFC r248294, r248296: r248294 (pjd): Delete requests can be larger than MAXPHYS. r248296 (pjd): Minor corrections. Modified:

svn commit: r252519 - stable/9/sbin/hastctl

2013-07-02 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 2 19:29:00 2013 New Revision: 252519 URL: http://svnweb.freebsd.org/changeset/base/252519 Log: MFC r248286 (pjd): Removed redundant includes. Modified: stable/9/sbin/hastctl/hastctl.c Directory Properties: stable/9/sbin/hastctl/ (props changed)

svn commit: r252520 - stable/8/sbin/hastctl

2013-07-02 Thread Mikolaj Golub
Author: trociny Date: Tue Jul 2 19:29:45 2013 New Revision: 252520 URL: http://svnweb.freebsd.org/changeset/base/252520 Log: MFC r248286 (pjd): Removed redundant includes. Modified: stable/8/sbin/hastctl/hastctl.c Directory Properties: stable/8/sbin/hastctl/ (props changed)

svn commit: r252540 - head/usr.sbin/bsnmpd/modules/snmp_hast

2013-07-02 Thread Mikolaj Golub
Author: trociny Date: Wed Jul 3 05:54:23 2013 New Revision: 252540 URL: http://svnweb.freebsd.org/changeset/base/252540 Log: hastResourceWorkerPid is read-only. Submitted by: jilles MFC after:3 days Modified: head/usr.sbin/bsnmpd/modules/snmp_hast/BEGEMOT-HAST-MIB.txt Modified:

Re: svn commit: r252516 - head/usr.sbin/bsnmpd/modules/snmp_hast

2013-07-02 Thread Mikolaj Golub
for a network management system to change it. Yes, it was intended to be read-only. Fixed. Thank you for spotting this. -- Mikolaj Golub ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

svn commit: r252472 - in head/sbin: hastctl hastd

2013-07-01 Thread Mikolaj Golub
Author: trociny Date: Mon Jul 1 18:41:07 2013 New Revision: 252472 URL: http://svnweb.freebsd.org/changeset/base/252472 Log: Make hastctl(1) ('list' command) output a worker pid. Reviewed by: pjd MFC after:3 days Modified: head/sbin/hastctl/hastctl.c head/sbin/hastd/control.c

svn commit: r252410 - stable/9/lib/libprocstat

2013-06-30 Thread Mikolaj Golub
Author: trociny Date: Sun Jun 30 08:36:19 2013 New Revision: 252410 URL: http://svnweb.freebsd.org/changeset/base/252410 Log: MFC r250378: Make errbuf optional, so if a caller is not interested in an error message she can pass NULL (procstat(1) already does this). Modified:

svn commit: r252436 - head/sys/kern

2013-06-30 Thread Mikolaj Golub
Author: trociny Date: Mon Jul 1 03:27:14 2013 New Revision: 252436 URL: http://svnweb.freebsd.org/changeset/base/252436 Log: Plug up the lock lock leakage when exporting to a short buffer. Reported by: Alexander Leidinger Submitted by: mjg MFC after:1 week Modified:

Re: svn commit: r252313 - head/sys/kern

2013-06-28 Thread Mikolaj Golub
On Fri, Jun 28, 2013 at 09:44:30AM +0300, Konstantin Belousov wrote: On Fri, Jun 28, 2013 at 03:03:46AM +0200, Mateusz Guzik wrote: On Thu, Jun 27, 2013 at 07:14:04PM +, Mikolaj Golub wrote: Author: trociny Date: Thu Jun 27 19:14:03 2013 New Revision: 252313 URL: http

svn commit: r252349 - head/sys/kern

2013-06-28 Thread Mikolaj Golub
Author: trociny Date: Fri Jun 28 18:07:41 2013 New Revision: 252349 URL: http://svnweb.freebsd.org/changeset/base/252349 Log: Rework r252313: The filedesc lock may not be dropped unconditionally before exporting fd to sbuf: fd might go away during execution. While it is ok for

svn commit: r252313 - head/sys/kern

2013-06-27 Thread Mikolaj Golub
Author: trociny Date: Thu Jun 27 19:14:03 2013 New Revision: 252313 URL: http://svnweb.freebsd.org/changeset/base/252313 Log: To avoid LOR, always drop the filedesc lock before exporting fd to sbuf. Reviewed by: kib MFC after:3 days Modified: head/sys/kern/kern_descrip.c

svn commit: r251779 - stable/9/sys/net

2013-06-15 Thread Mikolaj Golub
Author: trociny Date: Sat Jun 15 08:06:22 2013 New Revision: 251779 URL: http://svnweb.freebsd.org/changeset/base/251779 Log: MFC r251490: Properly set curvnet context in lagg_port_setlladdr() task handler. Reported by: Nikos Vassiliadis nvass gmx.com Submitted by: zec Tested by:

svn commit: r251780 - stable/8/sys/net

2013-06-15 Thread Mikolaj Golub
Author: trociny Date: Sat Jun 15 08:07:47 2013 New Revision: 251780 URL: http://svnweb.freebsd.org/changeset/base/251780 Log: MFC r251490: Properly set curvnet context in lagg_port_setlladdr() task handler. Reported by: Nikos Vassiliadis nvass gmx.com Submitted by: zec Tested by:

svn commit: r251490 - head/sys/net

2013-06-07 Thread Mikolaj Golub
Author: trociny Date: Fri Jun 7 10:27:50 2013 New Revision: 251490 URL: http://svnweb.freebsd.org/changeset/base/251490 Log: Properly set curvnet context in lagg_port_setlladdr() task handler. Reported by: Nikos Vassiliadis nvass gmx.com Submitted by: zec Tested by:Nikos

Re: svn commit: r251490 - head/sys/net

2013-06-07 Thread Mikolaj Golub
On Fri, Jun 07, 2013 at 02:33:08PM +0400, Gleb Smirnoff wrote: On Fri, Jun 07, 2013 at 10:27:51AM +, Mikolaj Golub wrote: M Author: trociny M Date: Fri Jun 7 10:27:50 2013 M New Revision: 251490 M URL: http://svnweb.freebsd.org/changeset/base/251490 M M Log: M Properly set curvnet

svn commit: r251003 - stable/9/lib/libprocstat

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:26:29 2013 New Revision: 251003 URL: http://svnweb.freebsd.org/changeset/base/251003 Log: MFC r250147: procstat_getpathname: for kvm method, instead of returning the error that the method is not supported, return an empty string. This looks more

svn commit: r251004 - in stable/9/sbin: hastctl hastd

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:28:36 2013 New Revision: 251004 URL: http://svnweb.freebsd.org/changeset/base/251004 Log: r250503 Get rid of libl dependency. We needed it only to provide yywrap. But yywrap is not necessary when parsing a single hast.conf file. Suggested by:

svn commit: r251005 - in stable/8/sbin: hastctl hastd

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:30:07 2013 New Revision: 251005 URL: http://svnweb.freebsd.org/changeset/base/251005 Log: MFC r250503: Get rid of libl dependency. We needed it only to provide yywrap. But yywrap is not necessary when parsing a single hast.conf file. Suggested

svn commit: r251006 - in stable/9/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:35:52 2013 New Revision: 251006 URL: http://svnweb.freebsd.org/changeset/base/251006 Log: MFC r250379, r250503: HAST module for bsnmpd(1). Reviewed by: harti, pjd Added: stable/9/usr.sbin/bsnmpd/modules/snmp_hast/ - copied from r250379,

svn commit: r251007 - in stable/8/usr.sbin/bsnmpd/modules: . snmp_hast

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:37:20 2013 New Revision: 251007 URL: http://svnweb.freebsd.org/changeset/base/251007 Log: MFC r250379, r250503: HAST module for bsnmpd(1). Reviewed by: harti, pjd Added: stable/8/usr.sbin/bsnmpd/modules/snmp_hast/ - copied from r250379,

svn commit: r251008 - stable/9/contrib/bsnmp

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:38:46 2013 New Revision: 251008 URL: http://svnweb.freebsd.org/changeset/base/251008 Log: MFC r250380: Register OID for HAST module. Modified: stable/9/contrib/bsnmp/oid-list Directory Properties: stable/9/contrib/bsnmp/ (props changed) Modified:

svn commit: r251009 - stable/8/contrib/bsnmp

2013-05-26 Thread Mikolaj Golub
Author: trociny Date: Sun May 26 18:39:33 2013 New Revision: 251009 URL: http://svnweb.freebsd.org/changeset/base/251009 Log: MFC r250380: Register OID for HAST module. Modified: stable/8/contrib/bsnmp/oid-list Directory Properties: stable/8/contrib/bsnmp/ (props changed) Modified:

svn commit: r251010 - stable/9/usr.sbin/bsnmpd/modules/snmp_hast

2013-05-26 Thread Mikolaj Golub
+1,69 @@ +.\- +.\ Copyright (c) 2013 Mikolaj Golub troc...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided that the following conditions +.\ are met: +.\ 1. Redistributions of source code must

svn commit: r251011 - stable/8/usr.sbin/bsnmpd/modules/snmp_hast

2013-05-26 Thread Mikolaj Golub
+1,69 @@ +.\- +.\ Copyright (c) 2013 Mikolaj Golub troc...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided that the following conditions +.\ are met: +.\ 1. Redistributions of source code must

svn commit: r250870 - in stable/9: . lib/libprocstat

2013-05-21 Thread Mikolaj Golub
Author: trociny Date: Tue May 21 19:04:16 2013 New Revision: 250870 URL: http://svnweb.freebsd.org/changeset/base/250870 Log: MFC r249666, r249667, r249670, r249672, r249674, r249676, r249677, r249679, r249681, r249684, r249688, r249711, r249731, r250146 r249666, r249682: Make

svn commit: r250871 - stable/9/usr.bin/procstat

2013-05-21 Thread Mikolaj Golub
Author: trociny Date: Tue May 21 19:05:27 2013 New Revision: 250871 URL: http://svnweb.freebsd.org/changeset/base/250871 Log: MFC r249668, r249669, r249671, r249673, r249675, r249678, r249680, r249683, r249685, r249686: r249668: Use procstat_getprocs(3) for retrieving thread

svn commit: r250872 - stable/9/usr.bin/gcore

2013-05-21 Thread Mikolaj Golub
Author: trociny Date: Tue May 21 19:06:17 2013 New Revision: 250872 URL: http://svnweb.freebsd.org/changeset/base/250872 Log: MFC r249687, r249704, r250511: r249687, r249704: Sync gcore(1) with the recent changes in kernel code aimed at adding procstat notes to a process core file.

  1   2   3   4   5   >