CVS commit: src/lib/libc/time

2015-04-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 5 08:36:38 UTC 2015 Modified Files: src/lib/libc/time: tzset.3 Log Message: Remove dangling cross-ref to localtime(3). There's another cross-ref in the next sentence that actually makes sense. To generate a diff of t

CVS commit: src/sys/external/bsd/drm2

2015-04-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 13 22:24:34 UTC 2015 Modified Files: src/sys/external/bsd/drm2/drm: drm_module.c src/sys/external/bsd/drm2/linux: linux_module.c Log Message: Update module dependencies: drmkms does not depend on iic

CVS commit: src/sys/dev/i2c

2015-04-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 13 22:26:20 UTC 2015 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Add required dependency on i2cexec To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/i2c/i2c.c Please note that diffs ar

CVS commit: src/share/man/man4

2015-04-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Apr 14 10:50:25 UTC 2015 Modified Files: src/share/man/man4: swwdog.4 Log Message: Minor grammatical update. (I wonder if wizd(8) thinks I need to update the revision date?) To generate a diff of this commit: cvs rdiff -u

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

2015-04-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 17 09:50:00 UTC 2015 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add missing debug entry for bozohttpd To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/distrib/sets/lists/debug/mi

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

2015-04-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 17 10:00:02 UTC 2015 Modified Files: src/distrib/sets/lists/debug: mi Log Message: And mark the original httpd.debug as obsolete. Hello, mrg ... To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/dist

CVS commit: src/sys/dev/sysmon

2015-04-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 18 10:49:32 UTC 2015 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: Update attach/detach routines and provide MODULE interface. Confirmed that atf tests (which run via rump) still pass, and also confirmed tha

CVS commit: src/sys/modules

2015-04-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 18 10:52:44 UTC 2015 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/swwdog: Makefile Log Message: Add modularized swwdog driver. To generate a diff of this commit: cvs rdiff -u -r1.144 -

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

2015-04-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 18 10:54:59 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.evbppc.powerpc md.i386 mi Log Message: Update sets lists for new swwdog module To generate a diff of this commit: cvs rdiff -u -r1.56 -r1

CVS commit: src/sys/dev/sysmon

2015-04-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 18 22:56:52 UTC 2015 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: Remove some debugging printf()s that were erroneously committed. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/

CVS commit: src/sys/conf

2015-04-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 19 09:20:54 UTC 2015 Modified Files: src/sys/conf: majors.std Log Message: Note that sysmon device is also required for sysmon_power. XXX This will be changing again soon (once I get the various portions of XXX sysmon m

CVS commit: src/sys/dev/ic

2015-04-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 20 02:55:14 UTC 2015 Modified Files: src/sys/dev/ic: spdmem.c spdmemreg.h spdmemvar.h Log Message: Initial pass at supporting decode for DDR4. XXX I fully expect that reporting of PC4-x values is incorrect. XXX Plea

CVS commit: src/etc

2015-04-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 20 22:46:35 UTC 2015 Modified Files: src/etc: security Log Message: Set the redirection correctly, so that stderr gets duped to the already redirected stdout, rather than duping stdout to stderr! Without this fix, the d

CVS commit: src/tests/dev/sysmon

2015-04-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 04:49:37 UTC 2015 Modified Files: src/tests/dev/sysmon: t_swwdog.c Log Message: When exiting, provide a reason. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/dev/sysmon/t_swwdog.c Please not

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

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 11:32:55 UTC 2015 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Add a space after "options" and before the for conformity with other options. Among other things, this allows one to remove the # comme

CVS commit: src/sys/dev/sysmon

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:22:03 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c sysmon_envsys.c sysmon_power.c sysmon_taskq.c sysmon_wdog.c sysmonvar.h Removed Files: src/sys/dev/sysmon: sysmonconf.h Log Message: M

CVS commit: src/sys/modules

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:22:28 UTC 2015 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/sysmon: Makefile src/sys/modules/sysmon_envsys: Makefile src/sys/modules/sysmon_power: Makefile s

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

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:22:39 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.evbppc.powerpc md.i386 mi Log Message: Update sets lists for new sysmon modules To generate a diff of this commit: cvs rdiff -u -r1.57 -r

CVS commit: src/sys

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:22:52 UTC 2015 Modified Files: src/sys/arch/aarch64/conf: majors.aarch64 src/sys/arch/alpha/conf: majors.alpha src/sys/arch/amd64/conf: majors.amd64 src/sys/arch/arm/conf: majors.arm32

CVS commit: src/sys/sys

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:20 UTC 2015 Modified Files: src/sys/sys: param.h Log Message: Welcome to 7.99.x and the modularization of sysmon! To generate a diff of this commit: cvs rdiff -u -r1.472 -r1.473 src/sys/sys/param.h Please not

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

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:14 UTC 2015 Modified Files: src/sys/rump/dev/lib/libsysmon: sysmon_component.c Log Message: Update initialization of sysmon rump library sub-components. These are now handled as part of module initialization, a

CVS commit: src/tests/dev/sysmon

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:28 UTC 2015 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Include better diagnostic info when a required key value cannot be retrieved from envstat -x To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:08 UTC 2015 Modified Files: src/sys/kern: init_main.c Log Message: Update initialization of sysmon and its components. These are now handled as part of module initialization, and do not require manual invocatio

CVS commit: src/sys

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:01 UTC 2015 Modified Files: src/sys/arch/x86/pci: amdtemp.c src/sys/arch/x86/x86: coretemp.c vmt.c src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_button.c acpi_fan.c acpi_lid.c acpi_pmt

CVS commit: src/sys/dev/sysmon

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 24 00:31:04 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_taskq.c sysmon_taskq.h Log Message: This really does need to return an error code, so change the sysmon_task_queue_fini() function to have a non-void type.

CVS commit: src/sys/dev/sysmon

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 24 03:32:25 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: Remove a left-over debugging printf() To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/dev/sysmon/sysmon_envs

CVS commit: src/sys/dev/sysmon

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 24 03:33:43 UTC 2015 Modified Files: src/sys/dev/sysmon: files.sysmon Log Message: Update configuration definitions for new sysmon To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sysmon/files.

CVS commit: src/sys/dev/sysmon

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 24 03:35:49 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: With new (corrected) configuration declarations file, the cdevsw is already included by config. So, for built-in sysmon module we don't need

CVS commit: src/sys/dev/sysmon

2015-04-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 24 11:34:14 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: The sysmon_envsys module also depends on sysmon_power (for delivery of sensor events to userland). To generate a diff of this commit

CVS commit: src/sys/dev/sysmon

2015-04-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 00:54:14 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: Release the mutex in the error path. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/dev/sysmon/sysmon_envsy

CVS commit: src/sys/dev/sysmon

2015-04-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 02:41:42 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: Use tabs for indentation. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/sys/dev/sysmon/sysmon_envsys.c Please

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 22:46:31 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: Register the sysmon pseudo-device with power management framework so we can properly suspend the system. Thanks, mrg, for pointing this out.

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:16:37 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: Fix typo - thanks, riz@ To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/sysmon/sysmon.c Please note that diffs a

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:40:09 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c sysmon_envsys.c sysmon_power.c sysmon_wdog.c Log Message: Correctly check return status when registering with pmf To generate a diff of this

CVS commit: src/sys/dev/sysmon

2015-04-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 25 23:55:24 UTC 2015 Modified Files: src/sys/dev/sysmon: swsensor.c Log Message: Remove another debug printf() that snuck in. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sysmon/swsensor.c

CVS commit: src/sys

2015-04-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 27 07:51:29 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_taskq.c sysmon_taskq.h src/sys/kern: init_main.c Log Message: Replace a home-grown run-once implementation with the real RUN_ONCE() To generate a

CVS commit: src/sys/dev/sysmon

2015-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Apr 29 03:27:27 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: At suggestion from riastradh@ ... Remove auto_configure(9) goop from sysmon device. It does make things a bit cleaner, and also reduces sou

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

2015-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 02:50:59 UTC 2015 Modified Files: src/sys/arch/x86/pci: files.pci ichlpcib.c Added Files: src/sys/arch/x86/pci: tco.c tco.h Log Message: Separate the watchdog code from the pcib code, and make the watchdog a l

CVS commit: src/sys/arch

2015-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 02:52:50 UTC 2015 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/i386/conf: ALL GENERIC Log Message: Update to include the tco driver (it was previously included as part of ichlpcib). To g

CVS commit: src/sys/modules

2015-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 02:54:08 UTC 2015 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/tco: Makefile tco.ioconf Log Message: Build the tco watchdog module To generate a diff of this commit: cvs rdiff -u -r

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

2015-05-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 02:55:04 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 Log Message: Include the new tco module on i386 and amd64 builds To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/d

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

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 07:30:52 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.i386 Log Message: Fix typo, fix the build-break. One '/' is enough in path names. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 s

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

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 21:59:23 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.i386 Log Message: Put the '/' back, but put it in the correct location! To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/distrib/

CVS commit: src/sys/dev/pci

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 3 22:51:11 UTC 2015 Modified Files: src/sys/dev/pci: ichsmb.c piixpm.c Log Message: Teach a couple of i2cbus controllers how to rescan. This enables {,un}loading and {at,de}taching of the iic(4) driver/module at a late

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

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 02:43:18 UTC 2015 Modified Files: src/share/man/man4/man4.x86: Makefile ichlpcib.4 Added Files: src/share/man/man4/man4.x86: tco.4 Log Message: Add new man page for tco(4), and update ichlpcib(4) man page. T

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

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 02:43:45 UTC 2015 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add new tco(4) man page to sets list. To generate a diff of this commit: cvs rdiff -u -r1.1499 -r1.1500 src/distrib/sets/lists/man/mi Pl

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

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 03:46:29 UTC 2015 Modified Files: src/share/man/man4/man4.x86: ichlpcib.4 Log Message: Update the min and max interval values for the watchdog. The previous numbers were correct, but the units for those numbers was t

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

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 03:53:41 UTC 2015 Modified Files: src/share/man/man4/man4.x86: tco.4 Log Message: Remove extraneous blank line. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/tco.4 Please n

CVS commit: src/share/man/man4

2015-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 06:14:47 UTC 2015 Modified Files: src/share/man/man4: dm.4 Log Message: Update mark-up To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/dm.4 Please note that diffs are not public domai

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

2015-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 07:08:10 UTC 2015 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: One more typo. Message to self: when making multi-architecture changes, build on more than one arch. To generate a diff of this commit:

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

2015-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 08:04:50 UTC 2015 Modified Files: src/share/man/man4/man4.x86: ichlpcib.4 tco.4 Log Message: Fix some more cross-refs to point at the x86-specific subdir To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 s

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

2015-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 08:15:21 UTC 2015 Modified Files: src/share/man/man9/man9.x86: tsc.9 Log Message: Swap function names, so that xxx_bp() refers to the boot processor and xxx_ap() to the application processor. It doesn't make any sense

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

2015-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 08:16:28 UTC 2015 Modified Files: src/share/man/man4/man4.x86: tco.4 Log Message: Update the Dt macro to include the x86 subdir. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.x8

CVS commit: src/sys/dev/sysmon

2015-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 4 23:50:36 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: If autoload of the subcomponent module fails, don't try to call its open routine. Just return an error. Hopefully this will fix the recentl

CVS commit: src/sys/dev/sysmon

2015-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 5 00:28:25 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: If module_autoload() returns an error, just return that value instead of overwriting with ENODEV. Thanks, christos! To generate a diff of

CVS commit: src/sys/dev/sysmon

2015-05-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 5 09:22:33 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon.c Log Message: Optimize a bit - don't re-enter the mutex if we're just going to exit. While here, remove some parens around a return value. To generate a

CVS commit: src/sys/arch

2015-05-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 5 22:14:24 UTC 2015 Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOMU Log Message: For non-modular XEN3_DOMU kernels, include sysmon and all of its subcomponents. While the wd

CVS commit: src/include

2015-05-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 6 23:06:26 UTC 2015 Modified Files: src/include: paths.h Log Message: Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/include/path

CVS commit: src/sbin/wdogctl

2015-05-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 6 23:08:31 UTC 2015 Modified Files: src/sbin/wdogctl: wdogctl.c Log Message: Use _PATH_WATCHDOG from instead of locally-defined value. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sbin/wdogctl/wd

CVS commit: src/tests/include

2015-05-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 7 01:35:35 UTC 2015 Modified Files: src/tests/include: t_paths.c Log Message: Don't fail if open() of sysmon devices returns ENODEV. This can occur if sysmon subcomponents are not included in the kernel and autoloading

CVS commit: src/tests/include

2015-05-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 7 06:23:23 UTC 2015 Modified Files: src/tests/include: t_paths.c Log Message: Use correcet variable name when printing the error code. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/include/t_

CVS commit: src/sys/kern

2015-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 05:51:27 UTC 2015 Modified Files: src/sys/kern: makesyscalls.sh syscalls.master Log Message: Teach makesyscalls.sh how to auto-generate the list of syscalls that can be resolved by module auto-load. Update syscalls.m

CVS commit: src/sys/kern

2015-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 05:56:36 UTC 2015 Modified Files: src/sys/kern: kern_syscall.c Log Message: Use the generated list of auto-loadable syscalls rather than our own hard-coded list. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys

2015-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 05:55:43 UTC 2015 Modified Files: src/sys/kern: init_sysent.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h sys

CVS commit: src/sys/kern

2015-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 05:57:18 UTC 2015 Modified Files: src/sys/kern: syscalls.conf Log Message: Add new configuration variable to point at the list of auto-loadable syscalls To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/kern

2015-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 05:58:53 UTC 2015 Modified Files: src/sys/kern: syscalls.c Log Message: Another regenerated file To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 src/sys/kern/syscalls.c Please note that diffs are no

CVS commit: src/sys/kern

2015-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 06:04:13 UTC 2015 Modified Files: src/sys/kern: syscalls.master Log Message: Remove extraneous word 'compat' on header line To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/sys/kern/syscalls.maste

CVS commit: src/sys

2015-05-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 06:06:14 UTC 2015 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_sy

CVS commit: src/lib/libc/sys

2015-05-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 9 08:10:02 UTC 2015 Modified Files: src/lib/libc/sys: modctl.2 Log Message: Provide additional info on why ENOEXEC gets returned. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/sys/modctl.2

CVS commit: src/sys

2015-05-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 10 07:41:16 UTC 2015 Modified Files: src/sys/compat/common: compat_mod.c sysv_ipc_50.c src/sys/kern: files.kern syscalls.master sysv_ipc.c src/sys/modules: Makefile src/sys/modules/compat: Makefile

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

2015-05-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 10 07:50:31 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.evbppc.powerpc md.i386 mi Log Message: Update sets lists for new compat_sysv module. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys

2015-05-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 10 08:13:41 UTC 2015 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_sy

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

2015-05-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 11 01:05:16 UTC 2015 Modified Files: src/distrib/sets/lists/modules: mi Log Message: Additional commentary for where other duplicate entries might need to be made (amd64-xen, i386-xen, and i386-xen-pae). To generate a

CVS commit: src/sys/compat/common

2015-05-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 11 10:32:13 UTC 2015 Modified Files: src/sys/compat/common: compat_mod.c compat_sysv_mod.c Log Message: Fix the #ifdef _MODULE stuff so that the syscall packages and sysctl stuff gets handled properly even in built-in mo

CVS commit: src/sys/dev/sysmon

2015-05-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 12 02:38:00 UTC 2015 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: Don't manipulate the autoconfig databases for built-in module. Thanks, christos! To generate a diff of this commit: cvs rdiff -u -r1.17 -r

CVS commit: src/sys/kern

2015-05-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 12 05:19:20 UTC 2015 Modified Files: src/sys/kern: sysv_msg.c sysv_sem.c sysv_shm.c Log Message: In preparation for modularization of the SYSV* options, restore the use of opt_sysv.h to get the -DSYSVxxx definitions. T

CVS commit: src/sys/dev/sysmon

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 12 10:20:14 UTC 2015 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: Finish work started in previous commit. Ensure that initialization code is only called once for built-in variants of the module. To genera

CVS commit: src/sys/kern

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 01:00:16 UTC 2015 Modified Files: src/sys/kern: init_sysctl.c sysv_msg.c sysv_sem.c sysv_shm.c Log Message: More preparation for modularizing the SYSVxxx options. Here we change the kern.ipc.sysvxxx sysctls into dyna

CVS commit: src/sys

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 01:16:15 UTC 2015 Modified Files: src/sys/kern: sysv_msg.c sysv_sem.c sysv_shm.c src/sys/sys: msg.h sem.h shm.h Log Message: More prep: add a xxxfini() routine to each subcomponent so we can clean up after ou

CVS commit: src/sys

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 01:23:10 UTC 2015 Modified Files: src/sys/kern: sysv_ipc.c src/sys/sys: ipc.h Log Message: Another xxxfini() routine. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/kern/sysv_ipc.c cvs

CVS commit: src/sys

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 02:06:25 UTC 2015 Modified Files: src/sys/conf: param.c src/sys/kern: sysv_ipc.c Added Files: src/sys/modules/sysv_ipc: Makefile Log Message: Create a new sysv_ipc module to contain the SYSVSHM, SYSVSE

CVS commit: src/sys/compat/common

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 02:08:20 UTC 2015 Modified Files: src/sys/compat/common: compat_sysv_mod.c Log Message: The compat_sysv module now depends on sysv_ipc module. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/comp

CVS commit: src/sys/kern

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 02:10:46 UTC 2015 Modified Files: src/sys/kern: syscalls.master Log Message: Update syscalls to point to the new module. (Regen of dependant files to follow.) To generate a diff of this commit: cvs rdiff -u -r1.276

CVS commit: src/sys

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 02:13:08 UTC 2015 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c systrace_args.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_sy

CVS commit: src/sys/modules

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 02:15:34 UTC 2015 Modified Files: src/sys/modules: Makefile Log Message: Descend into subdir to actually build the new sysv_ipc module To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/sys/modules/

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

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 02:17:13 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.evbppc.powerpc md.i386 mi Log Message: Update sets lists for new sysv_ipc module To generate a diff of this commit: cvs rdiff -u -r1.60 -

CVS commit: src/sys/modules/example

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 07:02:16 UTC 2015 Removed Files: src/sys/modules/example: Makefile example.c Log Message: Soon to be replaced with a more comprehensive set of examples. To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 src/

CVS commit: src/sys/modules/examples

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 07:07:36 UTC 2015 Added Files: src/sys/modules/examples: Makefile Makefile.inc README src/sys/modules/examples/hello: Makefile hello.c src/sys/modules/examples/luahello: luahello.lua src/sys/mod

CVS commit: src/share/man/man9

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 09:04:38 UTC 2015 Modified Files: src/share/man/man9: module.9 Log Message: Add an entry for lue(9lua) to the SEE ALSO list. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/module.9

CVS commit: src/share/man/man9

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 10:17:27 UTC 2015 Modified Files: src/share/man/man9: module.9 Log Message: Revert revision 1.31 - the referenced page does not exist and I am not qualified to write it! To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man9

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 10:49:26 UTC 2015 Modified Files: src/share/man/man9: module.9 Log Message: Note to self: if you're going to revert, do it right. This should restore the original SEE ALSO section. To generate a diff of this commi

CVS commit: src/share/man/man9

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 12:21:04 UTC 2015 Modified Files: src/share/man/man9: module.9 Log Message: Add the correct cross-ref, to intro(9lua) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/module.9 Please

CVS commit: src/share/man

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 22:31:16 UTC 2015 Modified Files: src/share/man/man9: module.9 src/share/man/man9lua: intro.9lua Log Message: Add a reference to the recently added module examples. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/modules/examples/luahello

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 22:37:53 UTC 2015 Modified Files: src/sys/modules/examples/luahello: luahello.lua Log Message: Fix instructions to match reality. (I renamed the example from the original submitter, but didn't catch all internal refe

CVS commit: src/sys/modules/examples

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 22:41:48 UTC 2015 Modified Files: src/sys/modules/examples: README Log Message: Fix up another internal reference to renamed module, and adjust some English grammar. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/share/man/man9

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 14 00:08:44 UTC 2015 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: devsw_attach.9 Log Message: Add new man page for devsw_attach() and friends. >From Kamil Ritarowski with some ed

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

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 14 00:09:55 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Update sets lists for new devsw_attach(9) man page and its MLINKS To generate a diff of this commit: cvs rdiff -u -r1.1957 -r1.1958 src/

CVS commit: src/sys/modules

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 14 01:34:31 UTC 2015 Modified Files: src/sys/modules: Makefile Log Message: Descend into the examples to build them all the time. (They will not be installed, but we still want to make sure they build to avoid any bit-r

CVS commit: src/sys/modules/examples

2015-05-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 15 06:21:12 UTC 2015 Modified Files: src/sys/modules/examples: README Log Message: Even though this isn't a man page, it looks like one. So sort the SEE ALSO section accordingly. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/isa

2015-05-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 17 05:20:37 UTC 2015 Modified Files: src/sys/dev/isa: pcppi.c spkr.c Log Message: Modularize the spkr(4) driver (i386 and amd64 only). Adapt parent pcppi(4) driver to be able to handle rescan(). To generate a diff of

  1   2   3   4   5   6   7   8   9   10   >