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
Blurgh has joined #haiku
your_nickname has quit [Quit: WeeChat 3.8]
vdamewood has joined #haiku
slema has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
vdamewood has quit [Ping timeout: 480 seconds]
slema has quit [Quit: WeeChat 3.8]
slema has joined #haiku
slema has quit [Quit: WeeChat 3.8]
slema has joined #haiku
vdamewood has joined #haiku
slema has quit [Quit: WeeChat 3.8]
slema has joined #haiku
slema has quit []
<OscarL> Mmm, this code is giving me: "setsockopt - IPV6_ONLY: Operation not supported", while I think it's operating on an IPv4 socket.
slema has joined #haiku
vdamewood has quit [Ping timeout: 480 seconds]
_-Caleb-_ has left #haiku [#haiku]
<OscarL> I'm clearly not understanding this well enough. Sigh.
slema is now known as SLemaShell
<OscarL> The code I'm reading says... "// We want to receive only IPv6 packets on this socket." ...
<OscarL> "// Without this option, we may get IPv4 addresses as mapped addresses."
<OscarL> I guess Haiku cannot filter out those from IPv6 sockets?
SLemaShell is now known as SLema
* OscarL just #ifndef __HAIKU__ that code block for now, and sees what happens.
vdamewood has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
coolcoder613_ has joined #haiku
coolcoder613_ is now known as coolcoder613_hk
<coolcoder613_hk> I need some help with using BLayout/BGridLayout
<OscarL> I'm yet to learn about that, so I'm of no help :-(
<coolcoder613_hk> My code so far: https://0x0.st/XAdx.py
<coolcoder613_hk> Do you see any obvious problems?
* OscarL takes a look, just in case.
vdamewood has quit [Ping timeout: 480 seconds]
* coolcoder613_hk holds his breath
coolcoder613_hk is now known as WebPositive
* WebPositive crashes
WebPositive is now known as coolcoder613_hk
vdamewood has joined #haiku
* OscarL sees an obvious problem... he doesn't knows enough to comment on coolcoder613_hk's code.
<OscarL> coolcoder613_hk: perhaps you'll have better luck asking on the forum? humdinger might respond there.
<coolcoder613_hk> The problem I'm having is that it just makes a blank white window
<coolcoder613_hk> Do you have any idea why that is?
<coolcoder613_hk> I have a feeling it's probably a missing function call or something
<OscarL> can't tell. I know very little about most things (including Haiku/BeOS API), sorry :-(
<OscarL> the little I can do is by smashing things together, and hoping things work out in the end :-/
vdamewood has quit [Ping timeout: 480 seconds]
<coolcoder613_hk> That's what I do too
<OscarL> At least you're young, and have plenty of time to actually learn stuff the right way :-)
<arraybolt3> coolcoder613_hk: maybe look through the API to see if there's some sort of "refresh", "commit", or "render" call you need to use?
* OscarL feels he got stuck at the "eat his crayons" phase :-)
<arraybolt3> also do you get any terminal output?
<arraybolt3> if you run the app from the command line
<coolcoder613_hk> When I click or type on the window
<coolcoder613_hk> <class 'Be.Window.BWindow'> <instancemethod MessageReceived at 0x1457858a560>
<coolcoder613_hk> 1598773589
<coolcoder613_hk> And before tht is the stuff from my print calls
* OscarL got mDNSResolver to compile with IPv6 code enabled, and not error out at start up. He calls it a day.
<nekobot> [haiku/haiku] waddlesplash pushed 5 commits to master [hrev57779] - https://git.haiku-os.org/haiku/log/?qt=range&q=86021fd40733+%5E83e4de8b64ba
<nekobot> [haiku/haiku] 7d36436b75aa - freebsd_network: Additions and modifications for FreeBSD 14.x drivers.
<nekobot> [haiku/haiku] 3fcde6b23632 - freebsd_iflib, intel22x, ipro1000: Synchronize with FreeBSD 14.1.
<nekobot> [haiku/haiku] 1454f3c27aec - Synchronize all remaining FreeBSD ethernet drivers with FreeBSD 14.1.
<nekobot> [haiku/haiku] f6b6453fee85 - freebsd_network: Additions for FreeBSD 14.x net80211 and drivers.
<nekobot> [haiku/haiku] 86021fd40733 - Synchronize freebsd_net80211 and all maintained FreeBSD drivers with 14.1.
<waddlesplash> 770 files changed, 7753 insertions(+), 9066 deletions(-)!
<waddlesplash> not bad for a day's work lol
<OscarL> noice!
vdamewood has joined #haiku
* OscarL applauds waddlesplash's efforts!
<arraybolt3> waddlesplash: holy smoke
<waddlesplash> arraybolt3: lol it's mostly copied from FreeBSD
<arraybolt3> still though :O
<waddlesplash> I just had to skim the changes and re-apply Haiku-specific patches
<waddlesplash> and then test
<OscarL> PCI_PRODUCT_NVIDIA_MCP89_LAN << guess that macbook user will be happy :-)
<waddlesplash> yep, that's in that set
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<OscarL> yeah, reading just that :-)
<OscarL> next... sync NetBSD resolv code so nss_mdnsd.so loads? :-D
<waddlesplash> we may want a different approach than NetBSD here
<waddlesplash> honestly we should probably route such things through net_server
<waddlesplash> I would like it if all DNS went through net_server really but that's probably too big an ask
<waddlesplash> we can probably at least get /etc/hosts and DNS-SD there though
<waddlesplash> I will have to investigate this at some point, but not now
<OscarL> understood :-)
<OscarL> waddlesplash: just in case there's something of value... I've tried to merge Jie Ma's code from the ZeroConf GSoC from 2009. I surely got at least some paths wrong... but... at least I got it on a git repo (instead of on tarball).
vdamewood has quit [Quit: Textual IRC Client: www.textualapp.com]
<OscarL> The Haiku-API style wrappers for libdns-sd.so at least look interesting.
<OscarL> I'll see if I can actually build it, and see if PoorMan is able to advertize its service, at least :-)
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57780] - https://git.haiku-os.org/haiku/log/?qt=range&q=1f33dab2e64b+%5E86021fd40733
<nekobot> [haiku/haiku] 1f33dab2e64b - freebsd_network: Move ffs/fls routines to libkern.h and use builtins.
<waddlesplash> OscarL: yes, I saw, that does look interesting
<OscarL> "realtek killer e2600" also supported now. the more... the merrier!
SLema is now known as SaLem
SaLem is now known as SaLema
SaLema has quit [Quit: WeeChat 3.8]
SaLema has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 4 commits to master [hrev57781] - https://git.haiku-os.org/haiku/log/?qt=range&q=054e94c69b5c+%5E1f33dab2e64b
<nekobot> [haiku/haiku] b1ae2896a0df - openbsd_network: Add cast to silence a warning.
<nekobot> [haiku/haiku] 95ce8f21aab7 - rtl8125: Synchronize with upstream OpenBSD.
<nekobot> [haiku/haiku] 25e0933970a2 - openbsd_wlan: Synchronize with upstream OpenBSD.
<nekobot> [haiku/haiku] 054e94c69b5c - iaxwifi200: Port a change from upstream OpenBSD.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57782] - https://git.haiku-os.org/haiku/log/?qt=range&q=97a29cc79686+%5E054e94c69b5c
<nekobot> [haiku/haiku] 97a29cc79686 - freebsd_network: Remove definitions of ffs/fls functions from x86/cpufunc.h
Blurgh has quit [Quit: Leaving]
AlaskanEmily has joined #haiku
dpirate has quit [Ping timeout: 480 seconds]
erysdren has joined #haiku
<OscarL> "814 files changed, 9669 insertions(+), 15190 deletions(-)" :-D
<augiedoggie> i've been having trouble with the locale variables too, LC_ALL, LC_CTYPE,...
<augiedoggie> i think it was the icu update that broke things
<OscarL> I have icu74 (74.1-3), and icu66 (66.1-3) installed (beta4).
<OscarL> only locale-related issue for me is... if you change language from the Locale preference, LC_* vars do not get updated until you reboot.
<augiedoggie> it's more of an annoyance, i get warning messages when running certain commands, like bsdtar
<augiedoggie> when i'm using en_US.UTF-8
<OscarL> (regarding the issue I mentioned... I've "fixed it" by doing "export LC_XXX=" for each of those variables from /etc/profile.)
<OscarL> I might push that for review on Gerrit (if it's the wrong way to do it... I'll hear about it soon enough :-D)
<OscarL> Off to bed... I'm freezing already. Take care folks!
OscarL has quit [Quit: Gone with the wind]
erysdren has quit [Quit: Konversation terminated!]
dqk has joined #haiku
SaLema has quit [Remote host closed the connection]
SaLema has joined #haiku
dqk_ has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
erysdren has joined #haiku
linuxmaster has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
PetePete has quit [Ping timeout: 480 seconds]
PetePete has joined #haiku
PetePete has quit [Ping timeout: 480 seconds]
Guest10647 has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
Begasus has joined #haiku
<Begasus> g'morning peeps
Calisto has joined #haiku
<Calisto> Hey everyone
<Begasus> Hi Calisto
HaikuUser has joined #haiku
HaikuUser has quit []
<Calisto> Hi Begasus
<Calisto> how are you doing
<Begasus> re
<Begasus> fine here :)
<Calisto> that's nice
<Calisto> I'm just writing out a blog post for the Haiku Blog page about my project
<Begasus> nice, need to catch up on those :)
freddietilley has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
dodo75 has joined #haiku
<Calisto> Yup.
<Calisto> I just hope people like the changes that the new thing makes to the Find panel... hoping so anyways :)
<Calisto> btw Begasus i had a learning question
<Calisto> i've heard many people say that learning something like C makes you a better programmer in general because you understand many things when it comes to memory management. I did learn C like for a while and learnt a brief overview before learning C++ in depth. What do you think when it comes to making some sort of project in raw C to get a better hold of memory management? rather than C++?
mmu_man has joined #haiku
<Begasus> wrong person for that here Calisto :) can't even write "hello world" with a "* for dummies" ;)
MisthaLu has joined #haiku
_-Caleb-_ has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/c4309c370f32...caddf853af2e
<botifico> [haikuports/haikuports] Begasus caddf85 - EXRTranslator for Haiku (#10629)
<Begasus> done :)
coolcoder613_hk has quit [Quit: Vision[]: i've been blurred!]
diver has quit [Quit: Leaving.]
diver has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
* Begasus is so slapping opencascade ...
mmu_man has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
<Begasus> Fedora to the resque (again)! :)
<Begasus> opencascade, thanks miqlas! :P (always a pain those sci-libs)
MisthaLu has quit [Quit: Leaving]
<Begasus> biab
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
BrunoSpr has joined #haiku
<BrunoSpr> good morning europe
<BrunoSpr> hello everybody
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
<Begasus> Hi BrunoSpr
<Begasus> Warning: POLICY WARNING: "/packaging/opencascade_tools/bin/DRAWEXE" needs library "libtbb.so.12", but the package doesn't seem to declare that as a requirement
<Begasus> that worked it seems :)
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
CalistoMathias has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
BrunoSpr has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
erysdren has joined #haiku
BrunoSpr has quit [Quit: Vision[]: Ich wurde eingeweicht!]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
BrunoSpr has joined #haiku
<CalistoMathias> Heyyy
<CalistoMathias> just had a tiny question: In hugo, for uploading images along with your blogpost, are we supposed to keep the images in the same folder as the markdown file?
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
avanspector[m] has joined #haiku
avanspector[m] has quit []
avanspector[m] has joined #haiku
leont has quit [Ping timeout: 480 seconds]
akash has quit [Ping timeout: 480 seconds]
smalltalkman__ has quit [Ping timeout: 480 seconds]
geist has quit [Ping timeout: 480 seconds]
znemo has quit [Ping timeout: 480 seconds]
rann has quit [Ping timeout: 480 seconds]
IIsi has quit [Ping timeout: 480 seconds]
rnelson has quit [Ping timeout: 480 seconds]
jbmorley has quit [Ping timeout: 480 seconds]
mbrumbelow has quit [Ping timeout: 480 seconds]
smalltalkman__ has joined #haiku
leont has joined #haiku
rnelson has joined #haiku
jbmorley has joined #haiku
akash has joined #haiku
waddlesplash has joined #haiku
geist has joined #haiku
IIsi has joined #haiku
znemo has joined #haiku
rann has joined #haiku
mbrumbelow has joined #haiku
kinkinkijkin has quit [Quit: Leaving]
zard has joined #haiku
Calisto has joined #haiku
Calisto has quit [Read error: Connection reset by peer]
Calisto has joined #haiku
CalistoMathias has quit [Ping timeout: 480 seconds]
andreaa71 has joined #haiku
andreaa71 has left #haiku [#haiku]
DKnoto has quit [Ping timeout: 480 seconds]
tetrislyf has joined #haiku
DKnoto has joined #haiku
PetePete has joined #haiku
tetrislyf has quit [Ping timeout: 480 seconds]
<Begasus> nice :) grabbing tbb-2021.10.0-1-x86_64.hpkg and moving it to /Opslag/haikuports/packages/tbb-2021.10.0-1-x86_64.hpkg
MisthaLu has joined #haiku
bbjimmy_64 has joined #haiku
<PetePete> Buen dia, amigillos
<erysdren> good morning
<Begasus> Ola
<Begasus> biab
zard has quit [Ping timeout: 480 seconds]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
UW_Mill has joined #haiku
bbjimmy has joined #haiku
zardshard has left #haiku [Disconnected: Replaced by new connection]
zardshard has joined #haiku
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
MisthaLu has quit [Quit: Leaving]
GregC has joined #haiku
<Calisto> Heyy
<Begasus> wb
<Calisto> :)
zard has joined #haiku
freddietilley has quit [Quit: WeeChat 4.2.2]
<erysdren> meow
<Begasus> whoof
<phschafft> mau?
<zard> heh :P
zard has quit [Read error: Connection reset by peer]
zard has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/caddf853af2e...54b63376adf9
<botifico> [haikuports/haikuports] Begasus 54b6337 - luarocks, revbump, fix build (#10632)
nosycat has joined #haiku
Nephele has joined #haiku
<nosycat> Hello!
<erysdren> hello!
MisthaLu has joined #haiku
<Nephele> hi
<nosycat> What's new?
<phschafft> I hear nephele worked hard yesterday to get some meow code in. ;)
<nosycat> Ooh!
<Nephele> meow code?
<nosycat> Dunno, but it sounds good.
mmu_man has quit [Ping timeout: 480 seconds]
<phschafft> ;)
<Begasus> luarocks giving me a headache :/ https://0x0.st/Xmsx.png
<Nephele> was working on the marking partitons as active part
OscarL has joined #haiku
<Begasus> g'morning OscarL :)
<nosycat> o/
<OscarL> hello Begasus, nosycat, and the rest of the cool gang.
zdykstra has quit [Read error: No route to host]
<OscarL> I see Begasus had regressed to a childish state... playing with rocks.
<OscarL> :-P
<Begasus> after dealing with hwloc/tbb/opencascade :P
<OscarL> yeah, read those .recipes summaries... and I went... Mmm, aha... mmm. I know some of those words.
<Begasus> why can't they just move it to some cmake project or the likes
<Begasus> heh
<Nephele> "cool gang" heh
<waddlesplash> augiedoggie: hmm interesting, anything readily reproducible?
<waddlesplash> sounds like it needs a ticket
<augiedoggie> i haven't tried to reproduce it on my other machines
<augiedoggie> just my main install
<Nephele> waddlesplash, do you know if it is possible (on disk structure) that two or severall partitions are marked as active in intel partition maps?
<waddlesplash> I'm not really a partitioning expert
<augiedoggie> although i seem to recall seeing a video where someone got the same messages
zdykstra has joined #haiku
<augiedoggie> recently
<nosycat> If you mean MBR, I think only one primary partition can be active, but don't take my word for it.
<Nephele> Well, i know it is supposed to be like that. Here is my problem currently: I want to mark the *first* parttion as active that is created, or more precisely check the checkbox by default if there is no active partition
<Nephele> running my modified add-on it looks like two are active but that shouldn't be i think... I'm trying to answer how the on-disk structure looks to figure out where that bug comes from
<Begasus> make: find: Command not found (from buildmaster) ...
<Nephele> /bin/fin : string : findutils-4.9.0-2
* OscarL tries to crawl back up from the crazy deep rabbit hole that is https://justine.lol/index.html
<Nephele> find*
<Begasus> that isn't the problem :)
<Begasus> why does it need it at buildmaster
<Begasus> didn't complain here without
<Nephele> without context that is quite hard to answer.
<Nephele> find is specified in posix, so should be available normally. https://pubs.opengroup.org/onlinepubs/9699919799/
_-Caleb-_ has left #haiku [#haiku]
<Nephele> If you search for find in that log you will see it tries to use it to make some directories in a loop
<Nephele> > find src/luarocks/ -type d | while read f; \
<OscarL> Begasus: builders might be running an older HaikuPorter version? https://github.com/haikuports/haikuporter/pull/281
<Begasus> mkdir -p '/packages/luarocks-3.11.1-2/.self/data/lua/5.4'/`echo $f | sed 's,^src/,,'`; \
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/54b63376adf9...37a68944ccb4
<botifico> [haikuports/haikuports] Begasus 37a6894 - luarocks, revbump, add missing cmd:find? (#10633)
<Begasus> already mentioned we should update the tool :)
_-Caleb-_ has joined #haiku
<OscarL> I did *my* part :-P
<Nephele> PartitionMapHandle::init() has a todo about active partitions saying "Get these from parameters"
<Begasus> I'm bad at writing a summary :P
<Begasus> k, that seemed to work
<OscarL> we could use a "posix_cmds" meta .hpkg
<Nephele> if we decide that a posixless haiku is okay then yes. otherwise haiku.hpkg should depend on the commands
_dodo75 has joined #haiku
<Begasus> does buildmaster use the haikuporter tool from the depot (updated to the last one available)?
<Begasus> biab
<OscarL> mmm, managed to crash Beezer trying to open haiku-r1[...].hpkg :-/
<Nephele> the indirection the add-on system uses for it to run in drivesetup is giving me. a headache
<Nephele> i really wonder if using add-ons was the right tool for something like this
<N516[m]> Does anyone here know how to play doom mods on gzdoom
<Nephele> nice, freebsd gpart accepts a parameter for attribute and returns EINVAL if it is *not* "active" for mbr xD
<Nephele> the cost of generic api design
Skyl3r has quit [Ping timeout: 480 seconds]
<Nephele> looks like FreeBSD walks all partitions and unsets the active flag for each it shouldn't be active on.
<Begasus> note to self, next time disable x86 for luarocks ...
Skyl3r has joined #haiku
Nephele has quit [Quit: This computer has gone to sleep]
hightower4 has joined #haiku
Nephele has joined #haiku
hightower3 has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
<Begasus> thanks nephele :)
dodo75 has quit [Quit: Vision[]: i've been blurred!]
* Begasus takes a break (again) from lua ...
mmu_man has joined #haiku
<OscarL> Begasus: so... the "missing cmd:find" only was an issue for x86, but not for gcc2 build?
<Begasus> it wasn't (didn't check there)
<Begasus> +(?)
<Nephele> Begasus: for what?
<Begasus> forum :)
<Begasus> nice nheko patch upstreamed :)
<OscarL> "ln: failed to create symbolic link '/packages/luarocks_x86-3.11.1-3/.self/bin/x86/luarocks_5.4': No such file or directory"
<Nephele> oh, you mean icu?
<Begasus> yeah, saw that, if it works ok on gcc2 I probably drop the x86 arch
<Begasus> yep nephele :)
<OscarL> "mkdir $binDir" before the "ln -s"?
<OscarL> or drop gcc2 version instead? :-D
<Begasus> need some food (and some time out) :)
<Begasus> closing down here
<OscarL> later!
<Begasus> cu peeps!
Begasus has quit [Quit: Vision[]: i've been blurred!]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
nosycat has quit [Quit: Leaving]
dalme_ has joined #haiku
bbjimmy has joined #haiku
UW_Mill has quit [Remote host closed the connection]
Skyl3r has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
HaikuUser has joined #haiku
HaikuUser has quit []
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
zard has quit [Quit: leaving]
mmu_man has quit [Ping timeout: 480 seconds]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
mmu_man has joined #haiku
erysdren has quit [Quit: Konversation terminated!]
HaikuUser has joined #haiku
HaikuUser2 has joined #haiku
HaikuUser has quit []
HaikuUser2 has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
Nephele has quit [Quit: This computer has gone to sleep]
catcream has quit [Ping timeout: 480 seconds]
Nephele has joined #haiku
MisthaLu has quit [Quit: Leaving]
<OscarL> my Haiku .git folder got 1/3 smaller after git reflog expire / git gc. kinda crazy.
_dodo75 has quit [Quit: Vision[]: i've been blurred!]
<Nephele> the git port should really be improved :/
mmu_man has quit [Ping timeout: 480 seconds]
dodo75 has joined #haiku
Calisto has joined #haiku
mmu_man has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57783] - https://git.haiku-os.org/haiku/log/?qt=range&q=61607003b1ef+%5E97a29cc79686
<nekobot> [haiku/haiku] 61607003b1ef - kernel: check for NULL smallTaskCore in power_saving mode rebalance()
dodo75 has quit [Quit: Vision[]: i've been blurred!]
dodo75 has joined #haiku
catcream has joined #haiku
<nekobot> [haiku/haiku] 088c695b175c - freebsd_network: Remove fls/ffsl from generic/cpufunc.h
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57784] - https://git.haiku-os.org/haiku/log/?qt=range&q=088c695b175c+%5E61607003b1ef
<botifico> [haikuports/haikuports] Midar pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/37a68944ccb4...4e36cb8f5bc7
<botifico> [haikuports/haikuports] Midar 4e36cb8 - objfw: Update to 1.1.4
erysdren has joined #haiku
catcream has quit [Ping timeout: 480 seconds]
dodo75 has quit [Quit: Vision[]: i've been blurred!]
dodo75 has joined #haiku
Nephele is now known as Guest10777
Nephele has joined #haiku
Guest10777 has quit [Ping timeout: 480 seconds]
Nephele has quit [Quit: This computer has gone to sleep]
Calisto has quit [Ping timeout: 480 seconds]
erysdren has quit [Quit: Konversation terminated!]
Nephele has joined #haiku
SaLema is now known as SLema
SLema has quit [Quit: WeeChat 3.8]
SaLema has joined #haiku
SaLema is now known as SLema
SLema has quit [Quit: WeeChat 3.8]
SaLema has joined #haiku
SaLema is now known as SLema
SLema has quit []
owad has joined #haiku
SaLema has joined #haiku
SaLema has quit []
catcream has joined #haiku
SLema has joined #haiku
<nekobot> [haiku/haiku] df49d6c9348d - drivers/network: Remove remaining declarations of "devclass".
<nekobot> [haiku/haiku] waddlesplash pushed 5 commits to master [hrev57785] - https://git.haiku-os.org/haiku/log/?qt=range&q=6335cebddd70+%5E088c695b175c
<nekobot> [haiku/haiku] 5a39afd3522f - aironetwifi: Synchronize to the last version before it was removed.
<nekobot> [haiku/haiku] 4780e4d4df84 - freebsd_network: Remove some now-unneeded methods and compatibility macros.
<nekobot> [haiku/haiku] e79132226304 - pci.ids: Update.
<nekobot> [haiku/haiku] 6335cebddd70 - usb.ids: Update.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57786] - https://git.haiku-os.org/haiku/log/?qt=range&q=146690fec49e+%5E6335cebddd70
<nekobot> [haiku/haiku] 146690fec49e - aironetwifi: Amend last change.
SLema has quit [Quit: WeeChat 3.8]
SLema has joined #haiku
Calisto has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57787] - https://git.haiku-os.org/haiku/log/?qt=range&q=0caf909cecb5+%5E146690fec49e
<nekobot> [haiku/haiku] 0caf909cecb5 - Move mounting the shared_memory ramfs to launch_daemon.
SLema has quit [Quit: WeeChat 3.8]
SLema has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
Calisto has joined #haiku
<OscarL> quite a few encoding errors fixed on the updated pci.ids file!
SLema has quit [Quit: WeeChat 3.8]
SLema has joined #haiku
SLema has quit []
SLema has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]