svn commit: r334288 - head/etc/mtree

2018-05-28 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon May 28 17:08:37 2018 New Revision: 334288 URL: https://svnweb.freebsd.org/changeset/base/334288 Log: Complete removal of lmc(4) The lmc(4) driver was removed in r333144 and relevant files added to ObsoleteFiles.inc, however, include/sys/dev/

svn commit: r326733 - head/usr.sbin/acpi/acpiconf

2017-12-09 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sat Dec 9 15:59:10 2017 New Revision: 326733 URL: https://svnweb.freebsd.org/changeset/base/326733 Log: Improve options and error handling. Improve options handling and error out if multiple mutually exclusive options are passed to acpiconf. S

Re: svn commit: r326792 - head/stand/uboot/common

2017-12-12 Thread Niclas Zeising
On 12/12/17 20:27, Cy Schubert wrote: PR 224080??? Yes please. Regards -- Niclas ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r333420 - in head: lib/libc/string usr.sbin/ipfwpcap

2018-05-09 Thread Niclas Zeising
ibc/string/strchrnul.cWed May 9 16:52:28 2018 (r333419) +++ head/lib/libc/string/strchrnul.cWed May 9 17:06:52 2018 (r333420) @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2013 Niclas Zeising - * All rights reserved. * * Redistri

svn commit: r354966 - head

2019-11-21 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Nov 21 15:38:27 2019 New Revision: 354966 URL: https://svnweb.freebsd.org/changeset/base/354966 Log: ObsoleteFiles.inc: add sio(4) leftovers Add the manual page for sio(4) to ObsoleteFiles.inc, so that make delete-all will remove it. The ma

svn commit: r351607 - head

2019-08-29 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Aug 29 17:17:39 2019 New Revision: 351607 URL: https://svnweb.freebsd.org/changeset/base/351607 Log: pwm.9 symlink shouldn't be removed When the pwm.9 manual was removed, a symlink between pwmbus.9 and pwm.9 was created, but there's an entry

svn commit: r351608 - head

2019-08-29 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Aug 29 17:25:50 2019 New Revision: 351608 URL: https://svnweb.freebsd.org/changeset/base/351608 Log: Use relative paths in ObsoleteFiles.inc Approved by: imp Differential Revision:https://reviews.freebsd.org/D21467 Modified: head

Re: svn commit: r351831 - in head: . stand/efi/boot1 stand/efi/gptboot tools/build/mk

2019-09-05 Thread Niclas Zeising
On 2019-09-05 07:57, Dimitry Andric wrote: On 4 Sep 2019, at 22:55, Rebecca Cran wrote: Author: bcran Date: Wed Sep 4 20:55:48 2019 New Revision: 351831 URL: https://svnweb.freebsd.org/changeset/base/351831 Log: The efifat files are no longer used: remove the code to build them Reviewed

Re: svn commit: r352128 - in head: . usr.bin usr.bin/colldef usr.bin/mklocale

2019-09-10 Thread Niclas Zeising
On 2019-09-10 09:54, Baptiste Daroussin wrote: Author: bapt Date: Tue Sep 10 07:54:49 2019 New Revision: 352128 URL: https://svnweb.freebsd.org/changeset/base/352128 Log: Remove mklocale(1) and colldef(1) which are deprecated since FreeBSD 11 In FreeBSD 11 along with the rework on the

Re: svn commit: r352707 - in head/sys: conf kern net sys

2019-09-26 Thread Niclas Zeising
Will wait for the updated snapshots in ports. I'll get to updating the ports as soon as I can. Regards -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r352707 - in head/sys: conf kern net sys

2019-09-27 Thread Niclas Zeising
On 2019-09-27 01:27, Warner Losh wrote: I talked to Gleb and this will move to opt_global.h. this will fix all these problems. Warner [ trimming CC list ] So, in conclusion, the changes made to any out of tree kmods to handle this should be reverted? Regards -- Niclas Zeising

Re: svn commit: r348355 - head/sys/dev/iicbus

2019-05-29 Thread Niclas Zeising
On 2019-05-29 11:08, Andriy Gapon wrote: Author: avg Date: Wed May 29 09:08:20 2019 New Revision: 348355 URL: https://svnweb.freebsd.org/changeset/base/348355 Log: revert r273728 and parts of r306589, iicbus no-stop by default feature Since drm2 removal, there has not been any consumer

Re: svn commit: r348355 - head/sys/dev/iicbus

2019-06-03 Thread Niclas Zeising
On 2019-05-29 22:52, Ian Lepore wrote: On Wed, 2019-05-29 at 15:12 +0300, Andriy Gapon wrote: On 29/05/2019 14:54, Niclas Zeising wrote: On 2019-05-29 11:08, Andriy Gapon wrote: Author: avg Date: Wed May 29 09:08:20 2019 New Revision: 348355 URL: https://svnweb.freebsd.org/changeset/base

Re: svn commit: r348355 - head/sys/dev/iicbus

2019-06-03 Thread Niclas Zeising
On 2019-06-03 14:08, Andriy Gapon wrote: On 03/06/2019 14:16, Niclas Zeising wrote: Hi! It seems like things broke after all, latest pkg build (on head-amd64) reports this: /wrkdirs/usr/ports/graphics/drm-legacy-kmod/work/drm-legacy-12bd551/src/dev/drm2/i915/intel_iic.c:570:2: error: implicit

Re: svn commit: r348355 - head/sys/dev/iicbus

2019-06-03 Thread Niclas Zeising
Is there any way we can revert this change while we're discussing the best solution to this? Regards -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r348873 - head/sys/dev/atkbdc

2019-06-10 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Jun 10 18:19:49 2019 New Revision: 348873 URL: https://svnweb.freebsd.org/changeset/base/348873 Log: psm(4): Enable touchpads and trackpads by default Enable synaptics and elantech touchpads, as well as IBM/Lenovo TrackPoints by default, ins

Re: svn commit: r348873 - head/sys/dev/atkbdc

2019-06-11 Thread Niclas Zeising
: Yes as it changes default system behavior. You are right, sorry for not thinking about that. Regards -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to &quo

svn commit: r349133 - head/share/man/man4

2019-06-16 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Jun 17 05:41:47 2019 New Revision: 349133 URL: https://svnweb.freebsd.org/changeset/base/349133 Log: pci(4): Document PCIOCATTACHED Document the PCIOCATTACHED ioctl(2) in the pci(4) manual. PCIOCATTACHED is used to query if a driver has atta

Re: svn commit: r349133 - head/share/man/man4

2019-06-17 Thread Niclas Zeising
On 2019-06-17 09:56, Benjamin Kaduk wrote: On Sun, Jun 16, 2019 at 10:42 PM Niclas Zeising <mailto:zeis...@freebsd.org>> wrote: Author: zeising (doc,ports committer) Date: Mon Jun 17 05:41:47 2019 New Revision: 349133 URL: https://svnweb.freebsd.org/changeset/ba

Re: svn commit: r349133 - head/share/man/man4

2019-06-17 Thread Niclas Zeising
On 2019-06-17 11:03, Rodney W. Grimes wrote: On 2019-06-17 09:56, Benjamin Kaduk wrote: On Sun, Jun 16, 2019 at 10:42 PM Niclas Zeising mailto:zeis...@freebsd.org>> wrote: Author: zeising (doc,ports committer) Date: Mon Jun 17 05:41:47 2019 New Revision: 349133 URL:

Re: svn commit: r349133 - head/share/man/man4

2019-06-17 Thread Niclas Zeising
On 2019-06-17 12:27, Niclas Zeising wrote: On 2019-06-17 11:03, Rodney W. Grimes wrote: On 2019-06-17 09:56, Benjamin Kaduk wrote: On Sun, Jun 16, 2019 at 10:42 PM Niclas Zeising mailto:zeis...@freebsd.org>> wrote: Author: zeising (doc,ports committer) Date: Mon Jun 17 05:41:4

svn commit: r349146 - head/share/man/man4

2019-06-17 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Jun 17 16:54:51 2019 New Revision: 349146 URL: https://svnweb.freebsd.org/changeset/base/349146 Log: pci.4: wordsmith and add missing words Add missing words after PCI in the description of the PCIOCWRITE and PCIOCATTACHED ioctls. Use sing

svn commit: r349150 - head/share/man/man4

2019-06-17 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Jun 17 17:35:55 2019 New Revision: 349150 URL: https://svnweb.freebsd.org/changeset/base/349150 Log: pci.4: Use plural configuration registers It is customary to use plural when talking about PCI configure registers. Reported by: scottl

Re: svn commit: r349146 - head/share/man/man4

2019-06-17 Thread Niclas Zeising
On 2019-06-17 19:27, Scott Long wrote: It’s customary to refer to PCI configuration registers in the plural form. Would you mind changing back from “register” to “registers”? I didn't know that. Changed in r349150 Regards -- Niclas ___ svn-src-head

svn commit: r349607 - head/share/man/man4

2019-07-02 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Tue Jul 2 17:48:27 2019 New Revision: 349607 URL: https://svnweb.freebsd.org/changeset/base/349607 Log: pci(4): Use plural configuration registers Change to use registers instead of register, as it is customary to use plural when talking about

Re: svn commit: r350390 - head/sys/kern

2019-07-28 Thread Niclas Zeising
On 2019-07-28 18:07, Alan Somers wrote: Author: asomers Date: Sun Jul 28 16:07:27 2019 New Revision: 350390 URL: https://svnweb.freebsd.org/changeset/base/350390 Log: Better comments for vlrureclaim MFC after: 2 weeks Sponsored by:The FreeBSD Foundation Modified: head/s

Re: svn commit: r350390 - head/sys/kern

2019-07-28 Thread Niclas Zeising
On 2019-07-28 18:14, Alan Somers wrote: On Sun, Jul 28, 2019 at 10:11 AM Niclas Zeising wrote: On 2019-07-28 18:07, Alan Somers wrote: Author: asomers Date: Sun Jul 28 16:07:27 2019 New Revision: 350390 URL: https://svnweb.freebsd.org/changeset/base/350390 Log: Better comments for

Re: svn commit: r351009 - head/sys/compat/linuxkpi/common/include/linux

2019-08-14 Thread Niclas Zeising
been tested too. Did you try that first? --HPS The port is up to date. Sorry for not attaching output. I was in a rush to get back to $JOB. I'll rerun it tonight. Ports should be updated with a fix now, sorry about that. Regards -- Niclas Zeising _

svn commit: r362942 - head/sbin/shutdown

2020-07-05 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sun Jul 5 13:08:17 2020 New Revision: 362942 URL: https://svnweb.freebsd.org/changeset/base/362942 Log: shutdown.8: Fix typo Fix a typo in shutdown.8, use ',' instead of '.' when listing items. MFC after:1 week Modified: head/sbin/shu

svn commit: r364436 - head

2020-08-20 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Aug 20 19:14:53 2020 New Revision: 364436 URL: https://svnweb.freebsd.org/changeset/base/364436 Log: Add ufm(4) to ObsoleteFiles.inc The ufm driver was removed in r364432, add the manual to ObsoleteFiles. OK by:imp Modified: he

svn commit: r364737 - head/sys/dev/drm2

2020-08-24 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Aug 24 22:53:23 2020 New Revision: 364737 URL: https://svnweb.freebsd.org/changeset/base/364737 Log: drm2: Update deprecation message Update the deprecation message in the drm2 (aka legacy drm) drivers to point towards the graphics/drm-kmod

Re: svn commit: r366372 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src conf

2020-10-22 Thread Niclas Zeising
es/implies/whatever functionality so we can specify that compat_linux implies backlight and not do crud like this where it becomes more complicated to see what any given option really entails. Thanks, COMPAT_LINUX can't be right. Isn't that the linuxolator? Regards -- Niclas Zeising __

svn commit: r360126 - head/sys/dev/evdev

2020-04-20 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Apr 20 16:17:16 2020 New Revision: 360126 URL: https://svnweb.freebsd.org/changeset/base/360126 Log: Change kern.evdev.rcpt_mask to 12 by default Change kern.evdev.rcpt_mask from 3 to 12 by default. This makes us much more evdev-friendly, a

Re: svn commit: r360126 - head/sys/dev/evdev

2020-04-20 Thread Niclas Zeising
On 2020-04-20 18:39, Justin Hibbits wrote: On Mon, 20 Apr 2020 16:17:17 + (UTC) Niclas Zeising wrote: Author: zeising (doc,ports committer) Date: Mon Apr 20 16:17:16 2020 New Revision: 360126 URL: https://svnweb.freebsd.org/changeset/base/360126 Log: Change kern.evdev.rcpt_mask to 12

svn commit: r360132 - head/sys/dev/evdev

2020-04-20 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Apr 20 18:23:31 2020 New Revision: 360132 URL: https://svnweb.freebsd.org/changeset/base/360132 Log: Fix kern.evdev.rcpt_mask on powerpc In r360126, I meant to have a different mask only on powerpc, not powerpc64. Update the check to check t

Re: svn commit: r360126 - head/sys/dev/evdev

2020-04-20 Thread Niclas Zeising
On 2020-04-20 20:13, Conrad Meyer wrote: Hi Niclas, On Mon, Apr 20, 2020 at 9:57 AM Niclas Zeising wrote: On 2020-04-20 18:39, Justin Hibbits wrote: For just powerpc32, you should have: #if defined(__powerpc__) && !defined(__powerpc64__) Ok, I wasn't aware of that, I

Re: svn commit: r361363 - in head/lib/libprocstat: . zfs

2020-05-23 Thread Niclas Zeising
On 2020-05-22 13:20, Andriy Gapon wrote: Author: avg Date: Fri May 22 11:20:23 2020 New Revision: 361363 URL: https://svnweb.freebsd.org/changeset/base/361363 Log: libprocstat: fix ZFS support This might have broken a couple of ports. The build is still going, but at least three ports

svn commit: r326099 - head/usr.bin/iscsictl

2017-11-22 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Nov 22 18:06:41 2017 New Revision: 326099 URL: https://svnweb.freebsd.org/changeset/base/326099 Log: Fix language in a bunch of error messages. Reviewed by: emaste Approved by: emaste MFC after:1 month Diffe

Re: svn commit: r230130 - in head: share/man/man4 sys/conf sys/dev/sound/pci/hda sys/modules/sound/driver/hda

2012-01-15 Thread Niclas Zeising
On 2012-01-15 14:21, Alexander Motin wrote: > Author: mav > Date: Sun Jan 15 13:21:36 2012 > New Revision: 230130 > URL: http://svn.freebsd.org/changeset/base/230130 > > Log: > Major snd_hda driver rewrite: >- Huge old hdac driver was split into three independent pieces: HDA > controller d

Re: svn commit: r222090 - in head: . gnu/usr.bin share/mk tools/build/options

2011-05-19 Thread Niclas Zeising
On 2011-05-19 07:13, Warner Losh wrote: > Author: imp > Date: Thu May 19 05:13:25 2011 > New Revision: 222090 > URL: http://svn.freebsd.org/changeset/base/222090 > > Log: > Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained control > over building gcc and binutils. They default to t

Re: svn commit: r222423 - head/sbin/newfs

2011-05-28 Thread Niclas Zeising
On 2011-05-28 17:14, Kirk McKusick wrote: > Author: mckusick > Date: Sat May 28 15:14:50 2011 > New Revision: 222423 > URL: http://svn.freebsd.org/changeset/base/222423 > > Log: > Update the manual page to reflect the new 32K/4K defaults. > > Reminded by: Ivan Voras > > Modified: > head/

Re: svn commit: r223912 - head/share/man/man8

2011-07-10 Thread Niclas Zeising
On 2011-07-10 22:15, Ivan Voras wrote: > Author: ivoras > Date: Sun Jul 10 20:15:21 2011 > New Revision: 223912 > URL: http://svn.freebsd.org/changeset/base/223912 > > Log: > Cross reference nanobsd(8) > > Modified: > head/share/man/man8/picobsd.8 > > Modified: head/share/man/man8/picobsd.8

Re: svn commit: r212457 - head/sys/dev/acpi_support

2010-09-11 Thread Niclas Zeising
On 2010-09-11 10:09, Andriy Gapon wrote: Author: avg Date: Sat Sep 11 08:09:14 2010 New Revision: 212457 URL: http://svn.freebsd.org/changeset/base/212457 Log: make acpi_hp device a child of acpi_wmi to properly reflect dependency between the devices/drivers PR: kern/147858

Re: svn commit: r212457 - head/sys/dev/acpi_support

2010-09-11 Thread Niclas Zeising
On 2010-09-11 10:09, Andriy Gapon wrote: Author: avg Date: Sat Sep 11 08:09:14 2010 New Revision: 212457 URL: http://svn.freebsd.org/changeset/base/212457 Log: make acpi_hp device a child of acpi_wmi to properly reflect dependency between the devices/drivers PR: kern/147858

Re: svn commit: r213238 - in head/usr.sbin: . gpioctl

2010-09-28 Thread Niclas Zeising
On 2010-09-28 05:28, Oleksandr Tymoshenko wrote: Author: gonzo Date: Tue Sep 28 03:28:20 2010 New Revision: 213238 URL: http://svn.freebsd.org/changeset/base/213238 Log: Add gpioctl(8). Utility for configuring/accessing GPIO pins Added: head/usr.sbin/gpioctl/ head/usr.sbin/gpioctl/Make

Re: svn commit: r213437 - in head/sys: conf modules/usb modules/usb/xhci

2010-10-05 Thread Niclas Zeising
On 2010-10-05 01:22, Hans Petter Selasky wrote: Author: hselasky Date: Mon Oct 4 23:22:03 2010 New Revision: 213437 URL: http://svn.freebsd.org/changeset/base/213437 Log: Link the XHCI (USB 3.0 hardware driver) into the default kernel build. Approved by:thompsa (mentor) Added: he

Re: svn commit: r213437 - in head/sys: conf modules/usb modules/usb/xhci

2010-10-05 Thread Niclas Zeising
On 2010-10-05 09:14, Hans Petter Selasky wrote: On Tuesday 05 October 2010 09:10:56 Niclas Zeising wrote: On 2010-10-05 01:22, Hans Petter Selasky wrote: Author: hselasky Date: Mon Oct 4 23:22:03 2010 New Revision: 213437 URL: http://svn.freebsd.org/changeset/base/213437 Log: Link the

Re: svn commit: r213463 - head/tools/build/options

2010-10-05 Thread Niclas Zeising
On 2010-10-06 00:26, Oleksandr Tymoshenko wrote: Author: gonzo Date: Tue Oct 5 22:26:01 2010 New Revision: 213463 URL: http://svn.freebsd.org/changeset/base/213463 Log: - Add WITH_GPIO entry to src.conf(5) man page Added: head/tools/build/options/WITH_GPIO (contents, props changed) T

Re: svn commit: r224842 - head/sys/kern

2011-08-14 Thread Niclas Zeising
indow will make it impossible to do a buildworld without first rebuilding the kernel with this fix. It also seems to break at least portsnap, and possibly other tools as well. Regards! -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list http://lists.free

Re: svn commit: r224842 - head/sys/kern

2011-08-14 Thread Niclas Zeising
On 2011-08-14 20:14, Robert Watson wrote: > > On Sun, 14 Aug 2011, Niclas Zeising wrote: > >>> When falloc() was broken into separate falloc_noinstall() and >>> finstall(), >>> a bug was introduced in kern_openat() such that the error from the >>&g

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Niclas Zeising
[ sending this again since I missed the list the first time, apologies if anyone receives a duplicate ] On 07/19/18 13:57, Kyle Evans wrote: On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote: On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote: ... Yesterday I updated my

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-19 Thread Niclas Zeising
On 07/19/18 15:20, Cy Schubert wrote: In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas Zeising w rites: [ sending this again since I missed the list the first time, apologies if anyone receives a duplicate ] On 07/19/18 13:57, Kyle Evans wrote: On Thu, Jul 19, 201

svn commit: r346899 - head

2019-04-29 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Apr 29 18:20:51 2019 New Revision: 346899 URL: https://svnweb.freebsd.org/changeset/base/346899 Log: Add a note to MAINTAINERS for lkpi for graphics Add a note to MAINTAINERS requesting pre-commit review from the graphics team, using phabric

Re: svn commit: r346958 - head/sys/compat/linuxkpi/common/src

2019-04-30 Thread Niclas Zeising
we are seeing regressions in graphics with the latest dmar changes. Can you please revert this since it colludes the dmar graphics issue, and it makes the suggested patch not apply cleanly, which makes it harder to get people to help test. Thank you! Regards -- Niclas Zeising

Re: svn commit: r347695 - in head/sys: amd64/amd64 amd64/include kern

2019-05-19 Thread Niclas Zeising
oot@mordor:~ so, I'll ping freebsd-x11 Hi! drm-current-kmod was updated to the 20190519 snapshot, can you try that? If it still fails, please send a message to x...@freebsd.org . Thanks! Regards -- Niclas Zeising ___ svn-src-head@freebsd.org mai

svn commit: r348114 - head

2019-05-22 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed May 22 16:59:22 2019 New Revision: 348114 URL: https://svnweb.freebsd.org/changeset/base/348114 Log: Fix ObsoleteFiles after ethernet driver removal Fix OpsoleteFiles.inc after removal of ethernet drivers. The drivers have manual pages, and

Re: svn commit: r339823 - in head/sys/dev: atkbdc evdev kbdmux usb/input

2018-10-27 Thread Niclas Zeising
/atkbdc/atkbd.c head/sys/dev/evdev/evdev_private.h head/sys/dev/kbdmux/kbdmux.c head/sys/dev/usb/input/ukbd.c Related to https://reviews.freebsd.org/D15070 ? Regards -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list https

Re: svn commit: r339823 - in head/sys/dev: atkbdc evdev kbdmux usb/input

2018-10-27 Thread Niclas Zeising
On 10/27/18 11:26 PM, Vladimir Kondratyev wrote: On 27.10.2018 23:32, Niclas Zeising wrote: On 10/27/18 10:22 PM, Vladimir Kondratyev wrote: Author: wulf Date: Sat Oct 27 20:22:41 2018 New Revision: 339823 URL: https://svnweb.freebsd.org/changeset/base/339823 Log:    evdev: Use console lock

Re: svn commit: r329154 - in head/etc: defaults devd

2018-02-12 Thread Niclas Zeising
On 02/12/18 10:25, Gary Jennejohn wrote: On Mon, 12 Feb 2018 07:01:56 + Alexey Dokuchaev wrote: On Sun, Feb 11, 2018 at 10:55:48PM -0800, Cy Schubert wrote: In message <201802120651.w1c6pkqf042...@repo.freebsd.org>, Warner Losh writes: New Revision: 329154 URL: https://svnweb.freebsd.org

svn commit: r340387 - in head/sys: amd64/conf i386/conf

2018-11-12 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Nov 12 21:01:28 2018 New Revision: 340387 URL: https://svnweb.freebsd.org/changeset/base/340387 Log: Add evdev support to amd64 and i386 kernels Include evdev support and drivers in the amd64 and i386 GENERIC and MINIMAL kernels. Evdev is u

Re: svn commit: r340387 - in head/sys: amd64/conf i386/conf

2018-11-12 Thread Niclas Zeising
this on further architectures if I get help testing, or hardware to test on. As stated, this won't cause regressions on these platforms, the old input device drivers (xf86-input-*) won't go anywhere in a hurry, if ever, and is still available for use. I hope this clears things up a l

Re: svn commit: r340387 - in head/sys: amd64/conf i386/conf

2018-11-12 Thread Niclas Zeising
know if we can help in any way. I have no problem enabling evdev support in ppc64 (or any other arches) if it's tested at least a little. The only reason I only enabled it for i386 and amd64 is that those are the platforms I have available myself. Regar

svn commit: r340632 - head/sys/powerpc/conf

2018-11-19 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Mon Nov 19 15:36:58 2018 New Revision: 340632 URL: https://svnweb.freebsd.org/changeset/base/340632 Log: Enable evdev on ppc64 Enable evdev on ppc64 as well, similar to what was done for amd64 and i386 in r340387. Evdev can be used by X and

Re: svn commit: r339476 - head/sys/i386/conf

2018-11-19 Thread Niclas Zeising
On 10/20/18 9:16 PM, Conrad Meyer wrote: Author: cem Date: Sat Oct 20 19:16:43 2018 New Revision: 339476 URL: https://svnweb.freebsd.org/changeset/base/339476 Log: Add a MINIMAL config for i386, based on amd64 Any plans to MFC this? Regards -- Niclas Zeising

Re: svn commit: r340632 - head/sys/powerpc/conf

2018-11-19 Thread Niclas Zeising
On 11/19/18 4:42 PM, Justin Hibbits wrote: On Mon, 19 Nov 2018 15:36:58 + (UTC) Niclas Zeising wrote: Author: zeising (doc,ports committer) Date: Mon Nov 19 15:36:58 2018 New Revision: 340632 URL: https://svnweb.freebsd.org/changeset/base/340632 Log: Enable evdev on ppc64

svn commit: r340694 - head/sys/powerpc/conf

2018-11-20 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Tue Nov 20 19:31:02 2018 New Revision: 340694 URL: https://svnweb.freebsd.org/changeset/base/340694 Log: Enable evdev on ppc32 Enable evdev on ppc32 as well, similar to what was done i386 and amd64 in r340387 and ppc64 in r340632. Evdev can

Re: svn commit: r340997 - head/lib/libarchive

2018-12-02 Thread Niclas Zeising
oving to config_freebsd.h, but perhaps this was intentional. Regards -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r342389 - head/share/man/man5

2018-12-28 Thread Niclas Zeising
uding numerous ports. Can this please be reverted, or amended to match reality. In practice, adding both the path and the extension (.ko) to a module in kld_list works and the module loads. Regards -- Niclas Zeising FreeBSD Graphics Team ___ svn-src

Re: svn commit: r342389 - head/share/man/man5

2018-12-28 Thread Niclas Zeising
On 12/28/18 7:43 PM, Chris Rees wrote: Hey, On 28 December 2018 18:19:57 GMT+00:00, Niclas Zeising wrote: On 12/24/18 11:47 AM, Chris Rees wrote: Author: crees (doc,ports committer) Date: Mon Dec 24 10:47:48 2018 New Revision: 342389 URL: https://svnweb.freebsd.org/changeset/base/342389

svn commit: r250148 - head/share/misc

2013-05-01 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed May 1 17:29:42 2013 New Revision: 250148 URL: http://svnweb.freebsd.org/changeset/base/250148 Log: Add OpenBSD 5.3, released today, May 1 2013. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ===

svn commit: r250150 - head/share/misc

2013-05-01 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed May 1 17:59:41 2013 New Revision: 250150 URL: http://svnweb.freebsd.org/changeset/base/250150 Log: Add DragonFly BSD 3.4.1, released April 29 2013. Submitted by: Nikolai Lifanov Modified: head/share/misc/bsd-family-tree Modified: head/sh

Re: svn commit: r251795 - head/share/man/man5

2013-06-15 Thread Niclas Zeising
On 2013-06-15 23:29, Eitan Adler wrote: > Author: eadler > Date: Sat Jun 15 21:29:47 2013 > New Revision: 251795 > URL: http://svnweb.freebsd.org/changeset/base/251795 > > Log: > Regenerate after CVS removal (and it seems other missed changes) > > @@ -701,9 +698,9 @@ and > On amd64, set to not

svn commit: r251819 - head/share/man/man5

2013-06-16 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sun Jun 16 20:51:44 2013 New Revision: 251819 URL: http://svnweb.freebsd.org/changeset/base/251819 Log: Fix the libc++ option. This somehow got reverted when this was updated after the CVS removal. Modified: head/share/man/man5/src.conf.5 Modifie

svn commit: r261832 - in head: share/man/man5 usr.sbin/jail

2014-02-13 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Feb 13 12:52:26 2014 New Revision: 261832 URL: http://svnweb.freebsd.org/changeset/base/261832 Log: Add cross references between rc.conf(5) and jail.conf(5). MFC after:2 weeks Modified: head/share/man/man5/rc.conf.5 head/usr.sbin/jail

svn commit: r261833 - head/usr.sbin/jail

2014-02-13 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Feb 13 12:53:57 2014 New Revision: 261833 URL: http://svnweb.freebsd.org/changeset/base/261833 Log: Add commas (,) to the list in the SEE ALSO section, to match most other manuals. MFC after:2 weeks Modified: head/usr.sbin/jail/jail.c

svn commit: r261834 - in head: share/man/man5 usr.sbin/jail

2014-02-13 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu Feb 13 13:11:34 2014 New Revision: 261834 URL: http://svnweb.freebsd.org/changeset/base/261834 Log: Bump .Dd forgotten in r261832. MFC after:2 weeks Modified: head/share/man/man5/rc.conf.5 head/usr.sbin/jail/jail.conf.5 Modified: hea

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-05 Thread Niclas Zeising
On 2013-12-05 23:38, Aleksandr Rybalko wrote: > Author: ray > Date: Thu Dec 5 22:38:53 2013 > New Revision: 259016 > URL: http://svnweb.freebsd.org/changeset/base/259016 > > Log: > Merge VT(9) project (a.k.a. newcons). WOHO! Congratulations! Don't forget to update kernel configurations, and if

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-18 Thread Niclas Zeising
On 12/18/13 01:24, Baptiste Daroussin wrote: > On Wed, Dec 18, 2013 at 02:21:56AM +0200, Aleksandr Rybalko wrote: >> On Tue, 10 Dec 2013 23:49:38 +0100 >> Andreas Tobler wrote: >> >>> On 10.12.13 14:43, Tijl Coosemans wrote: On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: > Th

svn commit: r303106 - head/lib/libc/sys

2016-07-20 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Jul 20 18:16:58 2016 New Revision: 303106 URL: https://svnweb.freebsd.org/changeset/base/303106 Log: Change wording to use function rather than system call in the description as well. Reviewed by: brooks MFC after:5 days Modified:

Re: svn commit: r288291 - head/etc

2016-06-18 Thread Niclas Zeising
e partitions. The issue is that limits is /usr/bin/limits, and for obvious reasons can't be found before /usr is mounted. I suggest either move /usr/bin/limits to /bin/limits or avoid using it altogether. Do you want me to open a PR to track this issue? Regards! -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r288291 - head/etc

2016-06-19 Thread Niclas Zeising
On 2016-06-19 05:45, Allan Jude wrote: > On 2016-06-18 23:32, Adrian Chadd wrote: >> i think that's fine for -11. I'd like to just move limits to /bin for >> 12. (I mean, it's 2016, why are you splitting / and /usr again? But..) >> > > bsdinstall for UFS just uses one big /, and ZFS does something

Re: svn commit: r288291 - head/etc

2016-06-19 Thread Niclas Zeising
On 2016-06-19 07:12, Cy Schubert wrote: > In message om> > , Adrian Chadd writes: >> i think that's fine for -11. I'd like to just move limits to /bin for >> 12. (I mean, it's 2016, why are you splitting / and /usr again? But..) >> >> I don't want to see differing system behaviour between limits b

Re: svn commit: r288291 - head/etc

2016-06-19 Thread Niclas Zeising
On 2016-06-19 16:08, Cy Schubert wrote: > In message <4e985ab9-0d98-a160-bdad-fa4924ddc...@freebsd.org>, Niclas > Zeising writes: >> >> This is wrong, and how I discovered it. ddb (/etc/rc.d/ddb) starts >> before disks, and currently refuses to start on my systems w

Re: svn commit: r299109 - head/sys/modules/bhnd/bhndb

2016-05-05 Thread Niclas Zeising
On 2016-05-05 17:51, Adrian Chadd wrote: > I'll check. I've done full kernel builds with this though, I wonder > why it's not showing up here. > Hi! I'm bitten by the same issue and just developed the same fix independently of Ivan Klymenko. However, at least for me, the issue only shows when do

svn commit: r299125 - head/sys/modules/bhnd/bhndb_pci

2016-05-05 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Thu May 5 17:55:10 2016 New Revision: 299125 URL: https://svnweb.freebsd.org/changeset/base/299125 Log: Fix kernel build with parallel make. Approved by: jhb Modified: head/sys/modules/bhnd/bhndb_pci/Makefile Modified: head/sys/modules/bhnd/

Re: svn commit: r235859 - in head/sys: i386/conf modules

2012-05-23 Thread Niclas Zeising
finally has come to FreeBSD as well. An update to the wiki might be good as well. I can help you with patches and updating the wiki, just let me know. Once again, a big thank you! Regards! -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list http

Re: svn commit: r235859 - in head/sys: i386/conf modules

2012-05-24 Thread Niclas Zeising
On 2012-05-24 11:26, Konstantin Belousov wrote: > On Wed, May 23, 2012 at 11:37:29PM +0200, Niclas Zeising wrote: >> On 05/23/12 23:07, Konstantin Belousov wrote: >>> Author: kib >>> Date: Wed May 23 21:07:01 2012 >>> New Revision: 235859 >>> URL:

Re: svn commit: r235859 - in head/sys: i386/conf modules

2012-05-25 Thread Niclas Zeising
On 2012-05-24 11:33, Niclas Zeising wrote: > On 2012-05-24 11:26, Konstantin Belousov wrote: >> On Wed, May 23, 2012 at 11:37:29PM +0200, Niclas Zeising wrote: >>> On 05/23/12 23:07, Konstantin Belousov wrote: >>>> Author: kib >>>> Date: Wed May 23 21:07:

svn commit: r240689 - in head/share/man: man4 man5

2012-09-19 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Sep 19 09:34:21 2012 New Revision: 240689 URL: http://svn.freebsd.org/changeset/base/240689 Log: Do not install pf related man pages if WITHOUT_PF is set. PR: bin/171767 Submitted by: zeising Approved by: joel (mentor), glebius

svn commit: r240690 - head/tools/build/options

2012-09-19 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Sep 19 11:38:37 2012 New Revision: 240690 URL: http://svn.freebsd.org/changeset/base/240690 Log: Add documentation for the WITHOUT_KDUMP switch. This swtich was introduced in r240404 Approved by: joel (mentor) Added: head/tools/build/opt

svn commit: r240691 - head/share/man/man5

2012-09-19 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Sep 19 11:40:17 2012 New Revision: 240691 URL: http://svn.freebsd.org/changeset/base/240691 Log: Regen for r240690 Approved by: joel (mentor) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

svn commit: r241167 - head/usr.sbin/sysrc

2012-10-03 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Oct 3 21:50:53 2012 New Revision: 241167 URL: http://svn.freebsd.org/changeset/base/241167 Log: Remove whitespace at EOL Approved by: joel (mentor) Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8 =

svn commit: r241168 - head/usr.sbin/sysrc

2012-10-03 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Wed Oct 3 21:56:16 2012 New Revision: 241168 URL: http://svn.freebsd.org/changeset/base/241168 Log: Sort manual page cross references. Approved by: joel (mentor) Modified: head/usr.sbin/sysrc/sysrc.8 Modified: head/usr.sbin/sysrc/sysrc.8 ===

Re: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd

2012-12-03 Thread Niclas Zeising
On 12/01/12 16:11, Robert Watson wrote: > Author: rwatson > Date: Sat Dec 1 15:11:46 2012 > New Revision: 243752 > URL: http://svnweb.freebsd.org/changeset/base/243752 > > Log: > Merge a number of changes required to hook up OpenBSM 1.2-alpha2's > auditdistd (distributed audit daemon) to the

Re: svn commit: r243981 - in head: contrib/bind9 contrib/bind9/bin contrib/bind9/bin/check contrib/bind9/bin/confgen contrib/bind9/bin/confgen/unix contrib/bind9/bin/dig contrib/bind9/bin/dnssec contr

2012-12-07 Thread Niclas Zeising
On 12/07/12 13:39, Erwin Lansing wrote: > Author: erwin > Date: Fri Dec 7 12:39:58 2012 > New Revision: 243981 > URL: http://svnweb.freebsd.org/changeset/base/243981 > > Log: > Update to 9.8.4-P1. It seems that GSSAPI was enabled with this import (it has previously been disabled) and this has

Re: svn commit: r243987 - head/lib/bind

2012-12-07 Thread Niclas Zeising
On 12/07/12 17:05, Erwin Lansing wrote: > Author: erwin > Date: Fri Dec 7 16:05:04 2012 > New Revision: 243987 > URL: http://svnweb.freebsd.org/changeset/base/243987 > > Log: > Re-disable GSSAPI, which does not build on several archs. Thank you! Regards! -- Niclas ___

Re: svn commit: r243960 - in head/sys: amd64/include i386/include x86/include

2012-12-10 Thread Niclas Zeising
but I have no idea how to fix it. If you have a better suggestion on how to fix libpciaccess I am all ears. Regards! -- Niclas Zeising ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r243960 - in head/sys: amd64/include i386/include x86/include

2012-12-10 Thread Niclas Zeising
On 12/11/12 00:32, Carl Delsey wrote: > On 12/10/12 16:20, Niclas Zeising wrote: >> On 12/06/12 23:33, Jim Harris wrote: >>> Author: jimharris >>> Date: Thu Dec 6 22:33:31 2012 >>> New Revision: 243960 >>> URL: http://svnweb.freebsd.org/change

Re: svn commit: r243960 - in head/sys: amd64/include i386/include x86/include

2012-12-10 Thread Niclas Zeising
On 12/11/12 00:54, Carl Delsey wrote: > On 12/10/12 16:40, Niclas Zeising wrote: >> On 12/11/12 00:32, Carl Delsey wrote: >>> On 12/10/12 16:20, Niclas Zeising wrote: >>>> On 12/06/12 23:33, Jim Harris wrote: >>>>> Author: jimharris >>>>&g

svn commit: r246361 - head/sbin/devd

2013-02-05 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Tue Feb 5 14:29:37 2013 New Revision: 246361 URL: http://svnweb.freebsd.org/changeset/base/246361 Log: Bump .Dd for the change in r246121. Approved by: joel (mentor) Modified: head/sbin/devd/devd.8 Modified: head/sbin/devd/devd.8 ===

  1   2   >