ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
<christech> evening
<waddlesplash> hello
<christech> getting some VMs setup in QEMU tonight
frkzoid has joined #haiku
frkazoid333 has joined #haiku
matt__ has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
frkzoid has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Not-34b6> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+1/-0/±1] https://github.com/haikuports/haikuports/compare/98ed43a4c67f...7854d90a15ac
<Not-34b6> [haikuports/haikuports] trungnt2910 7854d90 - llvm: Add recipe for llvm12-libunwind (#7045)
<trungnt2910[m]> Nice.
<trungnt2910[m]> That seems quick.
<trungnt2910[m]> Though I guess it might take a few hours before that thing is available on HaikuDepot.
<waddlesplash> well, yes
<waddlesplash> you have the buildmaster bookmarked already?
<trungnt2910[m]> No, is it public?
<waddlesplash> honestly the web interface is really not great, because it stores most of its state in JSON files and that page just loads them
<waddlesplash> I think kallisti5 had some experiments trying to use mongodb or something
<waddlesplash> probably postgresql would be best, but leave the output logs in text files because they can get HUGE
<waddlesplash> would be good to be able to pull up builds for a particular port, last build of some recipe, etc. and we can't really do that unless we put the results in a db
<trungnt2910[m]> All builders should run the latest Haiku right?
<waddlesplash> no, they don't
<trungnt2910[m]> Oh shoot.
<waddlesplash> yeah, that may be a problem
<waddlesplash> they run the beta3 branch with latest patches to b3
<waddlesplash> we can backport your dl_iterate_phdr to b3 and ask kallisti5[m] to update buildmaster
<trungnt2910[m]> waddlesplash: The bigger problem is the GNU_EH_FRAME stuff.
<waddlesplash> that's fine, it doesn't matter
<waddlesplash> this will use the latest and greatest gcc package from haikuports
<waddlesplash> it just won't have the eh_frame headers available in the haiku packages themselves
<waddlesplash> trungnt2910[m]: this doesn't dlopen() libbsd, it tries to link to it, right?
<waddlesplash> so we definitely need to backport that function
<trungnt2910[m]> waddlesplash: Yes.
<waddlesplash> ok so this build will then fail
<waddlesplash> trungnt2910[m]: OK, I cherry picked it: https://review.haiku-os.org/c/haiku/+/5456
<trungnt2910[m]> waddlesplash: It might even fail during configure time. I remember adding a CMAKE function checking for `dl_iterate_phdr`.
<waddlesplash> aha
<waddlesplash> well, that'll be easy then
<trungnt2910[m]> *calling a cmake function.
<waddlesplash> well I paged kallisti5, he'll probably see and get to this tomorrow
<trungnt2910[m]> yep.
<waddlesplash> trungnt2910[m]: "-- Looking for dl_iterate_phdr in bsd - not found"
<waddlesplash> but, configuring didn't fail
<waddlesplash> so is the build going to fail anyway?
<trungnt2910[m]> I remember that building libunwind without linking to libbsd doesn't fail.
<trungnt2910[m]> But the resulting binary would fail during runtime.
<waddlesplash> well
<trungnt2910[m]> The runtime_loader would complain about missing `dl_iterate_phdr`.
<waddlesplash> is it built with -Wl,--as-needed?
<waddlesplash> because if not, then this is fine actually
<waddlesplash> you won't be able to use libunwind on the buildmaster till kallisti5[m] updates things but at least the build will succeed
<trungnt2910[m]> waddlesplash: No, but during configure time, libunwind only looks for dl_iterate_phdr in bsd.
<trungnt2910[m]> If that fails, it won't even specify libbsd in the link options.
<waddlesplash> are you sure? it doesn't use anything else that needs libbsd?
<waddlesplash> well, ok, then we'll have to rebuild once kallisti5 updates the base package sets
<trungnt2910[m]> waddlesplash: No it doesn't.
<waddlesplash> add_library_flags_if(LIBUNWIND_HAS_ROOT_LIB root)
<waddlesplash> this isn't actually needed, -lroot is linked by default
<waddlesplash> ... unless this is using -nodefaultlib or something
<trungnt2910[m]> It is.
<waddlesplash> ah
<waddlesplash> ok
<trungnt2910[m]> Usage of `dl_iterate_phdr` is guarded by a macro during cmake configure time.
<trungnt2910[m]> So this build will still succeed and a practically useless object is produced (because it cannot use dl_iterate_phdr, it cannot find unwind information and fail when any unwinding function is called).
PissToken has joined #haiku
<trungnt2910[m]> So buildmaster isn't that much faster than my laptop.
<trungnt2910[m]> And it would be better if the page had a WebSocket connection so that the logs could be viewed live.
<waddlesplash> it's a set of VMs at Hetzner
CatButts has quit [Ping timeout: 480 seconds]
<waddlesplash> and yes, like I said, the web UI is extremely primitive
<waddlesplash> it's all in the haikuporter repository if you want to take a look :)
<trungnt2910[m]> waddlesplash: I bet this thing can even run in Internet Explorer.
<waddlesplash> eh, idk, might use some newer JS features
<trungnt2910[m]> Nope.
<trungnt2910[m]> It can't
<trungnt2910[m]> x512 Is this the right way to set up the commage?
<trungnt2910[m]> Can't find the real kernel code that does it.
<trungnt2910[m]> *commpage.
<waddlesplash> the commpage varies by architecture
frkazoid333 has quit [Read error: Connection reset by peer]
frkazoid333 has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
jadedctrl has quit [Quit: Vision[znc]: i've been blurred!]
jadedctrl has joined #haiku
jadedctrl has quit [Read error: Connection reset by peer]
jadedctrl has joined #haiku
frkazoid333 has quit [Read error: Connection reset by peer]
frkazoid333 has joined #haiku
thomaslewis has joined #haiku
austin987 has quit [Read error: Connection reset by peer]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
frkzoid has joined #haiku
x10z has joined #haiku
frkazoid333 has quit [Ping timeout: 480 seconds]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
Diver has quit [Read error: Connection reset by peer]
Diver has joined #haiku
Diver has quit [Ping timeout: 480 seconds]
Diver has joined #haiku
tuaris has quit [Quit: Leaving.]
matt__ has joined #haiku
frkzoid has quit [Ping timeout: 480 seconds]
Begasus has joined #haiku
<Begasus> g'morning peeps
MajorBiscuit has joined #haiku
<netpositive> morning
AlaskanEmily has quit [Remote host closed the connection]
mmu_man has joined #haiku
eroux_ has quit [Remote host closed the connection]
eroux has joined #haiku
_orealis has joined #haiku
orealis has quit [Ping timeout: 480 seconds]
_orealis is now known as orealis
<Begasus> 'lo netpositive :)
mmu_man has quit [Ping timeout: 480 seconds]
DKnoto has quit [Quit: Leaving]
mmu_man has joined #haiku
DKnoto has joined #haiku
matt1 has joined #haiku
<matt1> hello
frkzoid has joined #haiku
<Begasus> hi matt1
<matt1> hi Begasus !!!
<matt1> love to everybody ... ;0)
matt__ has quit [Ping timeout: 480 seconds]
<matt1> no war ... peace ...
<matt1> how does uefi work ?
<matt1> is there a tutorial ?
<nephele> hi matt1, what do you want to know about efi?
<matt1> 3 boot : win linux haiku
<nephele> Here is an overview of EFI booting, in general: https://www.rodsbooks.com/efi-bootloaders/principles.html
<matt1> ok
<nephele> but for your triple boot you should only need to add the linux and haiku loaders to your ESP
<nephele> which is the fat32 partition marked efi system
<nephele> and then add entries to your esp on how to boot them
<nephele> firmware* not esp
<nephele> this overview might also help: https://www.rodsbooks.com/efi-bootloaders/index.html
<matt1> i will read .. little by little ... ;0)
<matt1> thanks
xet7 has quit [Remote host closed the connection]
<trungnt2910[m]> Lol buildmaster still building.
<trungnt2910[m]> Seems like my laptop is not too slow after all.
<matt1> thanks : cu later ...
matt1 has left #haiku [#haiku]
<nephele> buildmaster is the turtle in the race, if you ever fall asleep it will churn along
Miyu has joined #haiku
arti has joined #haiku
hackkitten has quit [Ping timeout: 480 seconds]
<Begasus> extrowerk, won't the "binaries" from sbase conflict with the ones from Haiku?
<Begasus> trungnt2910[m], on 32bit it's complete at buildmaster ;)
<nephele> Hi Begasus
matt__ has joined #haiku
<Begasus> Hi nephele :)
<Begasus> Still locked in?
<nephele> no, but home sick
<nephele> working a bit on a controllook
<Begasus> not to bad I hope
<nephele> just sensory issues
<trungnt2910[m]> <Begasus> "trungnt2910, on 32bit it's..." <- Sadly the packages I'm waiting for are 64bit.
<Begasus> thought so trungnt2910[m] :)
mmu_man has quit [Ping timeout: 480 seconds]
frkzoid has quit [Ping timeout: 480 seconds]
KapiX has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<Begasus> hi KapiX !
<KapiX> hi Begasus
<Begasus> KapiX, any chance on importing a menu item "Open recent files ... " in Koder? ;)
mmu_man has joined #haiku
<Begasus> or "Recent files" ...
<KapiX> if you open an issue then sure
<Begasus> It's one of the advantages from Pe I'm missing in Koder atm
<KapiX> although I'm not doing any Haiku development lately, so I wouldn't hold my breath
<Begasus> np, can only ask :)
<KapiX> does the global "recent files" feature work for you BTW? or is it too cluttered with unrelated files?
<Begasus> The one in Deskbar?
<KapiX> yes
<Begasus> Yeah it works, but also show hpkg packages for instance :)
<KapiX> OK, I can see how app specific menu can be useful
<KapiX> doesn't seem to hard to implement even
mmu_man has quit [Ping timeout: 480 seconds]
<Begasus> I leave that up to the masters :)
<nephele> Reminds me that i should open an issue that Koder creates files without beeing asked to save... and crashes if you call it with nonexistantfolder/somefile
<Begasus> But I guess Pe's source could reveal some clue's
<KapiX> nephele: there is one open already
<nephele> KapiX: guess i can still open one for the second issue
<KapiX> yes
HaikuUser has joined #haiku
<Begasus> Issue created KapiX ;)
HaikuUser has quit []
<nephele> Created issue and added a comprehensive debug report
AD_MOS2 has joined #haiku
mmu_man has joined #haiku
KapiX has quit [Quit: KapiX]
AD_MOS has quit [Ping timeout: 480 seconds]
<Begasus> Think we scared him nephele ? ;)
<nephele> Hope not Begasus :P
<nephele> I'm just trying to figure out how the drawing stuff works xD, webkit draws it's scrollbars by calling some things the control look does explicitly, so i can't easily change the theme because it calls stuff that is _too_ low level... so trying to make it call the "proper" upper stuff
mmu_man has quit [Ping timeout: 480 seconds]
<Begasus> Only a matter of fixing the "things" and "stuff" then nephele :P
<nephele> oh yes :D
<Begasus> Wish I knew about "things", maybe I could learn how to fix "stuff" then also :)
<nephele> Heh, you know way more about porting apps for instance :P
mmu_man has joined #haiku
<Begasus> Untill I hit an error that involves knowing some dev lang :P
<Begasus> Like this one yesterday for cppcheck (latest version): error: invalid application of 'sizeof' to incomplete type 'char []'
<nephele> heh... that seems annoying, but I usually don't have to deal with that if i don't port stuff, haiku code normally compiles, and if i change something I know exactly what I changed and can try to figure out why that specifically doesn't compile :)
<Begasus> ;)
<x512[m]> > <@trungnt2910:matrix.org>... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/RIvcjTcWiKmmPJZvpiRUtPIW)
<Begasus> Sometimes repology gives me some clues weather others suffered there too
<trungnt2910[m]> > <@x512:matrix.org> x512 Is this the right way to set up the commage?... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/eNXzREjfgaIOiwZEkHOeAwNL)
<x512[m]> COMMPAGE_ENTRY_REAL_TIME_DATA should contain clock settings. If it is zero, programs will get 1970/1/1 dates.
<x512[m]> You can search Haiku kernel sources for offset defines in arch_commpage_defs.h to know where and how it are assigned.
<x512[m]> Commpage have no critically important fields for x86_64 and riscv64.
<x512[m]> It should run with code in UserlandVM.
<x512[m]> TLS block is more important.
<trungnt2910[m]> <x512[m]> "TLS block is more important." <- While waiting for buildmaster, I've wasted my day and successfully set up TLS blocks for `runtime_loader` on Linux.
<x512[m]> How far it progress?
<trungnt2910[m]> x512[m]: It's failing at a stubbed syscall.
<trungnt2910[m]> _kern_sigaction
<trungnt2910[m]> This one's quite tricky, I have to marshal stuff from Be to Linux AND Linux to Be.
<x512[m]> Can be ignored.
<trungnt2910[m]> And also the pesky userdata argument.
floof58 has joined #haiku
<x512[m]> Used syscalls for some simple program:... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/ZewfxVTkrZpOuzcDXyrKPzRN)
<x512[m]> * Used syscalls for some simple program:... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/pjBpWCoBhiYqEjHfQlscmWvA)
<trungnt2910[m]> > <@x512:matrix.org> Used syscalls for some simple program:... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/ZERQYaNEcOBlzpVjmRxYylHu)
<x512[m]> libroot is used.
<trungnt2910[m]> My Linux runtime_loader can already load programs, it ran something compiled with `-nostdlib`.
<trungnt2910[m]> The thing that's crashing is libroot.
<trungnt2910[m]> x512[m]: wait what.
<trungnt2910[m]> strange, my libroot needs _kern_sigaction during init.
<x512[m]> Any chance to debug?
illwieckz has joined #haiku
ClaudioM has joined #haiku
<Begasus> extrowerk, not sure if we want to have cmd's from sbase, I had the package in haikuports/packages where it get's picked up and supersedes Haiku's "mkdir", had the same issue earlier with another recipe
<mmu_man> MPD just dropped Haiku support… Maybe if anyone wants to step in and maintain it?
<Not-34b6> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/7854d90a15ac...c4d936e4768b
<Not-34b6> [haikuports/haikuports] Begasus c4d936e - libunistring, bump version (#7050)
<ermo[m]> it means that lg is called with a non-positive number
<ermo[m]> looks like lg is used at the bottom of said file.
<ermo[m]> (you hit the assert)
<trungnt2910[m]> lol: _numProcessors
<trungnt2910[m]> Ok so this is my kernel emulator's fault.
<trungnt2910[m]> I stubbed that value in kern_sysinfo.
<ermo[m]> =)
B2IA has quit [Ping timeout: 480 seconds]
<nephele> hey begasus
<Begasus> 'lo again nephele ;)
<nephele> Do you have your WIP recipe for furnace still?
<Begasus> hmm let me check (did some other stuff in the meantime)
<Begasus> think I only tested it in Terminal iirc :)
<Begasus> ah right, no recipe, was facing the d_type issue, and then issue with not launching because of X11
<Begasus> I could playback music with the cmd tool though
mmu_man has quit [Ping timeout: 480 seconds]
<Begasus> (but cleaned everything up) :)
<nephele> Yes, I saw that. You didn't try with a recipe?
<Begasus> No, shouldn't be too hard I guess
<nephele> Eh, don't really want to make a recipe... i figured if there was one I could take a look at your X11 issue
<Begasus> let me see if I can come up with something :)
<nephele> Begasus: try with SYSTEM_SDL2
<nephele> passed to cmake
<Begasus> only 4 items at repology mentioned
<Begasus> I did nephele
<nephele> try setting SDL_VIDEODRIVER in the enviroment
<nephele> to what the correct haiku value is...
<Begasus> now that could be another issue
<Begasus> have to start from scratch
<nephele> ouch :/
<Begasus> but not for now atm :)
<nephele> well if you start from scratch you might try commenting out those lines i guess
<Begasus> little rascals are keeping us busy :)
<Begasus> could add a !defined(__HAIKU__) there I guess?
<nephele> heh, the rascals are more important ;)
<nephele> If you just want to test it or patch I don't see how it matters how the lines get disabled
<nephele> ah, nevermind. I see what you mean
<nephele> yes that should work
mmu_man has joined #haiku
<Begasus> bbl
Begasus_32 has joined #haiku
<trungnt2910[m]> <trungnt2910[m]> "lol: _numProcessors" <- Very strange, after I implemented the _numProcessors code, libroot avoided the `_kern_sigaction` path.
<x512[m]> How it progressed?
Begasus has quit [Ping timeout: 480 seconds]
<trungnt2910[m]> Got quite far.
<trungnt2910[m]> It passed the execution of the main executable, and then segfaulted during termination.
humdinger has joined #haiku
AD_MOS2 has quit [Ping timeout: 480 seconds]
Miyu is now known as hackkitten
xet7 has joined #haiku
AD_MOS2 has joined #haiku
xet7 has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 480 seconds]
thomaslewis has joined #haiku
illwieckz has quit [Remote host closed the connection]
thomaslewis has left #haiku [#haiku]
illwieckz has joined #haiku
Gaspare has joined #haiku
frkzoid has joined #haiku
thomaslewis has joined #haiku
xet7 has joined #haiku
mmu_man has joined #haiku
thomaslewis has left #haiku [#haiku]
matt__ has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
tqh has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tuaris has joined #haiku
Begasus has joined #haiku
x10z has joined #haiku
<x512[m]> It seems I managed to implement ExternalAllocator using Haiku AvlTree.
<x512[m]> ExternalAllocator is used to allocate GPU buffers in RadeonGfx as well many other things.
<humdinger> well done! step by step to hw 3d. :)
<ermo[m]> x512: which gcn gpus will you support do you think? I'm assuming that this is about getting the (equivalent to) RADV working?
<x512[m]> From SI to latest Radeons is planned.
<ermo[m]> awesome
mmu_man has quit [Ping timeout: 480 seconds]
<ermo[m]> Now that I know that AMD Bulldozer/Piledriver CPUs might have (serious) issues on Haiku, I think I can dig up an old i7-2600k and use that. Do you plan to offer any sort of "pass-through" like in mesa, where you can use one GPU to display stuff (typically an iGPU) and then use the other, more powerful dGPU for select apps which need the extra "oomph"?
<ermo[m]> I think Mesa calls the feature DRI_PRIME
<ermo[m]> I mean, I get that we're not there yet ofc (lots of other things need to happen first)
<x512[m]> I am not sure what Linux calls "prime", but it should be possible to select GPU used for rendering. If render GPU and display GPU do not match, GPU -> CPU -> GPU trip is always possible.
<ermo[m]> DRI_PRIME is GPU "passthrough"
<ermo[m]> so one GPU puts the framebuffer contents on the screen, the other renders to the framebuffer of the first GPU
<ermo[m]> (for a specific application)
matt__ has joined #haiku
<ermo[m]> I don't know if that explanation makes sense. I don't know how it's actually implemented, so what I write is just a rough "sketch" of how I think it might be working
AD_Anime2 has joined #haiku
<ermo[m]> the typical application is laptops with dGPU and an iGPU
<ermo[m]> (feel free to educate me if you think I have the concept backwards!)
<x512[m]> The fun detail that EGL still do not support GPU selection except EGLStreams/device "windowing system".
mmu_man has joined #haiku
<x512[m]> No such problem with Vulkan.
<x512[m]> I consider GPU acceleration and display as different thing and it is perfectly fine if it do not match. It is even possible to do hardware acceleration and then display it with VESA/GOP.
frkzoid has quit [Ping timeout: 480 seconds]
tqh has quit [Quit: Leaving]
AD_MOS2 has quit [Ping timeout: 480 seconds]
thomaslewis has joined #haiku
Gaspare has quit [Quit: Gaspare]
thomaslewis has left #haiku [#haiku]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56273] - https://git.haiku-os.org/haiku/log/?qt=range&q=094079b8c5be+%5E764c0853e8c6
<nekobot> [haiku/haiku] 094079b8c5be - BFont: Implement BFont::BoundingBox
cp- has quit [Quit: Disappeared in a puff of smoke]
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
tuaris1 has joined #haiku
tuaris has quit [Remote host closed the connection]
DKnoto has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
DKnoto has joined #haiku
<x512[m]> `/Haiku/data/packages/haiku2/generated.x86_64.native/../src/kits/app/Message.cpp:585: undefined reference to `__ctype_b_loc'
<x512[m]> `
<x512[m]> What is happening?
aakashi2001 has joined #haiku
<x512[m]> How to fix build?
<x512[m]> Deleting objects don't help.
<x512[m]> Building libbe_test.
<Diver> trungnt2910[m]: should probably know
<waddlesplash> x512[m]: that symbol should now be in libroot
<x512[m]> libbe_test build seems broken.
lelldorin has joined #haiku
<waddlesplash> oh
<x512[m]> Needed to test RadeonGfx integration in app_server.
<waddlesplash> you need to build on an updated Haiku installation
<lelldorin> Begasus around?
<lelldorin> hi all
<trungnt2910[m]> > <@x512:matrix.org> `/Haiku/data/packages/haiku2/generated.x86_64.native/../src/kits/app/Message.cpp:585: undefined reference to `__ctype_b_loc'
<trungnt2910[m]> > `
<trungnt2910[m]> Old cctype symbols are kept intact.
<trungnt2910[m]> So this could only mean you compiled on a newer Haiku and then run on an older one.
lelldorin has quit [Quit: Vision[]: i've been blurred!]
<rennj> busted!
<rennj> heh
<rennj> we know what you compiled on!
<rennj> reproducible builds my ass
Gaspare has joined #haiku
cp- has joined #haiku
jmairboeck has joined #haiku
<trungnt2910[m]> Somehow the function `BPrivate::superblock::makeSuperblock(int, BPrivate::processHeap*)` is called during... finalization.
<trungnt2910[m]> Don't know how.
aakashi2001 has quit [Remote host closed the connection]
tuaris1 has quit [Read error: Connection reset by peer]
tuaris has joined #haiku
illwieckz has quit [Quit: I'll be back!]
illwieckz has joined #haiku
<waddlesplash> x512[m]: hey, guess what
<waddlesplash> I think I fixed https://dev.haiku-os.org/ticket/16345
<x512[m]> waddlesplash: Defails?
<x512[m]> Details.
<waddlesplash> give me a few minutes to test it a bit more, I know it's a correct change but I want to see if it has performance implications too
<waddlesplash> I think it might actually improve performance
<waddlesplash> eh, it doesn't
<waddlesplash> but it does seem to fix the bug
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56274] - https://git.haiku-os.org/haiku/log/?qt=range&q=644fa4bf7bce+%5E094079b8c5be
<nekobot> [haiku/haiku] 644fa4bf7bce - kernel/scheduler: Reset the invoke_scheduler flag on reschedule.
lelldorin has joined #haiku
<waddlesplash> x512[m]: ^
<x512[m]> I wonder how it worked before...
<waddlesplash> there appears to be some slightly different handling in the profiler for kernel vs. user stacks
<waddlesplash> I didn't look too closely at it
gouchi has joined #haiku
<waddlesplash> that's in libbsd
<waddlesplash> you need to be on a recent hrev
<x512[m]> hrev56141+56
<waddlesplash> +56?
<x512[m]> As usual.
<waddlesplash> well, dl_iterate_phdr is in hrev56227
<waddlesplash> do you have your latest patches exported anywhere?
<x512[m]> buildtools seems need rebuild.
<waddlesplash> or just upgrade to hrev56227
<x512[m]> I had my own dl_iterate_phdr implementation, but in libroot.
<waddlesplash> ah. well, yes, it got replaced
<x512[m]> Why GCC need it?
<x512[m]> GCC compiler itself, not runtime libraries.
lelldorin has quit [Quit: Vision[]: i've been blurred!]
<extrowerk> waddlesplash: http://0x0.st/o1mt.png
xet7 has quit [Ping timeout: 480 seconds]
<PulkoMandy> nice :)
<x512[m]> Maybe it is possible to make serverless libwayland similar to Xlibe.
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
<Begasus> heading down, cu peeps!
Begasus has quit [Quit: Leaving]
<extrowerk> waddlesplash: here is my experiences with the obsd wlan stuff
<extrowerk> on my laptop i made the wlan setup with the fbsd driver back then. I have intel 7260 m.2 card (8086:08b2). It used to work in .g mode or so, it was slow but reliable for autoconnect.
<extrowerk> I had issues to connect to new lans ans mostly not all of the accessible AP was recognized.
<extrowerk> Everything changed with OBSD drivers.
<extrowerk> Now since the switch to the obsd driver my laptop doesn't connect automatically anymore. I can live wiith this.
<waddlesplash> yeah, that's a known issue
<extrowerk> However the 2 gir were still child, they shouldn't been allowed to travel with us
<waddlesplash> personally, autoconnect *never* worked for me on any of my hardware
<waddlesplash> ?
<extrowerk> wrong channel, probably. i am explaining a artic exedition with childrens in a different channel.
HaikuUser has joined #haiku
<waddlesplash> ah
HaikuUser has quit []
<extrowerk> but i tried to connect my laptop to the wlan of my girlfriend, and while during the connection the password prompt shows up the entry never gets saved.
<extrowerk> i tried to pass the correct password x times ,i only get a repeated pasword prompt on the gui.
<extrowerk> however if i go to Terminal and : "ifconfig /dev/net/idualwifi7260/0 join SSID PASSWORD" it joins without a hitch. The PW doesn't gets saved tho.
<extrowerk> i don't know the logic of the pw prompt, but maybe it should be reworked a bit.
<waddlesplash> yeah passwords don't get saved anymore
<waddlesplash> but, I'm not sure why you get repeated password prompts with the GUI but not ifconfig
<waddlesplash> they both go to exactly the same place...
ClaudioM has quit [Quit: leaving]
Vidrep_64 has joined #haiku
<x512[m]> waddlesplash: profiler seems fixed.
<waddlesplash> :)
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<andreasdr[m]> Nice
<andreasdr[m]> Good morning
HaikuUser has joined #haiku
tuaris has quit [Read error: Connection reset by peer]
tuaris has joined #haiku
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
tuaris1 has joined #haiku
tuaris has quit [Read error: Connection reset by peer]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gouchi has quit [Remote host closed the connection]
HaikuUser has joined #haiku
HaikuUser has quit []
jmairboeck has quit [Quit: Konversation terminated!]
<extrowerk> The ball is on your side.
<waddlesplash> epic!
<waddlesplash> yes, I'll look in to hidpi matters later this week
<extrowerk> btw the icon is just a placeholder, iconomatic was unable to conver tthe svg to ico, therefore i used the three block be application icon. In case somebody gets a hvif it should be easy to replace the beicon variant with the correct one.
<extrowerk> I fear it is built with x11 instead of gnome3
<extrowerk> at least the locally built gnome3 version looks different than the recpie one.
<extrowerk> i will look into it next time.
<extrowerk> i have wekkly only one night to mess with Haiku :(
<extrowerk> bye, have a good night
matt__ has quit [Read error: Connection reset by peer]
matt__ has joined #haiku
<Vidrep_64> waddlesplash, when was wpa_supplicant updated from 2.9 to 2.10?
<waddlesplash> a while back
<Vidrep_64> Do you know of the top of your head which hrev?
<waddlesplash> it's a haikuports package
<Vidrep_64> OK
<waddlesplash> so it was available even if it wasn't bundled for months
<waddlesplash> but I think it's been included by default for a while
<Vidrep_64> June 9
<waddlesplash> no, that's the +1 version for openbsd support
<waddlesplash> 2.10 itself was added in March
x10z has joined #haiku
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
B2IA has joined #haiku
B2IA has quit []
B2IA has joined #haiku
AD_MOS has joined #haiku
AD_Anime2 has quit [Ping timeout: 480 seconds]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56275] - https://git.haiku-os.org/haiku/log/?qt=range&q=112fc3532b72+%5E644fa4bf7bce
<nekobot> [haiku/haiku] 112fc3532b72 - app_server: Basic scaling for window borders.
<waddlesplash> extrowerk: ^^ your "payment" :)
tuaris1 has quit [Read error: Connection reset by peer]
tuaris has joined #haiku
bjorkintosh has quit [Remote host closed the connection]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56276] - https://git.haiku-os.org/haiku/log/?qt=range&q=9d80098e2436+%5E112fc3532b72
<nekobot> [haiku/haiku] 9d80098e2436 - app_server: Add casts to appease GCC2.
Gaspare has quit [Quit: Gaspare]
Gaspare has joined #haiku
<christech> afternoon
AlaskanEmily has joined #haiku
thomaslewis has joined #haiku
thomaslewis has left #haiku [#haiku]
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
kevans91 has joined #haiku
ClaudioM has joined #haiku