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
Anarchos has joined #haiku
<Anarchos> hello
Anarchos has quit [Read error: No route to host]
Anarchos has joined #haiku
<Anarchos> i have questions for bfs people
Anarchos has quit [Ping timeout: 480 seconds]
bjorkintosh has quit [Quit: Leaving]
mbrumbelow has joined #haiku
<mbrumbelow> augiedoggie: You are correct it is in the BeBook.
xet7 has quit [Ping timeout: 480 seconds]
B2IA has quit [Ping timeout: 480 seconds]
xet7 has joined #haiku
B2IA has joined #haiku
Maturi0n_ has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
AlaskanEmily has joined #haiku
Maturi0n has quit [Ping timeout: 480 seconds]
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
<nekobot> [haiku/haiku] jessicah pushed 1 commit to master [hrev56989] - https://git.haiku-os.org/haiku/log/?qt=range&q=568b8f9395bf+%5E6550124ea0ea
<nekobot> [haiku/haiku] 568b8f9395bf - headers/posix: Add TIOCM_RNG as a synonym for TIOCM_RI
dqk has quit [Remote host closed the connection]
<nekobot> [haiku/haiku] jessicah pushed 1 commit to master [hrev56990] - https://git.haiku-os.org/haiku/log/?qt=range&q=d97ad7c4dc19+%5E568b8f9395bf
<nekobot> [haiku/haiku] d97ad7c4dc19 - termios: New ioctl: TIOCOUTQ
dqk has joined #haiku
<x512[m]> Why Ethernet devices use regular read/write? It adds additional memory copy.
<jessicah> instead of?
<x512[m]> Or maybe it is already possible to create Ethernet drivers as "network/devices/*/v1" modules without devfs node?
<x512[m]> jessicah: Directly using net_buffer and implementing net_device_module_info.
<jessicah> I pretty much take the view that it was overlooked, or just needs somebody to do the work :)
<jessicah> it's usually a sufficient why for a lot of things in Haiku :p
<x512[m]> I need to create new Ethernet driver for VisionFive 2.
<Skipp_OSX> sounds hard
<x512[m]> U-Boot driver is ~2000 lines of code.
<x512[m]> So seems not so hard.
mmu_man has quit [Ping timeout: 480 seconds]
<waddlesplash> x512[m]: well the FreeBSD drivers have to use mbufs
<waddlesplash> which will be a copy anyway
<x512[m]> memcpy may hurt a lot on non x86 boards.
<x512[m]> If write new native driver, *BSD mbuf should be not relevant.
<x512[m]> Where and how Ethernet devices are enumerated?
<x512[m]> It seems that network devices are enumerated by net_server in /dev/net file system path.
<x512[m]> Also using separate thread to receive packets is suspicious design.
<x512[m]> It should probably enqueue packets to stack from interrupt handler.
<andreasdr[m]> Good morning
tuaris has quit [Quit: Leaving.]
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
Begasus has joined #haiku
<Begasus> g'morning peeps
<OscarL> morning Begasus.
<Begasus> Ola OscarL ! still up? :) (or already up)
<OscarL> Still up, but I don't think for much longer :-D
<Begasus> korli already did the fix for gtk_doc I see
<Begasus> one less to worry about :P
<OscarL> yeah, saw it too. When I was writting my comment on your PR, I almost left an "But I'm almost sure korli has something else in mind" :-D
<Begasus> Not going to rebuild llvm9 any time soon to check on the python variables OscarL :P (although it's still pretty common), it's pretty stressfull to build :)
<OscarL> guess then I shouldn't even think about trying it on my old PC then :-D
<Begasus> could have a look at fltk (going through the issue from waddlesplash )
<Begasus> takes about a full day here to build (still less then texlive)
<OscarL> ouch.
<Begasus> +4k objects to build there :)
<OscarL> I tried to give another go to the lua recipes... mostly doing some clean up for the 5.4 one, and trying to understand them all, to see if we can end up avoiding the CONFLICTS for the _devel packages (AFAIK, it should be possible to have "parallel" installs)...
<OscarL> but ran out of concentration again :-/ (guess I'll try again tomorrow).
Skipp_OSX has quit [Ping timeout: 480 seconds]
<Begasus> OscarL, how are you going to do that?
<Begasus> they all ship "liblua.so" as a symlink
<OscarL> guess they shoudn't then :-) (will have to see how's done in other OSes)
<Begasus> hence we end up with other recipes that carry CONFLICTS for devel packages
<Begasus> ah, didn't go there yet :)
<OscarL> but AFAIK, lua tends to mostly be used as a static lib so... will have to double check regarding the .so. Shouldn't be so discimilar to the Python situation, really.
<Begasus> start with a simple one like: https://github.com/haikuports/haikuports/pull/8617
<Begasus> +?
<OscarL> holy PROVIDES Batman!
<Begasus> heh
<Begasus> well, maybe not that simple :P
<Begasus> it was still fresh in my memory :)
<jessicah> That's a bit mad
<Begasus> in the last version they even addedd about 6 or 7 new libraries there :P
<Begasus> zipcmp was added in libzip 0.6. :)
<Begasus> not sure why it's not build with ours?
<OscarL> The recipe do not adds it to the PROVIDES for x86
* Begasus rubs eyes
<Begasus> still early I guess :)
<Begasus> even then, only cmd:zipcmp should work in BUILD_PREREQUIRES?
<Begasus> SONAME doesn't seem to change for the latest zlib (maybe time to update that as well?) :)
<OscarL> right, mgba recipe should be explicit about cmd:zipcmp on BUILD_REQUIRES (instead of assuming it will be given by devel:libzip).
<OscarL> not sure if we really need/want to keep cmd:zipcmp being from GCC2 instead of switching it to x86, but... that's a different issue :-)
HaikuUser has joined #haiku
HaikuUser has quit []
Diver has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<Begasus> so far it has been a policy if library ship cmd's and can be build for both arch's the cmd's will only be provided in the primary package (didn't came up with that myself) :P
<Begasus> but it makes sense, if you ship it for secondary arch only, primary won't be able to use them
<Begasus> yay for haikuports :)
<Begasus> and even those 2 dont't really count :P
Diver has quit [Ping timeout: 480 seconds]
<OscarL> IIRC, that list was around 250 last year.
<Begasus> that's another list :)
Diver has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
<OscarL> ah, "Potentially vulnerable" only. still 200 < 250 :-D
<OscarL> progress!
Blendie has joined #haiku
<Begasus> no, that was less :)
* OscarL tickles checkboxes trying to find some positive stats then.
<Begasus> been looking into bumping rizin a few times to bring cutter up to date, but somehow I can't make cutter detect rizin at configure time :/
Begas_VM has joined #haiku
<Begasus> maybe I should push my recipe for ICU73 at one point :P
<OscarL> Easy to forget things after a while... I forgot I had an "itstool" branch with some fixes post libxml2 changes. Saw that korli commited his version, so I just deleted mine :-D
<botifico-c849d97b> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/37c0ba44606b...68d5581d4c61
<botifico-c849d97b> [haikuports/haikuports] Begasus 68d5581 - ack, bump version (#8623)
<Begasus> one down ...
<Begasus> yeah, mentioned it to him as it broke the latest itstool on buildmaster :)
<OscarL> lol, missed that :-D
freddietilley has joined #haiku
<Begasus> ;)
stux|away has quit [Quit: Aloha!]
stux|away has joined #haiku
<OscarL> what a noob! :-P
AlaskanEmily has quit [Remote host closed the connection]
<botifico-c849d97b> [haiku/website] pulkomandy pushed 1 commit to master [+2/-0/±0] https://github.com/haiku/website/compare/f7fbd64c20ff...9c4140f6714f
<botifico-c849d97b> [haiku/website] Swangeon 9c4140f - Added introduction blog post for VPN Support Project (#629)
<Begasus> lol OscarL
stux|away has quit [Quit: Aloha!]
stux|away has joined #haiku
<Begasus> k, branches on par, dogs in the kennels ... :)
<Begasus> let's check mgba
<Begasus> This branch is 2123 commits behind fltk:master. Looks like some catching up to do there :P
flag has joined #haiku
<trungnt2910[m]> What's going on? Seems like `area_for` doesn't like `mmap`.... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/sCHEZybWapMinyubaPsQkMAA>)
flag has quit []
flag has joined #haiku
<Begas_VM> k, mgba builds, but crashes on launch (32bit)
<Begasus> commented on the version bump ...
<Begasus> meanwhile fltk latest is building (switched to cmake there)
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
<botifico-c849d97b> [haikuports/haikuports] korli pushed 1 commit to master [+2/-6/±0] https://github.com/haikuports/haikuports/compare/68d5581d4c61...d88cc5e52eba
<botifico-c849d97b> [haikuports/haikuports] korli d88cc5e - libzip: bump version, don't build tools on secondary arch
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
<Begas_VM> heh, think korli follows the logs :)
orealis has quit [Read error: Connection reset by peer]
<Begasus> bugger, at github the release for fltk is behind the website ...
orealis has joined #haiku
<Begas_VM> whoops, looks like I used the one from the fork of mmu_man :)
Anarchos has joined #haiku
<botifico-c849d97b> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/d88cc5e52eba...a52ed6c09899
<botifico-c849d97b> [haikuports/haikuports] korli a52ed6c - mgba: trigger build on x86
<Anarchos> hello
<Begasus> Hi Anarchos
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
Raposa has quit [Ping timeout: 480 seconds]
pvalue has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
pvalue has quit [Quit: Vision[]: i've been blurred!]
vdamewood has joined #haiku
OscarL has quit [Quit: Page closed]
Anarchos has joined #haiku
nephele has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
nexus6 has joined #haiku
nexus6 has quit []
Anarchos has quit [Ping timeout: 480 seconds]
<nephele> Maybe a silly question but does anyone know how to connect to quakenet irc? I've been really trying, and for months i can't figure it out. I suspect the port i want to use is wrong, but there is no public info anywhere on what the correct port is for quakenet
HaikuUser has joined #haiku
HaikuUser has quit []
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
<Begas_VM> nice .... Installing: /packages/fltk_x86-1.3.8-2/.self/data/doc/fltk/html :)
<Begas_VM> now let's check tuxpaint-config ...
illwieckz has quit [Ping timeout: 480 seconds]
eschaton has quit [Remote host closed the connection]
eschaton has joined #haiku
B2IA has quit [resistance.oftc.net reflection.oftc.net]
smalltalkman has quit [resistance.oftc.net reflection.oftc.net]
bbjimmy has quit [resistance.oftc.net reflection.oftc.net]
systwi has quit [resistance.oftc.net reflection.oftc.net]
JakeSays1 has quit [resistance.oftc.net reflection.oftc.net]
ScottD1 has quit [resistance.oftc.net reflection.oftc.net]
erysdren has quit [resistance.oftc.net reflection.oftc.net]
oldkenobi has quit [resistance.oftc.net reflection.oftc.net]
MelMalik has quit [resistance.oftc.net reflection.oftc.net]
nephele has quit [resistance.oftc.net charon.oftc.net]
Forza has quit [resistance.oftc.net charon.oftc.net]
DanDan has quit [resistance.oftc.net charon.oftc.net]
extravert34[m] has quit [resistance.oftc.net charon.oftc.net]
catmeow72[m] has quit [resistance.oftc.net charon.oftc.net]
smoku has quit [resistance.oftc.net charon.oftc.net]
Zor-Prime[m] has quit [resistance.oftc.net charon.oftc.net]
xebi[m] has quit [resistance.oftc.net charon.oftc.net]
RukiWang[m] has quit [resistance.oftc.net charon.oftc.net]
wannabee[m] has quit [resistance.oftc.net charon.oftc.net]
VulcanSphere[CatgirlCloudMatri has quit [resistance.oftc.net charon.oftc.net]
VitorReus[m] has quit [resistance.oftc.net charon.oftc.net]
v1Ns[m] has quit [resistance.oftc.net charon.oftc.net]
Phil[m]1 has quit [resistance.oftc.net charon.oftc.net]
splines[m] has quit [resistance.oftc.net charon.oftc.net]
smontanaro[m] has quit [resistance.oftc.net charon.oftc.net]
november31st[m] has quit [resistance.oftc.net charon.oftc.net]
fuggy[m] has quit [resistance.oftc.net charon.oftc.net]
mukuld[m] has quit [resistance.oftc.net charon.oftc.net]
europa64[m] has quit [resistance.oftc.net charon.oftc.net]
bw[m] has quit [resistance.oftc.net charon.oftc.net]
britishgeekguy[m] has quit [resistance.oftc.net charon.oftc.net]
barrakudarain[m] has quit [resistance.oftc.net charon.oftc.net]
BenKlaasen[m] has quit [resistance.oftc.net charon.oftc.net]
aladds[m] has quit [resistance.oftc.net charon.oftc.net]
happy-dude[m] has quit [resistance.oftc.net charon.oftc.net]
codysseus[m] has quit [resistance.oftc.net charon.oftc.net]
Slok[m] has quit [resistance.oftc.net charon.oftc.net]
NisargThakkar[m] has quit [resistance.oftc.net charon.oftc.net]
BharatSahlot[m] has quit [resistance.oftc.net charon.oftc.net]
nyanpasu64 has quit [resistance.oftc.net charon.oftc.net]
testuser[m]1 has quit [resistance.oftc.net charon.oftc.net]
NovaForte[m] has quit [resistance.oftc.net charon.oftc.net]
EnriqueMedinaGremaldos[m] has quit [resistance.oftc.net charon.oftc.net]
JaredMohammed[m]1234 has quit [resistance.oftc.net charon.oftc.net]
fatwallet[m] has quit [resistance.oftc.net charon.oftc.net]
m[m]12345678910111213141516126 has quit [resistance.oftc.net charon.oftc.net]
edruro[m] has quit [resistance.oftc.net charon.oftc.net]
DirkOlmes[m] has quit [resistance.oftc.net charon.oftc.net]
chaoticbob[m] has quit [resistance.oftc.net charon.oftc.net]
nielx[m] has quit [resistance.oftc.net charon.oftc.net]
trungnt2910[m] has quit [resistance.oftc.net charon.oftc.net]
win8linux[m] has quit [resistance.oftc.net charon.oftc.net]
jryans has quit [resistance.oftc.net charon.oftc.net]
lesderid has quit [resistance.oftc.net charon.oftc.net]
shann has quit [resistance.oftc.net charon.oftc.net]
tsukasa has quit [resistance.oftc.net charon.oftc.net]
FloodServ has quit [resistance.oftc.net charon.oftc.net]
flag has quit [resistance.oftc.net charon.oftc.net]
Begas_VM has quit [resistance.oftc.net charon.oftc.net]
Begasus has quit [resistance.oftc.net charon.oftc.net]
TMM has quit [resistance.oftc.net charon.oftc.net]
DanielDoran[m] has quit [resistance.oftc.net charon.oftc.net]
Yonle has quit [resistance.oftc.net charon.oftc.net]
general_j[m] has quit [resistance.oftc.net charon.oftc.net]
kallisti5[m] has quit [resistance.oftc.net charon.oftc.net]
zxyz[m] has quit [resistance.oftc.net charon.oftc.net]
zuckerberg[m] has quit [resistance.oftc.net charon.oftc.net]
xmeadow[m] has quit [resistance.oftc.net charon.oftc.net]
weda[m] has quit [resistance.oftc.net charon.oftc.net]
UbhayAnand[m] has quit [resistance.oftc.net charon.oftc.net]
turb0x[m] has quit [resistance.oftc.net charon.oftc.net]
Sivaram[m] has quit [resistance.oftc.net charon.oftc.net]
the_sudoer[m] has quit [resistance.oftc.net charon.oftc.net]
swarnlata[m] has quit [resistance.oftc.net charon.oftc.net]
subhashisghose[m] has quit [resistance.oftc.net charon.oftc.net]
SiddharthKumarPanda[m] has quit [resistance.oftc.net charon.oftc.net]
ritz[m] has quit [resistance.oftc.net charon.oftc.net]
Ruby576[m] has quit [resistance.oftc.net charon.oftc.net]
paxsov[m] has quit [resistance.oftc.net charon.oftc.net]
pairisto[m] has quit [resistance.oftc.net charon.oftc.net]
owl4ce[m] has quit [resistance.oftc.net charon.oftc.net]
mhj[m] has quit [resistance.oftc.net charon.oftc.net]
mattmoose[m] has quit [resistance.oftc.net charon.oftc.net]
massn00b[m] has quit [resistance.oftc.net charon.oftc.net]
legarts[m] has quit [resistance.oftc.net charon.oftc.net]
hamoko[m] has quit [resistance.oftc.net charon.oftc.net]
Gustavs[m] has quit [resistance.oftc.net charon.oftc.net]
erde74[m] has quit [resistance.oftc.net charon.oftc.net]
RajAryan[m] has quit [resistance.oftc.net charon.oftc.net]
kar[m] has quit [resistance.oftc.net charon.oftc.net]
dfergfla[m] has quit [resistance.oftc.net charon.oftc.net]
Deepdarshan[m] has quit [resistance.oftc.net charon.oftc.net]
bronzie94[m] has quit [resistance.oftc.net charon.oftc.net]
hive[m]1 has quit [resistance.oftc.net charon.oftc.net]
aspendowntime[m] has quit [resistance.oftc.net charon.oftc.net]
AniketRaj[m] has quit [resistance.oftc.net charon.oftc.net]
aa55[m] has quit [resistance.oftc.net charon.oftc.net]
harshit-sharma[m] has quit [resistance.oftc.net charon.oftc.net]
faveoled[m] has quit [resistance.oftc.net charon.oftc.net]
code_vaibhav[m] has quit [resistance.oftc.net charon.oftc.net]
BarmenduChakraborty[m] has quit [resistance.oftc.net charon.oftc.net]
klarre[m] has quit [resistance.oftc.net charon.oftc.net]
mika_f[m] has quit [resistance.oftc.net charon.oftc.net]
iar[m] has quit [resistance.oftc.net charon.oftc.net]
jmc-88[m] has quit [resistance.oftc.net charon.oftc.net]
shreyaspatange[m] has quit [resistance.oftc.net charon.oftc.net]
kkkkkkkkkkkk[m] has quit [resistance.oftc.net charon.oftc.net]
illen[m] has quit [resistance.oftc.net charon.oftc.net]
Leandro[m] has quit [resistance.oftc.net charon.oftc.net]
tar[m]1 has quit [resistance.oftc.net charon.oftc.net]
Assassink786[m] has quit [resistance.oftc.net charon.oftc.net]
x512[m] has quit [resistance.oftc.net charon.oftc.net]
Blub\0 has quit [resistance.oftc.net charon.oftc.net]
sahilister has quit [resistance.oftc.net charon.oftc.net]
yeti has quit [resistance.oftc.net charon.oftc.net]
Chain|Q has quit [resistance.oftc.net charon.oftc.net]
jezek2 has quit [resistance.oftc.net charon.oftc.net]
gshumway_ has quit [resistance.oftc.net charon.oftc.net]
milek7_ has quit [resistance.oftc.net charon.oftc.net]
Guest6818 has quit [resistance.oftc.net charon.oftc.net]
DKnoto has quit [resistance.oftc.net charon.oftc.net]
Maturi0n_ has quit [resistance.oftc.net charon.oftc.net]
xet7 has quit [resistance.oftc.net charon.oftc.net]
kescher has quit [resistance.oftc.net charon.oftc.net]
floof58 has quit [resistance.oftc.net charon.oftc.net]
woffs has quit [resistance.oftc.net charon.oftc.net]
spectre_1[m] has quit [resistance.oftc.net charon.oftc.net]
probono9 has quit [resistance.oftc.net charon.oftc.net]
arti has quit [resistance.oftc.net charon.oftc.net]
yaponamat[m] has quit [resistance.oftc.net charon.oftc.net]
vandito[m] has quit [resistance.oftc.net charon.oftc.net]
TomBhadac[m] has quit [resistance.oftc.net charon.oftc.net]
timkack[m] has quit [resistance.oftc.net charon.oftc.net]
TarunArora[m] has quit [resistance.oftc.net charon.oftc.net]
sixecho has quit [resistance.oftc.net charon.oftc.net]
senicar[m] has quit [resistance.oftc.net charon.oftc.net]
luso[m] has quit [resistance.oftc.net charon.oftc.net]
KrishnaNarayanan[m] has quit [resistance.oftc.net charon.oftc.net]
kniffy has quit [resistance.oftc.net charon.oftc.net]
Kartikkeyankant[m] has quit [resistance.oftc.net charon.oftc.net]
Jogarr[m] has quit [resistance.oftc.net charon.oftc.net]
ilzu[m] has quit [resistance.oftc.net charon.oftc.net]
Grumbleduke[m] has quit [resistance.oftc.net charon.oftc.net]
GriffintheFolf[m] has quit [resistance.oftc.net charon.oftc.net]
GautamAgrawal[m] has quit [resistance.oftc.net charon.oftc.net]
CompanionCube has quit [resistance.oftc.net charon.oftc.net]
Fs[m] has quit [resistance.oftc.net charon.oftc.net]
forghani[m] has quit [resistance.oftc.net charon.oftc.net]
ermo[m] has quit [resistance.oftc.net charon.oftc.net]
eightbit[m] has quit [resistance.oftc.net charon.oftc.net]
DinsRozentals[m] has quit [resistance.oftc.net charon.oftc.net]
cryptogoth2[m] has quit [resistance.oftc.net charon.oftc.net]
bronzie94[m]1 has quit [resistance.oftc.net charon.oftc.net]
lnx[m]1 has quit [resistance.oftc.net charon.oftc.net]
AlessandroMolina[m] has quit [resistance.oftc.net charon.oftc.net]
Akhil[m] has quit [resistance.oftc.net charon.oftc.net]
abhiraj1[m] has quit [resistance.oftc.net charon.oftc.net]
a32bitmint[m] has quit [resistance.oftc.net charon.oftc.net]
VulcanSphereintheMatrixorg[m] has quit [resistance.oftc.net charon.oftc.net]
dcavalca has quit [resistance.oftc.net charon.oftc.net]
SwagatSBhuyan[m] has quit [resistance.oftc.net charon.oftc.net]
shaka444[m] has quit [resistance.oftc.net charon.oftc.net]
deadfwd[m] has quit [resistance.oftc.net charon.oftc.net]
Commander[m] has quit [resistance.oftc.net charon.oftc.net]
AndersonTorres[m] has quit [resistance.oftc.net charon.oftc.net]
ids1024[m] has quit [resistance.oftc.net charon.oftc.net]
xylobol[m] has quit [resistance.oftc.net charon.oftc.net]
scops has quit [resistance.oftc.net charon.oftc.net]
DeveshRaut[m] has quit [resistance.oftc.net charon.oftc.net]
Kai[m] has quit [resistance.oftc.net charon.oftc.net]
n0toose[m] has quit [resistance.oftc.net charon.oftc.net]
Saijin_Naib has quit [resistance.oftc.net charon.oftc.net]
BlueSky76 has quit [resistance.oftc.net charon.oftc.net]
thelounge4920776 has quit [resistance.oftc.net charon.oftc.net]
PulkoMandy has quit [resistance.oftc.net charon.oftc.net]
|cos| has quit [resistance.oftc.net charon.oftc.net]
puck_ has quit [resistance.oftc.net charon.oftc.net]
freddietilley has quit [resistance.oftc.net charon.oftc.net]
orealis has quit [resistance.oftc.net charon.oftc.net]
linuxmaster has quit [resistance.oftc.net charon.oftc.net]
Halamix2 has quit [resistance.oftc.net charon.oftc.net]
kikadf has quit [resistance.oftc.net charon.oftc.net]
jess has quit [resistance.oftc.net charon.oftc.net]
dqk has quit [resistance.oftc.net charon.oftc.net]
ZorPrime[m] has quit [resistance.oftc.net charon.oftc.net]
zelenoviy[m] has quit [resistance.oftc.net charon.oftc.net]
YonleCoder has quit [resistance.oftc.net charon.oftc.net]
yodamatrix[m] has quit [resistance.oftc.net charon.oftc.net]
valera[m] has quit [resistance.oftc.net charon.oftc.net]
thinkbyte1024[m] has quit [resistance.oftc.net charon.oftc.net]
stereopora[m] has quit [resistance.oftc.net charon.oftc.net]
semicoln[m] has quit [resistance.oftc.net charon.oftc.net]
samchi70[m] has quit [resistance.oftc.net charon.oftc.net]
robxnano[m] has quit [resistance.oftc.net charon.oftc.net]
rayzon03[m] has quit [resistance.oftc.net charon.oftc.net]
qyzz[m] has quit [resistance.oftc.net charon.oftc.net]
printed[m] has quit [resistance.oftc.net charon.oftc.net]
hexagon[m] has quit [resistance.oftc.net charon.oftc.net]
mull[m] has quit [resistance.oftc.net charon.oftc.net]
mkorekiyo[m] has quit [resistance.oftc.net charon.oftc.net]
Mashijams[m] has quit [resistance.oftc.net charon.oftc.net]
MarkoKai[m] has quit [resistance.oftc.net charon.oftc.net]
lennox[m] has quit [resistance.oftc.net charon.oftc.net]
AhmedAlhojairat[m] has quit [resistance.oftc.net charon.oftc.net]
fabs[m] has quit [resistance.oftc.net charon.oftc.net]
Evan[m] has quit [resistance.oftc.net charon.oftc.net]
divyansh_747[m] has quit [resistance.oftc.net charon.oftc.net]
IoannisCherouvim[m] has quit [resistance.oftc.net charon.oftc.net]
bradsco[m] has quit [resistance.oftc.net charon.oftc.net]
bitigchi[m] has quit [resistance.oftc.net charon.oftc.net]
Ashhar[m] has quit [resistance.oftc.net charon.oftc.net]
arnavbhatt288[m] has quit [resistance.oftc.net charon.oftc.net]
amayas[m] has quit [resistance.oftc.net charon.oftc.net]
andreasdr[m] has quit [resistance.oftc.net charon.oftc.net]
SamuraiCrow[m] has quit [resistance.oftc.net charon.oftc.net]
Martini[m] has quit [resistance.oftc.net charon.oftc.net]
scott_puopolo[m] has quit [resistance.oftc.net charon.oftc.net]
jt15s[m] has quit [resistance.oftc.net charon.oftc.net]
johnolinda[m] has quit [resistance.oftc.net charon.oftc.net]
jeremyc[m] has quit [resistance.oftc.net charon.oftc.net]
harshitsapkal[m] has quit [resistance.oftc.net charon.oftc.net]
fut10[m] has quit [resistance.oftc.net charon.oftc.net]
foint[m] has quit [resistance.oftc.net charon.oftc.net]
NorthwoodsNEKO[m] has quit [resistance.oftc.net charon.oftc.net]
KSPAtlas[m] has quit [resistance.oftc.net charon.oftc.net]
jason123santa[m] has quit [resistance.oftc.net charon.oftc.net]
bjorn3[m] has quit [resistance.oftc.net charon.oftc.net]
kquote03[m] has quit [resistance.oftc.net charon.oftc.net]
nekobot has quit [resistance.oftc.net charon.oftc.net]
phschafft has quit [resistance.oftc.net charon.oftc.net]
julienxx has quit [resistance.oftc.net charon.oftc.net]
tib has quit [resistance.oftc.net charon.oftc.net]
valeriusN has quit [resistance.oftc.net charon.oftc.net]
PasNox has quit [resistance.oftc.net charon.oftc.net]
jason123santa has quit [resistance.oftc.net charon.oftc.net]
acidsys has quit [resistance.oftc.net charon.oftc.net]
caubert_ has quit [resistance.oftc.net charon.oftc.net]
nephele has joined #haiku
freddietilley has joined #haiku
flag has joined #haiku
orealis has joined #haiku
DKnoto has joined #haiku
catmeow72[m] has joined #haiku
FloodServ has joined #haiku
zxyz[m] has joined #haiku
zuckerberg[m] has joined #haiku
ZorPrime[m] has joined #haiku
kallisti5[m] has joined #haiku
Zor-Prime[m] has joined #haiku
zelenoviy[m] has joined #haiku
probono9 has joined #haiku
yodamatrix[m] has joined #haiku
xylobol[m] has joined #haiku
YonleCoder has joined #haiku
xebi[m] has joined #haiku
yaponamat[m] has joined #haiku
xmeadow[m] has joined #haiku
RukiWang[m] has joined #haiku
weda[m] has joined #haiku
VulcanSphere[CatgirlCloudMatri has joined #haiku
wannabee[m] has joined #haiku
VitorReus[m] has joined #haiku
vandito[m] has joined #haiku
valera[m] has joined #haiku
v1Ns[m] has joined #haiku
UbhayAnand[m] has joined #haiku
Phil[m]1 has joined #haiku
Sivaram[m] has joined #haiku
turb0x[m] has joined #haiku
timkack[m] has joined #haiku
the_sudoer[m] has joined #haiku
TomBhadac[m] has joined #haiku
thinkbyte1024[m] has joined #haiku
testuser[m]1 has joined #haiku
SwagatSBhuyan[m] has joined #haiku
swarnlata[m] has joined #haiku
TarunArora[m] has joined #haiku
stereopora[m] has joined #haiku
splines[m] has joined #haiku
smontanaro[m] has joined #haiku
subhashisghose[m] has joined #haiku
sixecho has joined #haiku
Slok[m] has joined #haiku
senicar[m] has joined #haiku
SiddharthKumarPanda[m] has joined #haiku
shaka444[m] has joined #haiku
shreyaspatange[m] has joined #haiku
tar[m]1 has joined #haiku
scott_puopolo[m] has joined #haiku
scops has joined #haiku
SamuraiCrow[m] has joined #haiku
semicoln[m] has joined #haiku
samchi70[m] has joined #haiku
robxnano[m] has joined #haiku
ritz[m] has joined #haiku
rayzon03[m] has joined #haiku
Saijin_Naib has joined #haiku
qyzz[m] has joined #haiku
Ruby576[m] has joined #haiku
paxsov[m] has joined #haiku
pairisto[m] has joined #haiku
printed[m] has joined #haiku
owl4ce[m] has joined #haiku
nyanpasu64 has joined #haiku
november31st[m] has joined #haiku
NovaForte[m] has joined #haiku
hexagon[m] has joined #haiku
fuggy[m] has joined #haiku
NisargThakkar[m] has joined #haiku
kkkkkkkkkkkk[m] has joined #haiku
nielx[m] has joined #haiku
n0toose[m] has joined #haiku
mull[m] has joined #haiku
mukuld[m] has joined #haiku
mkorekiyo[m] has joined #haiku
mika_f[m] has joined #haiku
mhj[m] has joined #haiku
mattmoose[m] has joined #haiku
MarkoKai[m] has joined #haiku
massn00b[m] has joined #haiku
Mashijams[m] has joined #haiku
Martini[m] has joined #haiku
luso[m] has joined #haiku
m[m]12345678910111213141516126 has joined #haiku
EnriqueMedinaGremaldos[m] has joined #haiku
lennox[m] has joined #haiku
legarts[m] has joined #haiku
KSPAtlas[m] has joined #haiku
kquote03[m] has joined #haiku
KrishnaNarayanan[m] has joined #haiku
kniffy has joined #haiku
Kartikkeyankant[m] has joined #haiku
klarre[m] has joined #haiku
AhmedAlhojairat[m] has joined #haiku
jt15s[m] has joined #haiku
johnolinda[m] has joined #haiku
jryans has joined #haiku
jmc-88[m] has joined #haiku
jeremyc[m] has joined #haiku
jason123santa[m] has joined #haiku
ilzu[m] has joined #haiku
JaredMohammed[m]1234 has joined #haiku
Jogarr[m] has joined #haiku
illen[m] has joined #haiku
ids1024[m] has joined #haiku
harshitsapkal[m] has joined #haiku
iar[m] has joined #haiku
Kai[m] has joined #haiku
harshit-sharma[m] has joined #haiku
happy-dude[m] has joined #haiku
Gustavs[m] has joined #haiku
hamoko[m] has joined #haiku
Grumbleduke[m] has joined #haiku
GriffintheFolf[m] has joined #haiku
GautamAgrawal[m] has joined #haiku
fut10[m] has joined #haiku
forghani[m] has joined #haiku
Fs[m] has joined #haiku
foint[m] has joined #haiku
NorthwoodsNEKO[m] has joined #haiku
fabs[m] has joined #haiku
extravert34[m] has joined #haiku
faveoled[m] has joined #haiku
fatwallet[m] has joined #haiku
Evan[m] has joined #haiku
europa64[m] has joined #haiku
eightbit[m] has joined #haiku
ermo[m] has joined #haiku
erde74[m] has joined #haiku
edruro[m] has joined #haiku
RajAryan[m] has joined #haiku
divyansh_747[m] has joined #haiku
kar[m] has joined #haiku
DirkOlmes[m] has joined #haiku
DinsRozentals[m] has joined #haiku
dfergfla[m] has joined #haiku
Deepdarshan[m] has joined #haiku
DeveshRaut[m] has joined #haiku
deadfwd[m] has joined #haiku
dcavalca has joined #haiku
DanielDoran[m] has joined #haiku
code_vaibhav[m] has joined #haiku
cryptogoth2[m] has joined #haiku
codysseus[m] has joined #haiku
IoannisCherouvim[m] has joined #haiku
chaoticbob[m] has joined #haiku
Leandro[m] has joined #haiku
bronzie94[m]1 has joined #haiku
bw[m] has joined #haiku
bronzie94[m] has joined #haiku
britishgeekguy[m] has joined #haiku
lnx[m]1 has joined #haiku
bradsco[m] has joined #haiku
bjorn3[m] has joined #haiku
bitigchi[m] has joined #haiku
hive[m]1 has joined #haiku
BarmenduChakraborty[m] has joined #haiku
barrakudarain[m] has joined #haiku
BenKlaasen[m] has joined #haiku
BharatSahlot[m] has joined #haiku
aspendowntime[m] has joined #haiku
AniketRaj[m] has joined #haiku
Ashhar[m] has joined #haiku
arnavbhatt288[m] has joined #haiku
AndersonTorres[m] has joined #haiku
AlessandroMolina[m] has joined #haiku
Akhil[m] has joined #haiku
aladds[m] has joined #haiku
amayas[m] has joined #haiku
abhiraj1[m] has joined #haiku
aa55[m] has joined #haiku
VulcanSphereintheMatrixorg[m] has joined #haiku
a32bitmint[m] has joined #haiku
Commander[m] has joined #haiku
andreasdr[m] has joined #haiku
win8linux[m] has joined #haiku
trungnt2910[m] has joined #haiku
x512[m] has joined #haiku
BlueSky76 has joined #haiku
thelounge4920776 has joined #haiku
Blub\0 has joined #haiku
nekobot has joined #haiku
tib has joined #haiku
yeti has joined #haiku
sahilister has joined #haiku
phschafft has joined #haiku
lesderid has joined #haiku
julienxx has joined #haiku
jezek2 has joined #haiku
Chain|Q has joined #haiku
gshumway_ has joined #haiku
milek7_ has joined #haiku
shann has joined #haiku
Guest6818 has joined #haiku
|cos| has joined #haiku
tsukasa has joined #haiku
PulkoMandy has joined #haiku
valeriusN has joined #haiku
PasNox has joined #haiku
puck_ has joined #haiku
acidsys has joined #haiku
Begasus has joined #haiku
caubert_ has joined #haiku
woffs has joined #haiku
linuxmaster has joined #haiku
kescher has joined #haiku
floof58 has joined #haiku
Maturi0n_ has joined #haiku
xet7 has joined #haiku
Begas_VM has joined #haiku
dqk has joined #haiku
TMM has joined #haiku
kikadf has joined #haiku
Halamix2 has joined #haiku
DanDan has joined #haiku
Forza has joined #haiku
jason123santa has joined #haiku
jess has joined #haiku
spectre_1[m] has joined #haiku
CompanionCube has joined #haiku
Assassink786[m] has joined #haiku
Yonle has joined #haiku
general_j[m] has joined #haiku
arti has joined #haiku
smoku has joined #haiku
B2IA has joined #haiku
JakeSays1 has joined #haiku
systwi has joined #haiku
bbjimmy has joined #haiku
ScottD1 has joined #haiku
erysdren has joined #haiku
MelMalik has joined #haiku
oldkenobi has joined #haiku
smalltalkman has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
Diver has quit [Read error: Network is unreachable]
mmu_man has joined #haiku
dqk has quit [Remote host closed the connection]
Kokito has joined #haiku
<x512[m]> trungnt2910: Can you tell which .NET branch is currently actual for Haiku port?
Diver has joined #haiku
dqk has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
diver1 has joined #haiku
Diver is now known as Guest1121
diver1 is now known as Diver
Guest1121 has quit [Ping timeout: 480 seconds]
<trungnt2910[m]> I order my "branches" by the order they should be sent for PRs.
<trungnt2910[m]> Currently the head is at https://github.com/trungnt2910/dotnet-runtime/tree/dev/trungnt2910/haiku-pal, but there will be a new branch on top of that soon.
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
_orealis has joined #haiku
_orealis has quit [Read error: Connection reset by peer]
orealis has quit [Ping timeout: 480 seconds]
orealis has joined #haiku
freddietilley has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
<nekobot> [haiku/haiku] pulkomandy pushed 1 commit to master [hrev56991] - https://git.haiku-os.org/haiku/log/?qt=range&q=786c14d06dc5+%5Ed97ad7c4dc19
<nekobot> [haiku/haiku] 786c14d06dc5 - boot/arm64: set trace level with constexprs
illwieckz has joined #haiku
Kokito has quit [Quit: Vision[]: i've been blurred!]
Begasus_32 has joined #haiku
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
kinkinkijkin has joined #haiku
zard has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
freddietilley has quit []
bjorkintosh has joined #haiku
freddietilley has joined #haiku
<zard> mmu_man: Is that IRC bot you made still online?
kinkinkijkin is now known as Guest1129
kinkinkijkin has joined #haiku
kinkinkijkin has quit []
Guest1129 has quit [Ping timeout: 480 seconds]
<mmu_man> zard: hmm no, long since I ran it. I think the code is somewhere already
kikadf has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
kikadf has joined #haiku
tuaris has joined #haiku
<zard> I found it in 3rdparty/mmu_man/irc
kinkinkijkin has joined #haiku
Anarchos has joined #haiku
<Anarchos> hello
vdamewood has quit [Remote host closed the connection]
vdamewood has joined #haiku
<Anarchos> it seeems i have a corrupted add-on but i can'(t find which one
kinkinkijkin has quit [Ping timeout: 480 seconds]
<Begasus> bugger, github down again ...
kinkinkijkin has joined #haiku
dqk has quit [Read error: Connection reset by peer]
dqk has joined #haiku
freddietilley has quit [Quit: WeeChat 3.8]
freddietilley has joined #haiku
<Anarchos> but if i disable acpi, all is fine
Forza has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<Begasus> nice, can change the language for TuxPaint with tuxpaint-config :D
<Begasus> doesn't like Chinese though
Forza has joined #haiku
Anarchos has quit [Quit: Vision[]: i've been blurred!]
Anarchos has joined #haiku
<Anarchos> i wonder how just disabling 'acpi' can solve my 'unhandled pheader type' errors in syslog and the 'did not find boot partition' fatal error !
mmu_man has quit [Ping timeout: 480 seconds]
dqk has quit [Remote host closed the connection]
dqk has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<waddlesplash> Begasus: don't use mmuman's port for fltk
<waddlesplash> it's not complete I think, and using Xlibe is a totally different strategy
<waddlesplash> Begasus: I guess my patch may only apply to 1.4. I'll make one for 1.3 to fix the fluid crash a different way
CPYou has joined #haiku
<Anarchos> is fltk a modern BeBuilder ?
nephele has quit [Quit: Vision[]: i've been blurred!]
floof58 is now known as Guest1135
floof58 has joined #haiku
dqk has quit [Read error: Connection reset by peer]
dqk has joined #haiku
Guest1135 has quit [Ping timeout: 480 seconds]
<trungnt2910[m]> <x512[m]> "trungnt2910: Can you tell which..." <- https://github.com/trungnt2910/dotnet-runtime/tree/haiku-dotnet8
<trungnt2910[m]> This branch will always contain the latest commit.
<Begasus> waddlesplash, looked over your patch and searched the source where it was used now to apply
<waddlesplash> did that work?
<Begasus> not for the crash for fluid
freddietilley has quit [Quit: WeeChat 3.8]
<waddlesplash> ok. I'll investigate
Anarchos has quit [Quit: Vision[]: i've been blurred!]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev56992] - https://git.haiku-os.org/haiku/log/?qt=range&q=412bcb11fdfc+%5E786c14d06dc5
<nekobot> [haiku/haiku] 412bcb11fdfc - kernel/vm: Fix area_for with PROT_NONE address
<Begasus> lol, didn't check the libx11 recipe, safe to use it in fltk then waddlesplash :)
<waddlesplash> yes :)
<Begasus> looks like I push directly to tuxpaint upstream instead of through a PR :P
<Begasus> push/pushed*
<Begasus> ah no, tuxpaint.c isn't changed (need to figure that thing out on sf) :/
mmu_man has joined #haiku
<waddlesplash> Begasus: FLUID doesn't crash here
<waddlesplash> got a report?
<waddlesplash> that patch fixed the only crash I was experiencing before
<Begasus> everybody wants a report today :)
<waddlesplash> it could also be possible the crash only occurs on install...
<waddlesplash> let me see about trying your recipe
<Begasus> comming up in a bit, want to make sure that patch for tuxpaint is up (new release(c) not far away)
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
<Begas_VM> think I know why it doesn't launch here
<Begas_VM> re-installed the devel package, but not the base package (containing the libraries)
nosycat has joined #haiku
<waddlesplash> er. the devel package should depend on base exact version, yes?
<Begas_VM> yes, but that was installed, just not updated after the fix for the crash :)
Diver has quit [Read error: Connection reset by peer]
<Begas_VM> ps waddlesplash, maybe move the documentation (html) to s seperate package (is pretty big)
<Begas_VM> some others repoort those too at repology (was in my planning)
<waddlesplash> keeping it in the devel package should be fine
<Begas_VM> ok
<Begas_VM> nope, still doesn't launch here ...
<waddlesplash> what color space do yo uhave set in Screen settings
<waddlesplash> or just "Colors:"
<Begas_VM> 16bit
<Begas_VM> other one is 32bits/pixel
<waddlesplash> that actually is probably the issue lol
<Begas_VM> reduced it here on the VM for performance
<waddlesplash> yep, same thing happens here
<waddlesplash> likely an xlibe problem
<Begas_VM> k, issue found then :)
<waddlesplash> Begas_VM: pretty sure 16bpp will actually be slower than 32bpp...
<waddlesplash> as it will have to do color quantization I think?
<waddlesplash> or maybe not
Diver has joined #haiku
CPYou has quit [Ping timeout: 480 seconds]
<Begasus> k, think that should do it for the PR (fltk)
<Begasus> now I need to wait for you to update xlibe again for that waddlesplash :) (no hurry here though)
<Begasus> btw, in vmware if I had set it to 32 bits/pixel mouse movement was choking
<waddlesplash> huh
<botifico-c849d97b> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/a52ed6c09899...b557fd5fa229
<botifico-c849d97b> [haikuports/haikuports] waddlesplash b557fd5 - xlibe: 0.3.1.
<Begas_VM> still does
<botifico-c849d97b> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/b557fd5fa229...d6c73ce35ef2
<botifico-c849d97b> [haikuports/haikuports] Begasus d6c73ce - fltk, bump version (#8627)
Begasus_32 has quit [Quit: Vision[]: Gone to the dogs!]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Begasus> doesn't it make sense to build fltk after xlibe was finished at buildmaster waddlesplash ?
<waddlesplash> no, it doesn't matter
<Begasus> ah ok :)
<waddlesplash> the xlibe change doesn't change API/ABI
<Begasus> then it's about time to close down here, dogschool in a bit (and exams on Sunday) :)
Begas_VM has quit [Quit: Vision[]: i've been blurred!]
<Begasus> need to cleanup on tuxpaint before a PR there
<Begasus> cu peeps! (and thanks waddlesplash :) )
Begasus has quit [Quit: Leaving]
<waddlesplash> ... and Haiku has FLTK now
<waddlesplash> (well, we've had mmu_man's incomplete port for years, but now we have the full thing)
dqk has quit [Read error: Connection reset by peer]
dqk has joined #haiku
braewoods has joined #haiku
HaikuUser has joined #haiku
<braewoods> Is there anyway to unload a kernel driver or force it not to attach to a specific USB device? I was exploring the possibility of writing a USB driver in userspace via libusb or native APIs.
<braewoods> Specifically usb_serial driver.
HaikuUser has quit []
mmu_man has quit [Ping timeout: 480 seconds]
<waddlesplash> unfortunately I don't think so. you can prevent it from loading altogether if needed
<waddlesplash> but really if the kernel driver doesn't work right it should just be fixed
<braewoods> waddlesplash: Actually that wasn't really the problem I was trying to solve but for a project I am researching, it would really help my auto-detection if I could map the serial device back to its USB device.
<braewoods> The USB device(s) emulate a USB ACM / CDC device that most OS can use as a serial port but most don't provide any way to find out what USB device it was created for.
<braewoods> I have two real reasons for wanting to do that. To auto-detect supported USB devices but also to map to specific devices due to how device enumeration can end up being.
<braewoods> Ironically though, in their quest to make these devices work without a special driver in windows, they made it harder to write one elsewhere in some cases.
<x512[m]> trungnt2910: Arpund?
<x512[m]> s/Arpund/Around/
<trungnt2910[m]> It's 3AM, but yes.
<x512[m]> About https://discuss.haiku-os.org/t/new-syscall-request/13454: how Windows part is implemented?
<trungnt2910[m]> Windows seems to use MapViewOfFile
dqk has quit [Read error: Connection reset by peer]
<x512[m]> Can you point to source code?
<braewoods> New system call?
<trungnt2910[m]> CreateFileMapping to create a 2048GB file.
<trungnt2910[m]> Wait a sec.
dqk has joined #haiku
mmu_man has joined #haiku
<trungnt2910[m]> s//`/, s//`/, s/2048GB/256GB/
<x512[m]> trungnt2910: Also I think that reserve address range syscall can be used for .NET. Wrapper function without _kern_ prefix likely be needed.
humdinger has joined #haiku
<trungnt2910[m]> x512[m]: Problem here is how to _commit_.
<trungnt2910[m]> On Windows, MEM_COMMIT can be called on already committed pages. They're simply skipped.
higen6 has joined #haiku
<trungnt2910[m]> If we want to do that on Haiku we'll have to use get_next_area_info and/or area_for to check for already existing mappings. Then we can use mmap/create_area.
<botifico-c849d97b> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/d6c73ce35ef2...7892b9e785cc
<botifico-c849d97b> [haikuports/haikuports] korli 7892b9e - 7kaa: change current dir after SDL init
BrunoSpr has joined #haiku
BrunoSpr has quit []
flag has quit [Remote host closed the connection]
FreeFull has joined #haiku
bjorkintosh has quit [Quit: Leaving]
BrunoSpr has joined #haiku
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
<botifico-c849d97b> [haikuports/haikuports] korli pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/7892b9e785cc...664e88cbae7b
<botifico-c849d97b> [haikuports/haikuports] korli 664e88c - 7kaa: more correct install steps
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
<waddlesplash> braewoods: yes we discussed this before. I provided a suggestion as to how we could implement this.
<waddlesplash> trungnt2910[m]: no I don't think so. you can use the reserve range and then map, this is what our allocator does.
<waddlesplash> check Hoard usage of reserve+create
orealis has quit [Read error: Connection reset by peer]
nosycat has quit [Quit: Leaving]
orealis has joined #haiku
diver1 has joined #haiku
Diver is now known as Guest1146
diver1 is now known as Diver
Guest1146 has quit [Ping timeout: 480 seconds]
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
smalltalkman has quit []
<botifico-c849d97b> [haiku/website] pulkomandy pushed 1 commit to master [+17/-0/±0] https://github.com/haiku/website/compare/9c4140f6714f...814657e5e5f5
<botifico-c849d97b> [haiku/website] Zardshard 814657e - Add post showing icon sets proposed in icon set contest
<botifico-c849d97b> [haiku/website] pulkomandy pushed 1 commit to master [+0/-0/±1] https://github.com/haiku/website/compare/814657e5e5f5...437c839238f2
<botifico-c849d97b> [haiku/website] pulkomandy 437c839 - Fix a dead link
CPYou has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<zdykstra> that's a really cool bit of history there
flag has joined #haiku
_orealis has joined #haiku
orealis has quit [Ping timeout: 480 seconds]
_orealis is now known as orealis
zard has quit [Quit: leaving]
orealis has quit [Read error: Connection reset by peer]
diver1 has joined #haiku
Diver is now known as Guest1153
diver1 is now known as Diver
orealis has joined #haiku
Guest1153 has quit [Ping timeout: 480 seconds]
jmairboeck has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
B2IA has quit []
B2IA has joined #haiku
gouchi has joined #haiku
mbrumbelow has quit [Read error: Connection reset by peer]
DKnoto has quit [Ping timeout: 480 seconds]
Skipp_OSX has joined #haiku
DKnoto has joined #haiku
mbrumbelow has joined #haiku
dqk has quit [Read error: Connection reset by peer]
dqk has joined #haiku
mbrumbelow has quit []
mbrumbelow has joined #haiku
Diver has quit [Read error: Connection reset by peer]
Diver has joined #haiku
dqk has quit [Read error: Connection reset by peer]
Diver has quit [Read error: Network is unreachable]
dqk has joined #haiku
Diver has joined #haiku
<trungnt2910[m]> <waddlesplash> "trungnt2910: no I don't think so..." <- That only happens if the whole range being mapped is available. Mmap with MAP_FIXED displaces memory while MEM_COMMIT on Windows leaves currently mapped pages unchanged.
<waddlesplash> ?
<waddlesplash> create_area doesn't displace memory. I think? or maybe it does actually
jmairboeck has quit [Quit: Konversation terminated!]
<trungnt2910[m]> It doesn't.
<trungnt2910[m]> But create area will fail if there's an existing mapping at that spot.
<trungnt2910[m]> For the dotnet port this code path actually gét called.
dqk_ has joined #haiku
CPYou has quit [Ping timeout: 480 seconds]
dqk has quit [Ping timeout: 480 seconds]
<x512[m]> trungnt2910: Conceptually it can be implemented with one big area with initially no mapped physical pages. And then do separate call to allocate and map physical pages if not arleady.
<x512[m]> Area is a mapping from linear offset to physical pages.
<x512[m]> waddlesplash: Isn't it already possible to create an area with no mapping?
<waddlesplash> with no protection? yeah
<waddlesplash> and then it won't have any mapping if nothing accesses it
<x512[m]> It should also do not increment used memory counter.
<x512[m]> So creating 256 GB area should success.
mbrumbelow has quit [Quit: Leaving]
mbrumbelow has joined #haiku
gouchi has quit [Remote host closed the connection]
_orealis has joined #haiku
orealis has quit [Ping timeout: 480 seconds]
_orealis is now known as orealis
HaikuUser has joined #haiku
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku
HaikuUser has quit []
Diver has quit [Quit: Leaving.]
Diver has joined #haiku
Diver has quit [Read error: No route to host]
<trungnt2910[m]> <trungnt2910[m]> "That only happens if the whole..." <- Let me clarify things a bit, since I was half asleep and on my phone when I wrote this.... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/xVmgaANYJWaerRUTBlzURERx>)
kinkinkijkin is now known as Guest1164
kinkinkijkin has joined #haiku
Guest1164 has quit [Ping timeout: 480 seconds]
floof58 is now known as Guest1165
floof58 has joined #haiku
<x512[m]> > and vulnerable to race conditions
<x512[m]> Some mutex can be used. If only one program will work with reserved virtual address range.
Guest1165 has quit [Ping timeout: 480 seconds]
<x512[m]> Even more: no need to use area_for etc., it is possible to keep areas information in std::map etc..
AlienSoldier has joined #haiku
Diver has joined #haiku
<trungnt2910[m]> > <@x512:matrix.org> > and vulnerable to race conditions... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/polLajvPOFdhizmcDFHgjZCg>)
<trungnt2910[m]> It's a framework after all, furthermore inside dotnet itself is a lot of subsystems, some with their own virtual memory handling logic.
<x512[m]> If some single subsystem will work with memory in reserved range using exact addresses, it should be fine?
<x512[m]> Is there any documentation for net_buffer?
Diver has quit [Quit: Leaving.]
orealis has quit [Read error: Connection reset by peer]
orealis has joined #haiku