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:
hea
-lgeom -lbsdxml -lsbuf -lpthread -lutil
> +LDADD= -lgeom -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
__
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
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
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 i
MTX_RECURSE);
mtx_init(&bus->bus_spin_lock, device_get_nameunit(bus->parent),
- NULL, MTX_SPIN | MTX_RECURSE);
+ "bus_spin_lock", MTX_SPIN | MTX_RECURSE);
usb_callout_init_mtx(&bus->power_wdog,
&bus->bus_mtx, 0);
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
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
==
erload_task, &V_pf_overloadqueue);
> + V_pf_overloadqueue.vnet = curvnet;
Why not pass 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
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
head/sys/netinet/sctp_sysct
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: Karli.Sjoberg
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: Karli.Sjoberg
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 afte
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
stable/8/usr.sbin/bsnmpd/modules/snmp_
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
stable/9/usr.sbin/bsnmpd/modules/snmp_
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
stable/10/usr.sbin/bsnmpd/modules/snm
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
head/usr.sbin/bsnmpd/modules/snmp_
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: pj
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: pj
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: pj
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 ve
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:
he
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 lea
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
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: head/sbin/hastd/primar
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 memsyn
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
=
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
synchronizatio
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
synchronizatio
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
synchronizatio
t;Tom 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.
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
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 th
panic when leaving MC group in a kernel with VIMAGE enabled.
in_leavegroup() is called from an asynchronous task, and
igmp_change_state() requires that curvnet is set by the caller.
Concerning this more general solution from Gleb, with storing
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 sever
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 sever
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 po
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 po
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 sc
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:
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
==
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 resta
ild(pid, &mask) == 0 && restart) {
> sleep(1);
> goto restart;
> }
> pidfile_remove(pfh);
> + pidfile_remove(ppfh);
> exit(0); /* Exit status does not matter. */
> }
>
> @@ -240,7 +261,7 @@ static void
> usage(void)
> {
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
head/sys/netine
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
==
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
en destroying a vnet, due to inet/inet6 pfil hooks
are not being unregistered.
The attached patch fixes the issue for me. I am going to commit it if
there are no objections -- might the unregistration has been skipped
intentionally due to some unresolve
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 SO
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
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
==
if ((s = tcp_log_addrs(inc, th, NULL, NULL)))
1045 log(LOG_DEBUG, "%s; %s: Timestamp missing, "
1046 "no action\n", s, __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"
+marko-p2.txt
>
> (2) Revert my Bluetooth patch:
>
> http://people.freebsd.org/~rodrigc/patch-revert-GRN-253255.txt
Thanks.
--
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"
patch.
Concerning your combined patch, as I said previously I don't 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
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(). Al
kern/169991
Or do you 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"
kldload/kldunload part and commit
the last separately after testing (and fixing affected modules 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
_
re?
> + }
> +
> + error = sysctl_handle_int(oidp, &sc->sc_active, 0, req);
> + if ((error) || (req->newptr == NULL))
> + return (error);
> +
> + return (0);
> +}
--
Mikolaj Golub
___
sv
to commit too (I suppose
Marko had 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
___
s
fix the issue in a more
generic way:
http://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
_
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 set.
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 multic
che {
> u_int cache_limit;
> u_int rexmt_limit;
> u_int hash_secret;
> + struct vnet *sch_vnet;
I think you meant here:
+ struct vnet *vnet;
--
Mikolaj Golub
___
svn-src-all@freebsd.org mailing list
http:
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 rem
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 /proc/pid
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 NULL
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
stable/8/usr.sbin/bsnmpd/module
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
stable/9/usr.sbin/bsnmpd/module
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
stable/8/sbin/hastd/control.
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
stable/9/sbin/hastd/control.
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
&g
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), INP_REUSEPOR
is created and it makes no sense 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/listi
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: h
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)
Modifie
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)
Modifie
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:
stable/8/sbin/hastd/ha
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:
stable/9/sbin/hastd/ha
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
head/usr.sbin/bsnmpd/modules/snmp_ha
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
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:
head/sys/ke
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:
stable/9/li
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
DTYPE_VN
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
> >
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
Modified
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
Submitted by: zec
Tested by:Nikos Vass
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
Submitted by: zec
Tested by:Nikos Vass
On Fri, Jun 07, 2013 at 02:33:08PM +0400, Gleb Smirnoff wrote:
> On Fri, Jun 07, 2013 at 10:27:51AM +0000, 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
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
Submitted by: zec
Tested by:Nikos Vassiliadis
MFC aft
-0,0 +1,69 @@
+.\"-
+.\" Copyright (c) 2013 Mikolaj Golub
+.\" 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. Redistr
-0,0 +1,69 @@
+.\"-
+.\" Copyright (c) 2013 Mikolaj Golub
+.\" 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. Redistr
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:
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:
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, head
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, head
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 by
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: kib
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 ha
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.
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 info
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 li
1 - 100 of 456 matches
Mail list logo