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

2014-10-13 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Oct 14 03:16:56 UTC 2014

Modified Files:
src/sys/arch/x86/x86: identcpu.c

Log Message:
Force x86_xsave_features to 0 when running under XEN for AMD
processors.  This prevents the use of xsave and xrstor thus fixing
the problem in PR/49150.  The basic problem is that the way AMD
implements those instructions means that information can leak
between domains so XEN treats them as privileged.

XXX If anybody else comes up with a better / more "proper" fix, go
for it.  However, this solves the problem I was having.  And, given
that XEN being broken is pretty much a show-stopper for a release,
something needed to be done.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/x86/x86/identcpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2014-12-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Dec  5 23:21:23 UTC 2014

Modified Files:
src/games/fortune/datfiles: fortunes

Log Message:
PR/49451 - Ben Gergely -- add missing attribution


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/games/fortune/datfiles/fortunes

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-12-07 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Dec  7 10:05:21 UTC 2014

Modified Files:
src/doc: 3RDPARTY

Log Message:
LVM2 is up to 2.02.114


To generate a diff of this commit:
cvs rdiff -u -r1.1178 -r1.1179 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/postinstall

2014-12-15 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Dec 16 05:30:40 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
add powerpc variants to the list of potentially obsolete modules to check


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2014-12-17 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Dec 17 10:02:01 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
PR/49484 - Sprow -- some additional SMSC devices


To generate a diff of this commit:
cvs rdiff -u -r1.686 -r1.687 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2014-12-17 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Dec 17 10:02:46 UTC 2014

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.678 -r1.679 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.679 -r1.680 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/monop

2014-12-29 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Dec 29 10:27:03 UTC 2014

Modified Files:
src/games/monop: cards.c

Log Message:
PR/49513 - Henning Petersen -- tyop


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/games/monop/cards.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/monop

2014-12-29 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Dec 29 10:38:52 UTC 2014

Modified Files:
src/games/monop: cards.c

Log Message:
PR/49513 - Henning Petersen -- tyop


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/games/monop/cards.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2014-12-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Dec 30 12:42:16 UTC 2014

Modified Files:
src/sys/dev: ccd.c

Log Message:
Slowly bring this thing kicking and screaming into the 21st century:

- use struct disk_geom
- add wedge support


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/dev/ccd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-03-11 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Mar 11 17:35:16 UTC 2015

Modified Files:
src/usr.bin/calendar/calendars: calendar.birthday

Log Message:
note birth and death of Douglas Adams


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/calendar/calendars/calendar.birthday

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2015-06-17 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Thu Jun 18 01:37:23 UTC 2015

Modified Files:
src/sbin/gpt: recover.c

Log Message:
Instruct user to use resizedisk if media size has changed, as
resizedisk will adjust the media size in the headers, whereas
recover simply copies the existing header over the missing one.

XXX recover and resizedisk should probably be merged (even if just
partially, so that recover can properly handle media size changes).
Also, reading in the GPT should probably be centralised so that
error handling can be centralised, and users aren't given misleading
messages (i.e. they aren't told to run recover when they should be
running resizedisk).  However, something that can be quickly pulled
up to netbsd-7 was needed, and there isn't time for a major overhaul
or rewrite.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/recover.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/libevent/dist/test

2012-03-11 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Mar 12 02:18:50 UTC 2012

Modified Files:
src/external/bsd/libevent/dist/test: regress.c

Log Message:
Fix build failure caused by previous change.  Hi jruoho!


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libevent/dist/test/regress.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-05-04 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat May  5 01:29:56 UTC 2012

Modified Files:
src/usr.bin/calendar/calendars: calendar.christian calendar.holiday
calendar.judaic calendar.netbsd calendar.usholiday

Log Message:
Update all variable days

- religious holidays taken from Wikipedia where available
- floating days (i.e. X day of Y month) taken from cal(1)
- NetBSD releases taken from http://www.netbsd.org/releases/formal.html#history
  - hopefully somebody will update this for the 6.0 release

Hopefully, these days will be correct for the first year of NetBSD 6.0.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/calendar/calendars/calendar.christian \
src/usr.bin/calendar/calendars/calendar.judaic \
src/usr.bin/calendar/calendars/calendar.usholiday
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/calendar/calendars/calendar.holiday
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/calendar/calendars/calendar.netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-05-25 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri May 25 21:46:13 UTC 2012

Modified Files:
src/distrib/sets/lists/base: rescue.mi
src/rescue: list

Log Message:
PR/46393 - Nat Sloss -- add gpt(8) to /rescue


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/distrib/sets/lists/base/rescue.mi
cvs rdiff -u -r1.42 -r1.43 src/rescue/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/postinstall

2012-06-01 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Jun  1 21:59:06 UTC 2012

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
add _tss to uid and gid checks


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/usr.sbin/postinstall/postinstall

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/lpr/lpr

2012-06-01 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Jun  2 03:32:53 UTC 2012

Modified Files:
src/usr.sbin/lpr/lpr: lpr.c

Log Message:
PR/46500 - Henning Petersen -- wrong permissions on create .seq files


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/lpr/lpr/lpr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc

2012-06-25 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Jun 25 07:22:46 UTC 2012

Modified Files:
src/etc: rc.shutdown

Log Message:
PR/46601 - Jim Bernard -- add support for rc_directories


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/etc/rc.shutdown

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/ntp/dist/ntpdc

2012-06-25 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Jun 25 20:23:43 UTC 2012

Modified Files:
src/external/bsd/ntp/dist/ntpdc: ntpdc.c

Log Message:
PR/46612 - Lloyd Parkes -- add a terminating newline to error messages


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/dist/ntpdc/ntpdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-07-27 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Jul 27 17:39:37 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
OpenSSH 1.0.1c -> OpenSSL 1.0.1c


To generate a diff of this commit:
cvs rdiff -u -r1.1726 -r1.1727 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-08-06 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Aug  7 01:19:06 UTC 2012

Modified Files:
src/doc: CHANGES
src/lib/libc/sys: modctl.2
src/sbin/modstat: main.c modstat.8
src/sys/kern: sys_module.c
src/sys/sys: module.h

Log Message:
 Add -A, -a, and -e options to modstat(8) along with kernel
changes required to support these options.  The -e option was
requested by martin@ in private chat in order to make writing tests
easier (i.e. don't bother testing MODULAR functionaility if it
doesn't exist).  While there, I added -A and -a since those were
quite similar.

 -A  Tells you whether or not modules can be autoloaded at the moment.
 This option does take into consideration the sysctl
 kern.module.autoload.

 -a  Tells you whether or not modules can be autoloaded at the moment.
 This option does not take into consideration the sysctl
 kern.module.autoload.

 -e  Tells you whether or not you may load a module at the moment.


To generate a diff of this commit:
cvs rdiff -u -r1.1729 -r1.1730 src/doc/CHANGES
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/sys/modctl.2
cvs rdiff -u -r1.14 -r1.15 src/sbin/modstat/main.c
cvs rdiff -u -r1.9 -r1.10 src/sbin/modstat/modstat.8
cvs rdiff -u -r1.13 -r1.14 src/sys/kern/sys_module.c
cvs rdiff -u -r1.30 -r1.31 src/sys/sys/module.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/modstat

2012-08-16 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Thu Aug 16 19:47:48 UTC 2012

Modified Files:
src/sbin/modstat: Makefile

Log Message:
Bump up to WARNS=5.  No new warnings/errors were found.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/modstat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin

2012-08-22 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Aug 22 07:47:20 UTC 2012

Modified Files:
src/sbin/modload: Makefile
src/sbin/modunload: Makefile

Log Message:
Set WARNS=5.  No warnings/errors were found with a test compile.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/modload/Makefile
cvs rdiff -u -r1.14 -r1.15 src/sbin/modunload/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2012-08-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Aug 31 05:22:17 UTC 2012

Modified Files:
src/sys/dev/pci: mfi_pci.c

Log Message:
PR/46877 - Wolfgang Stukenbrock -- missing definition for Symbios SAS 9261-8i


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/mfi_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/macppc

2012-10-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Oct  6 05:28:46 UTC 2012

Modified Files:
src/distrib/notes/macppc: install

Log Message:
Add some text to "Common Problems" about Open Firmware 3.x not
setting up the console and how to work around the problem.  This
is an initial stab at solving PR/35348 for NetBSD 6.0.  After 6.0
is released, a better solution can be done for 6.1.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/notes/macppc/install

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-10-17 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Oct 17 18:30:33 UTC 2012

Modified Files:
src/usr.bin/calendar/calendars: calendar.netbsd

Log Message:
note NetBSD 6.0 release


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/calendar/calendars/calendar.netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2012-10-19 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Oct 19 23:07:03 UTC 2012

Modified Files:
src/share/misc: bsd-family-tree

Log Message:
Sync with FreeBSD rev. 241698.

Adds:

- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.8  2012-07-25 [APL]
- NetBSD 6.0 2012-10-17 [NBD]


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/misc/bsd-family-tree

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2012-11-12 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Nov 13 00:49:08 UTC 2012

Modified Files:
src/share/man/man4: sk.4

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/sk.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-12-04 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Dec  5 05:05:12 UTC 2012

Modified Files:
src/doc: RESPONSIBLE

Log Message:
- add a couple of items for which I feel at least some responsibility
- delete sendmail, since it was removed from the source tree eons ago
- give ptyfs to christos since he completely overhauled it recently
- sync portmaster list with http://www.NetBSD.org/people/port-maintainers.html


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/doc/RESPONSIBLE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-12-04 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Dec  5 05:44:16 UTC 2012

Modified Files:
src/doc: RESPONSIBLE

Log Message:
- flag anybody that no longer has commit rights
- remove anybody that is deceased
- assign all ports to core for which the portmaster no longer has commit rights


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/doc/RESPONSIBLE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-12-04 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Dec  5 06:19:11 UTC 2012

Modified Files:
src/doc: RESPONSIBLE

Log Message:
got confirmation that pc532 is ancient history. so delete it


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/doc/RESPONSIBLE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2012-12-08 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Dec  8 22:38:10 UTC 2012

Modified Files:
src/games/fortune/datfiles: fortunes2

Log Message:
Add some quotes by Henry Ford, found at:

http://www.goodreads.com/author/quotes/203714.Henry_Ford


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/games/fortune/datfiles/fortunes2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-04-23 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Thu Apr 24 03:00:10 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
space -> tab conversion


To generate a diff of this commit:
cvs rdiff -u -r1.1920 -r1.1921 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-05-25 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun May 25 16:08:11 UTC 2014

Modified Files:
src/usr.bin/calendar/calendars: calendar.holiday

Log Message:
Happy Towel Day!


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/calendar/calendars/calendar.holiday

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2014-06-13 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Jun 14 02:05:38 UTC 2014

Modified Files:
src/share/misc: acronyms.comp

Log Message:
PR/48902 - Nikolai Nifanov -- add XSI


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/share/misc/acronyms.comp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-08-10 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Aug 10 18:27:16 UTC 2014

Modified Files:
src/sbin/gpt: Makefile gpt.c gpt.h
Added Files:
src/sbin/gpt: restore.c

Log Message:
Add restore subcommand.

XXX It does not actually work yet.  It is being committed now to make
later pullups easier.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/Makefile
cvs rdiff -u -r1.27 -r1.28 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/gpt.h
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/restore.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2014-08-10 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Aug 11 03:43:26 UTC 2014

Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386
src/doc: CHANGES
src/share/mk: bsd.own.mk
src/sys/arch/x86/x86: x86_machdep.c
src/sys/kern: kern_module.c
src/sys/modules/arch: archdirs.mk
Added Files:
src/sys/modules/arch/x86/amd64-xen: Makefile bsd.amd64-xen.mk
src/sys/modules/arch/x86/i386-xen: Makefile bsd.i386-xen.mk
src/sys/modules/arch/x86/i386pae-xen: Makefile bsd.i386pae-xen.mk

Log Message:
Add the infrastructure for MODULAR support for Xen kernels.  At
the moment, this can only load very simple modules due to missing
symbols.  It is being add at this time to make pullups to the
netbsd-7 branch easier.  It is not enabled by default in any kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/distrib/sets/lists/modules/md.amd64
cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/lists/modules/md.i386
cvs rdiff -u -r1.1966 -r1.1967 src/doc/CHANGES
cvs rdiff -u -r1.828 -r1.829 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/x86/x86_machdep.c
cvs rdiff -u -r1.96 -r1.97 src/sys/kern/kern_module.c
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/arch/archdirs.mk
cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/x86/amd64-xen/Makefile \
src/sys/modules/arch/x86/amd64-xen/bsd.amd64-xen.mk
cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/x86/i386-xen/Makefile \
src/sys/modules/arch/x86/i386-xen/bsd.i386-xen.mk
cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/x86/i386pae-xen/Makefile \
src/sys/modules/arch/x86/i386pae-xen/bsd.i386pae-xen.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-08-10 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Aug 11 05:19:16 UTC 2014

Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386

Log Message:
remove debug cruft, the example module is not normally built


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/modules/md.amd64
cvs rdiff -u -r1.45 -r1.46 src/distrib/sets/lists/modules/md.i386

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/syslogd

2014-08-17 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Aug 18 05:21:16 UTC 2014

Modified Files:
src/usr.sbin/syslogd: syslogd.c

Log Message:
- when checking hostname of incoming remote messages, fallback to checking
  remote host if the message doesn't contain a hostname
- don't truncate IP addresses when reading syslogd.conf


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/usr.sbin/syslogd/syslogd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/dev

2014-08-19 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Aug 19 18:20:51 UTC 2014

Modified Files:
src/sys/arch/sparc64/dev: fdc.c

Log Message:
Sync with sparc/dev/fd.c:1.155.

Fix panic() on opening fd(4), caused by a wrong pointer passed to memset().

I'm not sure why this 18 year old bug didn't cause problem before
(at least my old 5.99.23 kernel worked), but probably it's triggered
by new gcc 4.8 which might do more aggressive memory allocation.
The problem is found by Nobuyoshi Sato on trying eject(1) against fd(4).

Should be pulled up to netbsd-7.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sparc64/dev/fdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2014-08-24 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Aug 24 07:59:23 UTC 2014

Modified Files:
src/share/man/man4: options.4
src/sys/arch/amd64/conf: ALL GENERIC
src/sys/arch/dreamcast/conf: GENERIC
src/sys/arch/epoc32/conf: GENERIC
src/sys/arch/evbarm/conf: BCM5301X BCM56340 IMX23_OLINUXINO std.beagle
std.cubie std.kobo std.netwalker std.odroid std.rpi
src/sys/arch/evbppc/conf: P2020DS RB800 TWRP1025
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hpcsh/conf: GENERIC
src/sys/arch/i386/conf: GENERIC MONOLITHIC
src/sys/arch/landisk/conf: GENERIC
src/sys/arch/luna68k/conf: GENERIC
src/sys/arch/macppc/conf: GENERIC GENERIC_601
src/sys/arch/mmeye/conf: MMEYE_WLF
src/sys/arch/news68k/conf: GENERIC
src/sys/arch/sandpoint/conf: GENERIC
src/sys/arch/shark/conf: GENERIC
src/sys/arch/sparc/conf: GENERIC
src/sys/arch/sparc64/conf: GENERIC
src/sys/arch/sun3/conf: GENERIC GENERIC3X
src/sys/arch/x68k/conf: GENERIC
src/sys/arch/zaurus/conf: GENERIC
src/sys/conf: files
src/sys/kern: kern_module.c

Log Message:
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.


To generate a diff of this commit:
cvs rdiff -u -r1.441 -r1.442 src/share/man/man4/options.4
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.395 -r1.396 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/epoc32/conf/GENERIC
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/conf/BCM5301X
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/BCM56340 \
src/sys/arch/evbarm/conf/IMX23_OLINUXINO
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/std.beagle
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/std.cubie \
src/sys/arch/evbarm/conf/std.odroid
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.kobo
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/std.netwalker
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/std.rpi
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbppc/conf/P2020DS
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbppc/conf/RB800
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbppc/conf/TWRP1025
cvs rdiff -u -r1.186 -r1.187 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.1110 -r1. src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i386/conf/MONOLITHIC
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/landisk/conf/GENERIC
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/luna68k/conf/GENERIC
cvs rdiff -u -r1.315 -r1.316 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/conf/GENERIC_601
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mmeye/conf/MMEYE_WLF
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/sandpoint/conf/GENERIC
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/shark/conf/GENERIC
cvs rdiff -u -r1.245 -r1.246 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/sparc64/conf/GENERIC
cvs rdiff -u -r1.168 -r1.169 src/sys/arch/sun3/conf/GENERIC
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/sun3/conf/GENERIC3X
cvs rdiff -u -r1.176 -r1.177 src/sys/arch/x68k/conf/GENERIC
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/zaurus/conf/GENERIC
cvs rdiff -u -r1.1098 -r1.1099 src/sys/conf/files
cvs rdiff -u -r1.97 -r1.98 src/sys/kern/kern_module.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-08-24 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Aug 24 08:05:29 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
mention MODULAR_DEFAULT_AUTOLOAD


To generate a diff of this commit:
cvs rdiff -u -r1.1970 -r1.1971 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-08 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Sep  9 06:30:09 UTC 2014

Modified Files:
src/sbin/gpt: backup.c

Log Message:
- record the sector size of the disk
- correct confusion with end_cylinder and end_sector in MBRs


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/backup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-10 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Sep 10 10:49:44 UTC 2014

Modified Files:
src/sbin/gpt: backup.c

Log Message:
- dump all partitions, not just ones that are in use
- while here, squash a memory leak

 It shouldn't be necessary to backup unused partitions, however
the partition GUID is created at the time the GPT is created and
is never changed.  It shouldn't matter if the GUID of an unused
partition changes, but there may be some special case where it
does.  Since it isn't a big deal to record the unused partitions,
might as well do it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/backup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-20 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Sep 20 22:11:27 UTC 2014

Modified Files:
src/sbin/gpt: restore.c

Log Message:
Initial cut of gpt restore.  This functions correctly in testing,
but isn't all that pretty.  It has minimal error testing and may
leak memory.  It also only works with empty disks.  If passed "-F"
flag, it will blank the disk for you.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/restore.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-20 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Sep 20 22:36:09 UTC 2014

Modified Files:
src/sbin/gpt: gpt.8

Log Message:
document the new restore subcommand


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sbin/gpt/gpt.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-23 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Sep 23 07:47:54 UTC 2014

Modified Files:
src/sbin/gpt: Makefile gpt.8 gpt.c gpt.h
Added Files:
src/sbin/gpt: resizedisk.c

Log Message:
- make gpt_gpt() available for use directly by subcommands
- create new resizedisk disk subcommand for relocating backup GPT


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/Makefile
cvs rdiff -u -r1.29 -r1.30 src/sbin/gpt/gpt.8
cvs rdiff -u -r1.28 -r1.29 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.11 -r1.12 src/sbin/gpt/gpt.h
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/resizedisk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-25 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Sep 26 05:34:15 UTC 2014

Modified Files:
src/sbin/gpt: biosboot.c

Log Message:
no C99isms in tool code


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/biosboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-26 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Sep 26 08:56:35 UTC 2014

Modified Files:
src/sbin/gpt: restore.c

Log Message:
- handle a GPT that isn't an exact multiple of a sector
- adjust PMBR size, in case new disk is a different size
- don't leak as much memory
- clean up error handling somewhat


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/restore.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-09-26 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Sep 26 09:02:26 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
not overhaul of gpt(8)


To generate a diff of this commit:
cvs rdiff -u -r1.1982 -r1.1983 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Sep 28 08:14:51 UTC 2014

Modified Files:
src/sbin/gpt: Makefile gpt.8 gpt.c gpt.h
Added Files:
src/sbin/gpt: type.c

Log Message:
PR/44218 - David Young -- add "type" subcommand to change a partition type


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/Makefile
cvs rdiff -u -r1.30 -r1.31 src/sbin/gpt/gpt.8
cvs rdiff -u -r1.29 -r1.30 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/gpt.h
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/type.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Sep 29 05:56:43 UTC 2014

Modified Files:
src/sbin/gpt: biosboot.c gpt.8 label.c remove.c type.c

Log Message:
PR/47990 - Dr. Wolfgang Stukenbrock -- add "-L " as selector option


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/biosboot.c
cvs rdiff -u -r1.31 -r1.32 src/sbin/gpt/gpt.8
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/label.c
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/remove.c
cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/type.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-09-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Sep 29 05:58:48 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
note addition of type subcommand to gpt(8)


To generate a diff of this commit:
cvs rdiff -u -r1.1986 -r1.1987 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Sep 30 20:23:23 UTC 2014

Modified Files:
src/sbin/gpt: show.c

Log Message:
Check size of correct buffer.  Note, just being pedantic as the buffer
being checked is the same size as the one that should have been checked.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/show.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Sep 30 22:56:36 UTC 2014

Modified Files:
src/sbin/gpt: gpt_uuid.c show.c

Log Message:
correctly show partition type in the new world order


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/gpt_uuid.c
cvs rdiff -u -r1.20 -r1.21 src/sbin/gpt/show.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Oct  1 01:07:24 UTC 2014

Modified Files:
src/sbin/gpt: gpt_uuid.c

Log Message:
actually return the uuid when parsing one that is in numeric format


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/gpt_uuid.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Oct  1 01:08:25 UTC 2014

Modified Files:
src/sbin/gpt: restore.c

Log Message:
using random values for hdr->hdr_guid does not work very well


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/gpt/restore.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-09-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Oct  1 03:52:42 UTC 2014

Modified Files:
src/sbin/gpt: resizedisk.c

Log Message:
oops, forgot to update end of data area


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/resizedisk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2014-10-02 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Oct  3 00:51:31 UTC 2014

Modified Files:
src/sbin/gpt: create.c gpt_uuid.c gpt_uuid.h migrate.c

Log Message:
"0" is not guaranteed to be unique


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/create.c
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/gpt_uuid.c
cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/gpt_uuid.h
cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/migrate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2010-04-04 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Apr  4 17:18:04 UTC 2010

Modified Files:
src/sys/kern: kern_module_vfs.c

Log Message:
don't leak a vnode and don't call namei (implicitly) twice


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/kern_module_vfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/external/bsd/openssh/dist

2010-05-10 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon May 10 20:28:05 UTC 2010

Modified Files:
src/crypto/external/bsd/openssh/dist: misc.c

Log Message:
Fix tunnelling (ssh -w).  The kernel expects a device to be passed
to the socked, not a path.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/openssh/dist/misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-06-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Jun  5 20:53:44 UTC 2010

Modified Files:
src/usr.bin/calendar/calendars: calendar.history

Log Message:
The US formally left the Gold Standard in 1971, not 1933.  See:
http://en.wikipedia.org/wiki/Nixon_Shock


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/calendar/calendars/calendar.history

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2010-07-13 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Jul 14 04:50:28 UTC 2010

Modified Files:
src/sys/dev/pci: if_cas.c

Log Message:
Don't leak kernel stack data when an enaddr can't be found.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_cas.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2010-07-14 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Jul 14 09:52:39 UTC 2010

Modified Files:
src/sys/dev/pci: if_cas.c

Log Message:
When searching PROM data to get a MAC address, search for National
Semiconductor Saturn data as well as Sun Cassini data.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_cas.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/dist/gcc4/gcc

2010-07-19 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Jul 19 20:05:06 UTC 2010

Modified Files:
src/gnu/dist/gcc4/gcc: version.c

Log Message:
PR/43642 - OKANO Takayoshi -- update bug reporting URL in GCC


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/gnu/dist/gcc4/gcc/version.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-08-16 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Aug 17 04:09:07 UTC 2010

Modified Files:
src/share/man/man9: module.9

Log Message:
A few corrections:

- the return value from modcmd(MODULE_CMD_FINI) is not ignored;
  the module is only unloaded if the return value is 0
- if loading a module fails, the dependents won't be unloaded until
  the auto_unload timer goes off
- clarify that .prop is merged with the dictionary passed
  in by modctl()
- clarify that other parts of the kernel shouldn't normally call
  module_unload()
- add some more source references and mention routines expected to
  be supplied by architecture dependent code


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/module.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/npf/npfctl

2010-08-22 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Aug 23 06:01:04 UTC 2010

Modified Files:
src/usr.sbin/npf/npfctl: npf_data.c

Log Message:
fix build failure -- correct printf sizes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/npfctl/npf_data.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2010-08-24 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Aug 25 06:45:36 UTC 2010

Modified Files:
src/share/man/man9: module.9

Log Message:
note that MODULE_CLASS_SECMODEL is also automatically deregistered when being 
unloaded


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/module.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2011-06-04 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Jun  5 05:49:55 UTC 2011

Modified Files:
src/share/man/man4: dm.4

Log Message:
Brett Blymn -> Brett Lymn


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/dm.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-06-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Jun  6 03:15:14 UTC 2011

Modified Files:
src/usr.bin/calendar/calendars: calendar.history

Log Message:
add an entry about the US nationalising gold to replace old confiscation entry


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/calendar/calendars/calendar.history

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2011-08-06 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Aug  6 19:52:49 UTC 2011

Modified Files:
src: BUILDING

Log Message:
Add description of MKKMOD, part of PR misc/45216


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/BUILDING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2011-08-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Aug 28 08:41:01 UTC 2011

Modified Files:
src/share/misc: acronyms

Log Message:
add TINLA -> this is not legal advice


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/share/misc/acronyms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/conf

2011-09-19 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Sep 19 08:53:31 UTC 2011

Modified Files:
src/sys/conf: files

Log Message:
dm(4) uses dk_lookup() from dksubr.c


To generate a diff of this commit:
cvs rdiff -u -r1.1026 -r1.1027 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/fstat

2011-10-08 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Oct  8 22:16:03 UTC 2011

Modified Files:
src/usr.bin/fstat: fstat.1

Log Message:
add an xref to fstat(2)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/fstat/fstat.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-10-29 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Oct 29 09:58:24 UTC 2011

Modified Files:
src/sys/arch/x86/x86: powernow.c

Log Message:
Don't run off the beginning of an array from Maurizio Lombardi.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/x86/powernow.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2011-11-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Nov  5 10:40:57 UTC 2011

Modified Files:
src/share/man/man4: filemon.4

Log Message:
PR/45569 - Petri Laakso -- typo


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/filemon.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2011-11-19 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Nov 19 20:44:58 UTC 2011

Modified Files:
src/games/fortune/datfiles: fortunes

Log Message:
grammar fix


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/games/fortune/datfiles/fortunes

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2011-11-27 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Nov 28 03:13:32 UTC 2011

Modified Files:
src/sys/kern: kern_module.c

Log Message:
Move "unloaded module" debug message higher as it appears that name
sometimes points to memory that gets freed causing the system to crash.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/kern/kern_module.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-01-22 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Jan 22 08:58:14 UTC 2012

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
Fix build break:  put back accidentally deleted tp.html.


To generate a diff of this commit:
cvs rdiff -u -r1.1372 -r1.1373 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-01-27 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Jan 27 08:41:35 UTC 2012

Modified Files:
src/distrib/sets/lists/base: md.amd64 md.i386
src/doc: CHANGES
src/sys/arch/i386/stand: Makefile

Log Message:
Stop building boot ROM images for old PC NICs as discussed on tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.139 -r1.140 src/distrib/sets/lists/base/md.i386
cvs rdiff -u -r1.1654 -r1.1655 src/doc/CHANGES
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/i386/stand/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpam

2012-01-27 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Jan 27 08:45:10 UTC 2012

Modified Files:
src/lib/libpam: Makefile.inc

Log Message:
PR/45877 - Geoff C. Wing -- openpam modules need to be owned by root


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libpam/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-01-27 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Fri Jan 27 08:47:52 UTC 2012

Modified Files:
src/distrib/sets/lists/base: md.amd64

Log Message:
put back accidentally obsoleted pxeboot


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/distrib/sets/lists/base/md.amd64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules/example

2010-10-25 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Oct 25 22:41:42 UTC 2010

Modified Files:
src/sys/modules/example: example.c

Log Message:
Revert most of previous:
- props being NULL is NOT an error and is a condition that all modules
  must be prepared to handle
- having this module bomb out for spurious reasons makes this module
  difficult to use for testing things
- keep comment update
- keep some KNF
- add a notice for the case when props is NULL


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/example/example.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/stand/lib

2010-10-30 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Oct 30 08:12:43 UTC 2010

Modified Files:
src/sys/arch/i386/stand/lib: exec.c

Log Message:
Reduce licence with copyright Perry E. Metzger and Matthias Drochner
to two clauses.

On Thu, 21 Oct 2010 22:42:00 -0700 jnem...@xxx
(John Nemeth) wrote:
> The file src/sys/arch/i386/stand/lib/exec.c has a licence
> section that starts off saying copyright by each of you.  That is
> then followed by a standard four claus UCB licence.  Would it be
> okay to reduce that to the two claus licence that is now standard
> for NetBSD?

I have no particular objections.

--
Perry E. Metzgerpe...@xxx

jnem...@xxx said:
> Would it be okay to reduce that to the two claus licence

Yes of course, this is OK.

best regards
Matthias


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/i386/stand/lib/exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-11-12 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Nov 13 00:47:25 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi
src/doc: CHANGES
src/share/man/man4: Makefile
src/sys/dev/mii: files.mii
src/sys/dev/pci: files.pci
Added Files:
src/share/man/man4: et.4 etphy.4
src/sys/dev/mii: etphy.c
src/sys/dev/pci: if_et.c if_etreg.h

Log Message:
PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver

The et(4) driver supports PCI Express Ethernet adapters based on
the Agere/LSI ET1310/ET1301 integrated MAC/PHY.

The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD,
ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD
by Kaspar Brand.


To generate a diff of this commit:
cvs rdiff -u -r1.1248 -r1.1249 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.1457 -r1.1458 src/doc/CHANGES
cvs rdiff -u -r1.532 -r1.533 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/et.4 src/share/man/man4/etphy.4
cvs rdiff -u -r0 -r1.1 src/sys/dev/mii/etphy.c
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/mii/files.mii
cvs rdiff -u -r1.333 -r1.334 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_et.c src/sys/dev/pci/if_etreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2010-11-13 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Nov 13 09:48:55 UTC 2010

Modified Files:
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0

Log Message:
Add new et(4)/etphy(4) devices.


To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.276 -r1.277 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.998 -r1.999 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/i386/conf/XEN3_DOM0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/i386

2010-11-13 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Nov 13 10:11:43 UTC 2010

Modified Files:
src/distrib/notes/i386: hardware

Log Message:
Note new et(4).


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/distrib/notes/i386/hardware

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2010-11-18 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Thu Nov 18 09:50:47 UTC 2010

Modified Files:
src/sys/kern: kern_module_vfs.c

Log Message:
if autoloading check for a noautoload=true property and if found,
deny the autoload


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/kern/kern_module_vfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2010-11-18 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Thu Nov 18 09:59:33 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
mention module noautoload property


To generate a diff of this commit:
cvs rdiff -u -r1.1459 -r1.1460 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2010-11-27 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Nov 28 00:26:39 UTC 2010

Modified Files:
src/doc: CHANGES
src/lib/libc/sys: modctl.2
src/share/man/man9: module.9
src/sys/kern: kern_module_vfs.c

Log Message:
Rename the autoloaded property list from .prop to .plist
as discussed on tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.1463 -r1.1464 src/doc/CHANGES
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/sys/modctl.2
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/module.9
cvs rdiff -u -r1.9 -r1.10 src/sys/kern/kern_module_vfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2010-12-20 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Dec 21 07:03:09 UTC 2010

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
PR/44213 - B ICT A.P. de Brouwer Jr. -- clarify Motorola USBLAN


To generate a diff of this commit:
cvs rdiff -u -r1.570 -r1.571 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2010-12-20 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Dec 21 07:03:55 UTC 2010

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.563 -r1.564 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.564 -r1.565 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2010-12-20 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Dec 21 07:07:44 UTC 2010

Modified Files:
src/sys/dev/usb: if_cdce.c

Log Message:
PR/44213 - B ICT A.P. de Brouwer Jr. -- add some Motorola phones


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/usb/if_cdce.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/stdio

2010-12-26 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Dec 26 12:39:54 UTC 2010

Modified Files:
src/lib/libc/stdio: printf.3

Log Message:
vsnprintf_ss does NOT handle floating point formats


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libc/stdio/printf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-01-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Jan  5 10:34:49 UTC 2011

Added Files:
src/sys/arch/sparc64/conf: MODULAR

Log Message:
Sample MODULAR kernel configuration.

approved by: martin@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc64/conf/MODULAR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2011-01-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Jan  5 15:39:19 UTC 2011

Modified Files:
src/sys/dev: DEVNAMES

Log Message:
- the atari et device has been renamed et4k
- a new MI et device was added


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/sys/dev/DEVNAMES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2011-01-08 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sun Jan  9 05:05:10 UTC 2011

Modified Files:
src/share/man/man9: module.9

Log Message:
Update module_autoload to say that a .plist file will be loaded, and if
that .plist contains noautoload=true then the system will refuse to load
the module.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/module.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2011-01-17 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Jan 17 15:18:06 UTC 2011

Modified Files:
src/share/misc: acronyms

Log Message:
add TIL today I learned


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/share/misc/acronyms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/dist/heimdal/kuser

2011-01-28 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Sat Jan 29 04:00:19 UTC 2011

Modified Files:
src/crypto/dist/heimdal/kuser: kgetcred.1

Log Message:
PR/44482 - Ryo HAYASAKA -- typo


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/crypto/dist/heimdal/kuser/kgetcred.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/common

2013-05-06 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon May  6 21:21:15 UTC 2013

Modified Files:
src/distrib/notes/common: main

Log Message:
add a comment about keeping this in sync with other docs


To generate a diff of this commit:
cvs rdiff -u -r1.494 -r1.495 src/distrib/notes/common/main

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-05-21 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed May 22 01:29:59 UTC 2013

Modified Files:
src/usr.bin/calendar/calendars: calendar.netbsd

Log Message:
add release dates for 6.0.1 and 6.1


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/calendar/calendars/calendar.netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



  1   2   3   >