Is there some way to programmatically get the CPU cache line sizes on
FreeBSD?
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.or
Hello all,
I have a question regarding the behavior of the PAM module, in particular
pertaining to the default behavior wherein root login is completely disabled
(even from the physical console) when the permissions on the PAM configuration
files in `/etc/pam.d/` are incorrect (anything other than
On Fri, Dec 29, 2017 at 02:36:34PM -0500, Shawn Webb wrote:
> On Fri, Dec 29, 2017 at 08:33:15PM +0100, Michael Gmelin wrote:
> >
> >
> > > On 29. Dec 2017, at 20:15, Shawn Webb wrote:
> > >
> > > Hey All,
> > >
> > > It looks like evdev support in the kernel is broken.
> > > sys/dev/kbdmux/kb
> On 29. Dec 2017, at 20:15, Shawn Webb wrote:
>
> Hey All,
>
> It looks like evdev support in the kernel is broken.
> sys/dev/kbdmux/kbdmux.c contains various unresolved symbols to
> different evdev-related symbols.
>
> I have the following options in my kernel config:
>
> options E
On Fri, Dec 29, 2017 at 08:33:15PM +0100, Michael Gmelin wrote:
>
>
> > On 29. Dec 2017, at 20:15, Shawn Webb wrote:
> >
> > Hey All,
> >
> > It looks like evdev support in the kernel is broken.
> > sys/dev/kbdmux/kbdmux.c contains various unresolved symbols to
> > different evdev-related symb
Hey All,
It looks like evdev support in the kernel is broken.
sys/dev/kbdmux/kbdmux.c contains various unresolved symbols to
different evdev-related symbols.
I have the following options in my kernel config:
options EVDEV_SUPPORT
options EVDEV_DEBUG
options UINPUT_DEBUG