Re: Deorbiting i386
On Thu, 24 May 2018, 21:27-0700, Maxim Sobolev wrote: > The idea looks very inmature and short-sighted to me. i386 is here > to stay not as a server/desktop platform but as an embedded/low > power/low cost platform for at least 5-10 years to come. [...] At least I'd include vendors@ to this discussion before the final decision and move the thread outside of src/svn maillist to some more visible place. -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r327361 - head/share/misc
Author: maxim Date: Fri Dec 29 21:37:36 2017 New Revision: 327361 URL: https://svnweb.freebsd.org/changeset/base/327361 Log: Sort by time. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Fri Dec 29 21:09:17 2017 (r327360) +++ head/share/misc/bsd-family-tree Fri Dec 29 21:37:36 2017 (r327361) @@ -729,8 +729,8 @@ NetBSD 7.0.12016-05-22 [NBD] DragonFly 4.6.02016-08-02 [DFB] OpenBSD 6.02016-09-01 [OBD] macOS 10.122016-09-20 [APL] -NetBSD 7.0.2 2016-10-21 [NBD] FreeBSD 11.0 2016-10-10 [FBD] +NetBSD 7.0.2 2016-10-21 [NBD] NetBSD 7.1 2017-03-11 [NBD] DragonFly 4.8.02017-03-27 [DFB] OpenBSD 6.12017-04-11 [OBD] ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r328433 - head/lib/libc/sys
Author: maxim Date: Fri Jan 26 08:38:26 2018 New Revision: 328433 URL: https://svnweb.freebsd.org/changeset/base/328433 Log: o EMFILE errno documented. PR: 219209 Submitted by: yuri (with minor adjustment) Reviewed by: brooks Modified: head/lib/libc/sys/shmat.2 Modified: head/lib/libc/sys/shmat.2 == --- head/lib/libc/sys/shmat.2 Fri Jan 26 06:21:24 2018(r328432) +++ head/lib/libc/sys/shmat.2 Fri Jan 26 08:38:26 2018(r328433) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 2, 1995 +.Dd January 25, 2018 .Dt SHMAT 2 .Os .Sh NAME @@ -104,6 +104,11 @@ The .Fa addr argument was not an acceptable address. +.It Bq Er EMFILE +Failed to attach the shared memory segment because the per-process +.Va kern.ipc.shmseg +.Xr sysctl 3 +limit was reached. .El .Pp The ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r328434 - head/usr.sbin/daemon
Author: maxim Date: Fri Jan 26 08:52:28 2018 New Revision: 328434 URL: https://svnweb.freebsd.org/changeset/base/328434 Log: o A command line flag for the syslog_facility fixed in the SYNOPSIS. PR: 225441 Modified: head/usr.sbin/daemon/daemon.8 Modified: head/usr.sbin/daemon/daemon.8 == --- head/usr.sbin/daemon/daemon.8 Fri Jan 26 08:38:26 2018 (r328433) +++ head/usr.sbin/daemon/daemon.8 Fri Jan 26 08:52:28 2018 (r328434) @@ -43,7 +43,7 @@ .Op Fl o Ar output_file .Op Fl s Ar syslog_priority .Op Fl T Ar syslog_tag -.Op Fl s Ar syslog_facility +.Op Fl l Ar syslog_facility .Ar command arguments ... .Sh DESCRIPTION The ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r332425 - head/share/misc
Author: maxim Date: Thu Apr 12 07:39:24 2018 New Revision: 332425 URL: https://svnweb.freebsd.org/changeset/base/332425 Log: o OpenBSD 6.3 and DragonFly BSD 5.2.0 releases added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Apr 12 07:25:36 2018 (r332424) +++ head/share/misc/bsd-family-tree Thu Apr 12 07:39:24 2018 (r332425) @@ -367,6 +367,8 @@ FreeBSD 5.2 | | | | | | | | | | | | | | NetBSD 7.1.2| | | | | | | | | + | | | | | OpenBSD 6.3 | + | | | | | | DragonFly 5.2.0 | | | | v | | | v | | | | || | | | @@ -739,6 +741,8 @@ DragonFly 5.0.1 2017-11-06 [DFB] DragonFly 5.0.22017-12-04 [DFB] NetBSD 7.1.1 2017-12-22 [NBD] NetBSD 7.1.2 2018-03-15 [NBD] +OpenBSD 6.32018-04-02 [OBD] +DragonFly 5.2.02018-04-10 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r318314 - head/lib/libc/sys
Hi Stephen, On Mon, 15 May 2017, 19:32-, Stephen J. Kiernan wrote: > Author: stevek > Date: Mon May 15 19:32:26 2017 > New Revision: 318314 > URL: https://svnweb.freebsd.org/changeset/base/318314 > > Log: > Add information to open(2) man page about the O_VERIFY flag. > > Reviewed by:bjk wblock > Approved by:sjg (mentor) > Obtained from: Juniper Networks, Inc. > > Modified: > head/lib/libc/sys/open.2 > It is also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219262 -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r318550 - head/usr.sbin/devctl
Author: maxim Date: Fri May 19 20:02:32 2017 New Revision: 318550 URL: https://svnweb.freebsd.org/changeset/base/318550 Log: o Missed flag restored. PR: 219395 Submitted by: Tiwei Bie Modified: head/usr.sbin/devctl/devctl.8 Modified: head/usr.sbin/devctl/devctl.8 == --- head/usr.sbin/devctl/devctl.8 Fri May 19 18:23:44 2017 (r318549) +++ head/usr.sbin/devctl/devctl.8 Fri May 19 20:02:32 2017 (r318550) @@ -156,7 +156,7 @@ the device will not be changed. Rescan a bus device checking for devices that have been added or removed. .It Xo Cm delete -.Op Fl +.Op Fl f .Ar device .Xc Delete the device from the device tree. ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r307517 - head/usr.sbin/bhyve
Author: maxim Date: Mon Oct 17 09:40:18 2016 New Revision: 307517 URL: https://svnweb.freebsd.org/changeset/base/307517 Log: Typo fixed: arbitraty -> arbitrary. PR: 213559 Submitted by: olgeni Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8 == --- head/usr.sbin/bhyve/bhyve.8 Mon Oct 17 09:31:49 2016(r307516) +++ head/usr.sbin/bhyve/bhyve.8 Mon Oct 17 09:40:18 2016(r307517) @@ -172,7 +172,7 @@ Virtio block storage interface. .It Li virtio-rnd Virtio RNG interface. .It Li ahci -AHCI controller attached to arbitraty devices. +AHCI controller attached to arbitrary devices. .It Li ahci-cd AHCI controller attached to an ATAPI CD/DVD. .It Li ahci-hd ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r354356 - head/share/misc
Author: maxim Date: Tue Nov 5 08:53:40 2019 New Revision: 354356 URL: https://svnweb.freebsd.org/changeset/base/354356 Log: o OpenBSD 6.6 and FreeBSD 12.1 releases added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Nov 5 07:13:07 2019 (r354355) +++ head/share/misc/bsd-family-tree Tue Nov 5 08:53:40 2019 (r354356) @@ -394,13 +394,17 @@ FreeBSD 5.2 | | | || | | | |DragonFly 5.4.0 *--FreeBSD | | | v || | 12.0 | | ||DragonFly 5.4.1 - || | |OpenBSD 6.5 | - || | ||| - || | NetBSD|| - || | 8.1 |DragonFly 5.6 + | | | | |OpenBSD 6.5 | + | | | | ||| + | | | | NetBSD|| + | | | | 8.1 |DragonFly 5.6 + | | | ||| + | | | ||DragonFly 5.6.1 + | FreeBSD | |OpenBSD 6.6 | + | 12.1 | ||| + | | | ||| + | v | ||| || ||| - || ||DragonFly 5.6.1 - || ||| FreeBSD 13 -current | NetBSD -current OpenBSD -current DragonFly -current || ||| vv vvv @@ -786,6 +790,8 @@ OpenBSD 6.5 2019-05-01 [OBD] NetBSD 8.1 2019-06-04 [NBD] DragonFly 5.6 2019-06-17 [DFB] DragonFly 5.6.12019-06-19 [DFB] +OpenBSD 6.62019-10-17 [OBD] +FreeBSD 12.1 2019-11-04 [FBD] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r351522 - in head: sbin/ifconfig share/man/man4 sys/conf sys/kern sys/modules sys/modules/ktls_ocf sys/net sys/netinet sys/netinet/tcp_stacks sys/netinet6 sys/opencrypto sys/sys tools/
On 27/08/2019 03:01, John Baldwin wrote: > Author: jhb > Date: Tue Aug 27 00:01:56 2019 > New Revision: 351522 > URL: https://svnweb.freebsd.org/changeset/base/351522 > > Log: > Add kernel-side support for in-kernel TLS. > [...] > This patch is the culmination of years of work by several folks > including Scott Long and Randall Stewart for the original design and > implementation; Drew Gallatin for several optimizations including the > use of ext_pgs mbufs, the M_NOTREADY mechanism for TLS records > awaiting software encryption, and pluggable software crypto backends; > and John Baldwin for modifications to support hardware TLS offload. > This is super-cool, gentlemen! My congratulations with great job done. -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r356488 - head/usr.sbin/bsdinstall
Author: maxim Date: Wed Jan 8 14:01:15 2020 New Revision: 356488 URL: https://svnweb.freebsd.org/changeset/base/356488 Log: o Spell "Redundancy" and "Remember" correctly. PR: 243187 Submitted by: mikael.uran...@gmail.com (partially) Modified: head/usr.sbin/bsdinstall/bsdinstall.8 Modified: head/usr.sbin/bsdinstall/bsdinstall.8 == --- head/usr.sbin/bsdinstall/bsdinstall.8 Wed Jan 8 11:30:42 2020 (r356487) +++ head/usr.sbin/bsdinstall/bsdinstall.8 Wed Jan 8 14:01:15 2020 (r356488) @@ -336,8 +336,8 @@ Default: The type of pool to be created for the base system. This variable can take one of this values: stripe (No redundacy), mirror (n-Way mirroring), raid10 (RAID 1+0 - n x 2-Way Mirrors), -raidz1 (RAID-Z1 - Single Redundacy RAID), raidz2 (RAID-Z2 - Double Redundacy RAID) -or raidz3 (RAID-Z3 Triple Redundacy RAID). +raidz1 (RAID-Z1 - Single Redundancy RAID), raidz2 (RAID-Z2 - Double Redundancy RAID) +or raidz3 (RAID-Z3 Triple Redundancy RAID). Default: .Dq stripe .It Ev ZFSBOOT_FORCE_4K_SECTORS @@ -505,7 +505,7 @@ ZFSBOOT_DISKS="ada0 ada1" ZFSBOOT_VDEV_TYPE=mirror .Ed .Pp -Remenber to export all the variables for the +Remember to export all the variables for the .Cm zfsboot command, otherwise it will not get set. .Ss SETUP SCRIPT ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r324239 - head/share/misc
Author: maxim Date: Tue Oct 3 13:31:22 2017 New Revision: 324239 URL: https://svnweb.freebsd.org/changeset/base/324239 Log: FreeBSD 10.4 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Oct 3 13:20:17 2017 (r324238) +++ head/share/misc/bsd-family-tree Tue Oct 3 13:31:22 2017 (r324239) @@ -344,19 +344,21 @@ FreeBSD 5.2 | | | | | | | | DragonFly 4.4.1 | FreeBSD | |OpenBSD 5.9 | | 10.3 | | | | - || NetBSD 7.0.1 | | - || | | DragonFly 4.6.0 - || | | | - || | | | - *--FreeBSD macOS|OpenBSD 6.0 | - | 11.0 10.12| | | - | | | NetBSD 7.1 | | - | | | | | DragonFly 4.8.0 - | | | |OpenBSD 6.1 | + | | | NetBSD 7.0.1 | | + | `--. | | | DragonFly 4.6.0 + || | | | | + || | | | | + *--FreeBSD | macOS|OpenBSD 6.0 | + | 11.0 | 10.12| | | + | | | | NetBSD 7.1 | | + | | | | | | DragonFly 4.8.0 + | | | | |OpenBSD 6.1 | + | | FreeBSD| | | | + | |10.4 | | | | | FreeBSD | | | | | 11.1 | | | | || | | | -FreeBSD 12 -current | NetBSD -current OpenBSD -currentDragonFly -current +FreeBSD 13 -current | NetBSD -current OpenBSD -currentDragonFly -current || | | | vv v v v @@ -715,6 +717,7 @@ NetBSD 7.1 2017-03-11 [NBD] DragonFly 4.8.02017-03-27 [DFB] OpenBSD 6.12017-04-11 [OBD] FreeBSD 11.1 2017-07-26 [FBD] +FreeBSD 10.4 2017-10-03 [FBD] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r324240 - head/share/misc
Author: maxim Date: Tue Oct 3 14:23:49 2017 New Revision: 324240 URL: https://svnweb.freebsd.org/changeset/base/324240 Log: o FreeBSD 10.4 happened after 11.1, adjust the branches accordingly. o The current FreeBSD branch is 12 not 13. Suggested by: lidl Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Oct 3 13:31:22 2017 (r324239) +++ head/share/misc/bsd-family-tree Tue Oct 3 14:23:49 2017 (r324240) @@ -353,12 +353,12 @@ FreeBSD 5.2 | | | | | | | NetBSD 7.1 | | | | | | | | DragonFly 4.8.0 | | | | |OpenBSD 6.1 | - | | FreeBSD| | | | + | FreeBSD | | | | | + | 11.1 FreeBSD| | | | | |10.4 | | | | - | FreeBSD | | | | - | 11.1 | | | | + | v | | | | || | | | -FreeBSD 13 -current | NetBSD -current OpenBSD -currentDragonFly -current +FreeBSD 12 -current | NetBSD -current OpenBSD -currentDragonFly -current || | | | vv v v v ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r324688 - head/share/misc
Author: maxim Date: Tue Oct 17 14:37:12 2017 New Revision: 324688 URL: https://svnweb.freebsd.org/changeset/base/324688 Log: DragonFly 5.0.0 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Oct 17 12:45:51 2017 (r324687) +++ head/share/misc/bsd-family-tree Tue Oct 17 14:37:12 2017 (r324688) @@ -356,7 +356,7 @@ FreeBSD 5.2 | | | | FreeBSD | | | | | | 11.1 FreeBSD| | | | | |10.4 | |OpenBSD 6.2 | - | v | | | | + | v | | | DragonFly 5.0.0 || | | | FreeBSD 12 -current | NetBSD -current OpenBSD -currentDragonFly -current || | | | @@ -720,6 +720,7 @@ FreeBSD 11.12017-07-26 [FBD] macOS 10.132017-09-25 [APL] FreeBSD 10.4 2017-10-03 [FBD] OpenBSD 6.22017-10-09 [OBD] +DragonFly 5.0.02017-10-16 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r219024 - head/share/misc
Author: maxim Date: Fri Feb 25 07:33:42 2011 New Revision: 219024 URL: http://svn.freebsd.org/changeset/base/219024 Log: o FreeBSD 8.2 and 7.4-RELEASE added. Mac OS X 10.6 added belatedly. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Fri Feb 25 03:19:24 2011 (r219023) +++ head/share/misc/bsd-family-tree Fri Feb 25 07:33:42 2011 (r219024) @@ -229,19 +229,24 @@ FreeBSD 5.2 | | | | | | |DragonFly 2.2.0 | FreeBSD 7.2 | NetBSD 5.0 OpenBSD 4.5 | | \ | ||| | + | | Mac OS X | | | + | |10.6| | | | | | |||DragonFly 2.4.0 | | | ||OpenBSD 4.6 | | | | ||| | *--FreeBSD | | ||| | |8.0 | | ||| | - | |FreeBSD | ||| | + | | FreeBSD | ||| | | | 7.3| |||DragonFly 2.6.0 - | | | ||OpenBSD 4.7 | - | FreeBSD | ||| | - |8.1 | ||| | - | | | |||DragonFly 2.8.2 - | | | ||OpenBSD 4.8 | - | V | | NetBSD 5.1 | | + | || | ||OpenBSD 4.7 | + | FreeBSD | | ||| | + |8.1 | | ||| | + | || | |||DragonFly 2.8.2 + | || | ||OpenBSD 4.8 | + | || | | NetBSD 5.1 | | + | FreeBSD FreeBSD | | | | + |8.2 7.4| | | | + | v | | | | || | | | FreeBSD 9 -current| NetBSD -current OpenBSD -current | || | | | @@ -514,6 +519,7 @@ DragonFly 2.2.0 2009-02-17 [DFB] NetBSD 5.0 2009-04-29 [NBD] OpenBSD 4.52009-05-01 [OBD] FreeBSD 7.22009-05-04 [FBD] +Mac OS X 10.6 2009-06-08 [APL] DragonFly 2.4.02009-09-16 [DFB] OpenBSD 4.62009-10-18 [OBD] FreeBSD 8.02009-11-26 [FBD] @@ -524,6 +530,8 @@ FreeBSD 8.1 2010-07-24 [FBD] DragonFly 2.8.22010-10-30 [DFB] OpenBSD 4.82010-11-01 [OBD] NetBSD 5.1 2010-11-19 [NBD] +FreeBSD 7.42011-02-24 [FBD] +FreeBSD 8.22011-02-24 [FBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r220965 - head/usr.sbin/tcpdrop
Author: maxim Date: Sat Apr 23 05:56:06 2011 New Revision: 220965 URL: http://svn.freebsd.org/changeset/base/220965 Log: o Remove an incomplete sentence. PR: docs/156593 Submitted by: Yuri Pankov MFC after:1 week Modified: head/usr.sbin/tcpdrop/tcpdrop.8 Modified: head/usr.sbin/tcpdrop/tcpdrop.8 == --- head/usr.sbin/tcpdrop/tcpdrop.8 Sat Apr 23 05:29:59 2011 (r220964) +++ head/usr.sbin/tcpdrop/tcpdrop.8 Sat Apr 23 05:56:06 2011 (r220965) @@ -62,8 +62,6 @@ will be dropped. .Pp Addresses and ports may be specified by name or numeric value. Both IPv4 and IPv6 address formats are supported. -.Nm -in case of success or failure. .Sh EXIT STATUS .Ex -std .Sh EXAMPLES ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r221319 - head/share/misc
Author: maxim Date: Mon May 2 09:47:13 2011 New Revision: 221319 URL: http://svn.freebsd.org/changeset/base/221319 Log: o OpenBSD 4.9 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Mon May 2 08:33:20 2011 (r221318) +++ head/share/misc/bsd-family-tree Mon May 2 09:47:13 2011 (r221319) @@ -246,7 +246,7 @@ FreeBSD 5.2 | | | || | | NetBSD 5.1 | | | FreeBSD FreeBSD | | | | |8.2 7.4| | | DragonFly 2.10.1 - | v | | | | + | v | | OpenBSD 4.9 | || | | | FreeBSD 9 -current| NetBSD -current OpenBSD -current | || | | | @@ -533,6 +533,7 @@ NetBSD 5.1 2010-11-19 [NBD] FreeBSD 7.42011-02-24 [FBD] FreeBSD 8.22011-02-24 [FBD] DragonFly 2.10.1 2011-04-26 [DFB] +OpenBSD 4.92011-05-01 [OBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r206889 - head/sbin/ping6
Author: maxim Date: Tue Apr 20 06:10:05 2010 New Revision: 206889 URL: http://svn.freebsd.org/changeset/base/206889 Log: o Add do-not-fragment option support to ping6(8). PR: bin/145759 Submitted by: pluknet MFC after:1 month Modified: head/sbin/ping6/ping6.8 head/sbin/ping6/ping6.c Modified: head/sbin/ping6/ping6.8 == --- head/sbin/ping6/ping6.8 Tue Apr 20 06:08:34 2010(r206888) +++ head/sbin/ping6/ping6.8 Tue Apr 20 06:10:05 2010(r206889) @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 27, 2008 +.Dd April 20, 2010 .Dt PING6 8 .Os .Sh NAME @@ -40,9 +40,9 @@ packets to network hosts .Sh SYNOPSIS .Nm .\" without ipsec, or new ipsec -.Op Fl dfHmnNoqrRtvwW +.Op Fl DdfHmnNoqrRtvwW .\" old ipsec -.\" .Op Fl AdEfmnNqRtvwW +.\" .Op Fl ADdEfmnNqRtvwW .Bk -words .Op Fl a Ar addrtype .Ek @@ -141,6 +141,8 @@ Stop after sending .Ar count .Tn ECHO_RESPONSE packets. +.It Fl D +Disable IPv6 fragmentation. .It Fl d Set the .Dv SO_DEBUG Modified: head/sbin/ping6/ping6.c == --- head/sbin/ping6/ping6.c Tue Apr 20 06:08:34 2010(r206888) +++ head/sbin/ping6/ping6.c Tue Apr 20 06:10:05 2010(r206889) @@ -191,6 +191,7 @@ struct tv32 { #define F_ONCE 0x20 #define F_AUDIBLE 0x40 #define F_MISSED 0x80 +#define F_DONTFRAG 0x100 #define F_NOUSERDATA (F_NODEADDR | F_FQDN | F_FQDNOLD | F_SUPTYPES) u_int options; @@ -349,7 +350,7 @@ main(argc, argv) #endif /*IPSEC_POLICY_IPSEC*/ #endif while ((ch = getopt(argc, argv, - "a:b:c:dfHg:h:I:i:l:mnNop:qrRS:s:tvwW" ADDOPTS)) != -1) { + "a:b:c:DdfHg:h:I:i:l:mnNop:qrRS:s:tvwW" ADDOPTS)) != -1) { #undef ADDOPTS switch (ch) { case 'a': @@ -415,6 +416,9 @@ main(argc, argv) errx(1, "illegal number of packets -- %s", optarg); break; + case 'D': + options |= F_DONTFRAG; + break; case 'd': options |= F_SO_DEBUG; break; @@ -742,7 +746,11 @@ main(argc, argv) for (i = 0; i < sizeof(nonce); i += sizeof(u_int32_t)) *((u_int32_t *)&nonce[i]) = arc4random(); #endif - + optval = 1; + if (options & F_DONTFRAG) + if (setsockopt(s, IPPROTO_IPV6, IPV6_DONTFRAG, + &optval, sizeof(optval)) == -1) + err(1, "IPV6_DONTFRAG"); hold = 1; if (options & F_SO_DEBUG) @@ -2780,7 +2788,7 @@ usage() "A" #endif "usage: ping6 [-" - "d" + "Dd" #if defined(IPSEC) && !defined(IPSEC_POLICY_IPSEC) "E" #endif ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r208327 - head/share/misc
Author: maxim Date: Thu May 20 05:03:02 2010 New Revision: 208327 URL: http://svn.freebsd.org/changeset/base/208327 Log: o OpenBSD 4.7 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu May 20 00:31:51 2010 (r208326) +++ head/share/misc/bsd-family-tree Thu May 20 05:03:02 2010 (r208327) @@ -236,6 +236,7 @@ FreeBSD 5.2 | | |8.0 | | | | | | |FreeBSD | | | | | V 7.3 | | | | + || | OpenBSD 4.7 | || | | | FreeBSD 9 -current| NetBSD -current OpenBSD -current | || | | | @@ -512,6 +513,7 @@ DragonFly 2.4.0 2009-09-16 [DFB] OpenBSD 4.62009-10-18 [OBD] FreeBSD 8.02009-11-26 [FBD] FreeBSD 7.32010-03-23 [FBD] +OpenBSD 4.72010-05-19 [OBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r208336 - head/share/misc
Author: maxim Date: Thu May 20 08:07:25 2010 New Revision: 208336 URL: http://svn.freebsd.org/changeset/base/208336 Log: o DragonFly 2.6.0 added. Submitted by: pluknet Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu May 20 08:03:08 2010 (r208335) +++ head/share/misc/bsd-family-tree Thu May 20 08:07:25 2010 (r208336) @@ -235,7 +235,7 @@ FreeBSD 5.2 | | *--FreeBSD | | | | | |8.0 | | | | | | |FreeBSD | | | | - | V 7.3 | | | | + | V 7.3 | | |DragonFly 2.6.0 || | OpenBSD 4.7 | || | | | FreeBSD 9 -current| NetBSD -current OpenBSD -current | @@ -513,6 +513,7 @@ DragonFly 2.4.0 2009-09-16 [DFB] OpenBSD 4.62009-10-18 [OBD] FreeBSD 8.02009-11-26 [FBD] FreeBSD 7.32010-03-23 [FBD] +DragonFly 2.6.02010-03-28 [DFB] OpenBSD 4.72010-05-19 [OBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r208327 - head/share/misc
On Thu, 20 May 2010, 09:53+0400, pluknet wrote: > On 20 May 2010 09:03, Maxim Konovalov wrote: > > Author: maxim > > Date: Thu May 20 05:03:02 2010 > > New Revision: 208327 > > URL: http://svn.freebsd.org/changeset/base/208327 > > > > Log: > > o OpenBSD 4.7 added. > > > > Modified: > > head/share/misc/bsd-family-tree > > Matthew's 2.6.0 technically tagged on 2010-03-28. > http://gitweb.dragonflybsd.org/dragonfly.git/tag/4f39cf4b1fe60d4fbec4b908fafb7f075fd3d866 > Would you like to add this as well? > Added. Thanks! -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r208417 - head/share/mk
Author: maxim Date: Sat May 22 16:30:33 2010 New Revision: 208417 URL: http://svn.freebsd.org/changeset/base/208417 Log: o Grammar. PR: conf/146827 Submitted by: chris petrik Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README == --- head/share/mk/bsd.READMESat May 22 15:13:41 2010(r208416) +++ head/share/mk/bsd.READMESat May 22 16:30:33 2010(r208417) @@ -91,12 +91,12 @@ the command "make b" will echo "bar". T way the V7 make behaved. It's fairly difficult to make the BSD .mk files work when you're building -multiple programs in a single directory. It's a lot easier split up the -programs than to deal with the problem. Most of the agony comes from making -the "obj" directory stuff work right, not because we switch to a new version -of make. So, don't get mad at us, figure out a better way to handle multiple -architectures so we can quit using the symbolic link stuff. (Imake doesn't -count.) +multiple programs in a single directory. It's a lot easier to split up +the programs than to deal with the problem. Most of the agony comes from +making the "obj" directory stuff work right, not because we switch to a new +version of make. So, don't get mad at us, figure out a better way to handle +multiple architectures so we can quit using the symbolic link stuff. +(Imake doesn't count.) The file .depend in the source directory is expected to contain dependencies for the source files. This file is read automatically by make after reading ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r208420 - head/share/mk
Author: maxim Date: Sat May 22 20:19:12 2010 New Revision: 208420 URL: http://svn.freebsd.org/changeset/base/208420 Log: o Remove EoL w/spaces introduced in the last commit. Spotted by: uqs Modified: head/share/mk/bsd.README Modified: head/share/mk/bsd.README == --- head/share/mk/bsd.READMESat May 22 18:40:54 2010(r208419) +++ head/share/mk/bsd.READMESat May 22 20:19:12 2010(r208420) @@ -91,11 +91,11 @@ the command "make b" will echo "bar". T way the V7 make behaved. It's fairly difficult to make the BSD .mk files work when you're building -multiple programs in a single directory. It's a lot easier to split up -the programs than to deal with the problem. Most of the agony comes from -making the "obj" directory stuff work right, not because we switch to a new -version of make. So, don't get mad at us, figure out a better way to handle -multiple architectures so we can quit using the symbolic link stuff. +multiple programs in a single directory. It's a lot easier to split up +the programs than to deal with the problem. Most of the agony comes from +making the "obj" directory stuff work right, not because we switch to a new +version of make. So, don't get mad at us, figure out a better way to handle +multiple architectures so we can quit using the symbolic link stuff. (Imake doesn't count.) The file .depend in the source directory is expected to contain dependencies ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r208797 - head/tools/regression/usr.bin/make/syntax/directive-t0
Author: maxim Date: Fri Jun 4 08:14:30 2010 New Revision: 208797 URL: http://svn.freebsd.org/changeset/base/208797 Log: o Fix typo: .uudef -> .undef. PR: misc/147462 Submitted by: Erik Cederstrand Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile == --- head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Fri Jun 4 07:35:59 2010(r208796) +++ head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Fri Jun 4 08:14:30 2010(r208797) @@ -3,6 +3,6 @@ # A typo'ed directive. # -.uudef foo +.undef foo all: ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r208798 - head/tools/regression/fstest
Author: maxim Date: Fri Jun 4 08:19:43 2010 New Revision: 208798 URL: http://svn.freebsd.org/changeset/base/208798 Log: o Makefile BSDfication. PR: misc/147461 (with my changes) Submitted by: Erik Cederstrand Modified: head/tools/regression/fstest/Makefile Modified: head/tools/regression/fstest/Makefile == --- head/tools/regression/fstest/Makefile Fri Jun 4 08:14:30 2010 (r208797) +++ head/tools/regression/fstest/Makefile Fri Jun 4 08:19:43 2010 (r208798) @@ -1,31 +1,25 @@ # $FreeBSD$ -OSTYPE=$(shell uname) +PROG= fstest +NO_MAN= -ifeq "${OSTYPE}" "FreeBSD" -CFLAGS += -D__OS_FreeBSD__ -CFLAGS += -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -endif - -ifeq "${OSTYPE}" "SunOS" -CFLAGS += -D__OS_Solaris__ -CFLAGS += -DHAS_TRUNCATE64 -DHAS_STAT64 -endif - -ifeq "${OSTYPE}" "Darwin" -CFLAGS += -D__OS_Darwin__ -CFLAGS += -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_LCHFLAGS -endif - -ifeq "${OSTYPE}" "Linux" -CFLAGS += -D__OS_Linux__ -CFLAGS += -D_GNU_SOURCE -endif +OSTYPE!= uname -all: fstest +.if ${OSTYPE} == "FreeBSD" +CFLAGS+= -D__OS_FreeBSD__ +CFLAGS+= -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_LCHFLAGS -DHAS_FREEBSD_ACL -fstest:fstest.c - gcc -Wall ${CFLAGS} fstest.c -o fstest +.elif ${OSTYPE} == "SunOS" +CFLAGS+= -D__OS_Solaris__ +CFLAGS+= -DHAS_TRUNCATE64 -DHAS_STAT64 -clean: - rm -f fstest +.elif ${OSTYPE} == "Darwin" +CFLAGS+= -D__OS_Darwin__ +CFLAGS+= -DHAS_LCHMOD -DHAS_CHFLAGS -DHAS_LCHFLAGS + +.elif ${OSTYPE} == "Linux" +CFLAGS+= -D__OS_Linux__ +CFLAGS+= -D_GNU_SOURCE +.endif + +.include ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r208802 - head/tools/regression/usr.bin/make/syntax/directive-t0
Author: maxim Date: Fri Jun 4 14:22:49 2010 New Revision: 208802 URL: http://svn.freebsd.org/changeset/base/208802 Log: o The typo was intended as it stated in the comment. Revert last. Spotted by: dfr Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Modified: head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile == --- head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Fri Jun 4 14:06:59 2010(r208801) +++ head/tools/regression/usr.bin/make/syntax/directive-t0/Makefile Fri Jun 4 14:22:49 2010(r208802) @@ -3,6 +3,6 @@ # A typo'ed directive. # -.undef foo +.uudef foo all: ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r209360 - head/lib/libc/nls
Author: maxim Date: Sun Jun 20 06:52:10 2010 New Revision: 209360 URL: http://svn.freebsd.org/changeset/base/209360 Log: Merge from English r198040: add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP, ENOLINK, EPROTO, ENOTCAPABLE. PR: docs/147983 Submitted by: pluknet MFC after:1 week Modified: head/lib/libc/nls/ru_RU.KOI8-R.msg (contents, props changed) Modified: head/lib/libc/nls/ru_RU.KOI8-R.msg == --- head/lib/libc/nls/ru_RU.KOI8-R.msg Sun Jun 20 04:14:49 2010 (r209359) +++ head/lib/libc/nls/ru_RU.KOI8-R.msg Sun Jun 20 06:52:10 2010 (r209360) @@ -183,6 +183,16 @@ $ ENOATTR 87 ��� �� �� $ EDOOFUS 88 �� +$ EBADMSG +89 �� �� � +$ EMULTIHOP +90 ��� �� +$ ENOLINK +91 � +$ EPROTO +92 �� � +$ ENOTCAPABLE +93 $ $ strsignal() support catalog $ ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r209623 - head/share/misc
Author: maxim Date: Thu Jul 1 10:26:23 2010 New Revision: 209623 URL: http://svn.freebsd.org/changeset/base/209623 Log: o Add ta...@. Submitted by: taras Modified: head/share/misc/committers-doc.dot Modified: head/share/misc/committers-doc.dot == --- head/share/misc/committers-doc.dot Thu Jul 1 05:03:24 2010 (r209622) +++ head/share/misc/committers-doc.dot Thu Jul 1 10:26:23 2010 (r209623) @@ -61,6 +61,7 @@ linimon [label="Mark linimon\nlini...@fr manolis [label="Manolis kiagias\nmano...@freebsd.org\n2008/05/24"] marcel [label="Marcel moolenaar\nmar...@freebsd.org\n1999/07/03"] marck [label="Dmitry morozovsky\nma...@freebsd.org\n2004/08/10"] +maxim [label="Maxim konovalov\nma...@freebsd.org\n2002/02/07"] miwi [label="Martin wilke\nm...@freebsd.org\n2007/10/26"] murray [label="Murray stokely\nmur...@freebsd.org\n2000/04/05"] nik [label="Nik clayton\n...@freebsd.org\n1998/02/26"] @@ -70,6 +71,7 @@ remko [label="Remko lodder\nre...@freebs rene [label="Rene ladan\nr...@freebsd.org\n2008/11/03"] roam [label="Peter pentchev\nr...@freebsd.org\n2003/02/14"] simon [label="Simon L. nielsen\nsi...@freebsd.org\n2003/07/20"] +taras [label="Taras korenko\nta...@freebsd.org\n2010/06/25"] trhodes [label="Tom rhodes\ntrho...@freebsd.org\n2002/03/25"] # Here are the mentor/mentee relationships. @@ -93,6 +95,7 @@ delphij -> loader gabor -> pgj gabor -> manolis +gabor -> taras jesusr -> jcamou @@ -109,6 +112,9 @@ keramida -> garys keramida -> pav marck -> bvs +marck -> taras + +maxim -> taras mheinen -> jkois ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r209715 - head/include/arpa
Author: maxim Date: Tue Jul 6 03:48:46 2010 New Revision: 209715 URL: http://svn.freebsd.org/changeset/base/209715 Log: o addr2ascii(3) was removed ages ago. Fix the comment. PR: docs/148383 Submitted by: pluknet MFC after:1 week Modified: head/include/arpa/inet.h Modified: head/include/arpa/inet.h == --- head/include/arpa/inet.hTue Jul 6 02:07:59 2010(r209714) +++ head/include/arpa/inet.hTue Jul 6 03:48:46 2010(r209715) @@ -58,7 +58,7 @@ #ifndef _ARPA_INET_H_ #define_ARPA_INET_H_ -/* External definitions for functions in inet(3), addr2ascii(3) */ +/* External definitions for functions in inet(3). */ #include #include ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r228699 - head/sbin/devd
Author: maxim Date: Mon Dec 19 05:09:08 2011 New Revision: 228699 URL: http://svn.freebsd.org/changeset/base/228699 Log: o Sort .Xrs. Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5 == --- head/sbin/devd/devd.conf.5 Sun Dec 18 23:54:32 2011(r228698) +++ head/sbin/devd/devd.conf.5 Mon Dec 19 05:09:08 2011(r228699) @@ -542,5 +542,5 @@ has many additional examples. .Sh SEE ALSO .Xr coretemp 4 , .Xr devfs 5 , -.Xr devd 8 , -.Xr re_format 7 +.Xr re_format 7 , +.Xr devd 8 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r228700 - in head: sys/netinet6 usr.bin/netstat
Author: maxim Date: Mon Dec 19 05:50:34 2011 New Revision: 228700 URL: http://svn.freebsd.org/changeset/base/228700 Log: o Convert IPv6 read-only stats sysctls to the read-write ones. o Teach netstat(1) -z to reset these stats sysctls. PR: bin/153206 Reviewed by: glebuis Sponsored by: NGINX, Inc. MFC after:1 month Modified: head/sys/netinet6/in6_proto.c head/sys/netinet6/ip6_mroute.c head/usr.bin/netstat/inet6.c Modified: head/sys/netinet6/in6_proto.c == --- head/sys/netinet6/in6_proto.c Mon Dec 19 05:09:08 2011 (r228699) +++ head/sys/netinet6/in6_proto.c Mon Dec 19 05:50:34 2011 (r228700) @@ -520,7 +520,7 @@ SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_ &VNET_NAME(ip6_sendredirects), 0, ""); SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_DEFHLIM, hlim, CTLFLAG_RW, &VNET_NAME(ip6_defhlim), 0, ""); -SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_STATS, stats, CTLFLAG_RD, +SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_STATS, stats, CTLFLAG_RW, &VNET_NAME(ip6stat), ip6stat, ""); SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_MAXFRAGPACKETS, maxfragpackets, CTLFLAG_RW, &VNET_NAME(ip6_maxfragpackets), 0, ""); @@ -573,7 +573,7 @@ SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_ CTLFLAG_RW, &VNET_NAME(ip6_auto_linklocal), 0, "Default value of per-interface flag for automatically adding an IPv6" " link-local address to interfaces when attached"); -SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_RIP6STATS, rip6stats, CTLFLAG_RD, +SYSCTL_VNET_STRUCT(_net_inet6_ip6, IPV6CTL_RIP6STATS, rip6stats, CTLFLAG_RW, &VNET_NAME(rip6stat), rip6stat, ""); SYSCTL_VNET_INT(_net_inet6_ip6, IPV6CTL_PREFER_TEMPADDR, prefer_tempaddr, CTLFLAG_RW, &VNET_NAME(ip6_prefer_tempaddr), 0, ""); @@ -603,7 +603,7 @@ SYSCTL_VNET_INT(_net_inet6_icmp6, ICMPV6 CTLFLAG_RW, &VNET_NAME(icmp6_rediraccept), 0, ""); SYSCTL_VNET_INT(_net_inet6_icmp6, ICMPV6CTL_REDIRTIMEOUT, redirtimeout, CTLFLAG_RW, &VNET_NAME(icmp6_redirtimeout), 0, ""); -SYSCTL_VNET_STRUCT(_net_inet6_icmp6, ICMPV6CTL_STATS, stats, CTLFLAG_RD, +SYSCTL_VNET_STRUCT(_net_inet6_icmp6, ICMPV6CTL_STATS, stats, CTLFLAG_RW, &VNET_NAME(icmp6stat), icmp6stat, ""); SYSCTL_VNET_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_PRUNE, nd6_prune, CTLFLAG_RW, &VNET_NAME(nd6_prune), 0, ""); Modified: head/sys/netinet6/ip6_mroute.c == --- head/sys/netinet6/ip6_mroute.c Mon Dec 19 05:09:08 2011 (r228699) +++ head/sys/netinet6/ip6_mroute.c Mon Dec 19 05:50:34 2011 (r228700) @@ -250,7 +250,7 @@ static mifi_t nummifs = 0; static mifi_t reg_mif_num = (mifi_t)-1; static struct pim6stat pim6stat; -SYSCTL_STRUCT(_net_inet6_pim, PIM6CTL_STATS, stats, CTLFLAG_RD, +SYSCTL_STRUCT(_net_inet6_pim, PIM6CTL_STATS, stats, CTLFLAG_RW, &pim6stat, pim6stat, "PIM Statistics (struct pim6stat, netinet6/pim_var.h)"); Modified: head/usr.bin/netstat/inet6.c == --- head/usr.bin/netstat/inet6.cMon Dec 19 05:09:08 2011 (r228699) +++ head/usr.bin/netstat/inet6.cMon Dec 19 05:50:34 2011 (r228700) @@ -360,15 +360,17 @@ static char *srcrule_str[] = { void ip6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) { - struct ip6stat ip6stat; + struct ip6stat ip6stat, zerostat; int first, i; size_t len; len = sizeof ip6stat; if (live) { memset(&ip6stat, 0, len); - if (sysctlbyname("net.inet6.ip6.stats", &ip6stat, &len, NULL, - 0) < 0) { + if (zflag) + memset(&zerostat, 0, len); + if (sysctlbyname("net.inet6.ip6.stats", &ip6stat, &len, + zflag ? &zerostat : NULL, zflag ? len : 0) < 0) { if (errno != ENOENT) warn("sysctl: net.inet6.ip6.stats"); return; @@ -840,15 +842,17 @@ staticconst char *icmp6names[] = { void icmp6_stats(u_long off, const char *name, int af1 __unused, int proto __unused) { - struct icmp6stat icmp6stat; + struct icmp6stat icmp6stat, zerostat; int i, first; size_t len; len = sizeof icmp6stat; if (live) { memset(&icmp6stat, 0, len); + if (zflag) + memset(&zerostat, 0, len); if (sysctlbyname("net.inet6.icmp6.stats", &icmp6stat, &len, - NULL, 0) < 0) { + zflag ? &zerostat : NULL, zflag ? len : 0) < 0) { if (errno != ENOENT) warn("sysctl: net.inet6.icmp6.stats"); return; @@ -1033,14 +1037,16 @@ pim6_stats(u_long off,
svn commit: r230042 - head/share/misc
Author: maxim Date: Fri Jan 13 06:14:03 2012 New Revision: 230042 URL: http://svn.freebsd.org/changeset/base/230042 Log: o Mac OS X 10.7 added (belatedly). FreeBSD 9.0-RELEASE added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Fri Jan 13 03:38:08 2012 (r230041) +++ head/share/misc/bsd-family-tree Fri Jan 13 06:14:03 2012 (r230042) @@ -247,11 +247,14 @@ FreeBSD 5.2 | | | FreeBSD FreeBSD | | | | |8.2 7.4| | | DragonFly 2.10.1 | v | | OpenBSD 4.9 | - || | | | - || | | | + | Mac OS X | | | + | 10.7| | | || | OpenBSD 5.0 | + +--FreeBSD | | | | + |9.0 | | | | + | v | | | | || | | | -FreeBSD 9 -current| NetBSD -current OpenBSD -current | +FreeBSD 10 -current | NetBSD -current OpenBSD -current | || | | | vv v v v @@ -537,7 +540,9 @@ FreeBSD 7.4 2011-02-24 [FBD] FreeBSD 8.22011-02-24 [FBD] DragonFly 2.10.1 2011-04-26 [DFB] OpenBSD 4.92011-05-01 [OBD] +Mac OS X 10.7 2011-07-20 [APL] OpenBSD 5.02011-11-01 [OBD] +FreeBSD 9.02012-01-12 [FBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r230043 - head/share/misc
Author: maxim Date: Fri Jan 13 06:18:23 2012 New Revision: 230043 URL: http://svn.freebsd.org/changeset/base/230043 Log: Copyright years updated. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Fri Jan 13 06:14:03 2012 (r230042) +++ head/share/misc/bsd-family-tree Fri Jan 13 06:18:23 2012 (r230043) @@ -600,7 +600,7 @@ original BSD announcements from Usenet o Steven M. Schultz for providing 2.8BSD, 2.10BSD, 2.11BSD manual pages. -- -Copyright (c) 1997-2007 Wolfram Schneider +Copyright (c) 1997-2012 Wolfram Schneider URL: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree $FreeBSD$ ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r230584 - head/sys/netinet6
On Thu, 26 Jan 2012, 12:04-, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 26 12:04:19 2012 > New Revision: 230584 > URL: http://svn.freebsd.org/changeset/base/230584 > > Log: > Remove casts from inet6 address testing macros, thus preserving > qualifier from original argument. > > Obtained from: NetBSD, r. 1.67 > Submitted by: maxim > Thanks! Just for the record: the patch was from Maxim Dounin. -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r230617 - head/usr.sbin/ifmcstat
Author: maxim Date: Fri Jan 27 17:16:44 2012 New Revision: 230617 URL: http://svn.freebsd.org/changeset/base/230617 Log: o in6_ifinfo() does not do any kvm(3) operations, so do not guard it by WITH_KVM ifdef. This allows to build ifmcstat(8) without kvm(3) support. PR: bin/164353 Submitted by: Ivan Rozhuk MFC after:2 weeks Modified: head/usr.sbin/ifmcstat/ifmcstat.c Modified: head/usr.sbin/ifmcstat/ifmcstat.c == --- head/usr.sbin/ifmcstat/ifmcstat.c Fri Jan 27 14:50:15 2012 (r230616) +++ head/usr.sbin/ifmcstat/ifmcstat.c Fri Jan 27 17:16:44 2012 (r230617) @@ -441,32 +441,6 @@ ll_addrlist(struct ifaddr *ifap) #ifdef INET6 static void -in6_ifinfo(struct mld_ifinfo *mli) -{ - - printf("\t"); - switch (mli->mli_version) { - case MLD_VERSION_1: - case MLD_VERSION_2: - printf("mldv%d", mli->mli_version); - break; - default: - printf("mldv?(%d)", mli->mli_version); - break; - } - printb(" flags", mli->mli_flags, "\020\1SILENT"); - if (mli->mli_version == MLD_VERSION_2) { - printf(" rv %u qi %u qri %u uri %u", - mli->mli_rv, mli->mli_qi, mli->mli_qri, mli->mli_uri); - } - if (vflag >= 2) { - printf(" v1timer %u v2timer %u", mli->mli_v1_timer, - mli->mli_v2_timer); - } - printf("\n"); -} - -static void if6_addrlist(struct ifaddr *ifap) { struct ifnet ifnet; @@ -763,6 +737,33 @@ in_multientry(struct in_multi *pinm) #endif /* WITH_KVM */ #ifdef INET6 + +static void +in6_ifinfo(struct mld_ifinfo *mli) +{ + + printf("\t"); + switch (mli->mli_version) { + case MLD_VERSION_1: + case MLD_VERSION_2: + printf("mldv%d", mli->mli_version); + break; + default: + printf("mldv?(%d)", mli->mli_version); + break; + } + printb(" flags", mli->mli_flags, "\020\1SILENT"); + if (mli->mli_version == MLD_VERSION_2) { + printf(" rv %u qi %u qri %u uri %u", + mli->mli_rv, mli->mli_qi, mli->mli_qri, mli->mli_uri); + } + if (vflag >= 2) { + printf(" v1timer %u v2timer %u", mli->mli_v1_timer, + mli->mli_v2_timer); + } + printf("\n"); +} + static const char * inet6_n2a(struct in6_addr *p) { ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r223124 - head/lib/libstand
> (2) If the "tftp.blksize" environment variable is set, then >take that value and use it when sending the TFTP RRQ packet, >instead of 1428. This allows us to set different values of >"tftp.blksize" in the loader, so that we can test out different >TFTP block sizes at run time. > Is it documented somewhere? -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r209926 - head/usr.sbin/mountd
Author: maxim Date: Mon Jul 12 04:21:50 2010 New Revision: 209926 URL: http://svn.freebsd.org/changeset/base/209926 Log: o Fix typo: sepcify -> specify. PR: docs/148499 Submitted by: Warren Block MFC after:1 week Modified: head/usr.sbin/mountd/exports.5 Modified: head/usr.sbin/mountd/exports.5 == --- head/usr.sbin/mountd/exports.5 Mon Jul 12 03:00:29 2010 (r209925) +++ head/usr.sbin/mountd/exports.5 Mon Jul 12 04:21:50 2010 (r209926) @@ -82,7 +82,7 @@ including regular files if the option is used on .Xr mountd 8 . The third form has the string ``V4:'' followed by a single absolute path -name, to sepcify the NFSv4 tree root. +name, to specify the NFSv4 tree root. The pathnames must not have any symbolic links in them and should not have any .Dq Pa \&. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r209970 - head/sbin/kldload
Author: maxim Date: Tue Jul 13 04:11:25 2010 New Revision: 209970 URL: http://svn.freebsd.org/changeset/base/209970 Log: o Add -q flag to the synopsis. PR: docs/148535 Submitted by: Warren Block MFC after:1 week Modified: head/sbin/kldload/kldload.8 Modified: head/sbin/kldload/kldload.8 == --- head/sbin/kldload/kldload.8 Tue Jul 13 04:08:08 2010(r209969) +++ head/sbin/kldload/kldload.8 Tue Jul 13 04:11:25 2010(r209970) @@ -34,6 +34,7 @@ .Sh SYNOPSIS .Nm .Op Fl v +.Op Fl q .Ar .Sh DESCRIPTION The @@ -60,7 +61,7 @@ The utility will warn if a module is requested as a bare filename and is present in the current directory. .Pp -The following option is available: +The following options are available: .Bl -tag -width indent .It Fl v Be more verbose. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r209971 - head/sbin/kldload
Author: maxim Date: Tue Jul 13 04:13:31 2010 New Revision: 209971 URL: http://svn.freebsd.org/changeset/base/209971 Log: o Add -q flag to usage(). MFC after:1 week Modified: head/sbin/kldload/kldload.c Modified: head/sbin/kldload/kldload.c == --- head/sbin/kldload/kldload.c Tue Jul 13 04:11:25 2010(r209970) +++ head/sbin/kldload/kldload.c Tue Jul 13 04:13:31 2010(r209971) @@ -129,7 +129,7 @@ path_check(const char *kldname, int quie static void usage(void) { - fprintf(stderr, "usage: kldload [-v] file ...\n"); + fprintf(stderr, "usage: kldload [-v] [-q] file ...\n"); exit(1); } ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r209972 - head/sbin/iscontrol
Author: maxim Date: Tue Jul 13 04:30:50 2010 New Revision: 209972 URL: http://svn.freebsd.org/changeset/base/209972 Log: o Restore missed flag in the synopsis. PR: docs/148534 Submitted by: Warren Block MFC after:1 week Modified: head/sbin/iscontrol/iscontrol.8 Modified: head/sbin/iscontrol/iscontrol.8 == --- head/sbin/iscontrol/iscontrol.8 Tue Jul 13 04:13:31 2010 (r209971) +++ head/sbin/iscontrol/iscontrol.8 Tue Jul 13 04:30:50 2010 (r209972) @@ -34,7 +34,7 @@ .Nm .Op Fl vd .Oo -.Op Fl Ar file +.Op Fl c Ar file .Op Fl n Ar nickname .Oc .Op Fl t Ar target ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r210000 - head/share/man/man4
Author: maxim Date: Tue Jul 13 16:16:41 2010 New Revision: 21 URL: http://svn.freebsd.org/changeset/base/21 Log: o Correct path to include file. PR: docs/148545 Submitted by: Anton Shterenlikht MFC after:1 week Modified: head/share/man/man4/ath.4 Modified: head/share/man/man4/ath.4 == --- head/share/man/man4/ath.4 Tue Jul 13 16:15:03 2010(r20) +++ head/share/man/man4/ath.4 Tue Jul 13 16:16:41 2010(r21) @@ -198,7 +198,7 @@ ifconfig wlan0 create wlandev ath0 wlanm The Atheros Hardware Access Layer was unable to configure the hardware as requested. The status code is explained in the HAL include file -.Pa sys/contrib/dev/ath/ah.h . +.Pa sys/dev/ath/ath_hal/ah.h . .It "ath%d: failed to allocate descriptors: %d" The driver was unable to allocate contiguous memory for the transmit and receive descriptors. @@ -227,7 +227,7 @@ The driver will reset the hardware and c The Atheros Hardware Access Layer was unable to reset the hardware as requested. The status code is explained in the HAL include file -.Pa sys/contrib/dev/ath/ah.h . +.Pa sys/dev/ath/ath_hal/ah.h . This should not happen. .It "ath%d: unable to start recv logic" The driver was unable to restart frame reception. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r210181 - head/share/man/man4
Author: maxim Date: Sat Jul 17 00:29:38 2010 New Revision: 210181 URL: http://svn.freebsd.org/changeset/base/210181 Log: o Fix typo: "is is" -> "is". PR: docs/148697 Submitted by: Warren Block MFC after:1 week Modified: head/share/man/man4/u3g.4 Modified: head/share/man/man4/u3g.4 == --- head/share/man/man4/u3g.4 Sat Jul 17 00:12:41 2010(r210180) +++ head/share/man/man4/u3g.4 Sat Jul 17 00:29:38 2010(r210181) @@ -93,7 +93,7 @@ device will attach temporarily to a 3G d force it to switch to modem mode, The attach and detach of .Xr u3gstub -and any driver disk device present on the 3G device is is hidden, unless the +and any driver disk device present on the 3G device is hidden, unless the machine was booted in verbose mode (see .Xr boot 8 ) . To temporarily unhide the device, set ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r210871 - head/share/misc
Author: maxim Date: Thu Aug 5 18:05:37 2010 New Revision: 210871 URL: http://svn.freebsd.org/changeset/base/210871 Log: o FreeBSD 8.1-RELEASED added. PR: misc/149118 Submitted by: pluknet Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Aug 5 17:57:59 2010 (r210870) +++ head/share/misc/bsd-family-tree Thu Aug 5 18:05:37 2010 (r210871) @@ -235,8 +235,12 @@ FreeBSD 5.2 | | *--FreeBSD | | | | | |8.0 | | | | | | |FreeBSD | | | | - | V 7.3 | | |DragonFly 2.6.0 - || | OpenBSD 4.7 | + | | 7.3| | |DragonFly 2.6.0 + | | | | OpenBSD 4.7 | + | FreeBSD | | | | + |8.1 | | | | + | | | | | | + | V | | | | || | | | FreeBSD 9 -current| NetBSD -current OpenBSD -current | || | | | @@ -515,6 +519,7 @@ FreeBSD 8.0 2009-11-26 [FBD] FreeBSD 7.32010-03-23 [FBD] DragonFly 2.6.02010-03-28 [DFB] OpenBSD 4.72010-05-19 [OBD] +FreeBSD 8.12010-07-24 [FBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r211801 - head/etc/defaults
Author: maxim Date: Wed Aug 25 08:37:18 2010 New Revision: 211801 URL: http://svn.freebsd.org/changeset/base/211801 Log: o Correct typo. Submitted by: Bojidara Marinchovska via -stable MFC after:1 week Modified: head/etc/defaults/rc.conf Modified: head/etc/defaults/rc.conf == --- head/etc/defaults/rc.conf Wed Aug 25 08:09:42 2010(r211800) +++ head/etc/defaults/rc.conf Wed Aug 25 08:37:18 2010(r211801) @@ -216,7 +216,7 @@ ifconfig_lo0="inet 127.0.0.1" # default #ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64" # Sample IPv6 alias #ifconfig_fxp0_name="net0" # Change interface name from fxp0 to net0. #vlans_fxp0="101 vlan0"# vlan(4) interfaces for fxp0 device -#create_arg_vlan0="vlan 102" # vlan tag for vlan0 device +#create_args_vlan0="vlan 102" # vlan tag for vlan0 device #wlans_ath0="wlan0"# wlan(4) interfaces for ath0 device #wlandebug_wlan0="scan+auth+assoc" # Set debug flags with wlanddebug(8) #ipv4_addrs_fxp0="192.168.0.1/24 192.168.1.1-5/28" # example IPv4 address entry. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r211990 - head/sbin/kldload
Author: maxim Date: Mon Aug 30 07:29:27 2010 New Revision: 211990 URL: http://svn.freebsd.org/changeset/base/211990 Log: Make flags in usage() and SYNOPSYS more style(9)-ish. Suggested by: brian MFC after:3 days Modified: head/sbin/kldload/kldload.8 head/sbin/kldload/kldload.c Modified: head/sbin/kldload/kldload.8 == --- head/sbin/kldload/kldload.8 Mon Aug 30 07:11:13 2010(r211989) +++ head/sbin/kldload/kldload.8 Mon Aug 30 07:29:27 2010(r211990) @@ -33,8 +33,7 @@ .Nd load a file into the kernel .Sh SYNOPSIS .Nm -.Op Fl v -.Op Fl q +.Op Fl qv .Ar .Sh DESCRIPTION The Modified: head/sbin/kldload/kldload.c == --- head/sbin/kldload/kldload.c Mon Aug 30 07:11:13 2010(r211989) +++ head/sbin/kldload/kldload.c Mon Aug 30 07:29:27 2010(r211990) @@ -129,7 +129,7 @@ path_check(const char *kldname, int quie static void usage(void) { - fprintf(stderr, "usage: kldload [-v] [-q] file ...\n"); + fprintf(stderr, "usage: kldload [-qv] file ...\n"); exit(1); } ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r211992 - head/sys/netinet/ipfw
Author: maxim Date: Mon Aug 30 09:29:51 2010 New Revision: 211992 URL: http://svn.freebsd.org/changeset/base/211992 Log: o Some programs could send broadcast/multicast traffic to ipfw pseudo-interface. This leads to a panic due to uninitialized if_broadcastaddr address. Initialize it and implement ip_output() method to prevent mbuf leak later. ipfw pseudo-interface should never send anything therefore call panic(9) in if_start() method. PR: kern/149807 Submitted by: Dmitrij Tejblum MFC after:2 weeks Modified: head/sys/netinet/ipfw/ip_fw_log.c Modified: head/sys/netinet/ipfw/ip_fw_log.c == --- head/sys/netinet/ipfw/ip_fw_log.c Mon Aug 30 08:23:22 2010 (r211991) +++ head/sys/netinet/ipfw/ip_fw_log.c Mon Aug 30 09:29:51 2010 (r211992) @@ -103,6 +103,24 @@ log_dummy(struct ifnet *ifp, u_long cmd, return EINVAL; } +static int +ipfw_log_output(struct ifnet *ifp, struct mbuf *m, + struct sockaddr *dst, struct route *ro) +{ + if (m != NULL) + m_freem(m); + return EINVAL; +} + +static void +ipfw_log_start(struct ifnet* ifp) +{ + panic("ipfw_log_start() must not be called"); +} + +static const u_char ipfwbroadcastaddr[6] = + { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; + void ipfw_log_bpf(int onoff) { @@ -119,11 +137,12 @@ ipfw_log_bpf(int onoff) ifp->if_flags = IFF_UP | IFF_SIMPLEX | IFF_MULTICAST; ifp->if_init = (void *)log_dummy; ifp->if_ioctl = log_dummy; - ifp->if_start = (void *)log_dummy; - ifp->if_output = (void *)log_dummy; + ifp->if_start = ipfw_log_start; + ifp->if_output = ipfw_log_output; ifp->if_addrlen = 6; ifp->if_hdrlen = 14; if_attach(ifp); + ifp->if_broadcastaddr = ipfwbroadcastaddr; ifp->if_baudrate = IF_Mbps(10); bpfattach(ifp, DLT_EN10MB, 14); log_if = ifp; ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r212084 - head/sbin/geom/core
Author: maxim Date: Wed Sep 1 08:32:40 2010 New Revision: 212084 URL: http://svn.freebsd.org/changeset/base/212084 Log: o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd. PR: docs/149925 Submitted by: arundel Modified: head/sbin/geom/core/geom.8 Modified: head/sbin/geom/core/geom.8 == --- head/sbin/geom/core/geom.8 Wed Sep 1 07:09:46 2010(r212083) +++ head/sbin/geom/core/geom.8 Wed Sep 1 08:32:40 2010(r212084) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 5, 2008 +.Dd September 1, 2010 .Dt GEOM 8 .Os .Sh NAME @@ -120,6 +120,8 @@ LABEL .It MIRROR .It +MOUNTVER +.It MULTIPATH .It NOP @@ -128,6 +130,8 @@ PART .It RAID3 .It +SCHED +.It SHSEC .It STRIPE @@ -177,6 +181,7 @@ geom md unload .Xr gnop 8 , .Xr gpart 8 , .Xr graid3 8 , +.Xr gsched 8 , .Xr gshsec 8 , .Xr gstripe 8 , .Xr gvirstor 8 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r212094 - head/share/man/man7
Author: maxim Date: Wed Sep 1 12:08:54 2010 New Revision: 212094 URL: http://svn.freebsd.org/changeset/base/212094 Log: o Sync the man page with the reality: nfs/ includes are under include/ and include/fs/. PR: docs/139153 Submitted by: gjb MFC after:1 week Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7 == --- head/share/man/man7/hier.7 Wed Sep 1 12:08:32 2010(r212093) +++ head/share/man/man7/hier.7 Wed Sep 1 12:08:54 2010(r212094) @@ -250,6 +250,8 @@ per-process file descriptors file system FIFOs file system .It Pa msdosfs/ MS-DOS file system +.It Pa nfs/ +C include files for NFS (Network File System) version 2, 3 and 4 .It Pa ntfs/ NTFS file system .It Pa nullfs/ @@ -334,7 +336,7 @@ include files for the UNI signalling pro .It Pa netsmb/ SMB/CIFS requester .It Pa nfs/ -C include files for NFS (Network File System) +C include files for NFS (Network File System) version 2 and 3 (legacy) .It Pa objc/ Objective C include files .It Pa openssl/ ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r212138 - head/share/examples/etc
Author: maxim Date: Thu Sep 2 05:07:34 2010 New Revision: 212138 URL: http://svn.freebsd.org/changeset/base/212138 Log: o csup(1) does not have -g flag. Remove it from the example. PR: conf/150214 Submitted by: Li MFC after:1 week Modified: head/share/examples/etc/make.conf Modified: head/share/examples/etc/make.conf == --- head/share/examples/etc/make.conf Thu Sep 2 04:56:01 2010 (r212137) +++ head/share/examples/etc/make.conf Thu Sep 2 05:07:34 2010 (r212138) @@ -180,7 +180,7 @@ #SUP_UPDATE= # #SUP=/usr/bin/csup -#SUPFLAGS= -g -L 2 +#SUPFLAGS= -L 2 #SUPHOST=cvsup.uk.FreeBSD.org #SUPFILE=/usr/share/examples/cvsup/standard-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r212138 - head/share/examples/etc
Just a short followup: csup(1) actually has '-g' (command line mode, no graphics) flag for compatibility with cvsup(1) while doesn't announce it in usage(). We still have "SUPFLAGS=-g -L2" in src/Makefile.inc1 and perhaps it's time to remove '-g' there too. On Thu, 2 Sep 2010, 05:07-, Maxim Konovalov wrote: > Author: maxim > Date: Thu Sep 2 05:07:34 2010 > New Revision: 212138 > URL: http://svn.freebsd.org/changeset/base/212138 > > Log: > o csup(1) does not have -g flag. Remove it from the example. > > PR: conf/150214 > Submitted by: Li > MFC after: 1 week > > Modified: > head/share/examples/etc/make.conf > > Modified: head/share/examples/etc/make.conf > == > --- head/share/examples/etc/make.conf Thu Sep 2 04:56:01 2010 > (r212137) > +++ head/share/examples/etc/make.conf Thu Sep 2 05:07:34 2010 > (r212138) > @@ -180,7 +180,7 @@ > #SUP_UPDATE= > # > #SUP=/usr/bin/csup > -#SUPFLAGS= -g -L 2 > +#SUPFLAGS= -L 2 > #SUPHOST=cvsup.uk.FreeBSD.org > #SUPFILE= /usr/share/examples/cvsup/standard-supfile > #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile > -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r214094 - head/share/man/man5
Author: maxim Date: Wed Oct 20 04:53:03 2010 New Revision: 214094 URL: http://svn.freebsd.org/changeset/base/214094 Log: o Put missed w/space back. Submitted by: Garrett Cooper MFC after:3 days Modified: head/share/man/man5/device.hints.5 Modified: head/share/man/man5/device.hints.5 == --- head/share/man/man5/device.hints.5 Wed Oct 20 02:34:02 2010 (r214093) +++ head/share/man/man5/device.hints.5 Wed Oct 20 04:53:03 2010 (r214094) @@ -161,7 +161,7 @@ hint.acpi.0.disabled="1" .Sh SEE ALSO .Xr kenv 1 , .Xr loader.conf 5 , -.Xr loader 8, +.Xr loader 8 , .Xr resource_int_value 9 . .Sh HISTORY The ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r215733 - head/share/misc
Author: maxim Date: Tue Nov 23 06:31:09 2010 New Revision: 215733 URL: http://svn.freebsd.org/changeset/base/215733 Log: o NetBSD 5.1 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Nov 23 04:50:01 2010 (r215732) +++ head/share/misc/bsd-family-tree Tue Nov 23 06:31:09 2010 (r215733) @@ -228,20 +228,20 @@ FreeBSD 5.2 | | | FreeBSD 7.1 | | | | | | | | |DragonFly 2.2.0 | FreeBSD 7.2 | NetBSD 5.0 OpenBSD 4.5 | - | \ | | | | - | | | | |DragonFly 2.4.0 - | | | | OpenBSD 4.6 | - | | | | | | - *--FreeBSD | | | | | - |8.0 | | | | | - | |FreeBSD | | | | - | | 7.3| | |DragonFly 2.6.0 - | | | | OpenBSD 4.7 | - | FreeBSD | | | | - |8.1 | | | | - | | | | |DragonFly 2.8.0 - | | | | OpenBSD 4.8 | - | V | | | | + | \ | ||| | + | | | |||DragonFly 2.4.0 + | | | ||OpenBSD 4.6 | + | | | ||| | + *--FreeBSD | | ||| | + |8.0 | | ||| | + | |FreeBSD | ||| | + | | 7.3| |||DragonFly 2.6.0 + | | | ||OpenBSD 4.7 | + | FreeBSD | ||| | + |8.1 | ||| | + | | | |||DragonFly 2.8.0 + | | | ||OpenBSD 4.8 | + | V | | NetBSD 5.1 | | || | | | FreeBSD 9 -current| NetBSD -current OpenBSD -current | || | | | @@ -523,6 +523,7 @@ OpenBSD 4.7 2010-05-19 [OBD] FreeBSD 8.12010-07-24 [FBD] DragonFly 2.8.02010-10-30 [DFB] OpenBSD 4.82010-11-01 [OBD] +NetBSD 5.1 2010-11-19 [NBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r215792 - head/sys/net
Author: maxim Date: Wed Nov 24 05:50:19 2010 New Revision: 215792 URL: http://svn.freebsd.org/changeset/base/215792 Log: o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize. PR: misc/152531 MFC after:1 week Modified: head/sys/net/bpf_buffer.c Modified: head/sys/net/bpf_buffer.c == --- head/sys/net/bpf_buffer.c Wed Nov 24 05:37:12 2010(r215791) +++ head/sys/net/bpf_buffer.c Wed Nov 24 05:50:19 2010(r215792) @@ -88,10 +88,10 @@ __FBSDID("$FreeBSD$"); static int bpf_bufsize = 4096; SYSCTL_INT(_net_bpf, OID_AUTO, bufsize, CTLFLAG_RW, -&bpf_bufsize, 0, "Maximum capture buffer size in bytes"); +&bpf_bufsize, 0, "Default capture buffer size in bytes"); static int bpf_maxbufsize = BPF_MAXBUFSIZE; SYSCTL_INT(_net_bpf, OID_AUTO, maxbufsize, CTLFLAG_RW, -&bpf_maxbufsize, 0, "Default capture buffer in bytes"); +&bpf_maxbufsize, 0, "Maximum capture buffer in bytes"); void bpf_buffer_alloc(struct bpf_d *d) ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r216698 - head/usr.bin/mail
Author: maxim Date: Sat Dec 25 17:35:30 2010 New Revision: 216698 URL: http://svn.freebsd.org/changeset/base/216698 Log: o Fix -u flag description: it takes a username as an argument. PR: docs/153416 Submitted by: Eitan Adler MFC after:1 week Modified: head/usr.bin/mail/mail.1 Modified: head/usr.bin/mail/mail.1 == --- head/usr.bin/mail/mail.1Sat Dec 25 11:52:04 2010(r216697) +++ head/usr.bin/mail/mail.1Sat Dec 25 17:35:30 2010(r216698) @@ -152,7 +152,7 @@ line in the mail header. Overrides the .Va record variable, if set. -.It Fl u +.It Fl u Ar user Is equivalent to: .Pp .Dl "mail -f /var/mail/user" ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r217342 - head/sbin/geom/class/part
Author: maxim Date: Thu Jan 13 06:10:47 2011 New Revision: 217342 URL: http://svn.freebsd.org/changeset/base/217342 Log: o Typo fixes. PR: docs/153933 Submitted by: jpaetzel@, Warren Block MFC after:1 week Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 == --- head/sbin/geom/class/part/gpart.8 Thu Jan 13 04:37:48 2011 (r217341) +++ head/sbin/geom/class/part/gpart.8 Thu Jan 13 06:10:47 2011 (r217342) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 12, 2011 +.Dd November 22, 2010 .Dt GPART 8 .Os .Sh NAME @@ -759,7 +759,7 @@ device. .Pp .Pa NOTE : The GEOM class PART can detect the same partition table on different GEOM -providers and some of them will marked as corrupt. Be careful when choosing +providers and some of them will be marked as corrupt. Be careful when choosing a provider for recovering. If you choose incorrectly you can destroy the metadata of another GEOM class, e.g. GEOM MIRROR or GEOM LABEL. .Sh EXIT STATUS ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r217343 - head/sbin/geom/class/part
Author: maxim Date: Thu Jan 13 06:18:00 2011 New Revision: 217343 URL: http://svn.freebsd.org/changeset/base/217343 Log: o Start each sentence on a new line. No content changes. Suggested by: jhb MFC after:1 week Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 == --- head/sbin/geom/class/part/gpart.8 Thu Jan 13 06:10:47 2011 (r217342) +++ head/sbin/geom/class/part/gpart.8 Thu Jan 13 06:18:00 2011 (r217343) @@ -422,8 +422,9 @@ about its use. .It Cm restore Restore the partition table from backup previously created by .Cm backup -action and given from standard input. Only partition table -may be restored. This action does not affect content of partitions. +action and given from standard input. +Only partition table may be restored. +This action does not affect content of partitions. This mean that you should copy your data from backup after restoring partition table and write bootcode again if it is needed. .Pp @@ -703,20 +704,23 @@ action. .Sh RECOVERING The GEOM class PART supports recovering of partition tables only for GPT. The GUID partition table has a primary and secondary (backup) copy of -metadata for redundance. They are stored in the begining and in the end -of device respectively. Therefore it is acceptable to have some corruptions -in the metadata that are not fatal to work with GPT. When kernel detects -corrupt metadata it marks this table as corrupt and reports about corruption. +metadata for redundance. +They are stored in the begining and in the end of device respectively. +Therefore it is acceptable to have some corruptions in the metadata that +are not fatal to work with GPT. +When kernel detects corrupt metadata it marks this table as corrupt and +reports about corruption. Any changes in corrupt table are prohibited except .Cm destroy and .Cm recover . .Pp In case when only first sector is corrupt kernel can not detect GPT even -if partition table is not corrupt. You can write protective MBR with +if partition table is not corrupt. +You can write protective MBR with .Xr dd 1 -command to restore ability of GPT detection. The copy of protective MBR is -usually located in the +command to restore ability of GPT detection. +The copy of protective MBR is usually located in the .Pa /boot/pmbr file. .Pp @@ -743,25 +747,27 @@ and will report about corrupt table. .Pp In case when the size of device has changed (e.g. volume expansion) the -secondary GPT header will become located not in the last sector. This is -not a metadata corruption, but it is dangerous because any corruption of -the primary GPT will lead to lost of partition table. Kernel reports about -this problem with message: +secondary GPT header will become located not in the last sector. +This is not a metadata corruption, but it is dangerous because any +corruption of the primary GPT will lead to lost of partition table. +Kernel reports about this problem with message: .Bd -literal -offset indent GEOM: provider: the secondary GPT header is not in the last LBA. .Ed .Pp A corrupt table can be recovered with .Cm gpart recover -command. This command does reconstruction of corrupt metadata using -known valid metadata. Also it can relocate secondary GPT to the end of -device. +command. +This command does reconstruction of corrupt metadata using +known valid metadata. +Also it can relocate secondary GPT to the end of device. .Pp .Pa NOTE : The GEOM class PART can detect the same partition table on different GEOM -providers and some of them will be marked as corrupt. Be careful when choosing -a provider for recovering. If you choose incorrectly you can destroy the -metadata of another GEOM class, e.g. GEOM MIRROR or GEOM LABEL. +providers and some of them will be marked as corrupt. +Be careful when choosing a provider for recovering. +If you choose incorrectly you can destroy the metadata of another GEOM class, +e.g. GEOM MIRROR or GEOM LABEL. .Sh EXIT STATUS Exit status is 0 on success, and 1 if the command fails. .Sh EXAMPLES ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r217344 - head/sbin/geom/class/part
Author: maxim Date: Thu Jan 13 06:20:44 2011 New Revision: 217344 URL: http://svn.freebsd.org/changeset/base/217344 Log: o Somehow I revert Dd macro in the previous commit. Re-revert it. Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 == --- head/sbin/geom/class/part/gpart.8 Thu Jan 13 06:18:00 2011 (r217343) +++ head/sbin/geom/class/part/gpart.8 Thu Jan 13 06:20:44 2011 (r217344) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 22, 2010 +.Dd January 12, 2011 .Dt GPART 8 .Os .Sh NAME ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r217577 - head/share/misc
Author: maxim Date: Wed Jan 19 10:30:49 2011 New Revision: 217577 URL: http://svn.freebsd.org/changeset/base/217577 Log: o Correct version of DragonFly: it was 2.8.2 released, not 2.8.0. Submitted by: Sascha Wildner Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Wed Jan 19 09:59:54 2011 (r217576) +++ head/share/misc/bsd-family-tree Wed Jan 19 10:30:49 2011 (r217577) @@ -239,7 +239,7 @@ FreeBSD 5.2 | | | | | ||OpenBSD 4.7 | | FreeBSD | ||| | |8.1 | ||| | - | | | |||DragonFly 2.8.0 + | | | |||DragonFly 2.8.2 | | | ||OpenBSD 4.8 | | V | | NetBSD 5.1 | | || | | | @@ -521,7 +521,7 @@ FreeBSD 7.3 2010-03-23 [FBD] DragonFly 2.6.02010-03-28 [DFB] OpenBSD 4.72010-05-19 [OBD] FreeBSD 8.12010-07-24 [FBD] -DragonFly 2.8.02010-10-30 [DFB] +DragonFly 2.8.22010-10-30 [DFB] OpenBSD 4.82010-11-01 [OBD] NetBSD 5.1 2010-11-19 [NBD] ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r218119 - in head/etc: . mail
Author: maxim Date: Mon Jan 31 07:47:28 2011 New Revision: 218119 URL: http://svn.freebsd.org/changeset/base/218119 Log: o Add user 'hast'. Modified: head/etc/ftpusers head/etc/mail/aliases Modified: head/etc/ftpusers == --- head/etc/ftpusers Mon Jan 31 06:06:23 2011(r218118) +++ head/etc/ftpusers Mon Jan 31 07:47:28 2011(r218119) @@ -20,6 +20,7 @@ _dhcp uucp pop www +hast nobody mailnull smmsp Modified: head/etc/mail/aliases == --- head/etc/mail/aliases Mon Jan 31 06:06:23 2011(r218118) +++ head/etc/mail/aliases Mon Jan 31 07:47:28 2011(r218119) @@ -30,6 +30,7 @@ bin: root bind: root daemon:root games: root +hast: root kmem: root mailnull: postmaster man: root ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r224408 - head/sys/boot/forth
On Mon, 25 Jul 2011, 21:52-, Craig Rodrigues wrote: > Author: rodrigc > Date: Mon Jul 25 21:52:17 2011 > New Revision: 224408 > URL: http://svn.freebsd.org/changeset/base/224408 > > Log: > Document the tftp.blksize variable added in src/lib/libstand/tftp.c. > thanks! -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r227020 - head/share/misc
Author: maxim Date: Wed Nov 2 14:28:36 2011 New Revision: 227020 URL: http://svn.freebsd.org/changeset/base/227020 Log: OpenBSD 5.0 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Wed Nov 2 14:23:57 2011 (r227019) +++ head/share/misc/bsd-family-tree Wed Nov 2 14:28:36 2011 (r227020) @@ -248,6 +248,9 @@ FreeBSD 5.2 | | |8.2 7.4| | | DragonFly 2.10.1 | v | | OpenBSD 4.9 | || | | | + || | | | + || | OpenBSD 5.0 | + || | | | FreeBSD 9 -current| NetBSD -current OpenBSD -current | || | | | vv v v v @@ -534,6 +537,7 @@ FreeBSD 7.4 2011-02-24 [FBD] FreeBSD 8.22011-02-24 [FBD] DragonFly 2.10.1 2011-04-26 [DFB] OpenBSD 4.92011-05-01 [OBD] +OpenBSD 5.02011-11-01 [OBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r335822 - head/share/misc
Author: maxim Date: Sat Jun 30 18:18:41 2018 New Revision: 335822 URL: https://svnweb.freebsd.org/changeset/base/335822 Log: ascii art fixed. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Sat Jun 30 15:09:24 2018 (r335821) +++ head/share/misc/bsd-family-tree Sat Jun 30 18:18:41 2018 (r335822) @@ -369,10 +369,10 @@ FreeBSD 5.2 | | | | | | | | | | | | | | | OpenBSD 6.3 | | | | | | | DragonFly 5.2.0 - | | | | v | | + | | | | | | | | | | | | | DragonFly 5.2.1 - | | | | v | | - | | | | | | DragonFly 5.2.2 + | | | | | | | + | | | | v | DragonFly 5.2.2 | FreeBSD | | | | | 11.2 | | | | | v | | | | ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r336465 - in head/sys/netinet: . tcp_stacks
Hi Randall, On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote: > Author: rrs > Date: Wed Jul 18 22:49:53 2018 > New Revision: 336465 > URL: https://svnweb.freebsd.org/changeset/base/336465 > > Log: > Bump the ICMP echo limits to match the RFC > [...] Just wonder, are there any practical reasons to do that? While I don't see any meaningful vectors right now this could potentially make amplification DoS easier, no? -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r336465 - in head/sys/netinet: . tcp_stacks
On Thu, 19 Jul 2018, 08:09-0400, Michael Tuexen wrote: > > On 19. Jul 2018, at 03:12, Maxim Konovalov > > wrote: > > > > Hi Randall, > > > > On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote: > > > >> Author: rrs > >> Date: Wed Jul 18 22:49:53 2018 > >> New Revision: 336465 > >> URL: https://svnweb.freebsd.org/changeset/base/336465 > >> > >> Log: > >> Bump the ICMP echo limits to match the RFC > >> > > [...] > > > > Just wonder, are there any practical reasons to do that? > In case you send encapsulated packets triggering an ICMP message > you actually need more than the 8 bytes which are currently > reflected. OK, let me rephrase: why do you need more than 8 bytes? It looks like it has been working rather well for 20+ years. -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r315310 - head/lib/libsysdecode
Author: maxim Date: Wed Mar 15 16:13:52 2017 New Revision: 315310 URL: https://svnweb.freebsd.org/changeset/base/315310 Log: Spell "const" properly. PR: 217797 Submitted by: tobik Modified: head/lib/libsysdecode/sysdecode_ioctlname.3 Modified: head/lib/libsysdecode/sysdecode_ioctlname.3 == --- head/lib/libsysdecode/sysdecode_ioctlname.3 Wed Mar 15 15:57:11 2017 (r315309) +++ head/lib/libsysdecode/sysdecode_ioctlname.3 Wed Mar 15 16:13:52 2017 (r315310) @@ -37,7 +37,7 @@ .In sys/types.h .In stdbool.h .In sysdecode.h -.Ft conts char * +.Ft const char * .Fn sysdecode_ioctlname "unsigned long request" .Sh DESCRIPTION The ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r315406 - head/share/misc
Author: maxim Date: Thu Mar 16 10:28:13 2017 New Revision: 315406 URL: https://svnweb.freebsd.org/changeset/base/315406 Log: NetBSD 7.1 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Mar 16 10:02:45 2017 (r315405) +++ head/share/misc/bsd-family-tree Thu Mar 16 10:28:13 2017 (r315406) @@ -346,9 +346,11 @@ FreeBSD 5.2 | | | 10.3 | | | | || NetBSD 7.0.1 | | || | | DragonFly 4.6.0 + || | | | + || | | | *--FreeBSD macOS|OpenBSD 6.0 | | 11.0 10.12| | | - || | | | + || NetBSD 7.1 | | || | | | FreeBSD 12 -current | NetBSD -current OpenBSD -current DragonFly -current || | | | @@ -704,6 +706,7 @@ NetBSD 7.0.12016-05-22 [NBD] DragonFly 4.6.02016-08-02 [DFB] OpenBSD 6.02016-09-01 [OBD] FreeBSD 11.0 2016-10-10 [FBD] +NetBSD 7.1 2017-03-11 [NBD] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r315407 - head/share/misc
Author: maxim Date: Thu Mar 16 10:30:40 2017 New Revision: 315407 URL: https://svnweb.freebsd.org/changeset/base/315407 Log: Indentation for the DragonFlyBSD trunk fixed, EoL whitespace removed. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Mar 16 10:28:13 2017 (r315406) +++ head/share/misc/bsd-family-tree Thu Mar 16 10:30:40 2017 (r315407) @@ -176,7 +176,7 @@ FreeBSD 4.0 | | | | | NetBSD 1. || | | \ FreeBSD 5.0 | | | | || | | | -FreeBSD 5.1 | | | DragonFly 1.0 +FreeBSD 5.1 | | |DragonFly 1.0 | \ | | | | | - Mac OS X | | | | 10.3| | | @@ -187,7 +187,7 @@ FreeBSD 5.2 | | *---FreeBSD 5.3 | | | | | || | OpenBSD 3.6 | | || NetBSD 2.0 | | - | || | | ||DragonFly 1.2.0 + | || | | || DragonFly 1.2.0 | | Mac OS X | | NetBSD 2.0.2 | | | | 10.4| | || | | FreeBSD 5.4 | | | || | @@ -200,50 +200,50 @@ FreeBSD 5.2 | | | | || | NetBSD 2.1 | | | | || | | | | | || NetBSD 3.0 | | - | | || | | ||DragonFly 1.4.0 + | | || | | || DragonFly 1.4.0 | | || | | |OpenBSD 3.9 | | FreeBSD || | | || | |6.1|| | | || | | | FreeBSD 5.5 | | | || | - | | | | | NetBSD 3.0.1 |DragonFly 1.6.0 + | | | | | NetBSD 3.0.1 | DragonFly 1.6.0 | | | | | || | | | | | | |OpenBSD 4.0 | | | | | | NetBSD 3.0.2 | | | | | | NetBSD 3.1 | | | FreeBSD 6.2| | | | - | | | | |DragonFly 1.8.0 + | | | | | DragonFly 1.8.0 | | | | OpenBSD 4.1 | - | | | | |DragonFly 1.10.0 + | | | | | DragonFly 1.10.0 | | Mac OS X | | | | | 10.5| | | | | | | OpenBSD 4.2 | | | | NetBSD 4.0 | | | FreeBSD 6.3| ||| | |\ | ||| | - *--FreeBSD| | |||DragonFly 1.12.0 + *--FreeBSD| | ||| DragonFly 1.12.0 |7.0 | | ||| | | | | | ||OpenBSD 4.3 | - | | | | | NetBSD |DragonFly 2.0.0 + | | | | | NetBSD | DragonFly 2.0.0 | |FreeBSD | | 4.0.1 OpenBSD 4.4 | | | 6.4 | | | | | | | | | | | FreeBSD 7.1 | | | | - | | | | |DragonFly 2.2.0 + | | | | | DragonFly 2.2.0 | FreeBSD 7.2 | NetBSD 5.0 OpenBSD 4.5 | | \
svn commit: r315409 - head/lib/libc/sys
Author: maxim Date: Thu Mar 16 12:16:23 2017 New Revision: 315409 URL: https://svnweb.freebsd.org/changeset/base/315409 Log: Spell kern.trap_enotcap. PR: 217836 Submitted by: tobik Modified: head/lib/libc/sys/cap_enter.2 Modified: head/lib/libc/sys/cap_enter.2 == --- head/lib/libc/sys/cap_enter.2 Thu Mar 16 12:04:43 2017 (r315408) +++ head/lib/libc/sys/cap_enter.2 Thu Mar 16 12:16:23 2017 (r315409) @@ -71,7 +71,7 @@ returns a flag indicating whether or not sandbox. .Sh RUN-TIME SETTINGS If the -.Dv kern.trap_enocap +.Dv kern.trap_enotcap sysctl MIB is set to a non-zero value, then for any process executing in a capability mode sandbox, any syscall which results in either an .Er ENOTCAPABLE ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r315413 - head/lib/libc/sys
Author: maxim Date: Thu Mar 16 13:19:38 2017 New Revision: 315413 URL: https://svnweb.freebsd.org/changeset/base/315413 Log: More trap_enotcap spelling fixes. PR: 217839 Submitted by: tobik Modified: head/lib/libc/sys/procctl.2 Modified: head/lib/libc/sys/procctl.2 == --- head/lib/libc/sys/procctl.2 Thu Mar 16 13:03:31 2017(r315412) +++ head/lib/libc/sys/procctl.2 Thu Mar 16 13:19:38 2017(r315413) @@ -355,7 +355,7 @@ calls. .It Dv PROC_TRAPCAP_CTL_DISABLE Disable the signal delivery on capability mode access violations. Note that the global sysctl -.Dv kern.trap_enocap +.Dv kern.trap_enotcap might still cause the signal to be delivered. See .Xr capsicum 4 . @@ -386,7 +386,7 @@ value if the process control enables sig otherwise. .Pp See the note about sysctl -.Dv kern.trap_enocap +.Dv kern.trap_enotcap above, which gives independent global control of signal delivery. .El .Sh NOTES ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r315680 - head/sbin/ifconfig
Author: maxim Date: Tue Mar 21 13:01:08 2017 New Revision: 315680 URL: https://svnweb.freebsd.org/changeset/base/315680 Log: The .Cm macro usage fixed. PR: 217977 Submitted by: tobik Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8 == --- head/sbin/ifconfig/ifconfig.8 Tue Mar 21 11:56:21 2017 (r315679) +++ head/sbin/ifconfig/ifconfig.8 Tue Mar 21 13:01:08 2017 (r315680) @@ -832,13 +832,13 @@ is one of .Cm sta , .Cm ahdemo (or -.Cm adhoc-demo ), +.Cm adhoc-demo ) , .Cm ibss , (or -.Cm adhoc ), +.Cm adhoc ) , .Cm ap , (or -.Cm hostap ), +.Cm hostap ) , .Cm wds , .Cm tdma , .Cm mesh , ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r316082 - head/share/misc
Author: maxim Date: Tue Mar 28 09:02:42 2017 New Revision: 316082 URL: https://svnweb.freebsd.org/changeset/base/316082 Log: DragonFly BSD 4.8.0 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Mar 28 08:24:16 2017 (r316081) +++ head/share/misc/bsd-family-tree Tue Mar 28 09:02:42 2017 (r316082) @@ -351,6 +351,7 @@ FreeBSD 5.2 | | *--FreeBSD macOS|OpenBSD 6.0 | | 11.0 10.12| | | || NetBSD 7.1 | | + || | | DragonFly 4.8.0 || | | | FreeBSD 12 -current | NetBSD -current OpenBSD -currentDragonFly -current || | | | @@ -708,6 +709,7 @@ OpenBSD 6.0 2016-09-01 [OBD] macOS 10.122016-09-20 [APL] FreeBSD 11.0 2016-10-10 [FBD] NetBSD 7.1 2017-03-11 [NBD] +DragonFly 4.8.02017-03-27 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r316731 - head/share/misc
Author: maxim Date: Wed Apr 12 11:41:35 2017 New Revision: 316731 URL: https://svnweb.freebsd.org/changeset/base/316731 Log: OpenBSD 6.1 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Wed Apr 12 10:45:19 2017 (r316730) +++ head/share/misc/bsd-family-tree Wed Apr 12 11:41:35 2017 (r316731) @@ -352,6 +352,7 @@ FreeBSD 5.2 | | | 11.0 10.12| | | || NetBSD 7.1 | | || | | DragonFly 4.8.0 + || |OpenBSD 6.1 | || | | | FreeBSD 12 -current | NetBSD -current OpenBSD -currentDragonFly -current || | | | @@ -710,6 +711,7 @@ macOS 10.12 2016-09-20 [APL] FreeBSD 11.0 2016-10-10 [FBD] NetBSD 7.1 2017-03-11 [NBD] DragonFly 4.8.02017-03-27 [DFB] +OpenBSD 6.12017-04-11 [OBD] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r316778 - head/sys/netpfil/ipfw
Author: maxim Date: Thu Apr 13 18:13:10 2017 New Revision: 316778 URL: https://svnweb.freebsd.org/changeset/base/316778 Log: o Redundant assignments removed. Found by: PVS-Stdio, V519 Reviewed by: ae Modified: head/sys/netpfil/ipfw/ip_fw_dynamic.c head/sys/netpfil/ipfw/ip_fw_table_algo.c Modified: head/sys/netpfil/ipfw/ip_fw_dynamic.c == --- head/sys/netpfil/ipfw/ip_fw_dynamic.c Thu Apr 13 17:47:44 2017 (r316777) +++ head/sys/netpfil/ipfw/ip_fw_dynamic.c Thu Apr 13 18:13:10 2017 (r316778) @@ -978,7 +978,6 @@ ipfw_install_state(struct ip_fw_chain *c if (parent->count >= conn_limit) { if (V_fw_verbose && last_log != time_uptime) { - last_log = time_uptime; char sbuf[24]; last_log = time_uptime; snprintf(sbuf, sizeof(sbuf), Modified: head/sys/netpfil/ipfw/ip_fw_table_algo.c == --- head/sys/netpfil/ipfw/ip_fw_table_algo.cThu Apr 13 17:47:44 2017 (r316777) +++ head/sys/netpfil/ipfw/ip_fw_table_algo.cThu Apr 13 18:13:10 2017 (r316778) @@ -2319,7 +2319,6 @@ ta_del_ifidx(void *ta_state, struct tabl tb = (struct ta_buf_ifidx *)ta_buf; ifname = (char *)tei->paddr; icfg = (struct iftable_cfg *)ta_state; - ife = tb->ife; ife = (struct ifentry *)ipfw_objhash_lookup_name(icfg->ii, 0, ifname); ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r317546 - head/usr.sbin/tcpdrop
Author: maxim Date: Fri Apr 28 09:17:16 2017 New Revision: 317546 URL: https://svnweb.freebsd.org/changeset/base/317546 Log: o Clean the whole array of IPv4 addresses not just a local part. PR: 218923 Submitted by: Daniel McRobb Modified: head/usr.sbin/tcpdrop/tcpdrop.c Modified: head/usr.sbin/tcpdrop/tcpdrop.c == --- head/usr.sbin/tcpdrop/tcpdrop.c Fri Apr 28 05:43:27 2017 (r317545) +++ head/usr.sbin/tcpdrop/tcpdrop.c Fri Apr 28 09:17:16 2017 (r317546) @@ -321,7 +321,7 @@ tcpdropconn(const struct in_conninfo *in sizeof inc->inc6_faddr); foreign = (struct sockaddr *)&sin6[TCPDROP_FOREIGN]; } else { - memset(&sin4[TCPDROP_LOCAL], 0, sizeof sin4[TCPDROP_LOCAL]); + memset(sin4, 0, sizeof sin4); sin4[TCPDROP_LOCAL].sin_len = sizeof sin4[TCPDROP_LOCAL]; sin4[TCPDROP_LOCAL].sin_family = AF_INET; ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r305215 - head/share/misc
Author: maxim Date: Thu Sep 1 17:05:54 2016 New Revision: 305215 URL: https://svnweb.freebsd.org/changeset/base/305215 Log: OpenBSD 6.0 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Sep 1 16:09:09 2016 (r305214) +++ head/share/misc/bsd-family-tree Thu Sep 1 17:05:54 2016 (r305215) @@ -339,7 +339,7 @@ FreeBSD 5.2 | | | FreeBSD | |OpenBSD 5.9 | | 10.3 | | | | || | | DragonFly 4.6.0 - *--FreeBSD | | | | + *--FreeBSD | |OpenBSD 6.0 | | 11.0 | | | | || | | | || | | | @@ -692,6 +692,7 @@ DragonFly 4.4.1 2015-12-07 [DFB] OpenBSD 5.92016-03-29 [OBD] FreeBSD 10.3 2016-04-04 [FBD] DragonFly 4.6.02016-08-02 [DFB] +OpenBSD 6.02016-09-01 [OBD] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r307002 - head/share/misc
Author: maxim Date: Mon Oct 10 18:36:26 2016 New Revision: 307002 URL: https://svnweb.freebsd.org/changeset/base/307002 Log: FreeBSD 11.0 release date added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Mon Oct 10 17:18:23 2016 (r307001) +++ head/share/misc/bsd-family-tree Mon Oct 10 18:36:26 2016 (r307002) @@ -703,6 +703,7 @@ FreeBSD 10.32016-04-04 [FBD] NetBSD 7.0.1 2016-05-22 [NBD] DragonFly 4.6.02016-08-02 [DFB] OpenBSD 6.02016-09-01 [OBD] +FreeBSD 11.0 2016-10-10 [FBD] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r314955 - head/sys/netpfil/ipfw
Author: maxim Date: Thu Mar 9 09:54:23 2017 New Revision: 314955 URL: https://svnweb.freebsd.org/changeset/base/314955 Log: o Typo in the comment fixed. PR: 217617 Submitted by: lutz Modified: head/sys/netpfil/ipfw/ip_fw_table.c Modified: head/sys/netpfil/ipfw/ip_fw_table.c == --- head/sys/netpfil/ipfw/ip_fw_table.c Thu Mar 9 09:25:11 2017 (r314954) +++ head/sys/netpfil/ipfw/ip_fw_table.c Thu Mar 9 09:54:23 2017 (r314955) @@ -405,7 +405,7 @@ prepare_batch_buffer(struct ip_fw_chain error = 0; ta_buf_sz = ta->ta_buf_size; if (count == 1) { - /* Sigle add/delete, use on-stack buffer */ + /* Single add/delete, use on-stack buffer */ memset(*ta_buf, 0, TA_BUF_SZ); ta_buf_m = *ta_buf; } else { ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r322668 - head/share/misc
Author: maxim Date: Fri Aug 18 17:32:14 2017 New Revision: 322668 URL: https://svnweb.freebsd.org/changeset/base/322668 Log: FreeBSD 11.1 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Fri Aug 18 17:11:15 2017 (r322667) +++ head/share/misc/bsd-family-tree Fri Aug 18 17:32:14 2017 (r322668) @@ -350,9 +350,11 @@ FreeBSD 5.2 | | | || | | | *--FreeBSD macOS|OpenBSD 6.0 | | 11.0 10.12| | | - || NetBSD 7.1 | | - || | | DragonFly 4.8.0 - || |OpenBSD 6.1 | + | | | NetBSD 7.1 | | + | | | | | DragonFly 4.8.0 + | | | |OpenBSD 6.1 | + | FreeBSD | | | | + | 11.1 | | | | || | | | FreeBSD 12 -current | NetBSD -current OpenBSD -currentDragonFly -current || | | | @@ -712,6 +714,7 @@ FreeBSD 11.02016-10-10 [FBD] NetBSD 7.1 2017-03-11 [NBD] DragonFly 4.8.02017-03-27 [DFB] OpenBSD 6.12017-04-11 [OBD] +FreeBSD 11.1 2017-07-26 [FBD] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r323493 - head/usr.sbin/tcpdrop
Hi Michael, On Tue, 12 Sep 2017, 13:39-, Michael Tuexen wrote: > Author: tuexen > Date: Tue Sep 12 13:39:44 2017 > New Revision: 323493 > URL: https://svnweb.freebsd.org/changeset/base/323493 > > Log: > Allow TCP connections to be filtered by stack and state. > > Choose the command line options to be consistent with the ones of > sockstat. > Makes sense? Index: tcpdrop.8 === --- tcpdrop.8 (revision 323607) +++ tcpdrop.8 (working copy) @@ -172,7 +172,8 @@ LAST_ACK state use: .Ed .Sh SEE ALSO .Xr netstat 1 , -.Xr sockstat 1 +.Xr sockstat 1 , +.Xr tcp_functions 9 .Sh AUTHORS .An Markus Friedl Aq Mt mar...@openbsd.org .An Juli Mallett Aq Mt jmall...@freebsd.org -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r342397 - head/share/misc
Author: maxim Date: Mon Dec 24 16:36:39 2018 New Revision: 342397 URL: https://svnweb.freebsd.org/changeset/base/342397 Log: DragonFly 5.4.0, 5.4.1 and FreeBSD 12.0 releases added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Mon Dec 24 15:38:36 2018 (r342396) +++ head/share/misc/bsd-family-tree Mon Dec 24 16:36:39 2018 (r342397) @@ -363,23 +363,25 @@ FreeBSD 5.2 | | | | 11.1 FreeBSD| | | | | | |10.4 | | | OpenBSD 6.2 DragonFly 5.0.1 | | | | | | | - | | | | NetBSD 7.1.1| DragonFly 5.0.2 - | | | | | | | - | | | | NetBSD 7.1.2| | - | | | | | | | - | | | | | OpenBSD 6.3 | - | | | NetBSD| | DragonFly 5.2.0 - | | |8.0 | | | - | | | | | | DragonFly 5.2.1 - | | | | | | | - | | | | | | DragonFly 5.2.2 - | FreeBSD | | NetBSD 7.2 | | - | 11.2 | | | | | - | | | | | OpenBSD 6.4 | - | v | | | | | - || | v | | -FreeBSD 12 -current | NetBSD -current OpenBSD -currentDragonFly -current + | `--. | | NetBSD 7.1.1| DragonFly 5.0.2 + || | | | | | + || | | NetBSD 7.1.2| | + || | | | | | + || | | | OpenBSD 6.3 | + || | NetBSD| | DragonFly 5.2.0 + || |8.0 | | | + || | | | | DragonFly 5.2.1 + || | | | | | + || | | | | DragonFly 5.2.2 + | FreeBSD| | NetBSD 7.2 | | + | 11.2 | | | | | + || | | OpenBSD 6.4 | + || | | | DragonFly 5.4.0 + *--FreeBSD | | v | | + | 12.0 | | | DragonFly 5.4.1 || | | | +FreeBSD 13 -current | NetBSD -current OpenBSD -currentDragonFly -current + || | | | vv v v v Time @@ -755,6 +757,9 @@ FreeBSD 11.22018-06-27 [FBD] NetBSD 8.0 2018-07-17 [NBD] NetBSD 7.2 2018-08-29 [NBD] OpenBSD 6.42018-10-18 [OBD] +DragonFly 5.4.02018-12-03 [DFB] +FreeBSD 12.0 2018-12-11 [FBD] +DragonFly 5.4.12018-12-24 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r250826 - head/share/misc
Author: maxim Date: Mon May 20 15:11:30 2013 New Revision: 250826 URL: http://svnweb.freebsd.org/changeset/base/250826 Log: NetBSD 6.1 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Mon May 20 13:05:51 2013 (r250825) +++ head/share/misc/bsd-family-tree Mon May 20 15:11:30 2013 (r250826) @@ -262,7 +262,7 @@ FreeBSD 5.2 | | |9.1 | | | | || | | | || |OpenBSD 5.3 DragonFly 3.4.1 - || | | | + || NetBSD 6.1 | | || | | | || | | | FreeBSD 10 -current | NetBSD -current OpenBSD -current | @@ -567,6 +567,7 @@ DragonFly 3.2.1 2012-11-02 [DFB] FreeBSD 9.12012-12-30 [FBD] DragonFly 3.4.12013-04-29 [DFB] OpenBSD 5.32013-05-01 [OBD] +NetBSD 6.1 2013-05-18 [NBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r261229 - head/usr.sbin/bhyveload
Author: maxim Date: Tue Jan 28 12:26:38 2014 New Revision: 261229 URL: http://svnweb.freebsd.org/changeset/base/261229 Log: o Fix typo, sort .Xrs. PR: docs/186191 Submitted by: Andrew (typo fix) MFC after:1 week Modified: head/usr.sbin/bhyveload/bhyveload.8 Modified: head/usr.sbin/bhyveload/bhyveload.8 == --- head/usr.sbin/bhyveload/bhyveload.8 Tue Jan 28 09:55:07 2014 (r261228) +++ head/usr.sbin/bhyveload/bhyveload.8 Tue Jan 28 12:26:38 2014 (r261229) @@ -134,10 +134,10 @@ device .Dl "bhyveload -m 256MB -h /usr/images/test -c /dev/nmdm1B test-vm" .Sh SEE ALSO .Xr bhyve 4 , +.Xr nmdm 4 , +.Xr vmm 4 , .Xr bhyve 8 , -.Xr loader 8 , -.Xr nmdm 4, -.Xr vmm 4 +.Xr loader 8 .Sh HISTORY .Nm first appeared in ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r261318 - head/share/misc
Author: maxim Date: Fri Jan 31 08:48:25 2014 New Revision: 261318 URL: http://svnweb.freebsd.org/changeset/base/261318 Log: o NetBSD 6.1.3 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Fri Jan 31 07:56:04 2014 (r261317) +++ head/share/misc/bsd-family-tree Fri Jan 31 08:48:25 2014 (r261318) @@ -284,23 +284,17 @@ FreeBSD 5.2 | | | | 8.4 | |NetBSD 6.1.1 | | | | | | | | | | FreeBSD | |NetBSD 6.1.2 | | - |9.2 Mac OS X | | | - | 10.9|OpenBSD 5.4 | - || | | DragonFly 3.6.0 + |9.2 Mac OS X | | | | + | 10.9| |OpenBSD 5.4 | + || | | | DragonFly 3.6.0 + || | | | | + *--FreeBSD | |NetBSD 6.1.3 | | + | 10.0 | | | | || | | | || | | | +FreeBSD 11 -current | NetBSD -current OpenBSD -current | || | | | - || | | | - || NetBSD -current OpenBSD -current | - || | | | - |v v v v - | - *--FreeBSD - | 10.0 - | - | -FreeBSD 11 -current - v + vv v v v Time @@ -616,6 +610,7 @@ Mac OS X 10.9 2013-10-22 [APL] OpenBSD 5.42013-11-01 [OBD] DragonFly 3.6.02013-11-25 [DFB] FreeBSD 10.0 2014-01-20 [FBD] +NetBSD 6.1.3 2014-01-27 [NBD] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r275189 - head/share/misc
Author: maxim Date: Thu Nov 27 14:54:17 2014 New Revision: 275189 URL: https://svnweb.freebsd.org/changeset/base/275189 Log: o NetBSD 6.1.5, OpenBSD 5.6, FreeBSD 10.1, DragonFly 4.0.1 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Nov 27 10:51:10 2014 (r275188) +++ head/share/misc/bsd-family-tree Thu Nov 27 14:54:17 2014 (r275189) @@ -296,30 +296,30 @@ FreeBSD 5.2 | | |\ | | | | | *--FreeBSD| | |NetBSD 6.1.3 | | | 10.0 | | | | | | - | | | | | | DragonFly 3.6.1 - | | | | | | | - | | | | | | | - | | | | | | DragonFly 3.6.2 - | | | |NetBSD 6.1.4 | | - | | | | | | - | | | |OpenBSD 5.5 | - | | | | | | - | | | | | DragonFly 3.8.0 - | | | | | | - | | | | | | - | | | | | DragonFly 3.8.1 - | | | | | | - | | | | | | - | | | | | DragonFly 3.6.3 - | | | | | | - | FreeBSD | | | | - |9.3 | | | | - || | | DragonFly 3.8.2 - | Mac OS X | | | - | 10.10 | | | - || | | | - || | | | - || | | | + | | | | | | | DragonFly 3.6.1 + | | | | | | | | + | | | | | | | | + | | | | | | | DragonFly 3.6.2 + | | | | |NetBSD 6.1.4 | | + | | | | | | | | + | | | | | |OpenBSD 5.5 | + | | | | | | | | + | | | | | | | DragonFly 3.8.0 + | | | | | | | | + | | | | | | | | + | | | | | | | DragonFly 3.8.1 + | | | | | | | | + | | | | | | | | + | | | | | | | DragonFly 3.6.3 + | | | | | | | | + | |FreeBSD | | | | | + | | 9.3 | | | | | + | | | |NetBSD 6.1.5 | DragonFly 3.8.2 + | | Mac OS X | | | + | | 10.10 | | | + | | | |OpenBSD 5.6 | + | FreeBSD | | | | + | 10.1 | | | DragonFly 4.0.1 || | | | || | | | || | | | @@ -655,7 +655,11 @@ DragonFly 3.8.12014-06-16 [DFB] DragonFly 3.6.32014-06-17 [DFB] FreeBSD 9.32014-07-05 [FBD] DragonFly 3.8.22014-08-08 [DFB] +NetBSD 6.1.5 2014-09-22 [NDB] Mac OS X 10.10 2014-10-16 [APL] +OpenBSD 5.62014-11-01 [OBD] +FreeBSD
svn commit: r267097 - head/share/misc
Author: maxim Date: Thu Jun 5 07:28:27 2014 New Revision: 267097 URL: http://svnweb.freebsd.org/changeset/base/267097 Log: OpenBSD 5.5, Mac OS X 10.10, Dragonfly BSD 3.8.0 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Jun 5 06:29:18 2014 (r267096) +++ head/share/misc/bsd-family-tree Thu Jun 5 07:28:27 2014 (r267097) @@ -296,14 +296,15 @@ FreeBSD 5.2 | | || | | | | *--FreeBSD | |NetBSD 6.1.3 | | | 10.0 | | | | | - || |NetBSD 6.1.4 | DragonFly 3.6.1 - || | | | - || | | | - || | | DragonFly 3.6.2 - || | | | - || | | | - || | | | + || | | | DragonFly 3.6.1 + || | | | | + || | | | | + || | | | DragonFly 3.6.2 + || |NetBSD 6.1.4 | | || | | | + || |OpenBSD 5.5 | + | Mac OS X | | | + | 10.10| | DragonFly 3.8.0 || | | | || | | | || | | | @@ -638,6 +639,9 @@ DragonFly 3.6.1 2014-02-22 [DFB] DragonFly 3.6.22014-04-10 [DFB] NetBSD 6.0.5 2014-04-19 [NDB] NetBSD 6.1.4 2014-04-19 [NDB] +OpenBSD 5.52014-05-01 [OBD] +Mac OS X 10.10 2014-06-02 [APL] +DragonFly 3.8.02014-06-04 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r267099 - head/share/misc
Author: maxim Date: Thu Jun 5 09:27:42 2014 New Revision: 267099 URL: http://svnweb.freebsd.org/changeset/base/267099 Log: Mac OS X 10.10 is not released yet, removed. Pointed out by: pluknet Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Jun 5 08:20:14 2014 (r267098) +++ head/share/misc/bsd-family-tree Thu Jun 5 09:27:42 2014 (r267099) @@ -303,8 +303,7 @@ FreeBSD 5.2 | | || |NetBSD 6.1.4 | | || | | | || |OpenBSD 5.5 | - | Mac OS X | | | - | 10.10| | DragonFly 3.8.0 + || | | DragonFly 3.8.0 || | | | || | | | || | | | @@ -640,7 +639,6 @@ DragonFly 3.6.2 2014-04-10 [DFB] NetBSD 6.0.5 2014-04-19 [NDB] NetBSD 6.1.4 2014-04-19 [NDB] OpenBSD 5.52014-05-01 [OBD] -Mac OS X 10.10 2014-06-02 [APL] DragonFly 3.8.02014-06-04 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r264243 - in head/etc: . rc.d
> + > + # Skip NULLs unless strict fields > + [ "$sort_strict_fields" ] || > + [ "${dest_mod%%[$sort_sep]*}" ] || > + [ $n -eq 2 ] || > + continue > + ;; > + *) > + # Asked for a field that doesn't exist > + dest_haskey= break > + esac > + n=$(( $n - 1 )) > + done > + > + # Trim trailing words if sort field >= 1 > + [ $sort_field -ge 1 -a "$sort_numeric" ] && > + dest_mod="${dest_mod%%[$sort_sep]*}" > + > + # Apply optional trim (-k POS.TRIM), cut leading chars > + dest_mod="${dest_mod#$trim}" > + > + # Determine type of modified comparison to use > + # NB: Prefer numerical if requested, fallback to std > + case "$dest_mod" in > + ""|[!0-9]*) # NULL or begins with non-number > + gt=">" > + [ "$sort_numeric" ] && dest_mod=0 > + ;; > + *) > + if [ "$sort_numeric" ]; then > + gt="-gt" > + dest_mod="${dest_mod%%[!0-9]*}" > + # NB: kill trailing non-digits > + # for numeric comparison safety > + else > + gt=">" > + fi > + esac > + > + # Break if we've found the proper element position > + if [ "$curitem_haskey" -a "$dest_haskey" ]; then > + if [ "$dest_mod" = "$curitem_mod" ]; then > + [ "$dest_orig" ">" "$curitem_orig" ] && > + break > + elif [ "$dest_mod" $gt "$curitem_mod" ] \ > + 2> /dev/null > + then > + break > + fi > + else > + [ "$dest_orig" ">" "$curitem_orig" ] && break > + fi > + > + # Break if we've hit the end > + [ $d -ge $i ] && break > + > + d=$(( $d + 1 )) > + done > + > + # Shift remaining positions forward, making room for new item > + n=$i > + while [ $n -ge $d ]; do > + # Shift destination item forward one placement > + eval dest_$(( $n + 1 ))=\"\$dest_$n\" > + n=$(( $n - 1 )) > + done > + > + # Place the element > + if [ $i -eq 1 ]; then > + local dest_1="$curitem" > + else > + local dest_$d="$curitem" > + fi > + > + i=$(( $i + 1 )) > + done > + > + # Print sorted results > + d=1 > + while [ $d -le $nitems ]; do > + eval echo \"\$dest_$d\" > + d=$(( $d + 1 )) > + done > +} > + > # > # wait_for_pids pid [pid ...] > #spins until none of the pids exist > @@ -1524,19 +1778,20 @@ load_kld() > return 0 > } > > -# ltr str src dst > +# ltr str src dst [var] > #Change every $src in $str to $dst. > #Useful when /usr is not yet mounted and we cannot use tr(1), sed(1) nor > -#awk(1). > +#awk(1). If var is non-NULL, set it to the result. > ltr() > { > - local _str _src _dst _out _com > - _str=$1 > - _src=$2 > - _dst=$3 > + local _str _src _dst _out _com _var > + _str="$1" > + _src="$2" > + _dst="$3" > + _var="$4" > _out="" > > - IFS=${_src} > + local IFS="${_src}" > for _com in ${_str}; do > if [ -z "${_out}" ]; then > _out="${_com}" > @@ -1544,7 +1799,11 @@ ltr() > _out="${_out}${_dst}${_com}" > fi > done > - echo "${_out}" > + if [ -n "${_var}" ]; then > + setvar "${_var}" "${_out}" > + else > + echo "${_out}" > + fi > } > > # Creates a list of providers for GELI encryption. > -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r279185 - head/share/man/man5
Author: maxim Date: Sun Feb 22 19:42:50 2015 New Revision: 279185 URL: https://svnweb.freebsd.org/changeset/base/279185 Log: o Typo: securiy -> security. PR: 197927 Submitted by: mike@comcast.net MFC after:1 week Modified: head/share/man/man5/periodic.conf.5 Modified: head/share/man/man5/periodic.conf.5 == --- head/share/man/man5/periodic.conf.5 Sun Feb 22 19:25:57 2015 (r279184) +++ head/share/man/man5/periodic.conf.5 Sun Feb 22 19:42:50 2015 (r279185) @@ -591,15 +591,15 @@ This would usually be set to .It Va weekly_status_security_enable .Pq Vt bool Weekly counterpart of -.Va daily_status_securiy_enable . +.Va daily_status_security_enable . .It Va weekly_status_security_inline .Pq Vt bool Weekly counterpart of -.Va daily_status_securiy_inline . +.Va daily_status_security_inline . .It Va weekly_status_security_output .Pq Vt str Weekly counterpart of -.Va daily_status_securiy_output . +.Va daily_status_security_output . .It Va weekly_status_pkg_enable .Pq Vt bool Set to @@ -670,15 +670,15 @@ command. .It Va monthly_status_security_enable .Pq Vt bool Monthly counterpart of -.Va daily_status_securiy_enable . +.Va daily_status_security_enable . .It Va monthly_status_security_inline .Pq Vt bool Monthly counterpart of -.Va daily_status_securiy_inline . +.Va daily_status_security_inline . .It Va monthly_status_security_output .Pq Vt str Monthly counterpart of -.Va daily_status_securiy_output . +.Va daily_status_security_output . .It Va monthly_local .Pq Vt str Set to a list of extra scripts that should be run after all other ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r303028 - head/share/misc
On Tue, 19 Jul 2016, 16:34-, Glen Barber wrote: > Author: gjb > Date: Tue Jul 19 16:34:49 2016 > New Revision: 303028 > URL: https://svnweb.freebsd.org/changeset/base/303028 > > Log: > Belatedly add FreeBSD 11.0 and 12.0 to the family tree file. > > Submitted by: des (a while back) > Sponsored by: The FreeBSD Foundation > The file lists releases not branches. I don't think we have 11.0 or 12.0 released. -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Re: svn commit: r303028 - head/share/misc
On Tue, 19 Jul 2016, 16:46-, Glen Barber wrote: > On Tue, Jul 19, 2016 at 07:42:03PM +0300, Maxim Konovalov wrote: > > On Tue, 19 Jul 2016, 16:34-, Glen Barber wrote: > > > > > Author: gjb > > > Date: Tue Jul 19 16:34:49 2016 > > > New Revision: 303028 > > > URL: https://svnweb.freebsd.org/changeset/base/303028 > > > > > > Log: > > > Belatedly add FreeBSD 11.0 and 12.0 to the family tree file. > > > > > > Submitted by: des (a while back) > > > Sponsored by: The FreeBSD Foundation > > > > > The file lists releases not branches. I don't think we have 11.0 or > > 12.0 released. > > > > Honestly, I am not sure about anything in this file. :) > > There was an entry for 11-current though. Is the dated-part of the > commit the problem, or is the entire change wrong? If the latter, I'll > look at it again (or even revert it, and let someone who knows how this > file is supposed to be updated handle it). > Just dates are incorrect. -- Maxim Konovalov ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r303739 - head/share/misc
Author: maxim Date: Thu Aug 4 10:49:00 2016 New Revision: 303739 URL: https://svnweb.freebsd.org/changeset/base/303739 Log: DragonFly 4.6.0 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Thu Aug 4 06:40:51 2016 (r303738) +++ head/share/misc/bsd-family-tree Thu Aug 4 10:49:00 2016 (r303739) @@ -338,7 +338,7 @@ FreeBSD 5.2 | | | | | | | DragonFly 4.4.1 | FreeBSD | |OpenBSD 5.9 | | 10.3 | | | | - || | | | + || | | DragonFly 4.6.0 *--FreeBSD | | | | | 11.0 | | | | || | | | @@ -691,6 +691,7 @@ OpenBSD 5.8 2015-10-18 [OBD] DragonFly 4.4.12015-12-07 [DFB] OpenBSD 5.92016-03-29 [OBD] FreeBSD 10.3 2016-04-04 [FBD] +DragonFly 4.6.02016-08-02 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r304000 - head/usr.sbin/acpi/acpidump
Author: maxim Date: Fri Aug 12 08:16:35 2016 New Revision: 304000 URL: https://svnweb.freebsd.org/changeset/base/304000 Log: o Move tmpstr varibale initialization out of assert(3) call. This fixes acpidump(8) compiled with "WITHOUT_ASSERT_DEBUG=yes" that removes assert(3)'s from the code. Submitted by: Alexander Nedotsukov Modified: head/usr.sbin/acpi/acpidump/acpi.c Modified: head/usr.sbin/acpi/acpidump/acpi.c == --- head/usr.sbin/acpi/acpidump/acpi.c Fri Aug 12 08:08:29 2016 (r303999) +++ head/usr.sbin/acpi/acpidump/acpi.c Fri Aug 12 08:16:35 2016 (r304000) @@ -1494,8 +1494,8 @@ aml_disassemble(ACPI_TABLE_HEADER *rsdt, perror("mkdtemp tmp working dir"); return; } - assert((size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, iname) - <= sizeof(tmpstr) - 1); + len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, iname); + assert(len <= sizeof(tmpstr) - 1); fd = open(tmpstr, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR); if (fd < 0) { perror("iasl tmp file"); @@ -1527,8 +1527,8 @@ aml_disassemble(ACPI_TABLE_HEADER *rsdt, } /* Dump iasl's output to stdout */ - assert((size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, oname) - <= sizeof(tmpstr) -1); + len = (size_t)snprintf(tmpstr, sizeof(tmpstr), "%s%s", wrkdir, oname); + assert(len <= sizeof(tmpstr) - 1); fp = fopen(tmpstr, "r"); if (unlink(tmpstr) < 0) { perror("unlink"); ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r291977 - head/share/misc
Author: maxim Date: Tue Dec 8 01:16:53 2015 New Revision: 291977 URL: https://svnweb.freebsd.org/changeset/base/291977 Log: o DragonFly 4.4.1 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Dec 8 00:27:35 2015 (r291976) +++ head/share/misc/bsd-family-tree Tue Dec 8 01:16:53 2015 (r291977) @@ -335,6 +335,7 @@ FreeBSD 5.2 | | | 10.2 | | | | | OS X NetBSD 7.0 | | | 10.11|OpenBSD 5.8 | + || | | DragonFly 4.4.1 || | | | FreeBSD 11 -current | NetBSD -current OpenBSD -current DragonFly -current || | | | @@ -681,6 +682,7 @@ FreeBSD 10.22015-08-13 [FBD] NetBSD 7.0 2015-09-25 [NBD] OS X 10.11 2015-09-30 [APL] OpenBSD 5.82015-10-18 [OBD] +DragonFly 4.4.12015-12-07 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r300197 - head/tools/tools/nanobsd
Author: maxim Date: Thu May 19 10:37:44 2016 New Revision: 300197 URL: https://svnweb.freebsd.org/changeset/base/300197 Log: o usage() updated for -h and -X flags. Modified: head/tools/tools/nanobsd/defaults.sh Modified: head/tools/tools/nanobsd/defaults.sh == --- head/tools/tools/nanobsd/defaults.shThu May 19 06:29:43 2016 (r300196) +++ head/tools/tools/nanobsd/defaults.shThu May 19 10:37:44 2016 (r300197) @@ -1018,10 +1018,11 @@ pprint ( ) ( usage ( ) { ( - echo "Usage: $0 [-bfiKknqvw] [-c config_file]" + echo "Usage: $0 [-bfhiKknqvwX] [-c config_file]" echo " -b suppress builds (both kernel and world)" echo " -c specify config file" echo " -f suppress code slice extraction" + echo " -h print this help summary page" echo " -i suppress disk image build" echo " -K suppress installkernel" echo " -k suppress buildkernel" @@ -1029,6 +1030,7 @@ usage ( ) { echo " -q make output more quiet" echo " -v make output more verbose" echo " -w suppress buildworld" + echo " -X make native-xtools" ) 1>&2 exit 2 } ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r300198 - head/tools/tools/nanobsd
Author: maxim Date: Thu May 19 10:39:04 2016 New Revision: 300198 URL: https://svnweb.freebsd.org/changeset/base/300198 Log: o Remove EoL whitespaces. Modified: head/tools/tools/nanobsd/defaults.sh head/tools/tools/nanobsd/nanobsd.sh Modified: head/tools/tools/nanobsd/defaults.sh == --- head/tools/tools/nanobsd/defaults.shThu May 19 10:37:44 2016 (r300197) +++ head/tools/tools/nanobsd/defaults.shThu May 19 10:39:04 2016 (r300198) @@ -195,7 +195,7 @@ NANO_DATADIR="" # in case they are stray in the build environment SRCCONF=/dev/null SRC_ENV_CONF=/dev/null - + ### # # The functions which do the real work. @@ -319,7 +319,7 @@ make_conf_build ( ) ( # in addition to the user's global settings ( nano_global_make_env - echo "${CONF_WORLD}" + echo "${CONF_WORLD}" echo "${CONF_BUILD}" ) > ${NANO_MAKE_CONF_BUILD} ) @@ -429,7 +429,7 @@ install_kernel ( ) ( ( nano_make_install_env - nano_make_kernel_env + nano_make_kernel_env if [ "${NANO_MODULES}" != "default" ]; then MODULES_OVERRIDE="${NANO_MODULES}" @@ -465,7 +465,7 @@ run_early_customize() { pprint 2 "run early customize scripts" for c in $NANO_EARLY_CUSTOMIZE - do + do pprint 2 "early customize \"$c\"" pprint 3 "log: ${NANO_LOG}/_.early_cust.$c" pprint 4 "`type $c`" @@ -529,7 +529,7 @@ fixup_before_diskimage ( ) ( echo "/set uname=${NANO_DEF_UNAME} gname=${NANO_DEF_GNAME}" > ${NANO_METALOG} cat ${NANO_METALOG}.pre | ${NANO_TOOLS}/mtree-dedup.awk | \ sed -e 's/ size=[0-9][0-9]*//' | sort >> ${NANO_METALOG} - fi + fi ) setup_nanobsd ( ) ( @@ -603,11 +603,11 @@ setup_nanobsd_etc ( ) ( prune_usr ( ) ( - # Remove all empty directories in /usr + # Remove all empty directories in /usr find "${NANO_WORLDDIR}"/usr -type d -depth -print | while read d do - rmdir $d > /dev/null 2>&1 || true + rmdir $d > /dev/null 2>&1 || true done ) @@ -676,7 +676,7 @@ create_diskimage ( ) ( else print "g c" 1023 " h" $4 " s" $3 - if ($7 > 0) { + if ($7 > 0) { # size of data partition in full cylinders dsl = int (($7 + cs - 1) / cs) } else { @@ -697,7 +697,7 @@ create_diskimage ( ) ( print "p 1 165 " $3, isl * cs - $3 c = isl * cs; - # Second image partition (if any) also starts offset one + # Second image partition (if any) also starts offset one # track to keep them identical. if ($2 > 1) { print "p 2 165 " $3 + c, isl * cs - $3 @@ -780,7 +780,7 @@ create_diskimage ( ) ( tunefs -L ${NANO_LABEL}"${NANO_ALTROOT}" /dev/${MD}${NANO_ALTROOT} fi fi - + # Create Config slice populate_cfg_slice /dev/${MD}${NANO_SLICE_CFG} "${NANO_CFGDIR}" ${MNT} "${NANO_SLICE_CFG}" Modified: head/tools/tools/nanobsd/nanobsd.sh == --- head/tools/tools/nanobsd/nanobsd.sh Thu May 19 10:37:44 2016 (r300197) +++ head/tools/tools/nanobsd/nanobsd.sh Thu May 19 10:39:04 2016 (r300198) @@ -55,7 +55,7 @@ set -e set -- $args for i do - case "$i" + case "$i" in -K) do_installkernel=false ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r300199 - head/share/man/man8
Author: maxim Date: Thu May 19 10:56:55 2016 New Revision: 300199 URL: https://svnweb.freebsd.org/changeset/base/300199 Log: o -f, -i, -K, -q, -v, -X flags documented. Modified: head/share/man/man8/nanobsd.8 Modified: head/share/man/man8/nanobsd.8 == --- head/share/man/man8/nanobsd.8 Thu May 19 10:39:04 2016 (r300198) +++ head/share/man/man8/nanobsd.8 Thu May 19 10:56:55 2016 (r300199) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 20, 2010 +.Dd May 19, 2016 .Dt NANOBSD 8 .Os .Sh NAME @@ -33,7 +33,7 @@ applications .Sh SYNOPSIS .Nm -.Op Fl bhknw +.Op Fl bfhiKknqvwX .Op Fl c Ar config-file .Sh DESCRIPTION The @@ -53,8 +53,16 @@ The following options are available: Skip the build stages (both for kernel and world). .It Fl c Ar config-file Specify the configuration file to use. +.It Fl f +Skip the code slice extraction. .It Fl h Display usage information. +.It Fl i +Skip the disk image build stage. +.It Fl K +Skip the +.Cm installkernel +stage of the build. .It Fl k Skip the .Cm buildkernel @@ -65,10 +73,17 @@ This suppresses the normal cleanup work .Cm buildworld stage and adds -DNO_CLEAN to the make command line used for each build stage (world and kernel). +.It Fl q +Make output more quiet. +.It Fl v +Make output more verbose. .It Fl w Skip the .Cm buildworld stage of the build. +.It Fl X +Make +.Cm native-xtools. .El .Pp The features of ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r299255 - head/share/man/man7
Author: maxim Date: Mon May 9 11:48:09 2016 New Revision: 299255 URL: https://svnweb.freebsd.org/changeset/base/299255 Log: o Stop to mention the slowstart_flightsize sysctl in the tuning(7). The slowstart_flightsize and local_slowstart_flightsize sysctl's were removed from the TCP code in 226447 several years ago. PR: 209376 MFC after:1 week Modified: head/share/man/man7/tuning.7 Modified: head/share/man/man7/tuning.7 == --- head/share/man/man7/tuning.7Mon May 9 08:38:56 2016 (r299254) +++ head/share/man/man7/tuning.7Mon May 9 11:48:09 2016 (r299255) @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 8, 2012 +.Dd May 9, 2016 .Dt TUNING 7 .Os .Sh NAME @@ -451,12 +451,6 @@ of a slow-start TCP connection. While we are not sure we believe that the several FAQs related to packages such as SAMBA and SQUID which advise turning off delayed acks may be referring to the slow-start issue. -In -.Fx , -it would be more beneficial to increase the slow-start flightsize via -the -.Va net.inet.tcp.slowstart_flightsize -sysctl rather than disable delayed acks. .Pp The .Va net.inet.ip.portrange.* ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r283742 - head/sys
Author: maxim Date: Fri May 29 14:02:37 2015 New Revision: 283742 URL: https://svnweb.freebsd.org/changeset/base/283742 Log: arm64 added to CSCOPE_ARCHDIR. Modified: head/sys/Makefile Modified: head/sys/Makefile == --- head/sys/Makefile Fri May 29 13:37:04 2015(r283741) +++ head/sys/Makefile Fri May 29 14:02:37 2015(r283742) @@ -8,7 +8,7 @@ CSCOPEDIRS= boot bsm cam cddl compat con rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR} .if !defined(CSCOPE_ARCHDIR) .if defined(ALL_ARCH) -CSCOPE_ARCHDIR = amd64 arm i386 mips pc98 powerpc sparc64 x86 +CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc sparc64 x86 .else CSCOPE_ARCHDIR = ${MACHINE} .if ${MACHINE} != ${MACHINE_CPUARCH} ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r283743 - head/sys
Author: maxim Date: Fri May 29 14:03:07 2015 New Revision: 283743 URL: https://svnweb.freebsd.org/changeset/base/283743 Log: Kill EoL whitespace. Modified: head/sys/Makefile Modified: head/sys/Makefile == --- head/sys/Makefile Fri May 29 14:02:37 2015(r283742) +++ head/sys/Makefile Fri May 29 14:03:07 2015(r283743) @@ -10,7 +10,7 @@ CSCOPEDIRS= boot bsm cam cddl compat con .if defined(ALL_ARCH) CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc sparc64 x86 .else -CSCOPE_ARCHDIR = ${MACHINE} +CSCOPE_ARCHDIR = ${MACHINE} .if ${MACHINE} != ${MACHINE_CPUARCH} CSCOPE_ARCHDIR += ${MACHINE_CPUARCH} .endif ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
svn commit: r284946 - head/share/misc
Author: maxim Date: Tue Jun 30 07:46:06 2015 New Revision: 284946 URL: https://svnweb.freebsd.org/changeset/base/284946 Log: o DragonFly 4.2.0 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue Jun 30 06:02:42 2015 (r284945) +++ head/share/misc/bsd-family-tree Tue Jun 30 07:46:06 2015 (r284946) @@ -330,7 +330,7 @@ FreeBSD 5.2 | | || | | DragonFly 4.0.5 || | | | || |OpenBSD 5.7 | - || | | | + || | | DragonFly 4.2.0 || | | | FreeBSD 11 -current | NetBSD -current OpenBSD -current DragonFly -current || | | | @@ -672,6 +672,7 @@ DragonFly 4.0.3 2015-01-21 [DFB] DragonFly 4.0.42015-03-09 [DFB] DragonFly 4.0.52015-03-23 [DFB] OpenBSD 5.72015-05-01 [OBD] +DragonFly 4.2.02015-06-29 [DFB] Bibliography ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"