[Bug 164535] [patch] ps(1) truncates command to screen size even when stdout is not a tty

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164535

Piotr Pawel Stefaniak  changed:

   What|Removed |Added

 CC||ps...@freebsd.org

--- Comment #3 from Piotr Pawel Stefaniak  ---
In the light of r330091 and r330712 this PR can probably be closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247455] ports-mgmt/pkg incorrectly states it uses /bin/sh for ABI its actually /usr/bin/uname

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247455

Bug ID: 247455
   Summary: ports-mgmt/pkg incorrectly states it uses /bin/sh for
ABI its actually /usr/bin/uname
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: dewa...@heuristicsystems.com.au
CC: d...@freebsd.org

>From the man page for pkg.conf, 
 ABI: string  The ABI of the package you want to install.  Default:
  derived from the ABI of the /bin/sh binary.

it is actually
/usr/ports/ports-mgmt/pkg/work/pkg-1.13.2/libpkg/pkg_elf.c:#define _PATH_UNAME
"/usr/bin/uname"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 192573] Add ps(1) option: Print process start time in seconds since 1970

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192573

Kubilay Kocak  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
   Keywords||easy, feature, needs-qa
  Flags||mfc-stable12?,
   ||mfc-stable11?
Summary|[PATCH] Add ps(1) option:   |Add ps(1) option: Print
   |Print process start time in |process start time in
   |seconds since 1970  |seconds since 1970

--- Comment #2 from Kubilay Kocak  ---
^Triage: 

- [tags] in issue Titles are deprecated
- Does the patch still apply to current?

@Piotr Is this a Close -> Not Accepted, or can the proposal be
improved/changed?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 192573] Add ps(1) option: Print process start time in seconds since 1970

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192573

--- Comment #3 from Piotr Pawel Stefaniak  ---
(In reply to Kubilay Kocak from comment #2)
My comment is meant as a "I would reject this but definitely not unilaterally".

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 246630] stable/11 regression: base.txz reproducibility depends on number of cpu cores

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630

--- Comment #36 from commit-h...@freebsd.org ---
A commit references this bug:

Author: dim
Date: Sun Jun 21 09:24:48 UTC 2020
New revision: 362461
URL: https://svnweb.freebsd.org/changeset/base/362461

Log:
  MFC r362341:

  Merge commit 0cecafd647cc from llvm git (by Alina Sbirlea):

[BasicAA] Make BasicAA a cfg pass.

Summary:
Part of the changes in D44564 made BasicAA not CFG only due to it
using PhiAnalysisValues which may have values invalidated. Subsequent
patches (rL340613) appear to have addressed this limitation.

BasicAA should not be invalidated by non-CFG-altering passes. A
concrete example is MemCpyOpt which preserves CFG, but we are testing
it invalidates BasicAA.

llvm-dev RFC:
https://groups.google.com/forum/#!topic/llvm-dev/eSPXuWnNfzM

Reviewers: john.brawn, sebpop, hfinkel, brzycki

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74353

  This fixes an issue with clang's -fintegrated-cc1 feature, which could
  make it output slightly different assembly code, depending on the way it
  was invoked.

  In r361755 we attempted to work around it by disabling the integrated
  cc1 stage, but it did not solve the root cause for all situations.

  Extensive testing and bisecting showed that the above change finally
  makes the output deterministic, even if -fintegrated-cc1 is on.

  Reported by:  Fabian Keil 
  PR:   246630

Changes:
_U  stable/11/
_U  stable/11/contrib/llvm-project/llvm/
  stable/11/contrib/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp
  stable/11/lib/clang/include/clang/Config/config.h
_U  stable/12/
  stable/12/contrib/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp
  stable/12/lib/clang/include/clang/Config/config.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 147444] [rc.d] [patch] /etc/rc.d/zfs stop not called on reboot & modules cause system hang

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147444

Markus Stoff  changed:

   What|Removed |Added

 CC||ms-freebsd-bugzilla@stoffne
   ||t.at

--- Comment #3 from Markus Stoff  ---
Created attachment 215840
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215840&action=edit
Add 'shutdown' keyword to /etc/rc.d/zfs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 147444] [rc.d] [patch] /etc/rc.d/zfs stop not called on reboot & modules cause system hang

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147444

--- Comment #4 from Markus Stoff  ---
It's amazing that after more than 10 years a single line could not be added.

Please find attached the diff to facilitate that change. If there is a reason
why /etc/rc.d/zfs should not be called by rc.shutdown, please let us know.


Patch:

rc.shutdown calls rcorder(8) with the '-k shutdown' option. rcorder(8) will
therefore only return files declaring the 'shutdown' keyword:
# KEYWORD: shutdown

As of 12.1, /etc/rc.d/zfs does not declare any keywords. This patch adds the
'shutdown' keyword.


Use case: Providing ZFS datasets to a jail


Problem:

Without calling /etc/rc.d/zfs on shutdown, resources associated with ZFS mounts
are not freed and the jail will remain in dying state. In addition, the dataset
is now in a dangling state, as the jail it is attached to is dying.


Workaround:

In /etc/jail.conf, make sure to run 'service zfs stop' when the jail is
stopped:

exec.stop = "/bin/sh /etc/rc.shutdown";
exec.stop += "/usr/sbin/service zfs stop";


Desaster recovery:

With the jail in dying state, issue:

# After the following statements, the dataset will be unmounted and the jail
# will finally be gone
zfs set jailed=off tank/jaildata
zfs unmount tank/jaildata

# Don't forget to set jailed=on before starting the jail again
zfs set jailed=on tank/jaildata


How to reproduce:

# jail.conf
test {
path = "/jails/test";
exec.clean;
exec.start = "/bin/sh /etc/rc";
exec.stop = "/bin/sh /etc/rc.shutdown";

# Make sure to unmount all ZFS datasets before stopping the jail
# Required unless the jails /etc/rc.d/zfs contains '# KEYWORD:
shutdown'
exec.stop += "/usr/sbin/service zfs stop";

# Mandatory to use ZFS in jail
allow.mount;
allow.mount.zfs;
enforce_statfs = 1; # must be less than 2

# Attach ZFS dataset to jail
exec.created = "/sbin/zfs jail test tank/jaildata";

# Make sure the /dev/zfs device is included (it is with the default
# devfs_ruleset = 4)
mount.devfs;
}

# Create dataset
zfs create -o jailed=on -o mountpoint=/data tank/jaildata
mkdir -p /jails/test/data
sysrc -f /jails/test/etc/rc.conf zfs_enable=YES

# Start the jail
jail -c test

# List ZFS mounts
zfs mount | grep jaildata
tank/jaildata   /jails/test/data

# Stop the jail
jail -r test

# List ZFS mounts (mount is still there)
zfs mount | grep jaildata
tank/jaildata   /jails/test/data


Additional Remarks:

While the workaround seems to be okay-ish for the jail situation, it is still
unclean. However, for physical hosts this may wreak havoc with the pool if
shared spares are used, as 'zfs unshare' is never invoked on shutdown.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 147444] [rc.d] [patch] /etc/rc.d/zfs stop not called on reboot & modules cause system hang

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147444

--- Comment #5 from Markus Stoff  ---
Correction for the workaround proposed in my previous post:

Instead of

exec.stop += "/usr/sbin/service zfs stop";

the second line must read:

exec.stop += "/usr/sbin/service zfs stop || /usr/bin/true";

This is necessary because '/usr/sbin/service zfs stop' will always return false
if the root filesystem of the jail happens to be a ZFS dataset, which is very
likely to be the case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 244867] Provide sysctl kern.boot_id

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244867

--- Comment #11 from Ricardo Fraile  ---
Hello,

On FreeBSD-13.0-CURRENT-i386-20200611-r362037 I still have an empty output.

root@:~ # sysctl kern.boot_id


Thanks,

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521

--- Comment #253 from gn...@justmail.de ---
(In reply to Henri Hennebert from comment #252)

No change :-/ I don't have the /var/log/messages content available, sorry. The
af4b... version locks the keyboard for some time when loaded after switching
the laptop on and booting directly into FreeBSD. The pci_read_config in the
5227 block fails. At this point the driver can be unloaded but the eg. the
normally working 25b5dac2d92 version does not work either. The card detection
logic of that version is then also wrong. The 25b5dac2d92 version works when
loaded after power-on when booted directly into FreeBSD. Card detection logic
works as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521

--- Comment #254 from Mario Lobo  ---
Just a quick question.

I tested the driver on my RTL8411B and the git I cloned works perfectly, but I
am wondering if the tweaks made to make the RT52xx chips work may affect the
version I have now,

Is it OK to do a git pull?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521

--- Comment #255 from Henri Hennebert  ---
(In reply to Mario Lobo from comment #254)

All the changes that I make are tested on my RTL8411B so you can update to the
latest master without problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521

--- Comment #256 from Henri Hennebert  ---
(In reply to gnikl from comment #253)

We will try to check the diff between d5a376b and 25b5dac when the computer is
directly booted in FreeBSD without rtsx loaded at boot time.

So for 25b5dac:


sysctl debug.bootverbose=1
kldload rtsx
insert card
sysctl debug.bootverbose=0

egrep 'mmc0|mmcsd0|rtsx0' /var/log/message >/tmp/msg

isolate the corresponding time period in /tmp/msg and put it as an attachment
to this bug.

For d5a376b:

do the same.

I hope to see some information when I will compare the 2 attachments.

BTW does someone else with a RTS5227 encounter the same problem?

Thanks to everyone!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960

--- Comment #1 from Ed Maste  ---
File 5.39 from ports works as expected:

 $ /usr/local/bin/file ~/hello
/home/emaste/hello: ELF 64-bit LSB pie executable, x86-64, version 1 (FreeBSD),
dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 13.0
(1300087), FreeBSD-style, with debug_info, not stripped

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960

--- Comment #2 from Ed Maste  ---
File from ports gets both cases correct:
% cp /lib/libc.so.7 /tmp/
% chmod +x /tmp/libc.so.7

% /usr/local/bin/file /tmp/libc.so.7
/tmp/libc.so.7: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD),
dynamically linked, stripped

% /usr/local/bin/file ~/hello
/home/emaste/hello: ELF 64-bit LSB pie executable, x86-64, version 1 (FreeBSD),
dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 13.0
(1300087), FreeBSD-style, with debug_info, not stripped

while file in-tree incorrectly reports shared object for the PIE binary

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960

Ed Maste  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2474
   ||61

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 144285] [patch] ps(1): ps -axo user,%cpu,%mem - most processes using 0% of memory

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=144285

Piotr Pawel Stefaniak  changed:

   What|Removed |Added

 CC||ps...@freebsd.org

--- Comment #3 from Piotr Pawel Stefaniak  ---
I've looked into this. The change inevitably adds more characters to output
(mostly replacing 0.0 with 0.00) and I can see someone feeling that it'd be
less readable. Personally, most of the time I don't need more precision than
the current default of .1 yields -- and if I wanted, I'd probably be satisfied
using -o rss instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 40572] vipw(8) prints silly message if $EDITOR fails

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=40572

Piotr Pawel Stefaniak  changed:

   What|Removed |Added

 CC||ps...@freebsd.org

--- Comment #4 from Piotr Pawel Stefaniak  ---
I wasn't aware of this PR until now. This should be fixed by
https://svnweb.freebsd.org/changeset/base/362430

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247417] No way to make touchpad works under freebsd 12.1

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247417

Vladimir Kondratyev  changed:

   What|Removed |Added

 CC||w...@freebsd.org

--- Comment #8 from Vladimir Kondratyev  ---
(In reply to Mc James from comment #7)
> Why my touchpad just being translated to mouse.

According to xorg.log provided, your touchpad is ALPS rather than Synaptics. It
has no native support in FreeBSD, only generic mouse mode is available.

If you think it worked better before 1.20/evdev than you can try to manually
state /dev/psm0 as input device for x11-drivers/xf86-input-mouse driver. Or
recompile kernel with EVDEV_SUPPORT option disabled. Latter should trigger old
input device auto-configuration behavior for both DEVD and UDEV Xorg backends.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] [PATCH] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

Bug ID: 247464
   Summary: [PATCH] Add support for IUTF8 tty input mode
   Product: Base System
   Version: Unspecified
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: max...@mm.st

Created attachment 215847
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215847&action=edit
Patches to the kernel, stty utility, and corresponding man pages

Fixes bug #220009. Both GNU/Linux and macOS have support for the removal of
UTF-8 multibyte letters when IUTF8 Input Mode is set through stty(1). Some
userspace software also assumes that this flag is available on the target
platform.

The patch adds basic support for such an Input Mode.
It doesn't make combining letters work, nor does it fix problems with line
width when there are multibyte letters in the line; these fixes would take
quite many changes. Nonetheless, it improves things a bit. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] [PATCH] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

Maxim Lyapin  changed:

   What|Removed |Added

Version|Unspecified |CURRENT

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247465] base system/kern after update to xorg-server-1.20, Sun keys are > not recognized

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247465

Bug ID: 247465
   Summary: base system/kern after update to xorg-server-1.20, Sun
keys are > not recognized
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: k...@research.att.com

Hello,

I have been using a Sun type 6 USB keyboard for a long time with my FreeBSD
system.
After the update to xorg-server-1.20, the Sun-specific keys on the left of the
keyboard are no longer recognized.


Here is the output of setxkbmap:


[ko@wiley ~]$ setxkbmap -print
xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include
"pc+sun_vndr/us+sun_vndr/gr(simple):2+inet(evdev)+group(menu_toggle)"   };
xkb_geometry  { include "sun(type6unix)"};
};
[ko@wiley ~]$ 


And here is what libinput debug-events --verbose --show-keycodes reports, first
pair of columns, 
and what xev reports, second pair of
columns:Stop   KEY_POWER  116Xf86PowerOff124
Again  KEY_SLEEP  142XF86Sleep   150
Props
Undo
Front
Copy   KEY_WAKEUP 143XF86Wakeup  151
Open
Paste  KEY_SEARCH 217XF86Search  225
Find   KEY_BOOKMARKS  156XF86Favorites   164
CutKEY_REFRESH173XF86Reload  181
A) I've tried to fix some mappings, e.g. the Copy key, by doing

xmodmap -e "keycode 143 = XF86Copy"

but this doesn't work. Similarly for Paste, etc.

B) You can see that the important keys Open, Front, and Undo produce no
keycodes
at all.


C) I had previously posted this question to the X11 forum. It resulted in a
long
discussion, but no resolution.
Please see below:


https://forums.freebsd.org/threads/sun-keyboard-and-xorg-server-1-20-freebsd-12-1-xfce-4-12.75521/


Any help would be appreciated.

Kostas

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 246630] stable/11 regression: base.txz reproducibility depends on number of cpu cores

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630

Dimitry Andric  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247465] base system/kern after update to xorg-server-1.20, Sun keys are > not recognized

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247465

Vladimir Kondratyev  changed:

   What|Removed |Added

 CC||w...@freebsd.org
   Assignee|b...@freebsd.org|w...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] [PATCH] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

Yuri Pankov  changed:

   What|Removed |Added

 CC||yur...@freebsd.org

--- Comment #1 from Yuri Pankov  ---
For the record, what problems exactly are there with line width when there are
multibyte characters?  Is there a separate PR?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Problem reports for b...@freebsd.org that need special attention

2020-06-21 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
In Progress |221973 | cam iosched: BIO_ZONE commands probably shouldn't 
In Progress |221974 | cam iosched: The iops limiter should enforce limi 
New |197876 | [devfs] an error in devfs leads to data loss and  
New |198797 | [PATCH] Added an option to install BSDstats to bs 
New |202362 | ntp: restore refclocks selection (10.2-RELEASE re 
New |202740 | vi/ex string substitution problem when there is m 
New |204097 | witness_initialize() does not perform bound check 
New |206336 | [patch] usr.sbin/freebsd-update allow proxy confi 
New |209213 | UEFI Loader shows only black screen with Nvidia G 
New |210804 | installerconfig - using ZFS create in custom scri 
New |223470 | freebsd-update: Cannot identify running kernel (/ 
New |230620 | "install -d" issue
New |235085 | [PATCH] Option to make rc.d/sysctl more verbose ( 
Open| 71667 | [patch] cleanup of the usr.sbin/bootparamd code   
Open|182466 | [headers] [patch] make  self-contained  
Open|183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf 
Open|187015 | agpgart: Panic make_dev_credv: bad si_name (error 
Open|194925 | [pf] [ifconfig] interface group keywords do not w 
Open|197921 | scheduler: Allow non-migratable threads to bind t 
Open|206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4)  
Open|206649 | cyapa(4): Add common gestures for Cypress APA I2C 
Open|207248 | [patch] daemon(8): Add option to redirect stdout  
Open|207940 | stand/efi/boot1: Add boot partition selection 
Open|212608 | sockstat(1) and lsof(8) can not identity the owne 
Open|221305 | Mouse cursor loss when moving cursor while loadin 
Open|221550 | kern.bootfile returns only /kernel on mips64 (ERL 
Open|221854 | makefs: Reject UFS labels that are too long to fi 
Open|222632 | connect(2) not available in capability mode   
Open|226893 | freebsd-update: Support patchlevel argument for f 
Open|231810 | [build] release always fails with "mkimg: partiti 
Open|233578 | Unprivileged local user can prevent other users l 
Open|233988 | freebsd-update: Improve progress output on termin 
Open|236718 | system panics with message: vm_fault_hold: fault  
Open|237271 | Radeon video card no longer works on 12-STABLE (a 
Open|237287 | moused(8) ignores button release events in virtua 
Open|237924 | Possible infinite loop in function empty_aux_buff 
Open|237981 | cxgb(4): Driver doesn't work with latest (7.12) C 
Open|238183 | cam/scsi/scsi_sa.c: warnings issued by static ana 
Open|238486 | Possible buffer overflow bug in sc_allocate_keybo 
Open|238550 | Touchpad (via SMBus) not working: Synaptics (SYN1 
Open|238638 | mfi: Remove unnecessary pointer printing in mfi.c 
Open|238837 | init: Remove P_SYSTEM flag from PID 1 to allow ea 
Open|239976 | Integer Overflow: ping(8) option "-s", bypass the 
Open|239977 | Integer Overflow: ping(8) option "-G" and "-g", b 
Open|239978 | Integer Overflow: ping(8) option "-h", bypass the 
Open|240572 | libefi: FreeBSD cannot boot with U-Boot patch efi 
Open|241697 | i915kms: Kernel panic loading module on custom ke 
Open|242212 | usr.sbin/mergemaster/mergemaster.sh: There is no  
Open|243357 | 11.3-RELEASE base sendmail fails to compile with  
Open|244181 | unzip: Add passphrase and GLIBC build support 
Open|244838 | "bectl activate -t" does not honor the -t flag in 
Open|247132 | Fix build error: use of undeclared identifier 'cp 
New |230955 | [patch] Some speedup mergemaster  

53 problems total for which you should take action.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

Lewis Cook  changed:

   What|Removed |Added

 CC||vul...@wired.sh
   Keywords||needs-qa, patch
Summary|[PATCH] Add support for |Add support for IUTF8 tty
   |IUTF8 tty input mode|input mode
 Status|New |Open

--- Comment #2 from Lewis Cook  ---
^Triage: [tags] in issue Titles are deprecated

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

--- Comment #3 from Maxim Lyapin  ---
> For the record, what problems exactly are there with line width when there 
> are multibyte characters?  Is there a separate PR?

Double-checked it, sorry, I had a misunderstanding of how things work. It
seems, there are no problems with line widths. I shouldn't have mentioned the
problem in the previous message. Really sorry for the commotion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247417] No way to make touchpad works under freebsd 12.1

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247417

--- Comment #9 from Mc James  ---
(In reply to Vladimir Kondratyev from comment #8)
Hello;
Is that the only way? compiling the kernel
WHat happened from version 11 to 12 that we lost all support for this touchpad.
besides this touchpad works under all BSD flavours available.
OPEN/NET/DragonFly

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960

Xin LI  changed:

   What|Removed |Added

  Flags||exp-run?
 CC||delp...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 246960] file(1) does not report PIE binaries

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246960

Xin LI  changed:

   What|Removed |Added

  Flags|exp-run?|

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

--- Comment #4 from Lewis Cook  ---
(In reply to Maxim Lyapin from comment #3)
By this accord, is it safe to assume this thread can be made closed?

^Lewis

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

--- Comment #5 from Yuri Pankov  ---
(In reply to Lewis Cook from comment #4)
No, the IUTF8 addition is useful.  I was merely asking about the other issues
Maxim mentioned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 247464] Add support for IUTF8 tty input mode

2020-06-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247464

--- Comment #6 from Lewis Cook  ---
(In reply to Yuri Pankov from comment #5)
Gotcha, thanks. Skimmed over that part. It's safe to ignore my previous
message. ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"