CVS commit: src/share/man/man9

2021-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 22 01:38:45 UTC 2021 Modified Files: src/share/man/man9: module.9 Log Message: module_hold() returns void, not int XXX module_hold() and module_rele() should probably not be exposed, since XXX they really aren't

CVS commit: src/sys/dev

2021-06-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jun 29 21:04:04 UTC 2021 Modified Files: src/sys/dev/hdaudio: hdaudiodevs.h hdaudiodevs_data.h src/sys/dev/mii: miidevs.h miidevs_data.h src/sys/dev/pci: pcidevs.h pcidevs_data.h src/sys/dev/usb:

CVS commit: src

2021-06-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jun 29 21:03:37 UTC 2021 Modified Files: src/lib/libpci: Makefile src/sys/arch/arm/amlogic: gxlphy.c src/sys/dev: dev_verbose.c dev_verbose.h devlist2h.awk src/sys/dev/hdaudio: hdaudio.c

CVS commit: src/sys/dev/usb

2021-06-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 27 22:41:55 UTC 2021 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Since there's a bit of code that is conditionally compiled based on USBVERBOSE, we need to include the opt_usbverbose.h header to get any

CVS commit: src/sys/kern

2021-06-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jun 11 23:41:47 UTC 2021 Modified Files: src/sys/kern: kern_module.c Log Message: Remove extraneous '\n' from debug message. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/kern/kern_module.c

CVS commit: src/sys/dev

2021-06-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 9 23:22:51 UTC 2021 Modified Files: src/sys/dev: dev_verbose.h Log Message: Use the localcount(9)-based module_hook mechanism to prevent the verbose modules' code and data being unloaded while in use. Should prevent

CVS commit: src/sys/dev/mii

2021-06-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jun 5 22:45:03 UTC 2021 Modified Files: src/sys/dev/mii: mii_verbose.c Log Message: Ooopppsss - typo! To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/mii/mii_verbose.c Please note that diffs are

CVS commit: src/sys/dev

2021-06-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jun 5 22:21:15 UTC 2021 Modified Files: src/sys/dev/mii: mii_verbose.c src/sys/dev/scsipi: scsipi_verbose.c Log Message: As with usbverbose and pciverbose, these modules are not safe to be auto-unloaded. Disable

CVS commit: src/distrib/amd64/installimage

2021-06-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 2 16:07:33 UTC 2021 Modified Files: src/distrib/amd64/installimage: Makefile Log Message: The install image grew again - update size To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/doc

2021-05-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 30 02:37:42 UTC 2021 Modified Files: src/doc: TODO.modules Log Message: Note that compat_60 modules on i386 and amd64 once again include the microcode-update functionality. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/compat/common

2021-05-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 25 16:50:49 UTC 2021 Modified Files: src/sys/compat/common: Makefile Log Message: PR port-xen/53130 was fixed and closed some time ago, so now we can belatedly re-enable inclusion of the compat_60 x86 microcode code in

CVS commit: src/distrib/amd64/installimage

2021-04-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 26 14:08:11 UTC 2021 Modified Files: src/distrib/amd64/installimage: Makefile Log Message: The image, with all sorts of MK*DEBUG* turned on, has once again grown. This time probably as a result of the move to gcc-10.

CVS commit: src/share/misc

2021-04-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 16 15:53:56 UTC 2021 Modified Files: src/share/misc: acronyms acronyms.comp Log Message: Add a couple definitions for RPG To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/share/misc/acronyms cvs

CVS commit: src/usr.bin/time

2021-04-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 5 23:01:55 UTC 2021 Modified Files: src/usr.bin/time: time.1 Log Message: Since there is a -t option, and the option itself is documented, there doesn't seem to be any reason to exclude ``t'' from the usage summary.

CVS commit: src/distrib/amd64/installimage

2021-03-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 26 21:18:29 UTC 2021 Modified Files: src/distrib/amd64/installimage: Makefile Log Message: The install-image has grown a bit recently, and at least amd64 has outgrown the previous size specification when the system was

CVS commit: src/etc

2021-02-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Feb 14 18:45:44 UTC 2021 Modified Files: src/etc: Makefile.params Log Message: Add KERNEL_DIR to /etc/release "Sure, why not" from xtos! To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2021-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 20 21:38:44 UTC 2021 Modified Files: src/sys/arch/amd64/conf: NOCOMPAT Log Message: COMPAT_OSSAUDIO no longer exists; remove dangling reference To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/distrib/amd64/installimage

2021-01-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 18 03:35:11 UTC 2021 Modified Files: src/distrib/amd64/installimage: Makefile Log Message: Oooppss we need another size bump To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/distrib/amd64/installimage

2021-01-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 15 21:14:53 UTC 2021 Modified Files: src/distrib/amd64/installimage: Makefile Log Message: Install image built with all of MKDEBUG, MKKDEBUG, and MKDEBUGLIB all set to "yes" is a bit larger, so bump the image size

CVS commit: src/share/man/man5

2021-01-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 14 23:32:12 UTC 2021 Modified Files: src/share/man/man5: mk.conf.5 Log Message: Initial attempt at documenting the KERNEL_DIR option. XXX EXPERIMENTAL, Work-In-Progress ! XXX To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/debug

2021-01-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 14 19:11:48 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Update sets lists to accomodate KERNEL_DIR. When both KERNEL_DIR and MKDEBUG are defined, we create an empty

CVS commit: src/distrib/sets/lists/debug

2021-01-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 14 19:07:03 UTC 2021 Modified Files: src/distrib/sets/lists/debug: mi Log Message: /home/paul/XXX.txt To generate a diff of this commit: cvs rdiff -u -r1.346 -r1.347 src/distrib/sets/lists/debug/mi Please note that

CVS commit: src/share/man/man4

2021-01-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 6 17:22:36 UTC 2021 Modified Files: src/share/man/man4: dk.4 Log Message: Grammar fix for the grammer fix. Plural subject needs plural verb. :) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/share/man/man9

2021-01-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 4 18:27:47 UTC 2021 Modified Files: src/share/man/man9: malloc.9 Log Message: Better grammar. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/share/man/man9/malloc.9 Please note that diffs are not

CVS commit: src/share/man/man9

2020-12-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Dec 18 02:29:50 UTC 2020 Modified Files: src/share/man/man9: wsmouse.9 Log Message: Minor typo - do I really need to bump the date for this? :) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/distrib/sets/lists

2020-12-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Dec 12 03:03:14 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Also add the new test to the sets lists. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/etc/mtree

2020-12-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Dec 12 02:50:26 UTC 2020 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Add directory entry for new libossaudio test To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

CVS commit: src/sbin/mount_null

2020-11-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 1 02:43:18 UTC 2020 Modified Files: src/sbin/mount_null: mount_null.8 Log Message: Be consistent with mark-up of vop_reclaim To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys

2020-11-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 20:54:20 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_core.c src/sys/modules/compat_netbsd32_coredump: Makefile Log Message: Use opt_execfmt.h to get build options. Only include elf32 hooks if

CVS commit: src/sys/kern

2020-11-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 19:27:41 UTC 2020 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Merge the two separate sets of init/fini routines and unbreak the build. XXX Still does not fix the problems noted with 32-bit arm -

CVS commit: src/sys/kern

2020-11-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 19:16:34 UTC 2020 Modified Files: src/sys/kern: sys_ptrace.c Log Message: Don't use == for assignment. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/kern/sys_ptrace.c Please note that diffs

CVS commit: src/sys/kern

2020-11-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 19:03:17 UTC 2020 Modified Files: src/sys/kern: sys_ptrace.c Log Message: For consistency with other code, put the module init/fini code into separate routines called from module's modcmd() code, rather than

CVS commit: src/sys/sys

2020-11-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 18:32:12 UTC 2020 Modified Files: src/sys/sys: ptrace.h Log Message: Remove extraneous declaration of ptrace_common_{init,fini}() To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/sys/ptrace.h

CVS commit: src/sys

2020-11-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Nov 4 18:12:19 UTC 2020 Modified Files: src/sys/kern: sys_ptrace_common.c src/sys/sys: ptrace.h Log Message: Finish the proper naming of the module init/fini routines. Should fix the "ptrace cannot be used by

CVS commit: src/sys

2020-11-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 1 18:51:03 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_core.c src/sys/kern: compat_stub.c files.kern kern_core.c kern_sig.c sys_ptrace_common.c src/sys/modules:

CVS commit: src/distrib/sets/lists

2020-11-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Nov 1 18:51:34 UTC 2020 Modified Files: src/distrib/sets/lists/debug: module.ad.aarch64 module.ad.arm module.ad.mips module.md.amd64 module.md.sparc64 src/distrib/sets/lists/modules: ad.aarch64 ad.arm

CVS commit: src/sys/kern

2020-10-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 25 15:55:37 UTC 2020 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: ptrace_Common is a module unto itself. Don't use the ptrace module's init/fini routines. To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists

2020-09-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Oct 1 02:00:04 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Fix up the debug stuff for if_tap and if_vether To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/sets/lists/comp

2020-09-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Sep 24 14:14:18 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi Log Message: As indicated at the top of the file, don't simply remove entries. Instead we need to mark them "obsolete" so they will get removed if

CVS commit: src/sys/rump/net/lib/libnetcan

2020-07-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jul 21 18:38:18 UTC 2020 Modified Files: src/sys/rump/net/lib/libnetcan: netcan_component.c Log Message: Remove spurious call to canloopinit() in an attempt to fix kern/55489 This attempt at fixing is a result of IRC

CVS commit: src/usr.bin/ftp

2020-07-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jul 15 16:41:16 UTC 2020 Modified Files: src/usr.bin/ftp: ftp.1 Log Message: Remove now-extraneous Op since we already have Oo and Oc to enclose the Ar port. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139

CVS commit: src/share/man/man7

2020-07-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jul 13 13:42:51 UTC 2020 Modified Files: src/share/man/man7: module.7 Log Message: Imnprove previous. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man7/module.7 Please note that diffs are not

CVS commit: src/doc

2020-07-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jul 5 02:04:25 UTC 2020 Modified Files: src/doc: TODO.modules Log Message: Note that the xen vs non-xen issue has been resolved by recent commit from Chuck Silvers. (Also add xref to PR port-xen/53130 for history.) To

CVS commit: src/external/bsd/atf/dist/atf-c

2020-07-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 3 19:22:39 UTC 2020 Modified Files: src/external/bsd/atf/dist/atf-c: atf-c-api.3 Log Message: Consistent use of comma in lists. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/distrib/sets/lists/debug

2020-06-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 28 01:38:40 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add missing debug entry for new t_mbtowc XXX Please note that there are now TWO tests named t_mbtowc - this one in XXX

CVS commit: src/usr.bin/calendar/calendars

2020-05-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 11 12:42:58 UTC 2020 Modified Files: src/usr.bin/calendar/calendars: calendar.birthday Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/uvm

2020-05-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 10 22:28:09 UTC 2020 Modified Files: src/sys/uvm: files.uvm Log Message: Add missing dependency. Fixes builds with VM_SWAP but no other users of rijndael crypto code. To generate a diff of this commit: cvs rdiff -u

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

2020-04-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 26 23:03:37 UTC 2020 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Re-enable crypto and swcrypto - "generic softints" have been available for quite some time, so no need to disable. This is a

CVS commit: src/lib/libc/sys

2020-04-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 26 18:56:49 UTC 2020 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Document ENOSYS return from MODCTL_EXIST. Remove EMLINK since it is no longer returned. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/cron/dist

2020-04-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 17 19:42:14 UTC 2020 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: Move the range example (for 8-11) to follow the range definition, and to preceed the random (?) discussion (and the corresponding

CVS commit: src/share/man/man4/man4.x86

2020-04-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 16 18:56:04 UTC 2020 Modified Files: src/share/man/man4/man4.x86: imcsmb.4 Log Message: Put the spaces back (they're part of the config(1) syntax) but quote them to avoid formatting errors To generate a diff of this

CVS commit: src/share/man/man4/man4.x86

2020-04-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 16 18:51:48 UTC 2020 Modified Files: src/share/man/man4/man4.x86: imcsmb.4 Log Message: Remove extraneous spaces To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/man4.x86/imcsmb.4 Please

CVS commit: src/sys/opencrypto

2020-04-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Apr 8 15:27:18 UTC 2020 Modified Files: src/sys/opencrypto: crypto.c Log Message: Revert previous change to use SYSCTL_SETUP since it breaks on macppc. For some reason, the crypto module fails to link, and this results in

CVS commit: src/sys/dev/wscons

2020-04-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 4 13:07:12 UTC 2020 Modified Files: src/sys/dev/wscons: wsevent.c Log Message: KNF (Format block comment) NFCI To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/wscons/wsevent.c Please note

CVS commit: src/sys/compat/common

2020-03-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 26 13:39:29 UTC 2020 Modified Files: src/sys/compat/common: compat_sysctl_09_43.c Log Message: When using SYSCTL_SETUP there is no guarantee of the order in which the set-up functions will be called, so it is perfectly

CVS commit: src/sys/rump/librump/rumpkern

2020-03-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 23 14:49:50 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Don't attempt to detach an evcnt before attaching it. If its not already attached, we will panic. It turns out that this check

CVS commit: src/sys/kern

2020-03-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 23 02:44:22 UTC 2020 Modified Files: src/sys/kern: exec_script.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/kern/exec_script.c Please note that diffs are

CVS commit: src

2020-03-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 22 13:30:11 UTC 2020 Modified Files: src/lib/librumpuser: rumpuser_dl.c src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: rump.c Log Message: Teach rump to process __link_set_evcnts

CVS commit: src/sys/miscfs

2020-03-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 21 16:30:39 UTC 2020 Modified Files: src/sys/miscfs/fdesc: fdesc_vfsops.c src/sys/miscfs/overlay: overlay_vfsops.c Log Message: Finish the transition to SYSCTL_SETUP by removing local sysctllog in favor of the

CVS commit: src/sys/compat

2020-03-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 21 16:28:57 UTC 2020 Modified Files: src/sys/compat/linux/common: linux_mod.c linux_sysctl.c linux_sysctl.h src/sys/compat/linux32/common: linux32_mod.c linux32_sysctl.c linux32_sysctl.h Log Message:

CVS commit: src/sys/compat/netbsd32

2020-03-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 21 16:17:08 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_mod.c netbsd32_sysctl.c Added Files: src/sys/compat/netbsd32: netbsd32_sysctl.h Log Message: Restore code to sysctl_free() the compat32

CVS commit: src/tests/dev/sysmon

2020-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 21 04:50:22 UTC 2020 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: These test cases should now succeed, after fixing rump kernel to handle modules that establish their sysctls via SYSCTL_SETUP() To

CVS commit: src

2020-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 21 04:48:38 UTC 2020 Modified Files: src/lib/librumpuser: rumpuser_dl.c src/sys/rump: ldscript.rump Log Message: Teach rump how to process __link_set_sysctl_funcs so it can handle modules the same as a real

CVS commit: src/sys/kern

2020-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 20 23:09:02 UTC 2020 Modified Files: src/sys/kern: kern_module.c Log Message: Improve error message - at least indicate which value comes from the module vs which was requested/wanted by the caller. To generate a diff

CVS commit: src/tests/dev/sysmon

2020-03-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 19 20:10:49 UTC 2020 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Mark the swsensor tests "expected failure" since the rump world doesn't seem to handle the SYSCTL_SETUP stuff. PR kern/55088 To

CVS commit: src/sys/compat/netbsd32

2020-03-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Mar 17 17:16:26 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_sysctl.c Log Message: Remove a debug printf() that accidentally got committed. :( To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys

2020-03-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 16 21:20:13 UTC 2020 Modified Files: src/sys/compat/linux/common: linux_mod.c linux_sysctl.c linux_sysctl.h src/sys/compat/linux32/common: linux32_mod.c linux32_sysctl.c linux32_sysctl.h

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 15 14:15:12 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_mod.c netbsd32_sysctl.c Removed Files: src/sys/compat/netbsd32: netbsd32_sysctl.h Log Message: Use SYSCTL_SETUP mechanism to establish our

CVS commit: src/sys/compat/netbsd32

2020-03-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 15 12:46:02 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c Log Message: Now that we have split the quota code out of the compat_netbsd32_50 module, it no longer depends on compat_50_quota.

CVS commit: src/distrib/sets/lists/modules

2020-03-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 12 15:04:13 UTC 2020 Modified Files: src/distrib/sets/lists/modules: ad.aarch64 ad.arm ad.mips md.amd64 md.sparc64 Log Message: Add new netbsd32 quota modules to sets lists To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2020-03-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 12 15:03:15 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys

2020-03-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 12 15:02:29 UTC 2020 Modified Files: src/sys/compat/netbsd32: files.netbsd32 netbsd32_compat_50.c netbsd32_quota.c syscalls.master src/sys/modules: Makefile src/sys/modules/compat_netbsd32:

CVS commit: src/sys

2020-03-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 9 21:49:26 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: trap.c src/sys/compat/netbsd32: netbsd32_mod.c Log Message: Rework previous, so that the real syscall code is not invoked from within the

CVS commit: src/sys/compat/netbsd32

2020-03-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 9 01:06:34 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_mod.c Log Message: If a syscall requires a module to be autoloaded, the initial invocation of that syscall will return ERESTART. For amd64's

CVS commit: src/sys/compat/common

2020-03-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 9 00:42:36 UTC 2020 Modified Files: src/sys/compat/common: compat_50_quota.c Log Message: The compat_50_quota code needs quota support from ufs. Add dependency. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/compat/netbsd32

2020-03-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 8 04:17:50 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_mod.c Log Message: fix indentation. NFCI To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/compat/netbsd32/netbsd32_mod.c

CVS commit: src/sys

2020-03-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 8 00:53:13 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: trap.c src/sys/compat/netbsd32: netbsd32_mod.c src/sys/sys: compat_stub.h Log Message: Fix another left-over from last year's

CVS commit: src/sys/compat/netbsd32

2020-03-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 7 00:57:31 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys/compat/netbsd32

2020-03-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 7 00:56:41 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_43.c syscalls.master Log Message: Properly mark netbsd32_compat_43 syscalls that are directly implemented by calling their compat_43

CVS commit: src/sys/compat/netbsd32

2020-03-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 6 04:54:08 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32.mk Log Message: According to mrg@ we need to include aarch64 in the list of those that need to support COMPAT_NETBSD32 To generate a diff of this

CVS commit: src/sys/conf

2020-03-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 5 21:08:36 UTC 2020 Modified Files: src/sys/conf: files Log Message: Also exclude EXEC_AOUT stuff for aarch64 XXX Pullup-9 and -8 To generate a diff of this commit: cvs rdiff -u -r1.1258 -r1.1259 src/sys/conf/files

CVS commit: src/sys/conf

2020-03-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 5 13:11:31 UTC 2020 Modified Files: src/sys/conf: files Log Message: Fix comment - thanks Ryo Shimizu To generate a diff of this commit: cvs rdiff -u -r1.1257 -r1.1258 src/sys/conf/files Please note that diffs are

CVS commit: src/sys/conf

2020-03-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 4 02:20:57 UTC 2020 Modified Files: src/sys/conf: files Log Message: mips64 has compat_netbsd32 but cannot have exec_aout; all other users of compat_netbsd32 need exec_aout Addresses PR kern/55037. XXX pullup-9 To

CVS commit: src/sys/compat/netbsd32

2020-02-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 27 20:54:24 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c Log Message: Module compat_netbsd32_50 requires module compat_50_quota To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/compat/common

2020-02-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 27 18:19:16 UTC 2020 Modified Files: src/sys/compat/common: vfs_syscalls_43.c Log Message: Include all of the vfs syscalls in the syscall_package, not just oquota. Should fix PR kern/55025 XXX pullup-9 To generate a

CVS commit: src/sys/compat/common

2020-02-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 27 17:42:33 UTC 2020 Modified Files: src/sys/compat/common: compat_sysctl_09_43.c Log Message: Ooppss - SYSCTL_SETUP() functions return void. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/common

2020-02-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 27 16:41:59 UTC 2020 Modified Files: src/sys/compat/common: compat_sysctl_09_43.c kern_time_50.c Log Message: Remove explicit calls to the sysctl setup routines, since this is now handled by the module infrastructure.

CVS commit: src/tests/modules

2020-02-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Feb 22 19:54:35 UTC 2020 Modified Files: src/tests/modules: t_modctl.c src/tests/modules/k_helper: k_helper.c Log Message: Update the t_modctl test to ensure that static evcnts are added. While here, remove the

CVS commit: src/sys/kern

2020-02-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Feb 22 19:51:57 UTC 2020 Modified Files: src/sys/kern: kern_module.c Log Message: Teach module infrastructure to attach any static evcnts that might be defined in a module, similar to the automatic invocation of sysctl(9)

CVS commit: src/sbin/modstat

2020-02-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Feb 22 14:26:18 UTC 2020 Modified Files: src/sbin/modstat: modstat.8 Log Message: Clarify that the -k option only provides the address of the module's text segment. The addresses of any other segments are not available.

CVS commit: src/lib/libc/sys

2020-02-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Feb 22 14:06:05 UTC 2020 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Remove vestigial remnant of an earlier modification to the module implementation. There currently is no such thing as a module's "alias".

CVS commit: src/bin/sh

2020-02-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 20 18:24:21 UTC 2020 Modified Files: src/bin/sh: sh.1 Log Message: Typo: s/./,/ To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/bin/sh/sh.1 Please note that diffs are not public domain; they are

CVS commit: src/sys/modules/examples

2020-02-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Feb 7 19:22:21 UTC 2020 Modified Files: src/sys/modules/examples: README Log Message: Improve wording To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/modules/examples/README Please note that diffs

CVS commit: src/sys/modules/examples

2020-02-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Feb 5 14:10:47 UTC 2020 Modified Files: src/sys/modules/examples/ping: ping.c src/sys/modules/examples/ping_block: ping.c Log Message: Use ENOTTY as error for an unrecognized ioctl() code, rather than "magic

CVS commit: src/sys/opencrypto

2020-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 27 17:11:27 UTC 2020 Modified Files: src/sys/opencrypto: compat_crypto_50.c Log Message: Remove left-over #includes To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/opencrypto/compat_crypto_50.c

CVS commit: src/sys/rump/dev/lib/libopencrypto

2020-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 27 17:10:23 UTC 2020 Modified Files: src/sys/rump/dev/lib/libopencrypto: opencrypto_component.c Log Message: Update comment to reflect recent change to the error message in question. To generate a diff of this commit:

CVS commit: src/sys

2020-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 27 17:09:17 UTC 2020 Modified Files: src/sys/compat/common: Makefile.sysio src/sys/modules/compat_crypto_50: Makefile src/sys/opencrypto: files.opencrypto ocryptodev.c Added Files:

CVS commit: src/sys/modules/opencrypto

2020-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 27 15:12:48 UTC 2020 Modified Files: src/sys/modules/opencrypto: opencrypto.ioconf Log Message: Use correct pseudo-device for opencrypto module To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/opencrypto

2020-01-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 27 02:56:15 UTC 2020 Modified Files: src/sys/opencrypto: cryptodev.c Log Message: If we get an error from devsw_attach(), don't destroy the error value, since we need to return it to our caller. While we're here,

CVS commit: src/usr.bin/vndcompress

2020-01-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 24 20:20:35 UTC 2020 Modified Files: src/usr.bin/vndcompress: vndcompress.1 Log Message: Since vnconfig(8) was renamed (many years ago), update some cross-refs in vndcompress(1) man page. To generate a diff of this

  1   2   3   4   5   6   7   8   9   10   >