User Details
- User Since
- Jun 2 2014, 4:20 PM (347 w, 4 h)
Today
Yesterday
Fri, Jan 22
We only need the copies on FreeBSD to avoid the issue you cited. On other systems, symlinks are fine.
Wed, Jan 20
To expand a little: devmatch shouldn't dump core... I don't see how, but I've not seen the core traceback yet...
I agree that something better is needed here...
But unless we change the PNP macros to require driver name and bus name, there's no way to easily detect this at compile time.
At run time, we could emit a warning for this condition... At the time I wrote devmatch, no driver violated this rule, so I never saw the core dump....
This is fine enough for 13.0, though.
Sun, Jan 17
Looks good to my eye, but I'd feel better with a nod from one of the main bhyve developers
Fri, Jan 15
Thu, Jan 14
Video has had ugly escape sequences in it for too long I think..
Wed, Jan 13
Mon, Jan 11
Sat, Jan 9
In that case, I'm good!
Does this survive universe? mips has no virtualization support at all, last I checked... A quick peek at virtio suggests that it's entirely platform neutral...
Fri, Jan 8
I believe these are good places to add the accounting. They do assume that ANY read or ANY write, even one that also have an error, counts as a message rcv or snd, but I think that's OK.
tweak description
remove cut and pasted code that was bogus
newbusly it looks good.
Thu, Jan 7
Wed, Jan 6
Mon, Jan 4
These look good to my eye.
Sun, Jan 3
Sat, Jan 2
Wed, Dec 30
Tue, Dec 29
Mon, Dec 28
Also, boot1.efi is obsolete. We retain it only for special needs users: those with the bogus tiny ESP partitions and some really weird edge cases that loader.efi doesn't work for.
Dec 25 2020
This looks good. If it is checked out of subversion on -stable, then we'll get the right uname, so it can likely be MFC'd... We're not writing new svn revs to git, but there may be something I'm missing.
Dec 19 2020
Dec 18 2020
This looks like it would fix things, but I wonder why this is even here... If we keep it, this change prevents a crash... Though I can't for the life of me think about the purpose this serves... It went in with a bunch of efi env var support.
Dec 17 2020
looks good, with spaces I'm happy.
Dec 16 2020
Dec 14 2020
Can you get this accepted upstream?
Dec 13 2020
everything but the tools/build/Makefile changes are good. I'm not at all sure that I understand those... This file has become a rather twisty maze, so I've not puzzled all the way through understanding...
Separate commit is fine