Re: svn commit: r221703 - in head/sys: amd64/include i386/include x86/isa x86/x86

2011-05-12 Thread Stanislav Sedov
fy the user that it may be usable. > Hi, Jung-uk! My kernel no longer boots on my Dual Xeon Dell Precision after this commit. It hangs immediately after the "AP launched" messages. I uploaded my verbose boot log from the old kernel to http://www.SpringDaemons.com/stas/boot.ver

svn commit: r221807 - in head: lib lib/libprocstat lib/libprocstat/zfs lib/libutil sys/kern sys/sys usr.bin/fstat usr.bin/fstat/zfs usr.bin/procstat

2011-05-12 Thread Stanislav Sedov
=== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lib/libprocstat/common_kvm.c Thu May 12 10:11:39 2011 (r221807) @@ -0,0 +1,207 @@ +/*- + * Copyright (c) 2009 Stanislav Sedov + * Copyright (c

Re: svn commit: r221703 - in head/sys: amd64/include i386/include x86/isa x86/x86

2011-05-12 Thread Stanislav Sedov
ion is true, exits smp_rendezvous_cpus() > and > calls it again > - the slave CPU is still in spinwait > - the master CPU resets smp_rv_waiters[2] to zero > - the slave CPU exits spinwait, see smp_rv_waiters[2] with zero value > - endless loop > That might explain it. Do you have a patch

svn commit: r221808 - head/sys/kern

2011-05-12 Thread Stanislav Sedov
Author: stas Date: Thu May 12 10:56:33 2011 New Revision: 221808 URL: http://svn.freebsd.org/changeset/base/221808 Log: - Do no try to drop a NULL filedesc pointer. Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c =

Re: svn commit: r221816 - head/usr.bin/fstat

2011-05-12 Thread Stanislav Sedov
! Apparently I did `make universe` in the wrong tree... -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments ___ svn-src-head@freebsd.org mailing list http://lists.free

svn commit: r221824 - head/lib/libprocstat

2011-05-12 Thread Stanislav Sedov
Author: stas Date: Thu May 12 22:21:39 2011 New Revision: 221824 URL: http://svn.freebsd.org/changeset/base/221824 Log: - Don't try to build NWFS support module if NCP/IPX is disabled in the build. - Rename ZFS definition to LIBPROCSTAT_ZFS to be consistent with NWFS and to prevent possibl

svn commit: r221862 - head/sys/sys

2011-05-13 Thread Stanislav Sedov
Author: stas Date: Fri May 13 23:10:55 2011 New Revision: 221862 URL: http://svn.freebsd.org/changeset/base/221862 Log: - Bump __FreeBSD_version to note the revision when libprocstat(3) and fuser(1) have been added to the tree. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.

svn commit: r221874 - head/usr.bin/fstat

2011-05-13 Thread Stanislav Sedov
@@ -.\" Copyright (c) 2005-2009 Stanislav Sedov +.\" Copyright (c) 2005-2011 Stanislav Sedov .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 31, 2009 +.Dd

Re: svn commit: r221807 - in head: lib lib/libprocstat lib/libprocstat/zfs lib/libutil sys/kern sys/sys usr.bin/fstat usr.bin/fstat/zfs usr.bin/procstat

2011-05-14 Thread Stanislav Sedov
ms I was wrong and that change was actually introduced in 8.0. It thus makes MFC possible. I don't have immediate plans for this though, but I might do it if there's enough demand and it demonstrates to be stable enough in HEAD. Sorry for being misleading! -- Stanislav Sedov

svn commit: r221931 - head/lib/libprocstat

2011-05-14 Thread Stanislav Sedov
Author: stas Date: Sat May 14 22:15:38 2011 New Revision: 221931 URL: http://svn.freebsd.org/changeset/base/221931 Log: - Add symbol versioning to libprocstat. Suggested by: kib Added: head/lib/libprocstat/Symbol.map (contents, props changed) head/lib/libprocstat/Versions.def (cont

svn commit: r221936 - head/lib/libprocstat

2011-05-14 Thread Stanislav Sedov
Author: stas Date: Sun May 15 00:46:25 2011 New Revision: 221936 URL: http://svn.freebsd.org/changeset/base/221936 Log: - Whitespace fix. Modified: head/lib/libprocstat/libprocstat.c Modified: head/lib/libprocstat/libprocstat.c

Re: svn commit: r243554 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-11-28 Thread Stanislav Sedov
This should probably be a default behavior. It's not good when all these warnings pop up everywhere just because local.sqlite file is present. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - ag

Re: svn commit: r243554 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-11-28 Thread Stanislav Sedov
On Wed, 28 Nov 2012 21:03:58 -0500 Eitan Adler mentioned: > On 28 November 2012 20:00, Stanislav Sedov wrote: > > On Mon, 26 Nov 2012 05:11:07 + (UTC) > > Eitan Adler mentioned: > > > >> Author: eadler > >> Date: Mon Nov 26 05:11:07 2012 &

Re: svn commit: r243554 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-11-30 Thread Stanislav Sedov
instead you ran it alongside for some time and it ended up being used by majority of users compared to the legacy pkg, and then pulled the switch, then it'd a different story. The bottom line is that I ended up with a corrupted pkg database for no particular reason. And it didn't h

Re: svn commit: r243554 - in head/usr.sbin/pkg_install: add create delete info lib updating version

2012-12-03 Thread Stanislav Sedov
#x27;s not the first time an unreviewed ports-related change is being committed to a tree by that hurts us, who actually use FreeBSD and not consider it a personal playground. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2014-01-01 Thread Stanislav Sedov
On Sep 4, 2013, at 5:09 PM, Pawel Jakub Dawidek wrote: > This commit also breaks compatibility with some existing Capsicum system > calls, > but I see no other way to do that. This should be fine as Capsicum is still > experimental and this change is not going to 9.x. Hi! This change also

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2014-01-02 Thread Stanislav Sedov
On Jan 2, 2014, at 3:01 AM, Alfred Perlstein wrote: > Well I agree strongly with what you are doing except the part where 9.x jails > and earlier are broken because of this change. > > It seems like there is a way out and you agree. Perhaps since the cap fits > in the spare area we can make

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2014-01-02 Thread Stanislav Sedov
On Jan 2, 2014, at 1:27 PM, Pawel Jakub Dawidek wrote: > I personally don't consider it so awful and critical as you do, clearly, > but I do recognize it as a problem. I'm happy to consume spares, which > should fix compatibility with older releases at the cost of breaking > compatibility with 1

svn commit: r250264 - head/sys/geom/label

2013-05-05 Thread Stanislav Sedov
Author: stas Date: Sun May 5 08:00:16 2013 New Revision: 250264 URL: http://svnweb.freebsd.org/changeset/base/250264 Log: - Use int8_t type for the mftrecsz field in g_label_ntfs. char type used previously caused probe failure on platforms where char is unsigned (e.g. ARM), as mftrecsz

Re: svn commit: r216473 - head/sbin/geom/class/eli

2010-12-17 Thread Stanislav Sedov
enuinely broken, and the various 64-bit MIPS kernels, since 64-bit MIPS > is not hooked up to the build yet. If I don't hear any objections, I > would like to commit it on Wednesday the 22nd. Please, do! And I can look into Avila build problems if you like. -- Stanislav Sedov ST4

svn commit: r217046 - head/usr.sbin/cpucontrol

2011-01-05 Thread Stanislav Sedov
/cpucontrol.c Thu Jan 6 07:13:23 2011 (r217046) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008 Stanislav Sedov . + * Copyright (c) 2008-2011 Stanislav Sedov . * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -177,6 +177,7 @@ do_msr(const

svn commit: r217119 - head/usr.sbin/cpucontrol

2011-01-07 Thread Stanislav Sedov
Author: stas Date: Fri Jan 7 18:52:08 2011 New Revision: 217119 URL: http://svn.freebsd.org/changeset/base/217119 Log: - Save some space relying on the fact that all ioctl commands prefixes are the same. Suggested by: "Carlos A. M. dos Santos" Modified: head/usr.sbin/cpucontrol/cpu

svn commit: r230242 - in head/sys/dev/usb: . serial

2012-01-16 Thread Stanislav Sedov
Author: stas Date: Mon Jan 16 23:14:23 2012 New Revision: 230242 URL: http://svn.freebsd.org/changeset/base/230242 Log: - Add ID for the BeagleBone FTDI serial over usb port. MFC after:3 days Modified: head/sys/dev/usb/serial/uftdi.c head/sys/dev/usb/usbdevs Modified: head/sys/dev

svn commit: r233302 - head/lib/libpam/modules/pam_ksu

2012-03-22 Thread Stanislav Sedov
Author: stas Date: Thu Mar 22 11:18:14 2012 New Revision: 233302 URL: http://svn.freebsd.org/changeset/base/233302 Log: - Avoid use of deprecated KRB5 functions. Modified: head/lib/libpam/modules/pam_ksu/Makefile head/lib/libpam/modules/pam_ksu/pam_ksu.c Modified: head/lib/libpam/modules/p

svn commit: r233337 - in head: . lib tools/build/mk usr.bin

2012-03-22 Thread Stanislav Sedov
Author: stas Date: Fri Mar 23 03:16:35 2012 New Revision: 27 URL: http://svn.freebsd.org/changeset/base/27 Log: - Do not build libcom_err and compile_et when kerberos is disabled. They depends on several heimdal libraries and not used by anything but kerberos tools. Modified:

svn commit: r233338 - head/tools/build/mk

2012-03-22 Thread Stanislav Sedov
Author: stas Date: Fri Mar 23 03:43:04 2012 New Revision: 28 URL: http://svn.freebsd.org/changeset/base/28 Log: - Add new kerberos libraries to the list of optional obsolete files. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteF

svn commit: r233343 - head

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Fri Mar 23 07:45:11 2012 New Revision: 233343 URL: http://svn.freebsd.org/changeset/base/233343 Log: - Take krb5_verify_user.3.gz out of ObsoleteFiles as it's still being installed. - Add 32-bit compat old kerberos libraries to ObsoleteFiles as well. Reported by: p

svn commit: r233344 - head

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Fri Mar 23 07:52:37 2012 New Revision: 233344 URL: http://svn.freebsd.org/changeset/base/233344 Log: - Actually fill the date of the Heimdal update. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

svn commit: r233405 - head/kerberos5/lib/libkafs5

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Sat Mar 24 00:42:38 2012 New Revision: 233405 URL: http://svn.freebsd.org/changeset/base/233405 Log: - Apply binutils workaround on mips.mips as well. Though this TARGET_ARCH is deprecated, tinderbox uses it. Modified: head/kerberos5/lib/libkafs5/Makefile Modified: he

svn commit: r233406 - head/lib/libpam/modules/pam_krb5

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Sat Mar 24 01:02:03 2012 New Revision: 233406 URL: http://svn.freebsd.org/changeset/base/233406 Log: - Avoid using deprecated heimdal functions in pam_krb5. Modified: head/lib/libpam/modules/pam_krb5/Makefile head/lib/libpam/modules/pam_krb5/pam_krb5.c Modified: head/lib

Re: svn commit: r218938 - head/tools/regression/aio/kqueue

2011-02-24 Thread Stanislav Sedov
le(9) does not encourage extra bland lines for now reason. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments pgp5Yn7Nrdds2.pgp Description: PGP signature

svn commit: r225354 - head/sys/dev/smc

2011-09-02 Thread Stanislav Sedov
Author: stas Date: Fri Sep 2 20:35:22 2011 New Revision: 225354 URL: http://svn.freebsd.org/changeset/base/225354 Log: - Fix NULL pointer dereference when a packet of uneven size is being transmitted. Approved by: re (kib) MFC after:3 days Modified: head/sys/dev/smc/if_smc.c

svn commit: r225778 - in head: . kerberos5/lib/libasn1 kerberos5/lib/libgssapi_krb5 kerberos5/lib/libgssapi_ntlm kerberos5/lib/libgssapi_spnego kerberos5/lib/libhdb kerberos5/lib/libheimntlm kerber...

2011-09-27 Thread Stanislav Sedov
Author: stas Date: Tue Sep 27 07:14:12 2011 New Revision: 225778 URL: http://svn.freebsd.org/changeset/base/225778 Log: - Add missing interdependencies to kerberos libraries. Some of the kerberos libraries were not linked properly (missing dependencies), which causes 3rd party applicati

svn commit: r225867 - head/crypto/heimdal

2011-09-28 Thread Stanislav Sedov
Author: stas Date: Thu Sep 29 06:00:26 2011 New Revision: 225867 URL: http://svn.freebsd.org/changeset/base/225867 Log: - Bootstrap the heimdal merge history. Modified: Directory Properties: head/crypto/heimdal/ (props changed) ___ svn-src-head@fr

svn commit: r226051 - head/contrib/com_err

2011-10-06 Thread Stanislav Sedov
Author: stas Date: Thu Oct 6 07:07:09 2011 New Revision: 226051 URL: http://svn.freebsd.org/changeset/base/226051 Log: - Bootstrap merge history for contrib/com_err. Modified: Directory Properties: head/contrib/com_err/ (props changed) ___ svn-sr

svn commit: r226122 - head/share/mk

2011-10-07 Thread Stanislav Sedov
Author: stas Date: Fri Oct 7 23:43:51 2011 New Revision: 226122 URL: http://svn.freebsd.org/changeset/base/226122 Log: - ${WRKSRC} might be missing when the autotools fixup is running. Account for this. Reported by: Mykola Dzham Modified: head/share/mk/bsd.port.mk Modified: head/

svn commit: r226124 - head/share/mk

2011-10-07 Thread Stanislav Sedov
Author: stas Date: Sat Oct 8 00:01:17 2011 New Revision: 226124 URL: http://svn.freebsd.org/changeset/base/226124 Log: - Add a couple of more sed subsitutions needed to get the correct libtool.m4. With these fixes libtool will correctly indentify the system as ELF (and not a.out). -

Re: svn commit: r226122 - head/share/mk

2011-10-08 Thread Stanislav Sedov
On Oct 8, 2011, at 12:33 AM, Ed Schouten wrote: > Hi, > > * Stanislav Sedov , 20111008 01:43: >> - ${WRKSRC} might be missing when the autotools fixup is running. >>Account for this. > > Maybe we should simplify this a bit? Sounds good! I didn't think abou

svn commit: r233932 - in head: contrib/telnet/libtelnet lib/libtelnet

2012-04-05 Thread Stanislav Sedov
Author: stas Date: Fri Apr 6 00:03:45 2012 New Revision: 233932 URL: http://svn.freebsd.org/changeset/base/233932 Log: - Do not use deprecated krb5 error message reporting functions in libtelnet. Modified: head/contrib/telnet/libtelnet/kerberos5.c head/lib/libtelnet/Makefile Modified: hea

svn commit: r233991 - head/sys/dev/smc

2012-04-06 Thread Stanislav Sedov
Author: stas Date: Sat Apr 7 06:56:38 2012 New Revision: 233991 URL: http://svn.freebsd.org/changeset/base/233991 Log: - Do not reinitialize the card if it is already running. This fixes bootp on if_smc, as bootp code perform SIOCSIFADDR ioctl call immediately after sending the request

svn commit: r234004 - in head/sys: arm/xscale/pxa conf

2012-04-07 Thread Stanislav Sedov
Author: stas Date: Sat Apr 7 23:47:08 2012 New Revision: 234004 URL: http://svn.freebsd.org/changeset/base/234004 Log: - Add new ARM kernel option QEMU_WORKAROUNDS which can be used in the code which needs to implement some specific behaviour when being run under QEMU. - Make PXA UART

svn commit: r234005 - in head: lib/libc/arm/gen sys/arm/conf sys/arm/include

2012-04-07 Thread Stanislav Sedov
Author: stas Date: Sat Apr 7 23:48:51 2012 New Revision: 234005 URL: http://svn.freebsd.org/changeset/base/234005 Log: - Add kernel config file for QEMU-emulated gumstix board. Added: head/sys/arm/conf/GUMSTIX-QEMU (contents, props changed) Modified: head/lib/libc/arm/gen/Makefile.inc

svn commit: r234006 - in head: lib/libc/arm/gen sys/arm/include

2012-04-07 Thread Stanislav Sedov
Author: stas Date: Sat Apr 7 23:51:16 2012 New Revision: 234006 URL: http://svn.freebsd.org/changeset/base/234006 Log: - Revert part of r234005, which I did not intend to commit. Sorry! :( Modified: head/lib/libc/arm/gen/Makefile.inc head/sys/arm/include/armreg.h Modified: head/lib/li

svn commit: r234011 - head/lib/libgssapi

2012-04-07 Thread Stanislav Sedov
Author: stas Date: Sun Apr 8 03:55:25 2012 New Revision: 234011 URL: http://svn.freebsd.org/changeset/base/234011 Log: - Use __NO_TLS preprocessor value to make assumptions about TLS support on a platform. Modified: head/lib/libgssapi/gss_display_status.c Modified: head/lib/libgssapi/gs

svn commit: r234013 - in head/kerberos5/lib: libasn1 libkafs5

2012-04-07 Thread Stanislav Sedov
Author: stas Date: Sun Apr 8 04:22:09 2012 New Revision: 234013 URL: http://svn.freebsd.org/changeset/base/234013 Log: - Add a "real" symbol version map to libasn1. The upstream version of the version map just exported all the symbols, which caused a binutils bug being triggered when l

svn commit: r234093 - in head/etc: defaults rc.d

2012-04-10 Thread Stanislav Sedov
Author: stas Date: Tue Apr 10 09:27:41 2012 New Revision: 234093 URL: http://svn.freebsd.org/changeset/base/234093 Log: - Add rc.d script for kfd, kerberos forwarded tickets daemon. Added: head/etc/rc.d/kfd (contents, props changed) Modified: head/etc/defaults/rc.conf head/etc/rc.d/Make

svn commit: r234688 - head/sys/arm/arm

2012-04-25 Thread Stanislav Sedov
Author: stas Date: Wed Apr 25 22:44:07 2012 New Revision: 234688 URL: http://svn.freebsd.org/changeset/base/234688 Log: - Disable MMU before reconfiguring the pagetables in the trampoline code. Otherwise we might end up overwriting the PTEs we're currently using for some reason. Rev

svn commit: r235107 - in head/etc: defaults rc.d

2012-05-06 Thread Stanislav Sedov
Author: stas Date: Sun May 6 20:46:04 2012 New Revision: 235107 URL: http://svn.freebsd.org/changeset/base/235107 Log: - Change kfd rc script to be more conformant with rcNG conventions: o change rcname to kfd; o move mandatory options to command_args; o add missing "shutdown" keywo

svn commit: r235108 - head/share/man/man5

2012-05-06 Thread Stanislav Sedov
Author: stas Date: Sun May 6 21:05:58 2012 New Revision: 235108 URL: http://svn.freebsd.org/changeset/base/235108 Log: - Document kfd(8) rc.conf variables in the manpage. Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5

svn commit: r235116 - head/share/man/man5

2012-05-06 Thread Stanislav Sedov
Author: stas Date: Mon May 7 02:50:52 2012 New Revision: 235116 URL: http://svn.freebsd.org/changeset/base/235116 Log: - Bump the manpage date after kfd addition. Reported by: gjb Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 =

svn commit: r235716 - head/contrib/com_err

2012-05-20 Thread Stanislav Sedov
Author: stas Date: Mon May 21 04:29:11 2012 New Revision: 235716 URL: http://svn.freebsd.org/changeset/base/235716 Log: - On FreeBSD, com_err.h is installed into /usr/include, not /usr/include/krb5. Reflect that in the manpage. PR: bin/167986 Reported by: truckman@ Modifie

svn commit: r282673 - head/usr.sbin/pmcstat

2015-05-08 Thread Stanislav Sedov
Author: stas Date: Sat May 9 00:48:44 2015 New Revision: 282673 URL: https://svnweb.freebsd.org/changeset/base/282673 Log: Fix the double space in comment. While here, change the comment style to match the rest of the file. Modified: head/usr.sbin/pmcstat/pmcstat_log.c Modified: head/u

Re: svn commit: r282673 - head/usr.sbin/pmcstat

2015-05-08 Thread Stanislav Sedov
> On May 8, 2015, at 7:40 PM, NGie Cooper wrote: > > On Fri, May 8, 2015 at 5:48 PM, Stanislav Sedov wrote: >> Author: stas >> Date: Sat May 9 00:48:44 2015 >> New Revision: 282673 >> URL: https://svnweb.freebsd.org/changeset/base/282673 >> >

svn commit: r282866 - head/usr.sbin/pmcstat

2015-05-13 Thread Stanislav Sedov
Author: stas Date: Wed May 13 18:52:18 2015 New Revision: 282866 URL: https://svnweb.freebsd.org/changeset/base/282866 Log: Fix pmcstat symbol resolution for userland processes. When examining existing processes pmcstat fails to correctly determine the locations of executable sections o

Re: svn commit: r278616 - in head: . contrib/netbsd-tests/games etc etc/mtree etc/root games games/caesar games/fortune/datfiles release/scripts share/man/man4 share/man/man6 share/man/man7 share/mk s

2015-02-12 Thread Stanislav Sedov
> On Feb 11, 2015, at 10:17 PM, Devin Teske wrote: > > PLEASE! Do NOT remove the grand digital clock (grdc). > > So many of us over the years have used it as a terminal keeper-aliver :) (and > as a clock, to boot). > > I will be very sad if you remove grdc. > +1 I’d also vote for keeping r

svn commit: r279946 - head/lib/libproc

2015-03-12 Thread Stanislav Sedov
Author: stas Date: Fri Mar 13 04:26:48 2015 New Revision: 279946 URL: https://svnweb.freebsd.org/changeset/base/279946 Log: Fix debug symbols loading in libproc: 0 is a valid file descriptor. Reported by: Chris Torek Modified: head/lib/libproc/proc_sym.c Modified: head/lib/libproc/pro

svn commit: r280157 - head/share/man/man4

2015-03-16 Thread Stanislav Sedov
Author: stas Date: Tue Mar 17 00:12:29 2015 New Revision: 280157 URL: https://svnweb.freebsd.org/changeset/base/280157 Log: Document the `show devmap` DDB command. Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4

svn commit: r280158 - head/share/man/man4

2015-03-16 Thread Stanislav Sedov
Author: stas Date: Tue Mar 17 00:15:55 2015 New Revision: 280158 URL: https://svnweb.freebsd.org/changeset/base/280158 Log: Bump the date after the `show devmap` addition. Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4

svn commit: r291545 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2015-11-30 Thread Stanislav Sedov
Author: stas Date: Tue Dec 1 00:24:54 2015 New Revision: 291545 URL: https://svnweb.freebsd.org/changeset/base/291545 Log: Make the number of fasttrap probes and the size of the trace points hash table tunable via sysctl or kernel tunables. Illumos allows this parameters to be changed vi

svn commit: r292047 - head/lib/libc/rpc

2015-12-09 Thread Stanislav Sedov
Author: stas Date: Thu Dec 10 05:17:04 2015 New Revision: 292047 URL: https://svnweb.freebsd.org/changeset/base/292047 Log: RPC: populate local address for rendezvous transporter. When accepting a connection on underlying tcp socket rpc vc transporter fails to populate local address. Thi