Last updated: 02 Feb 2025

Directory Tree

Directory Tree

.
├── GSOC
│   ├── FreeBSDproposal.html
│   ├── FreeBSDproposal.org
│   ├── FreeBSDproposal.pdf
│   ├── FreeBSDproposal.tex
│   ├── FreeBSDproposal.txt
│   ├── RV_FreeBSD_proposal.html
│   ├── RV_FreeBSD_proposal.org
│   ├── RV_FreeBSD_proposal.pdf
│   ├── RV_FreeBSD_proposal.tex
│   ├── RV_FreeBSD_proposal.txt
│   └── patchset.patch
├── Makefile
├── Notes
│   ├── 2020
│   │   ├── pixelbook.html
│   │   ├── pixelbook.md
│   │   └── pixelbook.upphtml
│   ├── 2023
│   │   ├── Media
│   │   │   ├── Pasted image 20231205142328.png
│   │   │   └── Pasted image 20231205153234.png
│   │   ├── zig.html
│   │   ├── zig.md
│   │   └── zig.upphtml
│   ├── 2024
│   │   ├── bhyve
│   │   │   ├── index.html
│   │   │   ├── index.upphtml
│   │   │   └── networking.md
│   │   ├── freebsd-gpu
│   │   │   ├── corvinscript
│   │   │   ├── guide.md
│   │   │   ├── index.html
│   │   │   ├── index.upphtml
│   │   │   ├── nvidia.patch
│   │   │   └── script
│   │   └── gsoc
│   │       ├── summary
│   │       │   ├── index.html
│   │       │   ├── index.upphtml
│   │       │   └── summary.md
│   │       ├── w1
│   │       │   ├── ascii.html
│   │       │   ├── ascii.upphtml
│   │       │   ├── index.html
│   │       │   ├── index.upphtml
│   │       │   ├── intro.ascii
│   │       │   ├── intro.md
│   │       │   └── shrn_explained.mp4
│   │       ├── w10
│   │       │   ├── cpy.md
│   │       │   ├── index.html
│   │       │   └── index.upphtml
│   │       ├── w2
│   │       │   ├── Aarch64regs.png
│   │       │   ├── index.html
│   │       │   ├── index.upphtml
│   │       │   ├── kyua-fixed
│   │       │   │   └── html
│   │       │   │       ├── context.html
│   │       │   │       ├── index.html
│   │       │   │       ├── report.css
│   │       │   │       └── stpncpy_test_bounds.html
│   │       │   ├── kyua-memcmp
│   │       │   │   ├── context.html
│   │       │   │   ├── index.html
│   │       │   │   ├── memcmp_test_diff.html
│   │       │   │   ├── memcmp_test_neq.html
│   │       │   │   └── report.css
│   │       │   ├── kyua-memcmp-fixed
│   │       │   │   ├── context.html
│   │       │   │   ├── eMl.tar.gz
│   │       │   │   ├── html
│   │       │   │   │   ├── context.html
│   │       │   │   │   ├── index.html
│   │       │   │   │   ├── memcmp_test_diff.html
│   │       │   │   │   ├── report.css
│   │       │   │   │   └── stpncpy_test_bounds.html
│   │       │   │   ├── index.html
│   │       │   │   ├── report.css
│   │       │   │   └── stpncpy_test_bounds.html
│   │       │   ├── kyua-memcmp-test
│   │       │   │   └── html
│   │       │   │       ├── context.html
│   │       │   │       ├── index.html
│   │       │   │       ├── memcmp_test_diff.html
│   │       │   │       ├── report.css
│   │       │   │       └── stpncpy_test_bounds.html
│   │       │   ├── kyua-secfix
│   │       │   │   ├── context.html
│   │       │   │   ├── index.html
│   │       │   │   ├── report.css
│   │       │   │   └── stpncpy_test_bounds.html
│   │       │   ├── memcmp.md
│   │       │   ├── memcmp.md.bak
│   │       │   ├── tbl.svg
│   │       │   ├── x86regs.jpg
│   │       │   ├── x86regs2.jpg
│   │       │   └── x86regs2.png
│   │       ├── w3
│   │       │   ├── index.html
│   │       │   ├── index.upphtml
│   │       │   └── strcmp.md
│   │       └── w4
│   │           ├── index.html
│   │           ├── index.upphtml
│   │           └── strncmp.md
│   ├── 2025
│   │   └── glibc-bench
│   │       └── benchtests.md
│   ├── airs
│   │   ├── README.md
│   │   ├── airs.sh
│   │   ├── combining-versions.html
│   │   ├── combining-versions.md
│   │   ├── combining-versions.upphtml
│   │   ├── eh_frame.html
│   │   ├── eh_frame.md
│   │   ├── eh_frame.upphtml
│   │   ├── eh_frame_hdr.html
│   │   ├── eh_frame_hdr.md
│   │   ├── eh_frame_hdr.upphtml
│   │   ├── elf.html
│   │   ├── elf.md
│   │   ├── elf.upphtml
│   │   ├── executable-stack.html
│   │   ├── executable-stack.md
│   │   ├── executable-stack.upphtml
│   │   ├── gcc-exception-frames.html
│   │   ├── gcc-exception-frames.md
│   │   ├── gcc-exception-frames.upphtml
│   │   ├── gcc_except_table.html
│   │   ├── gcc_except_table.md
│   │   ├── gcc_except_table.upphtml
│   │   ├── img
│   │   │   ├── eh_frame_and_monolithic_gcc_except_table.svg
│   │   │   ├── fragmented_gcc_except_table.svg
│   │   │   ├── lsda_gc.svg
│   │   │   ├── lsda_gc_new.svg
│   │   │   └── monolithic_gcc_except_table.svg
│   │   ├── index.html
│   │   ├── index.upphtml
│   │   ├── linker-combreloc.html
│   │   ├── linker-combreloc.md
│   │   ├── linker-combreloc.upphtml
│   │   ├── linker-relro.html
│   │   ├── linker-relro.md
│   │   ├── linker-relro.upphtml
│   │   ├── linkers-1.html
│   │   ├── linkers-1.md
│   │   ├── linkers-1.upphtml
│   │   ├── linkers-10.html
│   │   ├── linkers-10.md
│   │   ├── linkers-10.upphtml
│   │   ├── linkers-11.html
│   │   ├── linkers-11.md
│   │   ├── linkers-11.upphtml
│   │   ├── linkers-12.html
│   │   ├── linkers-12.md
│   │   ├── linkers-12.upphtml
│   │   ├── linkers-13.html
│   │   ├── linkers-13.md
│   │   ├── linkers-13.upphtml
│   │   ├── linkers-14.html
│   │   ├── linkers-14.md
│   │   ├── linkers-14.upphtml
│   │   ├── linkers-15.html
│   │   ├── linkers-15.md
│   │   ├── linkers-15.upphtml
│   │   ├── linkers-16.html
│   │   ├── linkers-16.md
│   │   ├── linkers-16.upphtml
│   │   ├── linkers-17.html
│   │   ├── linkers-17.md
│   │   ├── linkers-17.upphtml
│   │   ├── linkers-18.html
│   │   ├── linkers-18.md
│   │   ├── linkers-18.upphtml
│   │   ├── linkers-19.html
│   │   ├── linkers-19.md
│   │   ├── linkers-19.upphtml
│   │   ├── linkers-2.html
│   │   ├── linkers-2.md
│   │   ├── linkers-2.upphtml
│   │   ├── linkers-20.html
│   │   ├── linkers-20.md
│   │   ├── linkers-20.upphtml
│   │   ├── linkers-3.html
│   │   ├── linkers-3.md
│   │   ├── linkers-3.upphtml
│   │   ├── linkers-4.html
│   │   ├── linkers-4.md
│   │   ├── linkers-4.upphtml
│   │   ├── linkers-5.html
│   │   ├── linkers-5.md
│   │   ├── linkers-5.upphtml
│   │   ├── linkers-6.html
│   │   ├── linkers-6.md
│   │   ├── linkers-6.upphtml
│   │   ├── linkers-7.html
│   │   ├── linkers-7.md
│   │   ├── linkers-7.upphtml
│   │   ├── linkers-8.html
│   │   ├── linkers-8.md
│   │   ├── linkers-8.upphtml
│   │   ├── linkers-9.html
│   │   ├── linkers-9.md
│   │   ├── linkers-9.upphtml
│   │   ├── maskray-1.html
│   │   ├── maskray-1.md
│   │   ├── maskray-1.upphtml
│   │   ├── maskray-2.html
│   │   ├── maskray-2.md
│   │   ├── maskray-2.upphtml
│   │   ├── maskray-3.html
│   │   ├── maskray-3.md
│   │   ├── maskray-3.upphtml
│   │   ├── maskray-4.html
│   │   ├── maskray-4.md
│   │   ├── maskray-4.upphtml
│   │   ├── maskray-5.html
│   │   ├── maskray-5.md
│   │   ├── maskray-5.upphtml
│   │   ├── maskray-6.html
│   │   ├── maskray-6.md
│   │   ├── maskray-6.upphtml
│   │   ├── maskray-7.html
│   │   ├── maskray-7.md
│   │   ├── maskray-7.upphtml
│   │   ├── maskray-8.html
│   │   ├── maskray-8.md
│   │   ├── maskray-8.upphtml
│   │   ├── masto-thread.html
│   │   ├── masto-thread.md
│   │   ├── masto-thread.upphtml
│   │   ├── piece-of-pie.html
│   │   ├── piece-of-pie.md
│   │   ├── piece-of-pie.upphtml
│   │   ├── protected-symbols.html
│   │   ├── protected-symbols.md
│   │   ├── protected-symbols.upphtml
│   │   ├── version-scripts.html
│   │   ├── version-scripts.md
│   │   └── version-scripts.upphtml
│   ├── ascii
│   │   ├── GPU_passthrough_for_bhyve_on_FreeBSD_14.txt
│   │   ├── GSoC_status_update__2__memcmp_.txt
│   │   ├── GSoC_status_update__3__strcmp_.txt
│   │   ├── GSoC_status_update__4__A_bit_of_everything_.txt
│   │   ├── GSoC_status_update__5__cpy__ccpy__lcpy_.txt
│   │   ├── Hello_Beastie_and_Google_Summer_of_Code_.txt
│   │   ├── Installing_Linux_5_4_ChromiumOS_Kernel_on_Pixelbook_with_modified_SEABIOS_from_mrchromebox_tech.txt
│   │   ├── index.html
│   │   └── index.upphtml
│   ├── genascii
│   ├── gopher.sh
│   ├── gophermap
│   ├── index.html
│   ├── index.upphtml
│   ├── mdtoorg.sh
│   ├── org
│   │   ├── Debugging_with_zig.org
│   │   ├── GPU_passthrough_for_bhyve_on_FreeBSD_14.org
│   │   ├── GSoC_status_update__2__memcmp_.org
│   │   ├── GSoC_status_update__3__strcmp_.org
│   │   ├── GSoC_status_update__4__A_bit_of_everything_.org
│   │   ├── GSoC_status_update__5__cpy__ccpy__lcpy_.org
│   │   ├── Hello_Beastie_and_Google_Summer_of_Code_.org
│   │   └── Installing_Linux_5_4_ChromiumOS_Kernel_on_Pixelbook_with_modified_SEABIOS_from_mrchromebox_tech.org
│   └── orgtoascii.sh
├── Pictures
│   ├── 2001.jpg
│   ├── 9frontPXEboot.jpg
│   ├── AIgirlfriend.jpg
│   ├── ComponentVille.jpg
│   ├── Criação_do_Sol_e_da_Lua_-_De_aetatibus_mundi_imagines.jpg
│   ├── DFstök.jpg
│   ├── Flamingo.jpg
│   ├── IRC.jpg
│   ├── IntonalChurch.jpg
│   ├── IntonalParty.jpg
│   ├── JamesUndFlavius.png
│   ├── JaneyHasAProblem.jpg
│   ├── MaslowHiearchy.jpg
│   ├── ModernArt.jpg
│   ├── Nature
│   │   ├── Haeckel_Ascidiae.jpg
│   │   ├── Haeckel_Chaetopoda.jpg
│   │   ├── Haeckel_Filicinae_92.jpg
│   │   ├── Haeckel_Lacertilia.jpg
│   │   ├── Haeckel_Lichenes.jpg
│   │   ├── Haeckel_Muscinae.jpg
│   │   └── Haeckel_Trochilidae.jpg
│   ├── OpenBSD3.7.jpeg
│   ├── OpenSSH.jpeg
│   ├── RedRoom.jpg
│   ├── SEX.png
│   ├── SEX2.png
│   ├── SEX6.png
│   ├── SmallvilleStudio.jpg
│   ├── SunWorldCupUSA1994.jpg
│   ├── TTSH.jpg
│   ├── TTSHcase.jpg
│   ├── TheRealOne.jpeg
│   ├── The_First_day_of_Creation.jpg
│   ├── ToC.png
│   ├── VCS3surgery.jpg
│   ├── VCS3train.jpg
│   ├── VCS3waiting.jpg
│   ├── ViralMarketing.jpg
│   ├── ViralMarketingPt2.jpg
│   ├── ZCU702.jpg
│   ├── alerik.jpeg
│   ├── amager.jpg
│   ├── backdoor.jpeg
│   ├── band1.jpeg
│   ├── band2.jpeg
│   ├── band3.jpeg
│   ├── benz.jpg
│   ├── bilatserkva.jpg
│   ├── boo.jpeg
│   ├── brutus.jpeg
│   ├── cactus.jpg
│   ├── chip.jpg
│   ├── chipinside.jpg
│   ├── cray.jpeg
│   ├── fancity.jpeg
│   ├── french101.jpg
│   ├── glenda.png
│   ├── gorm.jpeg
│   ├── index.html
│   ├── index.upphtml
│   ├── internetculture.jpeg
│   ├── kluster.jpg
│   ├── kretskort.jpeg
│   ├── marchutka.jpg
│   ├── party.jpg
│   ├── pdp11.jpeg
│   ├── puffy.jpg
│   ├── sailors.jpg
│   ├── sovietsynthman.jpg
│   ├── statenislandferry.jpg
│   ├── sushi.jpg
│   ├── thirdeye.jpg
│   ├── tram.jpg
│   ├── trouble.jpg
│   ├── utagawahirokage.jpeg
│   ├── utagawahirokage2.jpeg
│   ├── vax11750.jpeg
│   ├── vax8350.jpeg
│   ├── vaxdiscette.jpeg
│   ├── vaxdisk.jpeg
│   ├── vaxporn.jpg
│   ├── vaxserver3900.jpeg
│   ├── woodart.jpeg
│   └── Åke.jpg
├── Synths
│   ├── about.md
│   ├── index.html
│   ├── index.upphtml
│   └── whiteweasel.svg
├── about.md
├── fonts
│   ├── gallant-lineart.woff2
│   ├── gallant.woff2
│   └── spleen.woff2
├── funny
│   ├── 10com.html
│   ├── 10com.txt
│   ├── 10com.upphtml
│   ├── ed.html
│   ├── ed.txt
│   ├── ed.upphtml
│   ├── pen15.html
│   ├── pen15.txt
│   ├── pen15.upphtml
│   ├── realprogrammers.html
│   ├── realprogrammers.txt
│   └── realprogrammers.upphtml
├── gophermap
├── index.html
├── index.upphtml
├── pastes
│   ├── _dashboard_
│   ├── _dashboard_.html
│   ├── _eat_-1738179037
│   ├── _eat_-1738179037.html
│   ├── _eshell_-1-70
│   ├── _eshell_-1-70.html
│   ├── _eshell_-1738233919
│   ├── _eshell_-1738233919.html
│   ├── _scratch_
│   ├── _scratch_-1738171706-77-581
│   ├── _scratch_-1738171706-77-581.html
│   ├── _scratch_.html
│   ├── bad-1738005377-1-529.el
│   ├── bad-1738005377-1-529.el.html
│   ├── base-1737762811-15069-15608.el
│   ├── base-1737762811-15069-15608.el.html
│   ├── base.el
│   ├── base.el.html
│   ├── basic-1738408323.c
│   ├── basic-1738408323.c.html
│   ├── basic-1738424041-1-192.c
│   ├── basic-1738424041-1-192.c.html
│   ├── index
│   ├── index-1738176594-68-133.html
│   ├── index-1738176594-68-133.upphtml
│   ├── index-1738176594-68-133.upphtml.html
│   ├── index-1738176674-68-133.html
│   ├── index-1738176674-68-133.upphtml
│   ├── index-1738176674-68-133.upphtml.html
│   ├── index-1738177198-67-133.html
│   ├── index-1738177198-67-133.upphtml
│   ├── index-1738177198-67-133.upphtml.html
│   ├── index.html
│   ├── init-1738173106-5302-5370.el
│   ├── init-1738173106-5302-5370.el.html
│   ├── intopt-1-434.c
│   ├── intopt-1-434.c.html
│   ├── main-11709-14896.c
│   ├── main-11709-14896.c.html
│   ├── main-1737806461-11709-14896.c
│   ├── main-1737806461-11709-14896.c.html
│   ├── main-1738444520-1-1669.rs
│   ├── main-1738444520-1-1669.rs.html
│   ├── main.c
│   ├── main.c.html
│   ├── main.go
│   ├── main.go.html
│   ├── main.go.light
│   ├── main.go.light.html
│   ├── mkdocs-1738178158-1-631.yml
│   ├── mkdocs-1738178158-1-631.yml.html
│   ├── scpaste0ir1S4init-1738173009-5099-5292.el
│   ├── scpaste1ULXcefontaine-1738172514-1-72.el
│   ├── scpaste8rV9Ldfontaine-1738172456-7959-8082.el
│   ├── scpasteRu7ppWindex
│   ├── scpasteYuciJEinit-1738172834-5064-5300.el
│   ├── scpastebzZCiHindex.html
│   ├── scpasteg527SEinit-1738173009-5099-5292.el.html
│   ├── scpastem3phrDfontaine-1738172514-1-72.el.html
│   ├── scpastep58Xy7init-1738172834-5064-5300.el.html
│   ├── scpastescJE4Rfontaine-1738172456-7959-8082.el.html
│   ├── strncmp-1-1916.S
│   ├── strncmp-1-1916.S.html
│   ├── theo
│   ├── theo.html
│   ├── tmpinit-1738175274-5099-5291.el
│   ├── tmpinit-1738175274-5099-5291.el.html
│   ├── tmpinit-1738175304-5099-5291.el
│   └── tmpinit-1738175304-5099-5291.el.html
├── share
│   ├── arp.svg
│   ├── beastieblack.png
│   ├── beastiewhite.png
│   ├── bell.svg
│   ├── df.svg
│   ├── efukt.svg
│   ├── kanelbulle.png
│   ├── l.upphtml
│   ├── l.upphtml.bak
│   ├── pjw.svg
│   ├── puffy.svg
│   ├── s.uppcss
│   ├── s.uppcss.bak
│   ├── sdf.png
│   ├── sitemap.uppxml
│   ├── swedenflag.svg
│   ├── theme.js
│   ├── trident.svg
│   ├── weasel.png
│   ├── weasel.svg
│   └── welcome.js
├── sitemap.xml
├── src
│   ├── index.html
│   └── index.upphtml
├── staging
│   ├── df-hemsida
│   │   ├── Makefile
│   │   ├── bli-medlem.html
│   │   ├── bli-medlem.upphtml
│   │   ├── donatorer.html
│   │   ├── donatorer.md
│   │   ├── donatorer.upphtml
│   │   ├── driftinfo.html
│   │   ├── driftinfo.upphtml
│   │   ├── favicon.ico
│   │   ├── files
│   │   │   ├── ca.crt
│   │   │   ├── icon194x194.png
│   │   │   ├── wiki.logo.svg
│   │   │   └── xlabfull.png
│   │   ├── historia.md
│   │   ├── index.html
│   │   ├── index.upphtml
│   │   ├── kontakta-oss.html
│   │   ├── kontakta-oss.md
│   │   ├── kontakta-oss.upphtml
│   │   ├── news.html
│   │   ├── news.md
│   │   ├── news.upphtml
│   │   ├── om-df.html
│   │   ├── om-df.upphtml
│   │   ├── robots.txt
│   │   ├── share
│   │   │   ├── l.upphtml
│   │   │   ├── man
│   │   │   │   └── man1
│   │   │   │       ├── lmt.1
│   │   │   │       ├── mkws.1
│   │   │   │       └── pp.1
│   │   │   ├── s.uppcss
│   │   │   └── sitemap.uppxml
│   │   ├── signup.md
│   │   ├── sitemap.xml
│   │   ├── src.html
│   │   ├── src.upphtml
│   │   ├── stadgar.html
│   │   ├── stadgar.md
│   │   ├── stadgar.upphtml
│   │   ├── style.css
│   │   ├── sysgrp.md
│   │   └── users.sh
│   └── web
│       ├── Makefile
│       ├── Notes
│       │   ├── 2020
│       │   │   ├── pixelbook.html
│       │   │   ├── pixelbook.md
│       │   │   └── pixelbook.upphtml
│       │   ├── 2023
│       │   │   ├── Media
│       │   │   │   ├── Pasted image 20231205142328.png
│       │   │   │   └── Pasted image 20231205153234.png
│       │   │   ├── zig.html
│       │   │   ├── zig.md
│       │   │   └── zig.upphtml
│       │   ├── 2024
│       │   │   ├── bhyve
│       │   │   │   ├── index.html
│       │   │   │   ├── index.upphtml
│       │   │   │   └── networking.md
│       │   │   ├── freebsd-gpu
│       │   │   │   ├── guide.md
│       │   │   │   ├── index.html
│       │   │   │   ├── index.upphtml
│       │   │   │   ├── nvidia.patch
│       │   │   │   └── script
│       │   │   └── gsoc
│       │   │       ├── summary
│       │   │       │   ├── index.html
│       │   │       │   ├── index.upphtml
│       │   │       │   └── summary.md
│       │   │       ├── w1
│       │   │       │   ├── ascii.html
│       │   │       │   ├── ascii.upphtml
│       │   │       │   ├── index.html
│       │   │       │   ├── index.upphtml
│       │   │       │   ├── intro.ascii
│       │   │       │   ├── intro.md
│       │   │       │   └── shrn_explained.mp4
│       │   │       ├── w10
│       │   │       │   ├── cpy.md
│       │   │       │   ├── index.html
│       │   │       │   └── index.upphtml
│       │   │       ├── w2
│       │   │       │   ├── Aarch64regs.png
│       │   │       │   ├── index.html
│       │   │       │   ├── index.upphtml
│       │   │       │   ├── kyua-fixed
│       │   │       │   │   └── html
│       │   │       │   │       ├── context.html
│       │   │       │   │       ├── index.html
│       │   │       │   │       ├── report.css
│       │   │       │   │       └── stpncpy_test_bounds.html
│       │   │       │   ├── kyua-memcmp
│       │   │       │   │   ├── context.html
│       │   │       │   │   ├── index.html
│       │   │       │   │   ├── memcmp_test_diff.html
│       │   │       │   │   ├── memcmp_test_neq.html
│       │   │       │   │   └── report.css
│       │   │       │   ├── kyua-memcmp-fixed
│       │   │       │   │   ├── context.html
│       │   │       │   │   ├── eMl.tar.gz
│       │   │       │   │   ├── html
│       │   │       │   │   │   ├── context.html
│       │   │       │   │   │   ├── index.html
│       │   │       │   │   │   ├── memcmp_test_diff.html
│       │   │       │   │   │   ├── report.css
│       │   │       │   │   │   └── stpncpy_test_bounds.html
│       │   │       │   │   ├── index.html
│       │   │       │   │   ├── report.css
│       │   │       │   │   └── stpncpy_test_bounds.html
│       │   │       │   ├── kyua-memcmp-test
│       │   │       │   │   └── html
│       │   │       │   │       ├── context.html
│       │   │       │   │       ├── index.html
│       │   │       │   │       ├── memcmp_test_diff.html
│       │   │       │   │       ├── report.css
│       │   │       │   │       └── stpncpy_test_bounds.html
│       │   │       │   ├── kyua-secfix
│       │   │       │   │   ├── context.html
│       │   │       │   │   ├── index.html
│       │   │       │   │   ├── report.css
│       │   │       │   │   └── stpncpy_test_bounds.html
│       │   │       │   ├── memcmp.md
│       │   │       │   ├── memcmp.md.bak
│       │   │       │   ├── tbl.svg
│       │   │       │   ├── x86regs.jpg
│       │   │       │   ├── x86regs2.jpg
│       │   │       │   └── x86regs2.png
│       │   │       ├── w3
│       │   │       │   ├── index.html
│       │   │       │   ├── index.upphtml
│       │   │       │   └── strcmp.md
│       │   │       └── w4
│       │   │           ├── index.html
│       │   │           ├── index.upphtml
│       │   │           └── strncmp.md
│       │   ├── 2025
│       │   │   └── glibc-bench
│       │   │       └── benchtests.md
│       │   ├── airs
│       │   │   ├── README.md
│       │   │   ├── airs.sh
│       │   │   ├── combining-versions.html
│       │   │   ├── combining-versions.md
│       │   │   ├── combining-versions.upphtml
│       │   │   ├── eh_frame.html
│       │   │   ├── eh_frame.md
│       │   │   ├── eh_frame.upphtml
│       │   │   ├── eh_frame_hdr.html
│       │   │   ├── eh_frame_hdr.md
│       │   │   ├── eh_frame_hdr.upphtml
│       │   │   ├── elf.html
│       │   │   ├── elf.md
│       │   │   ├── elf.upphtml
│       │   │   ├── executable-stack.html
│       │   │   ├── executable-stack.md
│       │   │   ├── executable-stack.upphtml
│       │   │   ├── gcc-exception-frames.html
│       │   │   ├── gcc-exception-frames.md
│       │   │   ├── gcc-exception-frames.upphtml
│       │   │   ├── gcc_except_table.html
│       │   │   ├── gcc_except_table.md
│       │   │   ├── gcc_except_table.upphtml
│       │   │   ├── img
│       │   │   │   ├── eh_frame_and_monolithic_gcc_except_table.svg
│       │   │   │   ├── fragmented_gcc_except_table.svg
│       │   │   │   ├── lsda_gc.svg
│       │   │   │   ├── lsda_gc_new.svg
│       │   │   │   └── monolithic_gcc_except_table.svg
│       │   │   ├── index.html
│       │   │   ├── index.upphtml
│       │   │   ├── linker-combreloc.html
│       │   │   ├── linker-combreloc.md
│       │   │   ├── linker-combreloc.upphtml
│       │   │   ├── linker-relro.html
│       │   │   ├── linker-relro.md
│       │   │   ├── linker-relro.upphtml
│       │   │   ├── linkers-1.html
│       │   │   ├── linkers-1.md
│       │   │   ├── linkers-1.upphtml
│       │   │   ├── linkers-10.html
│       │   │   ├── linkers-10.md
│       │   │   ├── linkers-10.upphtml
│       │   │   ├── linkers-11.html
│       │   │   ├── linkers-11.md
│       │   │   ├── linkers-11.upphtml
│       │   │   ├── linkers-12.html
│       │   │   ├── linkers-12.md
│       │   │   ├── linkers-12.upphtml
│       │   │   ├── linkers-13.html
│       │   │   ├── linkers-13.md
│       │   │   ├── linkers-13.upphtml
│       │   │   ├── linkers-14.html
│       │   │   ├── linkers-14.md
│       │   │   ├── linkers-14.upphtml
│       │   │   ├── linkers-15.html
│       │   │   ├── linkers-15.md
│       │   │   ├── linkers-15.upphtml
│       │   │   ├── linkers-16.html
│       │   │   ├── linkers-16.md
│       │   │   ├── linkers-16.upphtml
│       │   │   ├── linkers-17.html
│       │   │   ├── linkers-17.md
│       │   │   ├── linkers-17.upphtml
│       │   │   ├── linkers-18.html
│       │   │   ├── linkers-18.md
│       │   │   ├── linkers-18.upphtml
│       │   │   ├── linkers-19.html
│       │   │   ├── linkers-19.md
│       │   │   ├── linkers-19.upphtml
│       │   │   ├── linkers-2.html
│       │   │   ├── linkers-2.md
│       │   │   ├── linkers-2.upphtml
│       │   │   ├── linkers-20.html
│       │   │   ├── linkers-20.md
│       │   │   ├── linkers-20.upphtml
│       │   │   ├── linkers-3.html
│       │   │   ├── linkers-3.md
│       │   │   ├── linkers-3.upphtml
│       │   │   ├── linkers-4.html
│       │   │   ├── linkers-4.md
│       │   │   ├── linkers-4.upphtml
│       │   │   ├── linkers-5.html
│       │   │   ├── linkers-5.md
│       │   │   ├── linkers-5.upphtml
│       │   │   ├── linkers-6.html
│       │   │   ├── linkers-6.md
│       │   │   ├── linkers-6.upphtml
│       │   │   ├── linkers-7.html
│       │   │   ├── linkers-7.md
│       │   │   ├── linkers-7.upphtml
│       │   │   ├── linkers-8.html
│       │   │   ├── linkers-8.md
│       │   │   ├── linkers-8.upphtml
│       │   │   ├── linkers-9.html
│       │   │   ├── linkers-9.md
│       │   │   ├── linkers-9.upphtml
│       │   │   ├── maskray-1.html
│       │   │   ├── maskray-1.md
│       │   │   ├── maskray-1.upphtml
│       │   │   ├── maskray-2.html
│       │   │   ├── maskray-2.md
│       │   │   ├── maskray-2.upphtml
│       │   │   ├── maskray-3.html
│       │   │   ├── maskray-3.md
│       │   │   ├── maskray-3.upphtml
│       │   │   ├── maskray-4.html
│       │   │   ├── maskray-4.md
│       │   │   ├── maskray-4.upphtml
│       │   │   ├── maskray-5.html
│       │   │   ├── maskray-5.md
│       │   │   ├── maskray-5.upphtml
│       │   │   ├── maskray-6.html
│       │   │   ├── maskray-6.md
│       │   │   ├── maskray-6.upphtml
│       │   │   ├── maskray-7.html
│       │   │   ├── maskray-7.md
│       │   │   ├── maskray-7.upphtml
│       │   │   ├── maskray-8.html
│       │   │   ├── maskray-8.md
│       │   │   ├── maskray-8.upphtml
│       │   │   ├── masto-thread.html
│       │   │   ├── masto-thread.md
│       │   │   ├── masto-thread.upphtml
│       │   │   ├── piece-of-pie.html
│       │   │   ├── piece-of-pie.md
│       │   │   ├── piece-of-pie.upphtml
│       │   │   ├── protected-symbols.html
│       │   │   ├── protected-symbols.md
│       │   │   ├── protected-symbols.upphtml
│       │   │   ├── version-scripts.html
│       │   │   ├── version-scripts.md
│       │   │   └── version-scripts.upphtml
│       │   ├── ascii
│       │   │   ├── GPU_passthrough_for_bhyve_on_FreeBSD_14.txt
│       │   │   ├── GSoC_status_update__2__memcmp_.txt
│       │   │   ├── GSoC_status_update__3__strcmp_.txt
│       │   │   ├── GSoC_status_update__4__A_bit_of_everything_.txt
│       │   │   ├── GSoC_status_update__5__cpy__ccpy__lcpy_.txt
│       │   │   ├── Hello_Beastie_and_Google_Summer_of_Code_.txt
│       │   │   ├── Installing_Linux_5_4_ChromiumOS_Kernel_on_Pixelbook_with_modified_SEABIOS_from_mrchromebox_tech.txt
│       │   │   ├── index.html
│       │   │   └── index.upphtml
│       │   ├── genascii
│       │   ├── gopher.sh
│       │   ├── gophermap
│       │   ├── index.html
│       │   ├── index.upphtml
│       │   ├── mdtoorg.sh
│       │   ├── org
│       │   │   ├── Debugging_with_zig.org
│       │   │   ├── GPU_passthrough_for_bhyve_on_FreeBSD_14.org
│       │   │   ├── GSoC_status_update__2__memcmp_.org
│       │   │   ├── GSoC_status_update__3__strcmp_.org
│       │   │   ├── GSoC_status_update__4__A_bit_of_everything_.org
│       │   │   ├── GSoC_status_update__5__cpy__ccpy__lcpy_.org
│       │   │   ├── Hello_Beastie_and_Google_Summer_of_Code_.org
│       │   │   └── Installing_Linux_5_4_ChromiumOS_Kernel_on_Pixelbook_with_modified_SEABIOS_from_mrchromebox_tech.org
│       │   └── orgtoascii.sh
│       ├── Pictures
│       │   ├── TheRealOne.jpeg
│       │   ├── VCS3surgery.jpg
│       │   ├── ZCU702.jpg
│       │   ├── alerik.jpeg
│       │   ├── backdoor.jpeg
│       │   ├── band3.jpeg
│       │   ├── cactus.jpg
│       │   ├── glenda.png
│       │   ├── index.html
│       │   ├── index.upphtml
│       │   ├── kretskort.jpeg
│       │   ├── marchutka.jpg
│       │   ├── party.jpg
│       │   ├── vaxdiscette.jpeg
│       │   └── vaxporn.jpg
│       ├── about.md
│       ├── index.html
│       ├── index.html.bak
│       ├── index.upphtml
│       ├── share
│       │   ├── arp.svg
│       │   ├── beastieblack.png
│       │   ├── beastiewhite.png
│       │   ├── bell.svg
│       │   ├── df.svg
│       │   ├── efukt.svg
│       │   ├── kanelbulle.png
│       │   ├── l.upphtml
│       │   ├── pjw.svg
│       │   ├── puffy.svg
│       │   ├── s.uppcss
│       │   ├── s.uppcss.bak
│       │   ├── sdf.png
│       │   ├── sitemap.uppxml
│       │   ├── swedenflag.svg
│       │   ├── theme.js
│       │   ├── trident.svg
│       │   ├── verlet.js
│       │   ├── weasel.png
│       │   ├── weasel.svg
│       │   └── welcome.js
│       ├── sitemap.xml
│       ├── testdoc
│       ├── testpage.html
│       ├── testpage.upphtml
│       └── v0.html
├── testdoc
├── testpage.html
└── testpage.upphtml


75 directories, 761 files