Last updated: 20 Dec 2024
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
│ │ │ ├── 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
│ ├── 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
│ ├── 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
│ ├── 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
│ ├── backdoor.jpeg
│ ├── band1.jpeg
│ ├── band2.jpeg
│ ├── band3.jpeg
│ ├── bilatserkva.jpg
│ ├── boo.jpeg
│ ├── brutus.jpeg
│ ├── cactus.jpg
│ ├── chip.jpg
│ ├── chipinside.jpg
│ ├── cray.jpeg
│ ├── glenda.png
│ ├── gorm.jpeg
│ ├── index.html
│ ├── index.upphtml
│ ├── kluster.jpg
│ ├── kretskort.jpeg
│ ├── marchutka.jpg
│ ├── party.jpg
│ ├── pdp11.jpeg
│ ├── puffy.jpg
│ ├── sushi.jpg
│ ├── vax11750.jpeg
│ ├── vax8350.jpeg
│ ├── vaxdiscette.jpeg
│ ├── vaxdisk.jpeg
│ ├── vaxporn.jpg
│ └── vaxserver3900.jpeg
├── 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
├── share
│ ├── arp.svg
│ ├── beastieblack.png
│ ├── beastiewhite.png
│ ├── bell.svg
│ ├── df.svg
│ ├── efukt.svg
│ ├── l.upphtml
│ ├── pjw.svg
│ ├── puffy.svg
│ ├── s.uppcss
│ ├── s.uppcss.bak
│ ├── sitemap.uppxml
│ ├── swedenflag.svg
│ ├── theme.js
│ ├── trident.svg
│ ├── weasel.svg
│ └── welcome.js
├── sitemap.xml
├── src
│ ├── index.html
│ └── index.upphtml
├── staging
├── testdoc
├── testpage.html
└── testpage.upphtml
36 directories, 351 files