Page MenuHomeFreeBSD
Feed Advanced Search

Oct 9 2020

imp committed rS366559: Create in-tree LINT files.
Create in-tree LINT files
Oct 9 2020, 1:48 AM
imp committed rS366556: Stop ignoring makeLINT generated files.
Stop ignoring makeLINT generated files
Oct 9 2020, 12:28 AM
imp closed D26540: Eliminate building LINT makefiles.
Oct 9 2020, 12:28 AM
imp committed rS366555: Eliminate building LINT makefiles.
Eliminate building LINT makefiles
Oct 9 2020, 12:28 AM
imp closed D26428: Initial support for implementing the bootXXX.efi workaround.
Oct 9 2020, 12:16 AM
imp committed rS366554: Initial support for implementing the bootXXX.efi workaround.
Initial support for implementing the bootXXX.efi workaround
Oct 9 2020, 12:16 AM
imp added inline comments to D26428: Initial support for implementing the bootXXX.efi workaround.
Oct 9 2020, 12:10 AM

Oct 8 2020

imp committed rS366546: Remove APM BIOS support.
Remove APM BIOS support
Oct 8 2020, 8:56 PM
imp committed rS366547: timer_restore is now unused, remove it.
timer_restore is now unused, remove it
Oct 8 2020, 8:56 PM
imp committed rS366545: Remove apm screen saver..
Remove apm screen saver.
Oct 8 2020, 8:56 PM
imp committed rS366544: Remove apm module.
Remove apm module
Oct 8 2020, 8:56 PM
imp committed rS366541: Race in 32-bit fixed.
Race in 32-bit fixed
Oct 8 2020, 5:30 PM
imp added inline comments to D26713: enable firstboot configuration for arm images.
Oct 8 2020, 12:16 AM

Oct 7 2020

imp committed rS366511: Use intmax_t to print uint64_t values..
Use intmax_t to print uint64_t values.
Oct 7 2020, 7:56 AM
imp committed rS366508: Move kernel env global variables, etc to sys/kenv.h.
Move kernel env global variables, etc to sys/kenv.h
Oct 7 2020, 6:17 AM
imp committed rS366507: cam: Add quirk for Samsung MZ7* behind a SATA-to-SAS interposer.
cam: Add quirk for Samsung MZ7* behind a SATA-to-SAS interposer
Oct 7 2020, 5:44 AM
imp committed rS366506: nvmecontrol: Update wdc module for newer WDC NVMe products.
nvmecontrol: Update wdc module for newer WDC NVMe products
Oct 7 2020, 5:36 AM

Oct 6 2020

imp committed rS366505: nvme: Note where the CCB was released for passthrough command.
nvme: Note where the CCB was released for passthrough command
Oct 6 2020, 11:35 PM
imp committed rS366504: cam: Assert we have a reference when freeing sim.
cam: Assert we have a reference when freeing sim
Oct 6 2020, 11:34 PM

Oct 5 2020

imp accepted D26674: linuxkpi: Add gcd function.

That's the canonical gcd algorithm, I think from Knuth's Art of Computer Programming

Oct 5 2020, 9:22 PM
imp added a comment to D26646: Cleanup ports after 11.3-EOL.

uh, this should not have been closed

Yes do not list the review in a commit Differential Revision unless it should be closed. You can list the D# in the commit message and Phab will add a link between the commit and the review - e.g. something like "This commit is part of review D26646" or "Reported by: rene in review D26646"

@rene will you re-upload the diff to put it back in a known stte

Oct 5 2020, 8:58 PM

Oct 4 2020

imp accepted D26651: linuxkpi: MODULE_DEVICE_TABLE to MODULE_PNP_INFO.
Oct 4 2020, 3:53 PM
imp committed rS366423: MFC: r366229.
MFC: r366229
Oct 4 2020, 6:15 AM
imp committed rS366422: MFC: r366228.
MFC: r366228
Oct 4 2020, 6:13 AM

Oct 3 2020

imp committed rP551338: Upgrade to intel-pcm-202009.
Upgrade to intel-pcm-202009
Oct 3 2020, 6:57 PM
imp added a comment to D26651: linuxkpi: MODULE_DEVICE_TABLE to MODULE_PNP_INFO.

@bz

I:vendor;I:device;I:#;I:#;I:#;I:#

Format should use "J" instead, I guess, because it allows -1 as ignore value.

Oct 3 2020, 6:44 PM
imp added a comment to D26651: linuxkpi: MODULE_DEVICE_TABLE to MODULE_PNP_INFO.

Also sadly add subvendor, etc. fields as comments at the end

to the descriptor_string seem to prevent autoloading and that

Linux uses -1U for wildcard. Maybe devmatch needs support for that too!

Oct 3 2020, 6:43 PM

Oct 2 2020

imp added a comment to D26638: Add macros to print dev tree / info.
In D26638#593511, @jhb wrote:

FYI, the versions I have are at https://github.com/bsdjhb/kdbg/blob/master/gdb/gdb6#L1783 They include a generic 'devwalk' command that invokes a callback on each device_t in a depth-first traversal that I use for some other places besides devinfo.

Oct 2 2020, 8:01 PM
imp updated the test plan for D26638: Add macros to print dev tree / info.
Oct 2 2020, 4:32 AM
imp requested review of D26638: Add macros to print dev tree / info.
Oct 2 2020, 4:23 AM
imp accepted D26637: kldxref: Avoid buffer overflows in parse_pnp_list.

It would be better to just ignore this entry on errors... However, we don't do that for others, so that would be a stretch goal.

Oct 2 2020, 4:10 AM

Sep 30 2020

imp added a comment to D24240: Improve and extend sed_checked.sh.
In D24240#592496, @mat wrote:

No more complaints received in a month, can I commit?

We do not have more complains, but we still do not agree with the change, so the answer is still no.

Sep 30 2020, 3:13 PM
imp accepted D26596: ufs: restore uniqueness of st_dev.

All the other filesystems set this to the dev. UFS sets it to a time...

Sep 30 2020, 2:02 AM

Sep 29 2020

imp committed rS366266: Updates to chroot(2) docs.
Updates to chroot(2) docs
Sep 29 2020, 6:14 PM
imp committed rS366265: Standalone SX shims.
Standalone SX shims
Sep 29 2020, 6:06 PM
imp committed rS366260: Implement some time variables from kernel.
Implement some time variables from kernel
Sep 29 2020, 4:30 PM
imp updated the diff for D26218: Integrate zstd into boot loader.

Update, per reviews from the PR

Sep 29 2020, 3:47 AM

Sep 28 2020

imp closed D26574: For mulitcons boot, report it and which console is primary.
Sep 28 2020, 4:19 PM
imp committed rS366229: For mulitcons boot, report it and which console is primary.
For mulitcons boot, report it and which console is primary
Sep 28 2020, 4:19 PM
imp committed rS366228: Report the kernel console on the boot screen.
Report the kernel console on the boot screen
Sep 28 2020, 4:19 PM
imp closed D26573: Silly mock-up of console reporting in the menu.
Sep 28 2020, 4:19 PM
imp updated the diff for D26573: Silly mock-up of console reporting in the menu.

unleak the kenrel bits

Sep 28 2020, 3:57 PM
imp updated the diff for D26573: Silly mock-up of console reporting in the menu.

Fix kyle's issue

Sep 28 2020, 3:57 PM
imp requested review of D26574: For mulitcons boot, report it and which console is primary.
Sep 28 2020, 7:02 AM
imp updated the diff for D26573: Silly mock-up of console reporting in the menu.

make toggle work

Sep 28 2020, 6:51 AM
imp requested review of D26573: Silly mock-up of console reporting in the menu.
Sep 28 2020, 6:37 AM
imp committed rS366217: Speciy the dev in an easily changed variable.
Speciy the dev in an easily changed variable
Sep 28 2020, 6:01 AM
imp committed rS366216: Fix video on PCI heuristic.
Fix video on PCI heuristic
Sep 28 2020, 6:01 AM
imp closed D26572: Fix video on PCI heuristic.
Sep 28 2020, 6:01 AM
imp added a comment to D26572: Fix video on PCI heuristic.

Note: this fixes the logic error in the original code. So BHYVE now works.
The heuristic would be greatly aided by having the ability to read the actual PCI config space, but we have no wrappers for that and don't do it anywhere else so that will be a separate commit.

Sep 28 2020, 5:52 AM
imp added reviewers for D26572: Fix video on PCI heuristic: scottl, kevans, tsoome.
Sep 28 2020, 5:49 AM
imp requested review of D26572: Fix video on PCI heuristic.
Sep 28 2020, 5:47 AM

Sep 26 2020

imp committed rS366181: fix typo imorted -> imported..
fix typo imorted -> imported.
Sep 26 2020, 4:06 AM

Sep 25 2020

imp added a reviewer for D26562: Move kernel env global variables, etc to sys/kenv.h: kevans.
Sep 25 2020, 9:27 PM
imp requested review of D26562: Move kernel env global variables, etc to sys/kenv.h.
Sep 25 2020, 9:27 PM
imp added inline comments to D26218: Integrate zstd into boot loader.
Sep 25 2020, 9:10 PM
imp updated the summary of D26218: Integrate zstd into boot loader.
Sep 25 2020, 8:55 PM
imp updated the diff for D26218: Integrate zstd into boot loader.

rebase

Sep 25 2020, 8:52 PM
imp committed rS366173: Adjustments to includes for openzfs in _STANDALONE.
Adjustments to includes for openzfs in _STANDALONE
Sep 25 2020, 8:51 PM
imp closed D26543: Adjustments to includes for openzfs.
Sep 25 2020, 8:51 PM
imp updated the diff for D26543: Adjustments to includes for openzfs.

Ah, this comment was correct, restore after the move.

Sep 25 2020, 7:59 PM
imp added inline comments to D26543: Adjustments to includes for openzfs.
Sep 25 2020, 7:51 PM
imp updated the diff for D26543: Adjustments to includes for openzfs.

coment tweaks.

Sep 25 2020, 7:49 PM
imp updated the diff for D26543: Adjustments to includes for openzfs.

KASSERT, et al, now are a printf in the boot loader. We don't
have enough milage to turn it on just yet.

Sep 25 2020, 7:47 PM
imp added inline comments to D26543: Adjustments to includes for openzfs.
Sep 25 2020, 7:15 PM
imp committed rS366168: Dont let kernel and standalone both be defined at the same time.
Dont let kernel and standalone both be defined at the same time
Sep 25 2020, 7:03 PM
imp committed rS366165: Comment out bogus command line entry.
Comment out bogus command line entry
Sep 25 2020, 6:21 PM
imp committed rS366164: Tweak output of the loader variable.
Tweak output of the loader variable
Sep 25 2020, 6:21 PM

Sep 24 2020

imp updated the diff for D26543: Adjustments to includes for openzfs.

put nullability macro outside kernel ifdefs

Sep 24 2020, 3:28 PM
imp added a comment to D26543: Adjustments to includes for openzfs.

This revision successfully builds and reboots, so I think it's right But since it's systm.h and we do some funky monkey business in there, I'd like more eyes on it to be sure.

Sep 24 2020, 7:28 AM
imp updated the diff for D26543: Adjustments to includes for openzfs.

rebase, again

Sep 24 2020, 7:26 AM
imp committed rS366104: Don't define _STANDALONE when building kernel modules..
Don't define _STANDALONE when building kernel modules.
Sep 24 2020, 7:10 AM
imp updated the summary of D26543: Adjustments to includes for openzfs.
Sep 24 2020, 6:47 AM
imp updated the diff for D26543: Adjustments to includes for openzfs.

rebase

Sep 24 2020, 6:46 AM
imp committed rS366101: Create a standalone version of sys/malloc.h.
Create a standalone version of sys/malloc.h
Sep 24 2020, 6:40 AM
imp requested review of D26543: Adjustments to includes for openzfs.
Sep 24 2020, 6:19 AM
imp updated the diff for D26218: Integrate zstd into boot loader.

Rebase (again!)

Sep 24 2020, 6:16 AM
imp updated the diff for D26218: Integrate zstd into boot loader.

Rebase

Sep 24 2020, 6:12 AM

Sep 23 2020

imp accepted D26502: RISC-V LINT kernel config.

Nice.

Sep 23 2020, 11:30 PM
imp added inline comments to D26540: Eliminate building LINT makefiles.
Sep 23 2020, 11:30 PM
imp added a comment to D26534: Misc compiler warning fixes in lib/libc.

btw, the rest of the changes look totally fine. Sorry to be so nitpicky over this one...

Sep 23 2020, 11:19 PM
imp added inline comments to D26534: Misc compiler warning fixes in lib/libc.
Sep 23 2020, 11:15 PM
imp committed rS366096: Remove stray lines.
Remove stray lines
Sep 23 2020, 10:49 PM
imp requested review of D26540: Eliminate building LINT makefiles.
Sep 23 2020, 10:04 PM
imp added inline comments to D26534: Misc compiler warning fixes in lib/libc.
Sep 23 2020, 7:42 PM
imp committed rS366088: Use envvar rather than nonstandard hint. lines.
Use envvar rather than nonstandard hint. lines
Sep 23 2020, 7:19 PM
imp committed rS366042: Work around cp breakage in current from last week.
Work around cp breakage in current from last week
Sep 23 2020, 1:04 AM

Sep 22 2020

imp committed rS366027: Add devctl_notify(9) man page.
Add devctl_notify(9) man page
Sep 22 2020, 11:02 PM
imp committed rS366026: Document quoting requirements for the devctl protocol.
Document quoting requirements for the devctl protocol
Sep 22 2020, 11:02 PM
imp committed rS366025: Document devctl_safe_quote_sb.
Document devctl_safe_quote_sb
Sep 22 2020, 11:02 PM
imp committed rS366024: Add a devctl_process_running man page..
Add a devctl_process_running man page.
Sep 22 2020, 11:02 PM
imp closed D26520: Document all the 'documented' devctl_* kernel functions..
Sep 22 2020, 11:02 PM
imp added inline comments to D26435: Add rtsx driver for Realtek SD card readers..
Sep 22 2020, 9:31 PM

Sep 21 2020

imp requested review of D26520: Document all the 'documented' devctl_* kernel functions..
Sep 21 2020, 11:57 PM
imp added inline comments to D26483: Add necessary include dirs & clean up style.
Sep 21 2020, 7:41 PM
imp added inline comments to D26483: Add necessary include dirs & clean up style.
Sep 21 2020, 7:37 PM
imp requested changes to D26435: Add rtsx driver for Realtek SD card readers..

This review is missing a lot of files (even prior versions). rtsx.c at the very least is missing
Does this driver support MMCCAM?

Sep 21 2020, 7:24 PM
imp accepted D26509: awk: Fix subobject out-of-bounds access.
Sep 21 2020, 6:32 PM
imp accepted D26511: Do not leak B_BARRIER..
Sep 21 2020, 3:53 PM
imp accepted D26504: fix compiler warnings-as-errors on gcc6 in rcorder/crunchgen.

Non pmc bits look good to go

Sep 21 2020, 6:46 AM