CVS commit: src/external/bsd/dhcpcd

2017-06-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Jun 12 14:50:38 UTC 2017 Modified Files: src/external/bsd/dhcpcd: Makefile.inc Log Message: Replace @DATADIR@ with /usr/share/examples as pointed by plunky@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/bsd/dhcpcd/sbin

2017-06-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Jun 12 14:52:02 UTC 2017 Removed Files: src/external/bsd/dhcpcd/sbin: Makefile.inc Log Message: This Makefile fragment is no longer used. To generate a diff of this commit: cvs rdiff -u -r1.3 -r0

CVS commit: src/sys/ufs/lfs

2017-06-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jun 12 15:02:32 UTC 2017 Modified Files: src/sys/ufs/lfs: lfs_segment.c Log Message: Use continue to denote the no-op loop to match netbsd style newline for extra clarity. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/sys

2017-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Jun 12 14:59:04 UTC 2017 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Fix typo Insert Pp after a list to add vertical space before the next paragraph Remove Pp before Bl at two places To generate a diff of this

CVS commit: src/sys/kern

2017-06-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 12 21:07:14 UTC 2017 Modified Files: src/sys/kern: subr_localcount.c Log Message: Move forward declaration to top of file. Keep header comment above localcount_init adjoined to it. No functional change. To generate

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-06-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jun 12 21:38:50 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: mvsata.c Log Message: add support for NCQ on Gen IIe hardware mvsata_quetag_get()/put() pairs adjusted to work also for non-DMA code paths, i.e.

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-06-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jun 12 21:53:19 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq Log Message: update notes To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/dev/ata/TODO.ncq Please note that

CVS commit: src/sys/kern

2017-06-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jun 12 21:08:34 UTC 2017 Modified Files: src/sys/kern: subr_localcount.c Log Message: Add heading comment for private localcount_adjust subroutine. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [jdolecek-ncq] src/sys/dev

2017-06-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jun 13 00:02:19 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq src/sys/dev/ic [jdolecek-ncq]: siisata.c siisatavar.h Log Message: Add NCQ support to siisata(4). There are still issues that need

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 13 00:49:05 UTC 2017 Modified Files: src/sys/dev/wscons: wsbell.c wsbellvar.h Log Message: Remove dying ftom vb_args and use sc_dying instead. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: [jdolecek-ncq] src/sys/dev/ata

2017-06-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 12 23:25:06 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: TODO.ncq Log Message: Add a few more NCQ branch action items. To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13

CVS commit: src/external/bsd/dhcpcd/sbin

2017-06-12 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Jun 13 00:28:10 UTC 2017 Added Files: src/external/bsd/dhcpcd/sbin: Makefile.inc Log Message: Restore Makefile.inc so dhcpcd is installed correctly as pointed out by kre@. This reverts my prior commit. To generate a diff of

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 13 00:54:37 UTC 2017 Modified Files: src/sys/dev/wscons: wsbell.c wsbellvar.h Log Message: Change sc_dying from u_char to bool. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/wscons/wsbell.c cvs

CVS commit: [jdolecek-ncq] src/sys/dev/ic

2017-06-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jun 12 23:51:41 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisatareg.h Log Message: Macro argument parentheses paranoia. Annotate another register initialism. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 13 00:42:27 UTC 2017 Modified Files: src/sys/dev/wscons: wsbell.c wsbelldata.h wskbd.c Log Message: Move duplicate definition of SETBELL macro into wsbelldata.h. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 12 08:19:22 UTC 2017 Modified Files: src/sys/dev/wscons: wsmux.c Log Message: There is no longer a NWSBELL (since nothing depends on it), so there's no need to #include wsbell.h (which is where it used to be defined, as

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 12 06:59:19 UTC 2017 Modified Files: src/sys/dev/wscons: wsbell.c Log Message: For now, #include wsdisplay.h to get the definition of NWSDISPLAY The symbol is currently used to conditionally include members of a data

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 12 07:06:45 UTC 2017 Modified Files: src/sys/dev/wscons: files.wscons Log Message: Nothing needs the NWSBELL flag, so don't bother creating it To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 12 07:10:07 UTC 2017 Modified Files: src/sys/dev/wscons: wsmuxvar.h Log Message: Always include declarations/definitions for NWSMUX and NWSDISPLAY even if they aren't needed. This enables us to have structures of a

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 12 07:12:49 UTC 2017 Modified Files: src/sys/dev/wscons: wsbell.c Log Message: Revert previous - it's no longer needed since data structure sizes no longer depend on which wscons child devices exist To generate a diff

CVS commit: src/sys/dev/hpc

2017-06-12 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Jun 12 09:23:39 UTC 2017 Modified Files: src/sys/dev/hpc: hpckbd.c Log Message: Restore wscons keymaps feature on hpcarm hpc ports need to alter keydesc data at runtime in order to load alternate keymaps. But since keydesc is

CVS commit: src/sys/dev/wscons

2017-06-12 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Jun 13 05:49:48 UTC 2017 Modified Files: src/sys/dev/wscons: wsbell.c Log Message: Implement missing ioctls for the default bell. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/wscons/wsbell.c Please

CVS commit: src/doc

2017-06-12 Thread Paul Goyette
tos 20170605] + wsbell(4): added console bell support for all speaker devices, not + only those attached at pcppi [nat 20170612]

CVS commit: src/sys/dev/pci

2017-06-12 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Mon Jun 12 10:59:47 UTC 2017 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: Deal with broken BIOSes that leave PCI interrupts disabled. Thanks to nick@ To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65