svn commit: r208793 - in head: share/misc usr.bin/calendar/calendars

2010-06-03 Thread Andrey V. Elsukov
(r208793) @@ -53,6 +53,7 @@ node [color=lightblue2, style=filled, bg # Current src committers go here. Try to keep things sorted. ache [label=Andrey chernov\na...@freebsd.org\n1993/10/31] +ae [label=Andrey V. elsukov\...@freebsd.org\n2010/06/03] akiyama [label=Shunsuke akiyama\nakiy

svn commit: r208886 - head/sbin/geom/misc

2010-06-07 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 7 07:41:41 2010 New Revision: 208886 URL: http://svn.freebsd.org/changeset/base/208886 Log: bgeom(3) does strdup of param name. Don't leak memory when deleting param from gctl_req. Reviewed by: marcel Approved by: mav (mentor) MFC after:2 weeks

svn commit: r208890 - stable/8/sys/geom/part

2010-06-07 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 7 10:22:22 2010 New Revision: 208890 URL: http://svn.freebsd.org/changeset/base/208890 Log: MFC r207181: Re-calculate a geometry when reprobing as well. PR: kern/145452 Reviewed by: marcel Approved by: kib (mentor) Approved by: re (bz)

svn commit: r208946 - in head: share/man/man4 sys/conf sys/modules/netgraph sys/modules/netgraph/patch sys/netgraph

2010-06-09 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 9 12:25:57 2010 New Revision: 208946 URL: http://svn.freebsd.org/changeset/base/208946 Log: New netgraph node ng_patch(4). It performs data modification of packets passing through. Modifications are restricted to a subset of C language operations on unsigned

svn commit: r208947 - head/sys/conf

2010-06-09 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 9 12:30:40 2010 New Revision: 208947 URL: http://svn.freebsd.org/changeset/base/208947 Log: Fix typo. Approved by: mav (mentor) MFC after:1 month Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES

svn commit: r208989 - head/sys/netgraph

2010-06-10 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 10 16:45:30 2010 New Revision: 208989 URL: http://svn.freebsd.org/changeset/base/208989 Log: Style(9) fixes: * Sort includes * Replace #defineSPACE to #defineTAB * Split declarations and initializations * Split long lines Requested by: kib Approved by:

svn commit: r209194 - head/sys/netgraph

2010-06-15 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 15 08:53:13 2010 New Revision: 209194 URL: http://svn.freebsd.org/changeset/base/209194 Log: * Include sys/systm.h for KASSERT() * Remove unneeded includes and comment * Replace home made OFFSETOF() macro with standard offsetof() Pointed out by: bde

svn commit: r209200 - head/gnu/lib/libdialog/TESTS

2010-06-15 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 15 10:01:49 2010 New Revision: 209200 URL: http://svn.freebsd.org/changeset/base/209200 Log: Make all tests in libdialog compilable. Fix coredump in menu3.c. Approved by: kib (mentor) Modified: head/gnu/lib/libdialog/TESTS/check3.c

svn commit: r209385 - stable/8/sbin/geom/misc

2010-06-20 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 21 05:42:36 2010 New Revision: 209385 URL: http://svn.freebsd.org/changeset/base/209385 Log: MFC r208886: libgeom(3) does strdup of param name. Don't leak memory when deleting param from gctl_req. Approved by: mav (mentor) Modified:

svn commit: r209388 - in head/sbin/geom: class/part core misc

2010-06-21 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 21 08:24:50 2010 New Revision: 209388 URL: http://svn.freebsd.org/changeset/base/209388 Log: Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart. Move code that converts params from humanized numbers to sectors count to subr.c and adjust comment.

svn commit: r209392 - head/sbin/geom/misc

2010-06-21 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 21 12:50:54 2010 New Revision: 209392 URL: http://svn.freebsd.org/changeset/base/209392 Log: Check for overflow before it occurs. Also add check for negative numbers. Suggested by: ache Approved by: kib (mentor) Modified: head/sbin/geom/misc/subr.c

svn commit: r209427 - stable/8/sbin/geom/class/part

2010-06-22 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 22 09:45:20 2010 New Revision: 209427 URL: http://svn.freebsd.org/changeset/base/209427 Log: MFC r198235: Clean up markup (mainly). Approved by: kib (mentor) Modified: stable/8/sbin/geom/class/part/gpart.8 Directory Properties: stable/8/sbin/geom/ (props

svn commit: r209434 - stable/8/sbin/geom/class/part

2010-06-22 Thread Andrey V. Elsukov
Author: ae Date: Tue Jun 22 18:24:26 2010 New Revision: 209434 URL: http://svn.freebsd.org/changeset/base/209434 Log: MFC r198478 (by lulf): - Initialize variable in order to avoid GCC warning and enable WARNS=6. PR: bin/139970 Submitted by: Ulrich Spörlein uqs -at-

svn commit: r209497 - in stable/8: sbin/geom/class/part sys/geom/part

2010-06-23 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 24 05:52:44 2010 New Revision: 209497 URL: http://svn.freebsd.org/changeset/base/209497 Log: MFC r207094 (by marcel): Implement the resize verb and add support for resizing partitions for all schemes but EBR. MFC r207095 (by marcel): Implement the resize

svn commit: r209498 - stable/8/sbin/geom/class/part

2010-06-24 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 24 06:31:23 2010 New Revision: 209498 URL: http://svn.freebsd.org/changeset/base/209498 Log: MFC r207096 (by marcel): Add and describe GEOM_PART_EBR. Approved by: mav (mentor) Modified: stable/8/sbin/geom/class/part/gpart.8 Directory Properties:

svn commit: r209522 - stable/8/sys/geom/part

2010-06-25 Thread Andrey V. Elsukov
Author: ae Date: Fri Jun 25 08:53:51 2010 New Revision: 209522 URL: http://svn.freebsd.org/changeset/base/209522 Log: MFC r200539 (by rpaulo): Add Microsoft and NetBSD partition types handling. Approved by: kib (mentor) Modified: stable/8/sys/geom/part/g_part.c

svn commit: r209843 - in stable/8: share/man/man4 sys/conf sys/modules/netgraph sys/modules/netgraph/patch sys/netgraph

2010-07-09 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 9 08:48:51 2010 New Revision: 209843 URL: http://svn.freebsd.org/changeset/base/209843 Log: MFC r208946: New netgraph node ng_patch(4). It performs data modification of packets passing through. Modifications are restricted to a subset of C language

svn commit: r210019 - in stable/7: share/man/man4 sys/conf sys/modules/netgraph sys/modules/netgraph/patch sys/netgraph

2010-07-13 Thread Andrey V. Elsukov
Author: ae Date: Tue Jul 13 20:13:38 2010 New Revision: 210019 URL: http://svn.freebsd.org/changeset/base/210019 Log: MFC r208946: New netgraph node ng_patch(4). It performs data modification of packets passing through. Modifications are restricted to a subset of C language

svn commit: r210322 - in stable/8/sbin/geom: class/part core misc

2010-07-21 Thread Andrey V. Elsukov
Author: ae Date: Wed Jul 21 08:48:45 2010 New Revision: 210322 URL: http://svn.freebsd.org/changeset/base/210322 Log: MFC r209388: Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart. Move code that converts params from humanized numbers to sectors count to subr.c

svn commit: r210401 - head/sys/geom/part

2010-07-23 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 23 06:30:01 2010 New Revision: 210401 URL: http://svn.freebsd.org/changeset/base/210401 Log: Prevent access after free to table entry in case when user deletes partition that not yet created (changes doesn't committed to disk). PR: 148687 Approved

svn commit: r210408 - head/sbin/geom/class/part

2010-07-23 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 23 11:00:43 2010 New Revision: 210408 URL: http://svn.freebsd.org/changeset/base/210408 Log: Document that SI unit suffixes are supported for -b and -s options of add verb. Mention about maximum size limit for freebsd-boot partition. It should be smaller than 545 KB

svn commit: r210634 - stable/8/sys/geom/part

2010-07-30 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 30 07:30:57 2010 New Revision: 210634 URL: http://svn.freebsd.org/changeset/base/210634 Log: MFC r210401: Prevent access after free to table entry in case when user deletes partition that not yet created (changes doesn't committed to disk). PR:

svn commit: r210635 - stable/8/sbin/geom/class/part

2010-07-30 Thread Andrey V. Elsukov
Author: ae Date: Fri Jul 30 07:31:50 2010 New Revision: 210635 URL: http://svn.freebsd.org/changeset/base/210635 Log: MFC r210408: Document that SI unit suffixes are supported for -b and -s options of add verb. Mention about maximum size limit for freebsd-boot partition. It should

svn commit: r210747 - head/sys/geom/sched

2010-08-02 Thread Andrey V. Elsukov
Author: ae Date: Mon Aug 2 10:30:49 2010 New Revision: 210747 URL: http://svn.freebsd.org/changeset/base/210747 Log: Forward ioctl requests to original geom. PR: 148540 Silence from: luigi Reviewed by: pjd Approved by: mav (mentor) MFC after:2 weeks Modified:

Re: svn commit: r203426 - head/sys/dev/ahci

2010-02-03 Thread Andrey V. Elsukov
On 03.02.2010 15:00, Alexander Motin wrote: Log: Disable PHY of unconnected ports when interface power management enabled. It allows to save a bit more power (about 0.5W on 2 unused ports of ICH8M). Hi, Alexander. Is there a way to manually enable it? -- WBR, Andrey V. Elsukov

Re: svn commit: r200855 - in head/sys: net netgraph netinet netinet/ipfw

2010-02-12 Thread Andrey V. Elsukov
sets enabled, because IP_FW_GET command gets small buffer and after calculating wanted size it returns back without copying anything. -- WBR, Andrey V. Elsukov ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all

svn commit: r237057 - head/sys/geom/part

2012-06-14 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 14 11:17:54 2012 New Revision: 237057 URL: http://svn.freebsd.org/changeset/base/237057 Log: Always reconstruct partition entries in the PMBR when Boot Camp is disabled. This helps to easily recover from situations when PMBR is damaged and contains no entries.

svn commit: r237391 - stable/9/sys/geom/part

2012-06-21 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 21 12:47:21 2012 New Revision: 237391 URL: http://svn.freebsd.org/changeset/base/237391 Log: MFC r237057: Always reconstruct partition entries in the PMBR when Boot Camp is disabled. This helps to easily recover from situations when PMBR is damaged and

Re: svn commit: r237518 - in head: share/man/man9 sys/cam/scsi sys/dev/xen/blkfront sys/geom

2012-06-24 Thread Andrey V. Elsukov
*providergone; g_dumpconf_t*dumpconf; g_access_t *access; g_orphan_t *orphan; -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

svn commit: r234122 - head/sbin/bsdlabel

2012-04-11 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 11 06:35:13 2012 New Revision: 234122 URL: http://svn.freebsd.org/changeset/base/234122 Log: It seems that libdisk(3) incorrectly sets d_secperunit value. Automatically fix it like GEOM_PART_BSD does. MFC after:1 week Modified:

svn commit: r234176 - head/sys/boot/common

2012-04-12 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 12 12:37:53 2012 New Revision: 234176 URL: http://svn.freebsd.org/changeset/base/234176 Log: Read backup GPT header from the last LBA only when primary GPT header and table aren't valid. If they are ok, use hdr_lba_alt value to read backup header. This will make

svn commit: r234198 - stable/9/sys/geom/part

2012-04-12 Thread Andrey V. Elsukov
Author: ae Date: Fri Apr 13 04:17:43 2012 New Revision: 234198 URL: http://svn.freebsd.org/changeset/base/234198 Log: MFC r233000: Add MODULE_DEPEND() to geom_part modules. MFC r233342: Check that scheme is not already registered. This may happens when a KLD is preloaded with

svn commit: r234199 - stable/8/sys/geom/part

2012-04-12 Thread Andrey V. Elsukov
Author: ae Date: Fri Apr 13 04:18:12 2012 New Revision: 234199 URL: http://svn.freebsd.org/changeset/base/234199 Log: MFC r233000: Add MODULE_DEPEND() to geom_part modules. MFC r233342: Check that scheme is not already registered. This may happens when a KLD is preloaded with

svn commit: r234405 - stable/8/sys/geom/part

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 04:39:37 2012 New Revision: 234405 URL: http://svn.freebsd.org/changeset/base/234405 Log: MFC r233175: Make kern.geom.part node not static. Also add CTLFLAG_TUN to the check_integrity sysctl. Modified: stable/8/sys/geom/part/g_part.c Directory Properties:

svn commit: r234404 - stable/9/sys/geom/part

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 04:39:12 2012 New Revision: 234404 URL: http://svn.freebsd.org/changeset/base/234404 Log: MFC r233175: Make kern.geom.part node not static. Also add CTLFLAG_TUN to the check_integrity sysctl. Modified: stable/9/sys/geom/part/g_part.c Directory Properties:

svn commit: r234406 - in stable/9/sys: conf geom/part modules/geom/geom_part modules/geom/geom_part/geom_part_ldm

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 04:59:47 2012 New Revision: 234406 URL: http://svn.freebsd.org/changeset/base/234406 Log: MFC r233176: Add new GEOM_PART_LDM module that implements the Logical Disk Manager scheme. The LDM is a logical volume manager for MS Windows NT and it is also known

svn commit: r234407 - in stable/8/sys: conf geom/part modules/geom/geom_part modules/geom/geom_part/geom_part_ldm

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 05:00:25 2012 New Revision: 234407 URL: http://svn.freebsd.org/changeset/base/234407 Log: MFC r233176: Add new GEOM_PART_LDM module that implements the Logical Disk Manager scheme. The LDM is a logical volume manager for MS Windows NT and it is also known

svn commit: r234408 - stable/9/sbin/geom/class/part

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 05:11:52 2012 New Revision: 234408 URL: http://svn.freebsd.org/changeset/base/234408 Log: MFC r233179: Document GEOM_PART_LDM scheme and partition types. Modified: stable/9/sbin/geom/class/part/gpart.8 Directory Properties: stable/9/sbin/geom/class/part/

svn commit: r234409 - stable/8/sbin/geom/class/part

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 05:12:17 2012 New Revision: 234409 URL: http://svn.freebsd.org/changeset/base/234409 Log: MFC r233179: Document GEOM_PART_LDM scheme and partition types. Modified: stable/8/sbin/geom/class/part/gpart.8 Directory Properties: stable/8/sbin/geom/class/part/

svn commit: r234410 - stable/9/sbin/bsdlabel

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 05:16:02 2012 New Revision: 234410 URL: http://svn.freebsd.org/changeset/base/234410 Log: MFC r234122: It seems that libdisk(3) incorrectly sets d_secperunit value. Automatically fix it like GEOM_PART_BSD does. PR: bin/165789 Modified:

svn commit: r234411 - stable/8/sbin/bsdlabel

2012-04-17 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 18 05:16:20 2012 New Revision: 234411 URL: http://svn.freebsd.org/changeset/base/234411 Log: MFC r234122: It seems that libdisk(3) incorrectly sets d_secperunit value. Automatically fix it like GEOM_PART_BSD does. PR: bin/165789 Modified:

svn commit: r234683 - stable/7/sys/netgraph

2012-04-25 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 25 12:02:06 2012 New Revision: 234683 URL: http://svn.freebsd.org/changeset/base/234683 Log: MFC r234574 (by melifaro): Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags. Tested by:Maxim Ignatenko gelraen...@gmail.com

svn commit: r234693 - stable/9/sys/boot/common

2012-04-25 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 26 05:17:25 2012 New Revision: 234693 URL: http://svn.freebsd.org/changeset/base/234693 Log: MFC r234692: Read backup GPT header from the last LBA only when primary GPT header and table aren't valid. If they are ok, use hdr_lba_alt value to read backup

svn commit: r234694 - stable/8/sys/boot/common

2012-04-25 Thread Andrey V. Elsukov
Author: ae Date: Thu Apr 26 05:17:48 2012 New Revision: 234694 URL: http://svn.freebsd.org/changeset/base/234694 Log: MFC r234692: Read backup GPT header from the last LBA only when primary GPT header and table aren't valid. If they are ok, use hdr_lba_alt value to read backup

svn commit: r235033 - head/sbin/geom/class/part

2012-05-04 Thread Andrey V. Elsukov
Author: ae Date: Fri May 4 19:49:24 2012 New Revision: 235033 URL: http://svn.freebsd.org/changeset/base/235033 Log: Don't ignore start offset value when user specifies it together with alignment. PR: bin/167567 Tested by:Warren Block MFC after:1 week Modified:

svn commit: r235258 - stable/9/sbin/geom/class/part

2012-05-10 Thread Andrey V. Elsukov
Author: ae Date: Fri May 11 04:02:17 2012 New Revision: 235258 URL: http://svn.freebsd.org/changeset/base/235258 Log: MFC r235033: Don't ignore start offset value when user specifies it together with alignment. PR: bin/167567 Tested by: Warren Block Modified:

svn commit: r235259 - stable/8/sbin/geom/class/part

2012-05-10 Thread Andrey V. Elsukov
Author: ae Date: Fri May 11 04:02:37 2012 New Revision: 235259 URL: http://svn.freebsd.org/changeset/base/235259 Log: MFC r235033: Don't ignore start offset value when user specifies it together with alignment. PR: bin/167567 Tested by: Warren Block Modified:

svn commit: r235599 - head/sys/geom/mirror

2012-05-18 Thread Andrey V. Elsukov
Author: ae Date: Fri May 18 09:19:07 2012 New Revision: 235599 URL: http://svn.freebsd.org/changeset/base/235599 Log: Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should protect geom from destroying while it is tasting. PR: kern/154860 Reviewed by: pjd MFC

svn commit: r235600 - head/sys/geom/mirror

2012-05-18 Thread Andrey V. Elsukov
Author: ae Date: Fri May 18 09:22:21 2012 New Revision: 235600 URL: http://svn.freebsd.org/changeset/base/235600 Log: Prevent removing of the last active component from a mirror. PR: kern/154860 Reviewed by: pjd MFC after:1 week Modified:

Re: svn commit: r235918 - head/sys/geom/label

2012-05-24 Thread Andrey V. Elsukov
. It seems to me that growfs(8) incorrectly calculates some values. -- WBR, Andrey V. Elsukov ___ 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: r235968 - stable/9/sys/geom/mirror

2012-05-24 Thread Andrey V. Elsukov
Author: ae Date: Fri May 25 04:26:14 2012 New Revision: 235968 URL: http://svn.freebsd.org/changeset/base/235968 Log: MFC r235599: Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should protect geom from destroying while it is tasting. MFC r235600: Prevent removing

svn commit: r235969 - stable/8/sys/geom/mirror

2012-05-24 Thread Andrey V. Elsukov
Author: ae Date: Fri May 25 04:26:44 2012 New Revision: 235969 URL: http://svn.freebsd.org/changeset/base/235969 Log: MFC r235599: Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should protect geom from destroying while it is tasting. MFC r235600: Prevent removing

svn commit: r235970 - stable/7/sys/geom/mirror

2012-05-24 Thread Andrey V. Elsukov
Author: ae Date: Fri May 25 04:27:08 2012 New Revision: 235970 URL: http://svn.freebsd.org/changeset/base/235970 Log: MFC r235599: Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should protect geom from destroying while it is tasting. MFC r235600: Prevent removing

svn commit: r242079 - in head: sbin/ipfw share/man/man4 sys/conf sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw

2012-10-25 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 25 09:39:14 2012 New Revision: 242079 URL: http://svn.freebsd.org/changeset/base/242079 Log: Remove the IPFIREWALL_FORWARD kernel option and make possible to turn on the related functionality in the runtime via the sysctl variable net.pfil.forward. It is turned off

svn commit: r242082 - head

2012-10-25 Thread Andrey V. Elsukov
Author: ae Date: Thu Oct 25 10:35:08 2012 New Revision: 242082 URL: http://svn.freebsd.org/changeset/base/242082 Log: Note the removal of the IPFIREWALL_FORWARD kernel option. Modified: head/UPDATING Modified: head/UPDATING

Re: svn commit: r242079 - in head: sbin/ipfw share/man/man4 sys/conf sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw

2012-10-25 Thread Andrey V. Elsukov
the option, but make the option simply change the default from off to on. That avoids breaking existing kernel configurations. Yes, this is exactly what i plan to do. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: svn commit: r242079 - in head: sbin/ipfw share/man/man4 sys/conf sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw

2012-10-25 Thread Andrey V. Elsukov
the name net.pfil.ipforward? Also an MFC's after 2 weeks must ensure that compiling with IPFIREWALL_ FORWARD enabled the sysctl at the same time to keep kernel configs within 9-stable working. Yes, it will work like that. -- WBR, Andrey V. Elsukov

Re: svn commit: r242079 - in head: sbin/ipfw share/man/man4 sys/conf sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw

2012-10-26 Thread Andrey V. Elsukov
that can be used, so, maybe we left it to some things that can appear in the future? -- WBR, Andrey V. Elsukov ___ 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

svn commit: r242463 - in head: . sbin/ipfw sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw

2012-11-01 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 2 01:20:55 2012 New Revision: 242463 URL: http://svn.freebsd.org/changeset/base/242463 Log: Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's

svn commit: r243028 - head/sys/netinet6

2012-11-14 Thread Andrey V. Elsukov
Author: ae Date: Wed Nov 14 17:14:03 2012 New Revision: 243028 URL: http://svnweb.freebsd.org/changeset/base/243028 Log: zoneid has unsigned type. MFC after:1 week Modified: head/sys/netinet6/scope6.c Modified: head/sys/netinet6/scope6.c

svn commit: r243029 - head/sys/netinet6

2012-11-14 Thread Andrey V. Elsukov
Author: ae Date: Wed Nov 14 17:23:48 2012 New Revision: 243029 URL: http://svnweb.freebsd.org/changeset/base/243029 Log: SCOPE6_LOCK protects V_sid_default, no need to acquire it without any access to V_sid_default. Sponsored by: Yandex LLC MFC after:1 week Modified:

svn commit: r243031 - head/sys/netinet6

2012-11-14 Thread Andrey V. Elsukov
Author: ae Date: Wed Nov 14 17:36:06 2012 New Revision: 243031 URL: http://svnweb.freebsd.org/changeset/base/243031 Log: if_afdata lock was converted from mutex to rwlock a long ago, so we can replace IF_AFDATA_LOCK() macro depending to the access type. Sponsored by: Yandex LLC MFC

svn commit: r243148 - head/sys/netinet6

2012-11-16 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 16 12:12:02 2012 New Revision: 243148 URL: http://svnweb.freebsd.org/changeset/base/243148 Log: Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing simple lookups. Sponsored by: Yandex LLC MFC after:1 week Modified:

svn commit: r243236 - stable/9/sys/boot/uboot/lib

2012-11-18 Thread Andrey V. Elsukov
Author: ae Date: Sun Nov 18 16:07:53 2012 New Revision: 243236 URL: http://svnweb.freebsd.org/changeset/base/243236 Log: MFC r234860 (by kientzle): Teach ubldr(8) about simple MBR partitioning. Modified: stable/9/sys/boot/uboot/lib/devicename.c stable/9/sys/boot/uboot/lib/disk.c

svn commit: r243237 - in stable/9/sys: geom/part sys

2012-11-18 Thread Andrey V. Elsukov
Author: ae Date: Sun Nov 18 16:13:36 2012 New Revision: 243237 URL: http://svnweb.freebsd.org/changeset/base/243237 Log: MFC r236023 (by marcel): Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes. The gpart alias for these partition types is freebsd-nandfs.

svn commit: r243243 - in stable/9/sys/boot: arm/uboot common i386/libi386 i386/loader i386/pmbr powerpc/uboot sparc64/loader uboot/common uboot/lib userboot userboot/test userboot/userboot zfs

2012-11-18 Thread Andrey V. Elsukov
Andrey V. Elsukov a...@freebsd.org * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,26 +28,12 @@ #include sys/cdefs.h __FBSDID($FreeBSD$); -/* - * MBR/GPT partitioned disk device handling. - * - * Ideas and algorithms from: - * - * - NetBSD

svn commit: r243244 - stable/9/tools/tools/bootparttest

2012-11-18 Thread Andrey V. Elsukov
Author: ae Date: Sun Nov 18 17:27:10 2012 New Revision: 243244 URL: http://svnweb.freebsd.org/changeset/base/243244 Log: MFC r239070: Add simple test program that uses the partition tables handling code. It is useful to test and debug how boot loader handles partition tables

svn commit: r243336 - head/sys/netinet6

2012-11-20 Thread Andrey V. Elsukov
Author: ae Date: Tue Nov 20 14:09:37 2012 New Revision: 243336 URL: http://svnweb.freebsd.org/changeset/base/243336 Log: Remove opt_inet.h, it isn't required here. MFC after:1 week Modified: head/sys/netinet6/ip6_mroute.c Modified: head/sys/netinet6/ip6_mroute.c

svn commit: r243337 - head/sys/modules

2012-11-20 Thread Andrey V. Elsukov
Author: ae Date: Tue Nov 20 14:11:27 2012 New Revision: 243337 URL: http://svnweb.freebsd.org/changeset/base/243337 Log: Connect ip6_mroute kernel module to the build. MFC after:1 week Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r243382 - stable/9/sys/netinet6

2012-11-21 Thread Andrey V. Elsukov
Author: ae Date: Thu Nov 22 00:22:54 2012 New Revision: 243382 URL: http://svnweb.freebsd.org/changeset/base/243382 Log: MFC r243028: zoneid has unsigned type. MFC r243029: SCOPE6_LOCK protects V_sid_default, no need to acquire it without any access to V_sid_default. MFC

svn commit: r243383 - stable/8/sys/netinet6

2012-11-21 Thread Andrey V. Elsukov
Author: ae Date: Thu Nov 22 00:25:57 2012 New Revision: 243383 URL: http://svnweb.freebsd.org/changeset/base/243383 Log: MFC r243028: zoneid has unsigned type. MFC r243029: SCOPE6_LOCK protects V_sid_default, no need to acquire it without any access to V_sid_default. MFC

svn commit: r243586 - in stable/9: . sbin/ipfw share/man/man4 sys/conf sys/netinet sys/netinet6 sys/netpfil/ipfw

2012-11-26 Thread Andrey V. Elsukov
Author: ae Date: Tue Nov 27 01:59:51 2012 New Revision: 243586 URL: http://svnweb.freebsd.org/changeset/base/243586 Log: MFC r242079: Remove the IPFIREWALL_FORWARD kernel option and make possible to turn on the related functionality in the runtime via the sysctl variable

svn commit: r243676 - in stable/9/sys: modules netinet6

2012-11-29 Thread Andrey V. Elsukov
Author: ae Date: Thu Nov 29 17:35:57 2012 New Revision: 243676 URL: http://svnweb.freebsd.org/changeset/base/243676 Log: MFC r243336: Remove opt_inet.h, it isn't required here. MFC r243337: Connect ip6_mroute kernel module to the build. Modified: stable/9/sys/modules/Makefile

svn commit: r243677 - in stable/8/sys: modules netinet6

2012-11-29 Thread Andrey V. Elsukov
Author: ae Date: Thu Nov 29 17:41:19 2012 New Revision: 243677 URL: http://svnweb.freebsd.org/changeset/base/243677 Log: MFC r243336: Remove opt_inet.h, it isn't required here. MFC r243337: Connect ip6_mroute kernel module to the build. Modified: stable/8/sys/modules/Makefile

svn commit: r251486 - head/usr.bin/kdump

2013-06-07 Thread Andrey V. Elsukov
Author: ae Date: Fri Jun 7 08:06:48 2013 New Revision: 251486 URL: http://svnweb.freebsd.org/changeset/base/251486 Log: Use getnameinfo(3) instead of inet_ntop(3) to make printable versions of sockaddr_in6 structures. getnameinfo(3) does the same thing, but it is also able to represent a

svn commit: r251864 - stable/9/share/man/man4

2013-06-17 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 17 20:17:56 2013 New Revision: 251864 URL: http://svnweb.freebsd.org/changeset/base/251864 Log: MFC r249252: Remove reference to the nonexistent sysctl node net.inet6.mld.stats. Also add cross reference to the icmp6(4). PR: 177696 Modified:

svn commit: r251865 - stable/8/share/man/man4

2013-06-17 Thread Andrey V. Elsukov
Author: ae Date: Mon Jun 17 20:18:12 2013 New Revision: 251865 URL: http://svnweb.freebsd.org/changeset/base/251865 Log: MFC r249252: Remove reference to the nonexistent sysctl node net.inet6.mld.stats. Also add cross reference to the icmp6(4). PR: 177696 Modified:

svn commit: r251995 - head/sys/netinet6

2013-06-19 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 19 15:59:21 2013 New Revision: 251995 URL: http://svnweb.freebsd.org/changeset/base/251995 Log: Use ICMP6STAT_INC() macro for ICMPv6 errors accounting. MFC after:2 weeks Modified: head/sys/netinet6/icmp6.c Modified: head/sys/netinet6/icmp6.c

svn commit: r252007 - head/sys/netinet6

2013-06-19 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 19 20:48:34 2013 New Revision: 252007 URL: http://svnweb.freebsd.org/changeset/base/252007 Log: Use RIP6STAT_INC() macro for raw ip6 statistics accounting. MFC after:2 weeks Modified: head/sys/netinet6/raw_ip6.c head/sys/netinet6/raw_ip6.h Modified:

svn commit: r252026 - in head/sys: netinet netinet6 netipsec

2013-06-20 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 20 09:55:53 2013 New Revision: 252026 URL: http://svnweb.freebsd.org/changeset/base/252026 Log: Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics accounting. MFC after:2 weeks Modified: head/sys/netinet/tcp_input.c

svn commit: r252028 - head/sys/netipsec

2013-06-20 Thread Andrey V. Elsukov
Author: ae Date: Thu Jun 20 11:44:16 2013 New Revision: 252028 URL: http://svnweb.freebsd.org/changeset/base/252028 Log: Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, PFKEY. MFC after:2 weeks Modified: head/sys/netipsec/ah_var.h

svn commit: r252563 - stable/9/sys/netinet6

2013-07-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Jul 3 12:58:17 2013 New Revision: 252563 URL: http://svnweb.freebsd.org/changeset/base/252563 Log: MFC r251995: Use ICMP6STAT_INC() macro for ICMPv6 errors accounting. Modified: stable/9/sys/netinet6/icmp6.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r252565 - stable/9/sys/netinet6

2013-07-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Jul 3 13:00:35 2013 New Revision: 252565 URL: http://svnweb.freebsd.org/changeset/base/252565 Log: MFC r252007: Use RIP6STAT_INC() macro for raw ip6 statistics accounting. Modified: stable/9/sys/netinet6/raw_ip6.c stable/9/sys/netinet6/raw_ip6.h Directory

svn commit: r252566 - stable/9/sys/netinet6

2013-07-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Jul 3 13:03:09 2013 New Revision: 252566 URL: http://svnweb.freebsd.org/changeset/base/252566 Log: MFC r252009: Use PIM6STAT_INC() and MRT6STAT_INC() macros for IPv6 multicast statistics accounting. Modified: stable/9/sys/netinet6/ip6_mroute.c Directory

svn commit: r252692 - in stable/9/sys: netinet netinet6 netipsec

2013-07-04 Thread Andrey V. Elsukov
Author: ae Date: Thu Jul 4 08:57:13 2013 New Revision: 252692 URL: http://svnweb.freebsd.org/changeset/base/252692 Log: MFC r252026: Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics accounting. Modified: stable/9/sys/netinet/tcp_input.c

svn commit: r252693 - stable/9/sys/netipsec

2013-07-04 Thread Andrey V. Elsukov
Author: ae Date: Thu Jul 4 08:59:34 2013 New Revision: 252693 URL: http://svnweb.freebsd.org/changeset/base/252693 Log: MFC r252028: Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP, PFKEY. Modified: stable/9/sys/netipsec/ah_var.h

svn commit: r246938 - in stable/9/sys: boot/common sys

2013-02-18 Thread Andrey V. Elsukov
Author: ae Date: Mon Feb 18 08:24:39 2013 New Revision: 246938 URL: http://svnweb.freebsd.org/changeset/base/246938 Log: MFC r246630: Add bootcamp support to the loader. Modified: stable/9/sys/boot/common/part.c stable/9/sys/sys/diskmbr.h Directory Properties: stable/9/sys/ (props

svn commit: r248180 - head/sys/netinet6

2013-03-11 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 12 02:20:20 2013 New Revision: 248180 URL: http://svnweb.freebsd.org/changeset/base/248180 Log: Take the inpcb rlock before calculating checksum, it was accidentally moved in r191672. Obtained from:Yandex LLC MFC after:1 week Modified:

svn commit: r248235 - stable/9/sys/sys

2013-03-13 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 13 10:45:36 2013 New Revision: 248235 URL: http://svnweb.freebsd.org/changeset/base/248235 Log: MFC r244209: Add an #include guard to the sys/fnv_hash.h. Modified: stable/9/sys/sys/fnv_hash.h Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r248490 - head/sys/net

2013-03-18 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 19 05:51:47 2013 New Revision: 248490 URL: http://svnweb.freebsd.org/changeset/base/248490 Log: Fix style and comments. Modified: head/sys/net/pfil.c head/sys/net/pfil.h Modified: head/sys/net/pfil.c

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

2013-03-19 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 19 06:04:17 2013 New Revision: 248491 URL: http://svnweb.freebsd.org/changeset/base/248491 Log: Separate the locking macros that are used in the packet flow path from others. This helps easy switch to use pfil(4) lock. Modified: head/sys/netpfil/ipfw/ip_fw2.c

svn commit: r248549 - stable/9/sys/netinet6

2013-03-20 Thread Andrey V. Elsukov
Author: ae Date: Wed Mar 20 09:12:28 2013 New Revision: 248549 URL: http://svnweb.freebsd.org/changeset/base/248549 Log: MFC r248180: Take the inpcb rlock before calculating checksum, it was accidentally moved in r191672. Modified: stable/9/sys/netinet6/raw_ip6.c Directory

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

2013-03-25 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 25 07:43:46 2013 New Revision: 248697 URL: http://svnweb.freebsd.org/changeset/base/248697 Log: When we are removing a specific set, call ipfw_expire_dyn_rules only once. Obtained from:Yandex LLC MFC after:1 week Modified:

svn commit: r248822 - stable/8/sys/netinet6

2013-03-28 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 28 09:51:37 2013 New Revision: 248822 URL: http://svnweb.freebsd.org/changeset/base/248822 Log: MFC r248180: Take the inpcb rlock before calculating checksum, it was accidentally moved in r191672. Modified: stable/8/sys/netinet6/raw_ip6.c Directory

svn commit: r248823 - releng/8.4/sys/netinet6

2013-03-28 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 28 10:08:58 2013 New Revision: 248823 URL: http://svnweb.freebsd.org/changeset/base/248823 Log: MFstable/8 r248822: Take the inpcb rlock before calculating checksum, it was accidentally moved in r191672. Approved by: re (glebius) Modified:

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

2013-04-02 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 2 06:49:44 2013 New Revision: 249002 URL: http://svnweb.freebsd.org/changeset/base/249002 Log: MFC r248697: When we are removing a specific set, call ipfw_expire_dyn_rules only once. Modified: stable/9/sys/netpfil/ipfw/ip_fw_sockopt.c Directory Properties:

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

2013-04-08 Thread Andrey V. Elsukov
Author: ae Date: Mon Apr 8 10:14:50 2013 New Revision: 249252 URL: http://svnweb.freebsd.org/changeset/base/249252 Log: Remove reference to the nonexistent sysctl node net.inet6.mld.stats. Also add cross reference to the icmp6(4). PR: 177696 MFC after:1 week Modified:

svn commit: r249294 - in head/sys: net netinet netinet6 netipsec

2013-04-09 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 9 07:11:22 2013 New Revision: 249294 URL: http://svnweb.freebsd.org/changeset/base/249294 Log: Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. MFC after:1 week Modified: head/sys/net/if_bridge.c head/sys/netinet/ip6.h head/sys/netinet6/dest6.c

svn commit: r249398 - head/sys/netinet6

2013-04-12 Thread Andrey V. Elsukov
Author: ae Date: Fri Apr 12 07:59:54 2013 New Revision: 249398 URL: http://svnweb.freebsd.org/changeset/base/249398 Log: Free memory after deleting an address policy entry. MFC after:1 week Modified: head/sys/netinet6/in6_src.c Modified: head/sys/netinet6/in6_src.c

svn commit: r249411 - head/sys/netinet

2013-04-12 Thread Andrey V. Elsukov
Author: ae Date: Fri Apr 12 16:29:15 2013 New Revision: 249411 URL: http://svnweb.freebsd.org/changeset/base/249411 Log: Reflect removing of the counter_u64_subtract() function in the macro. Modified: head/sys/netinet/ip_var.h Modified: head/sys/netinet/ip_var.h

  1   2   3   4   5   6   7   8   9   10   >