Page MenuHomeFreeBSD
Feed Advanced Search

Jun 7 2018

dumbbell committed rP471938: net/bosh-bootloader: Update to 6.7.4.
net/bosh-bootloader: Update to 6.7.4
Jun 7 2018, 5:07 PM

Jun 6 2018

dumbbell committed rP471854: graphics/darktable: Update to 2.4.4.
graphics/darktable: Update to 2.4.4
Jun 6 2018, 3:32 PM

Jun 4 2018

dumbbell committed rP471549: net/bosh-cli: Update to 4.0.1.
net/bosh-cli: Update to 4.0.1
Jun 4 2018, 1:55 PM
dumbbell committed rP471548: net/bosh-bootloader: Update to 6.7.1.
net/bosh-bootloader: Update to 6.7.1
Jun 4 2018, 1:54 PM

May 29 2018

dumbbell committed rS334316: teken: Fix `sequences` header which was crossing the 80-col boundary.
teken: Fix `sequences` header which was crossing the 80-col boundary
May 29 2018, 8:41 AM

May 28 2018

dumbbell committed rS334302: teken: Sort DECSCUSR alphabetically.
teken: Sort DECSCUSR alphabetically
May 28 2018, 11:20 PM

May 21 2018

dumbbell committed rS333995: teken: Rename the "Set Cursor Style" sequence to match vt100.net docs.
teken: Rename the "Set Cursor Style" sequence to match vt100.net docs
May 21 2018, 8:35 PM

May 20 2018

dumbbell committed rS333925: teken, vt(4): Parse the "Cursor style" escape sequence.
teken, vt(4): Parse the "Cursor style" escape sequence
May 20 2018, 2:21 PM

May 17 2018

dumbbell committed rP470216: net/concourse-fly: Update to 3.13.0.
net/concourse-fly: Update to 3.13.0
May 17 2018, 10:34 AM
dumbbell committed rP470204: net/bosh-bootloader: Update to 6.6.11.
net/bosh-bootloader: Update to 6.6.11
May 17 2018, 8:20 AM

May 16 2018

dumbbell committed rS333670: vt(4): Resume vt_timer() in vtterm_post_input() only.
vt(4): Resume vt_timer() in vtterm_post_input() only
May 16 2018, 10:09 AM
dumbbell committed rS333669: teken, vt(4): New callbacks to lock the terminal once.
teken, vt(4): New callbacks to lock the terminal once
May 16 2018, 9:01 AM
dumbbell closed D15302: vt: Improve input performances + various small fixes.
May 16 2018, 9:01 AM

May 15 2018

dumbbell committed rP470016: lang/rust: Update to 1.26.0.
lang/rust: Update to 1.26.0
May 15 2018, 1:43 PM
dumbbell committed rP470009: net/bosh-bootloader: Update to 6.6.10.
net/bosh-bootloader: Update to 6.6.10
May 15 2018, 10:30 AM

May 14 2018

dumbbell added a comment to D15355: lagg: Remove redundant rmlock.

Thank you for the quick fix!

May 14 2018, 9:59 PM
dumbbell committed rP469863: net/bosh-bootloader: Update to 6.6.9.
net/bosh-bootloader: Update to 6.6.9
May 14 2018, 8:47 AM

May 13 2018

dumbbell added a comment to D15302: vt: Improve input performances + various small fixes.

@eadler: I believe I adressed all your concerns.

May 13 2018, 7:12 PM
dumbbell updated the summary of D15302: vt: Improve input performances + various small fixes.
May 13 2018, 7:08 PM
dumbbell updated the diff for D15302: vt: Improve input performances + various small fixes.

Replace tc_prepare() by two callbacks dedicated to locking

May 13 2018, 7:04 PM

May 12 2018

dumbbell added a comment to D14984: Sleep rather than spin in e1000 when doing long running config operations.

Since this commit, I hit a panic during boot.

May 12 2018, 2:27 PM

May 10 2018

dumbbell committed rS333464: vt(4): Use default VGA palette.
vt(4): Use default VGA palette
May 10 2018, 5:00 PM
dumbbell committed rS333463: vt(4): Put for() loop outside switch() in vt_generate_cons_palette().
vt(4): Put for() loop outside switch() in vt_generate_cons_palette()
May 10 2018, 4:42 PM
dumbbell committed rP469531: net/bosh-bootloader: Update to 6.6.8.
net/bosh-bootloader: Update to 6.6.8
May 10 2018, 10:52 AM

May 4 2018

dumbbell created D15302: vt: Improve input performances + various small fixes.
May 4 2018, 9:26 PM
dumbbell added a comment to D15070: evdev - special lock-less mode for keyboard drivers.

I continued to use the initial patch for a few days and got several similar panics (5 in total). The three panic strings I encountered are:

  • panic: mutex Giant owned at /mnt/home/dumbbell/Projects/freebsd/src/GIT/sys/kern/kern_event.c:2288
  • panic: sleepq_add: td 0xfffff8001875d560 to sleep on wchan 0xffffffff836e0fc0 with sleeping prohibited
  • panic: page fault
May 4 2018, 8:44 PM
dumbbell committed rP469036: net/bosh-bootloader: Update to 6.6.7.
net/bosh-bootloader: Update to 6.6.7
May 4 2018, 5:17 PM

Apr 29 2018

dumbbell added a comment to D15070: evdev - special lock-less mode for keyboard drivers.

About my setup: I'm using an USB keyboard on a laptop, so all atkbd/ukbd/kbdmux are attached. I'm using ukbd directly (using libinput) for the X session (99% of the time on this laptop) and I believe kbdmux is the one used by the console. I never had a panic with the unpatched evdev.

Apr 29 2018, 2:02 PM
dumbbell added a comment to D15070: evdev - special lock-less mode for keyboard drivers.

I didn't try to reproduce the deadlock yet. However, I got two panics:

  • First one was: panic: mutex Giant owned at /mnt/home/dumbbell/Projects/freebsd/src/SVN/head/sys/kern/kern_event.c:2288 (while I was away and the laptop had an active X session).
  • Second one was: panic: page fault (during boot).
Apr 29 2018, 1:01 PM
dumbbell committed rP468615: graphics/darktable: Build with LLVM 6.0.
graphics/darktable: Build with LLVM 6.0
Apr 29 2018, 9:25 AM

Apr 28 2018

dumbbell added a comment to D15070: evdev - special lock-less mode for keyboard drivers.

I'm trying this patch right now. Do you have any advice to reproduce the deadlock when the patch is not applied?

Apr 28 2018, 7:48 AM

Apr 24 2018

dumbbell committed rP468218: graphics/darktable: Update to 2.4.3.
graphics/darktable: Update to 2.4.3
Apr 24 2018, 4:21 PM
dumbbell committed rP468195: net/bosh-bootloader: Update to 6.6.5.
net/bosh-bootloader: Update to 6.6.5
Apr 24 2018, 9:35 AM

Apr 17 2018

dumbbell committed rP467610: net/concourse-fly: Update to 3.11.0.
net/concourse-fly: Update to 3.11.0
Apr 17 2018, 2:35 PM

Apr 10 2018

dumbbell committed rP466966: net/bosh-bootloader: Update to 6.6.4.
net/bosh-bootloader: Update to 6.6.4
Apr 10 2018, 3:02 PM

Apr 3 2018

dumbbell committed rP466294: net/bosh-bootloader: Update to 6.6.3.
net/bosh-bootloader: Update to 6.6.3
Apr 3 2018, 9:37 AM

Mar 28 2018

dumbbell committed rP465812: graphics/darktable: Update to 2.4.2.
graphics/darktable: Update to 2.4.2
Mar 28 2018, 1:56 PM

Mar 22 2018

dumbbell committed rP465302: lang/rust: Update to 1.24.1.
lang/rust: Update to 1.24.1
Mar 22 2018, 6:14 PM

Mar 20 2018

dumbbell committed rP465078: net/bosh-bootloader: Update to 6.4.7.
net/bosh-bootloader: Update to 6.4.7
Mar 20 2018, 10:02 AM

Mar 14 2018

dumbbell committed rP464482: net/bosh-cli: Update to 3.0.1.
net/bosh-cli: Update to 3.0.1
Mar 14 2018, 10:07 AM
dumbbell committed rP464481: net/bosh-bootloader: Update to 6.4.3.
net/bosh-bootloader: Update to 6.4.3
Mar 14 2018, 10:06 AM

Mar 13 2018

dumbbell committed rP464356: net/concourse-fly: Update to 3.9.2.
net/concourse-fly: Update to 3.9.2
Mar 13 2018, 9:24 AM
dumbbell committed rP464355: net/bosh-bootloader: Update to 6.4.2.
net/bosh-bootloader: Update to 6.4.2
Mar 13 2018, 9:23 AM

Mar 8 2018

dumbbell committed rP463888: net/bosh-bootloader: Update to 6.4.1.
net/bosh-bootloader: Update to 6.4.1
Mar 8 2018, 1:53 PM

Mar 6 2018

dumbbell committed rP463705: net/concourse-fly: Update to 3.9.1.
net/concourse-fly: Update to 3.9.1
Mar 6 2018, 9:35 AM

Mar 5 2018

dumbbell committed rP463638: net/bosh-bootloader: Update to 6.2.5.
net/bosh-bootloader: Update to 6.2.5
Mar 5 2018, 9:59 AM

Mar 1 2018

dumbbell committed rP463295: net/bosh-bootloader: Update to 6.2.4.
net/bosh-bootloader: Update to 6.2.4
Mar 1 2018, 11:25 AM

Feb 26 2018

dumbbell committed rP463017: net/bosh-bootloader: Update to 6.2.2.
net/bosh-bootloader: Update to 6.2.2
Feb 26 2018, 12:58 PM

Feb 19 2018

dumbbell committed rP462350: lang/rust: Update to 1.24.0.
lang/rust: Update to 1.24.0
Feb 19 2018, 9:53 PM

Feb 17 2018

dumbbell committed rP462162: net/bosh-bootloader: Update to 6.1.2.
net/bosh-bootloader: Update to 6.1.2
Feb 17 2018, 2:15 PM
dumbbell committed rP462096: lang/rust: Grep `std-$hash.*.o` name from `libstd-*.rlib`.
lang/rust: Grep `std-$hash.*.o` name from `libstd-*.rlib`
Feb 17 2018, 11:12 AM

Feb 16 2018

dumbbell committed rP462009: net/concourse-fly: Update to 3.9.0.
net/concourse-fly: Update to 3.9.0
Feb 16 2018, 1:00 PM

Feb 11 2018

dumbbell committed rP461485: net/bosh-bootloader: Update to 6.1.1.
net/bosh-bootloader: Update to 6.1.1
Feb 11 2018, 10:44 AM

Feb 9 2018

dumbbell committed rP461293: net/bosh-bootloader: Update to 6.1.0.
net/bosh-bootloader: Update to 6.1.0
Feb 9 2018, 12:34 PM

Jan 31 2018

dumbbell committed rP460470: net/bosh-bootloader: Update to 6.0.1.
net/bosh-bootloader: Update to 6.0.1
Jan 31 2018, 1:19 PM

Jan 30 2018

dumbbell committed rP460380: net/bosh-bootloader: Fix build on 32-bit platforms.
net/bosh-bootloader: Fix build on 32-bit platforms
Jan 30 2018, 10:55 AM

Jan 28 2018

dumbbell committed rP460174: graphics/darktable: Add iso-codes to the build dependencies.
graphics/darktable: Add iso-codes to the build dependencies
Jan 28 2018, 1:20 PM
dumbbell committed rP460168: graphics/darktable: Include `stddef.h` when testing zError() symbol.
graphics/darktable: Include `stddef.h` when testing zError() symbol
Jan 28 2018, 12:34 PM

Jan 27 2018

dumbbell created D14077: net/cf: Update to 6.34.1.
Jan 27 2018, 7:06 PM
dumbbell committed rP460141: net/bosh-{bootloader,cli}: New ports for the BOSH CLI v2.
net/bosh-{bootloader,cli}: New ports for the BOSH CLI v2
Jan 27 2018, 7:02 PM
dumbbell committed rS328485: psm: Log syncmask[1], not syncmask[0] twice.
psm: Log syncmask[1], not syncmask[0] twice
Jan 27 2018, 5:25 PM
dumbbell committed rS328484: psm: Log syncmask[1], not syncmask[0] twice.
psm: Log syncmask[1], not syncmask[0] twice
Jan 27 2018, 5:24 PM
dumbbell committed rS328482: psm: Don't try to detect trackpoint packets if the Elantech device has none.
psm: Don't try to detect trackpoint packets if the Elantech device has none
Jan 27 2018, 4:48 PM
dumbbell committed rS328481: psm: Skip sync check when `PSM_CONFIG_NOCHECKSYNC` is set.
psm: Skip sync check when `PSM_CONFIG_NOCHECKSYNC` is set
Jan 27 2018, 4:36 PM

Jan 26 2018

dumbbell abandoned D13998: multimedia/libv4l: Fix direction for `EVIOCGMTSLOTS` ioctl.

There is another more complete patch attached to the following PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217248

Jan 26 2018, 10:16 AM

Jan 25 2018

dumbbell committed rP459943: lang/rust: Add manifest-rustfmt-preview to PLIST.
lang/rust: Add manifest-rustfmt-preview to PLIST
Jan 25 2018, 1:59 PM
dumbbell committed rP459912: graphics/darktable: Update to 2.4.1.
graphics/darktable: Update to 2.4.1
Jan 25 2018, 8:50 AM
dumbbell committed rP459911: lang/rust: Update to 1.23.0.
lang/rust: Update to 1.23.0
Jan 25 2018, 8:08 AM

Jan 24 2018

dumbbell updated the diff for D13998: multimedia/libv4l: Fix direction for `EVIOCGMTSLOTS` ioctl.

Bump libevdev PORTREVISION

Jan 24 2018, 10:26 AM

Jan 23 2018

dumbbell added a comment to D13998: multimedia/libv4l: Fix direction for `EVIOCGMTSLOTS` ioctl.

Quick question: devel/libevdev needs to be recompiled. Do I need to bump libevdev's PORTREVISION or is it detected automatically?

Jan 23 2018, 11:00 PM
dumbbell updated the diff for D13998: multimedia/libv4l: Fix direction for `EVIOCGMTSLOTS` ioctl.

Add a description to the patch

Jan 23 2018, 10:58 PM

Jan 22 2018

dumbbell accepted D13835: Make use of mallocarray(9) in drm drivers..

Yes, that's fine, the patch is small enough. Thank you!

Jan 22 2018, 7:39 AM

Jan 20 2018

dumbbell committed rS328208: psm: Log syncmask[1], not syncmask[0] twice.
psm: Log syncmask[1], not syncmask[0] twice
Jan 20 2018, 7:04 PM
dumbbell updated the summary of D13998: multimedia/libv4l: Fix direction for `EVIOCGMTSLOTS` ioctl.
Jan 20 2018, 7:01 PM
dumbbell updated the summary of D13998: multimedia/libv4l: Fix direction for `EVIOCGMTSLOTS` ioctl.
Jan 20 2018, 7:01 PM
dumbbell created D13998: multimedia/libv4l: Fix direction for `EVIOCGMTSLOTS` ioctl.
Jan 20 2018, 7:00 PM
dumbbell committed rS328191: psm: Don't try to detect trackpoint packets if the Elantech device has none.
psm: Don't try to detect trackpoint packets if the Elantech device has none
Jan 20 2018, 11:21 AM
dumbbell committed rS328190: psm: Skip sync check when `PSM_CONFIG_NOCHECKSYNC` is set.
psm: Skip sync check when `PSM_CONFIG_NOCHECKSYNC` is set
Jan 20 2018, 11:02 AM

Jan 10 2018

dumbbell added a comment to D13835: Make use of mallocarray(9) in drm drivers..

What is the benefit of using mallocarray() here?

Jan 10 2018, 10:52 PM

Jan 5 2018

dumbbell committed rP458179: lang/rust: Skip `.cargo-checksum.json` update when it's missing.
lang/rust: Skip `.cargo-checksum.json` update when it's missing
Jan 5 2018, 11:33 PM
dumbbell committed rP458178: lang/rust: Always replace bootstrap versions in `stage0.txt`.
lang/rust: Always replace bootstrap versions in `stage0.txt`
Jan 5 2018, 11:28 PM
dumbbell committed rP458177: lang/rust: Find libstd's suffix at runtime.
lang/rust: Find libstd's suffix at runtime
Jan 5 2018, 11:21 PM

Dec 28 2017

dumbbell committed rP457447: graphics/darktable: Update to 2.4.0.
graphics/darktable: Update to 2.4.0
Dec 28 2017, 12:06 PM

Dec 11 2017

dumbbell committed rP456047: net/concourse-fly: Update to 3.8.0.
net/concourse-fly: Update to 3.8.0
Dec 11 2017, 4:29 PM

Nov 30 2017

dumbbell committed rP455198: lang/rust: Disable "omit frame pointers".
lang/rust: Disable "omit frame pointers"
Nov 30 2017, 1:33 PM

Nov 27 2017

dumbbell committed rP454983: lang/rust: Remove the LLVM_PORT option.
lang/rust: Remove the LLVM_PORT option
Nov 27 2017, 6:16 PM
dumbbell committed rP454938: lang/rust: Update to 1.22.1.
lang/rust: Update to 1.22.1
Nov 27 2017, 8:20 AM

Nov 9 2017

dumbbell committed rP453810: lang/rust: Add support for LibreSSL 2.6.3.
lang/rust: Add support for LibreSSL 2.6.3
Nov 9 2017, 2:15 PM

Nov 7 2017

dumbbell created D12983: evdev: USB scancode 0x54 is KEY_KPSLASH, not KEY_SLASH.
Nov 7 2017, 9:11 PM

Nov 1 2017

dumbbell committed rS325269: evdev: Translate KEY_102ND in evdev_scancode2key().
evdev: Translate KEY_102ND in evdev_scancode2key()
Nov 1 2017, 9:18 AM
dumbbell closed D12883: evdev: Support AT 102/105 keys keyboard 0x56 scancode.
Nov 1 2017, 9:18 AM
dumbbell added a comment to D12883: evdev: Support AT 102/105 keys keyboard 0x56 scancode.

FWIW, the problem doesn't occur with a USB keyboard of the same type.

Nov 1 2017, 12:26 AM
dumbbell updated the summary of D12883: evdev: Support AT 102/105 keys keyboard 0x56 scancode.
Nov 1 2017, 12:25 AM

Oct 31 2017

dumbbell created D12883: evdev: Support AT 102/105 keys keyboard 0x56 scancode.
Oct 31 2017, 11:58 PM
dumbbell committed rP453245: net/concourse-fly: Update to 3.6.0.
net/concourse-fly: Update to 3.6.0
Oct 31 2017, 5:53 PM

Oct 29 2017

dumbbell committed rP453113: lang/rust: Fix paths in `manifest-rls-preview`.
lang/rust: Fix paths in `manifest-rls-preview`
Oct 29 2017, 12:38 PM

Oct 28 2017

dumbbell committed rP453052: lang/rust: Update to 1.21.0.
lang/rust: Update to 1.21.0
Oct 28 2017, 9:13 AM

Oct 11 2017

dumbbell committed rP451743: lang/rust: Add support for LibreSSL 2.6.1 and 2.6.2.
lang/rust: Add support for LibreSSL 2.6.1 and 2.6.2
Oct 11 2017, 12:28 PM

Oct 9 2017

dumbbell accepted D12628: Mk/Uses/cargo.mk: Fix over-eager crate name/version split when setting up MASTER_SITES.

This looks good to me.

Oct 9 2017, 9:16 PM
dumbbell committed rP451644: graphics/fly, net/concourse-fly: Mark both ports as conflicting.
graphics/fly, net/concourse-fly: Mark both ports as conflicting
Oct 9 2017, 9:15 PM