CVS commit: src/sys/arch/mips/cavium

2020-06-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Jun 19 02:23:43 UTC 2020 Modified Files: src/sys/arch/mips/cavium: octeon_intr.c src/sys/arch/mips/cavium/dev: octeon_ciureg.h octeon_dwctwo.c octeon_gmx.c octeon_ipd.c octeon_mpi.c octeon_pci.c

CVS commit: src/usr.sbin/puffs/mount_9p

2020-06-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jun 19 01:19:51 UTC 2020 Modified Files: src/usr.sbin/puffs/mount_9p: Makefile Log Message: Use ?:: modifier instead of .if to check for ipv6. This way we don't have to include bsd.init.mk early. To generate a diff of this

CVS commit: src/sys/conf

2020-06-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Jun 19 00:58:17 UTC 2020 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Use -fstack-usage only if we are using gcc. Pointed out by maxv@ To generate a diff of this commit: cvs rdiff -u -r1.272 -r1.273

CVS commit: src/share/man/man9

2020-06-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jun 18 23:30:51 UTC 2020 Modified Files: src/share/man/man9: kmem.9 Log Message: Document kmem_strdup() and kmem_strndup() Added in 2018 by christos@ in sys/sys/kmem.h r. 1.11. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man9

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 20:38:42 UTC 2020 Added Files: src/share/man/man9: acl.9 Log Message: Add acl(9) from FreeBSD. Needs work before it should be added to the build. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/x68k/x68k

2020-06-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jun 18 19:54:08 UTC 2020 Modified Files: src/sys/arch/x68k/x68k: disksubr.c Log Message: Use a sane default for size of partition a: rather than odd 0x1fff. The latter one seems derived from 386BSD (and 4.4BSD), but it

CVS commit: src/lib/libc/posix1e

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 19:47:41 UTC 2020 Modified Files: src/lib/libc/posix1e: extattr.3 Log Message: Remove reference to non-existing extattr(2) and fix two other xrefs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/posix1e

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 19:46:34 UTC 2020 Modified Files: src/lib/libc/posix1e: acl.3 acl_add_flag_np.3 acl_add_perm.3 acl_calc_mask.3 acl_clear_flags_np.3 acl_clear_perms.3 acl_copy_entry.3 acl_create_entry.3 acl_delete.3

CVS commit: src/lib/libc/posix1e

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 19:46:59 UTC 2020 Modified Files: src/lib/libc/posix1e: extattr.3 posix1e.3 Log Message: Add RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/posix1e/extattr.3 \

CVS commit: src/bin/setfacl

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 19:44:01 UTC 2020 Modified Files: src/bin/setfacl: setfacl.c Log Message: Sync usage with manpage. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/bin/setfacl/setfacl.c Please note that diffs are not

CVS commit: src/bin/setfacl

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 19:43:53 UTC 2020 Modified Files: src/bin/setfacl: setfacl.1 Log Message: Sort option descriptions. Sort options in SYNOPSIS. Fix xrefs. Comment out acl(9) which we don't have. To generate a diff of this commit: cvs

CVS commit: src/bin/getfacl

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 19:36:13 UTC 2020 Modified Files: src/bin/getfacl: getfacl.1 Log Message: Fix xrefs, comment out acl(9) which we don't have. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/bin/getfacl/getfacl.1 Please

CVS commit: src/sbin/tunefs

2020-06-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 18 19:32:56 UTC 2020 Modified Files: src/sbin/tunefs: tunefs.8 Log Message: The ACL flag is -p, not -n. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sbin/tunefs/tunefs.8 Please note that diffs are not

CVS commit: src/distrib/atari/floppies/install

2020-06-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jun 18 18:14:06 UTC 2020 Modified Files: src/distrib/atari/floppies/install: list Log Message: Provide wdboot as a link of sdboot for Milan also in sysinst. See the following commit log for details:

CVS commit: src/sys/arch/sun68k/stand/libsa

2020-06-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jun 18 17:59:06 UTC 2020 Modified Files: src/sys/arch/sun68k/stand/libsa: idprom.c sun2.c sun3.c sun3x.c Log Message: Make local functions static. Tested on 3/60. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/sys

2020-06-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jun 18 16:56:31 UTC 2020 Modified Files: src/sys/sys: pool.h Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/sys/pool.h Please note that diffs are not public domain; they are subject

CVS commit: src/etc/etc.cobalt

2020-06-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jun 18 16:40:08 UTC 2020 Modified Files: src/etc/etc.cobalt: MAKEDEV.conf Log Message: Fix leading 8 spaces to a tab. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/etc/etc.cobalt/MAKEDEV.conf Please

CVS commit: src/sys/dev/nvmm/x86

2020-06-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jun 18 16:31:15 UTC 2020 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c Please note that diffs are

CVS commit: src/sys/arch/x86/include

2020-06-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jun 18 16:27:24 UTC 2020 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: style and fix typo To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/arch/x86/include/specialreg.h Please

CVS commit: src/sys/arch/amd64/conf

2020-06-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jun 18 16:23:43 UTC 2020 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.569 -r1.570 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not

CVS commit: src/sys/arch/mips/cavium

2020-06-18 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jun 18 13:52:08 UTC 2020 Modified Files: src/sys/arch/mips/cavium: octeonreg.h octeonvar.h src/sys/arch/mips/cavium/dev: if_cnmac.c octeon_asxvar.h octeon_cop2reg.h octeon_cop2var.h octeon_fau.c

CVS commit: src/sys/conf

2020-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 18 11:50:45 UTC 2020 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Discard -fstack-usage for vax, for which GCC does not support that option at the moment. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/ixgbe

2020-06-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 18 09:00:11 UTC 2020 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Modify a liitle to reduce diff between ixgbe.c and ixv.c. No functional change. To generate a diff of this commit: cvs rdiff -u