Make system(3) and popen(3) use posix_spawn(3) internally
https://blog.netbsd.org/tnf/entry/gsoc_reports_make_system_3 [blog.netbsd.org]
2020-07-13 17:55
tags:
netbsd
systems
unix
update
After 1 week of reading POSIX and writing code, 2 weeks of coding and another 1.5 weeks of bugfixes I have successfully implemented posix_spawn in usage in system(3) and popen(3) internally.
source: L
Improvements in forking, threading, and signal code
http://blog.netbsd.org/tnf/entry/improvements_in_forking_threading_and [blog.netbsd.org]
2019-05-11 18:00
tags:
concurrency
netbsd
programming
systems
unix
update
I am improving signaling code in the NetBSD kernel, covering corner cases with regression tests, and improving the documentation. I’ve been working at the level of sytems calls (syscalls): forking, threading, handling these with GDB, and tracing syscalls. Some work happens behind the scenes as I support the work of Michal Gorny on LLDB/ptrace features.
source: Dfly
From Zero to NVMM
https://blog.netbsd.org/tnf/entry/from_zero_to_nvmm [blog.netbsd.org]
2019-04-10 13:57
tags:
netbsd
systems
virtualization
Six months ago, I told myself I would write a small hypervisor for an old x86 AMD CPU I had. Just to learn more about virtualization, and see how far I could go alone on my spare time. Today, it turns out that I’ve gone as far as implementing a full, fast and flexible virtualization stack for NetBSD. I’d like to present here some aspects of it.
source: L
Increasing coverage of signal semantics in regression tests
https://blog.netbsd.org/tnf/entry/increasing_coverage_of_signal_semantics [blog.netbsd.org]
2019-03-11 16:56
tags:
netbsd
systems
testing
unix
update
Kernel signal code is a complex maze, it’s very difficult to introduce non-trivial changes without regressions. Over the past month I worked on covering missing elementary scenarios involving the ptrace(2) API. Part of the new tests were marked as expected to success, however a number of them are expected to fail.
source: vermaden
GSoC 2018 report: Kernel Address Sanitizer, Part 2
http://blog.netbsd.org/tnf/entry/gsoc_2018_report_kernel_address [blog.netbsd.org]
2018-07-17 18:42
tags:
netbsd
programming
systems
update
The Kernel Address Sanitizer or KASAN is a fast and efficient memory error detector designed by developers at Google. It is heavily based on compiler optimization and has been very effective in reporting bugs in the Linux Kernel. The aim of my project is to build the NetBSD kernel with the KASAN and use it to find bugs and improve code quality in the kernel. This Sanitizer will help detect a lot of memory errors that otherwise would be hard to detect.
source: Dfly
=?iso-8859-8-i?Q? Handling non-UTF-8 Hebrew email
https://blog.netbsd.org/tnf/entry/handling_non_utf_8_hebrew [blog.netbsd.org]
2018-06-11 12:12
tags:
email
netbsd
text
In the dark ages before Unicode, Hebrew used its own encodings which allowed typing both Latin and Hebrew letters: Windows-1255, ISO-8859-8. I speculate that people initially expected input to be written in reverse order (aka “visual order“), assuming that everything will display text left to right.
source: L
One year checkpoint and Thread Sanitizer update
http://blog.netbsd.org/tnf/entry/one_year_checkpoint_and_thread [blog.netbsd.org]
2017-11-02 03:03
tags:
compiler
concurrency
netbsd
swtools
update
The past year has been started with bugfixes and the development of regression tests for ptrace(2) and related kernel features, as well as the continuation of bringing LLDB support and LLVM sanitizers (ASan + UBsan and partial TSan + Msan) to NetBSD.
source: L
Porting NetBSD to Allwinner H3 SoCs
http://blog.netbsd.org/tnf/entry/porting_netbsd_to_allwinner_h3 [blog.netbsd.org]
2017-07-09 19:43
tags:
netbsd
systems
update
This is one of the first evbarm ports built from the ground up with device tree support, which helps us to use a single kernel config to support many different boards.
source: L
ptrace(2) tasks segment finished
http://blog.netbsd.org/tnf/entry/ptrace_2_tasks_segment_finished [blog.netbsd.org]
2017-03-01 19:57
tags:
netbsd
slides
swtools
systems
update
During this month I’ve finished the needed work in the base distribution in order to host fully featured LLDB. Currently the ptrace(2) interfaces in NetBSD are, in terms of features, closely related to FreeBSD and Linux.
source: L
NetBSD fully reproducible builds
http://blog.netbsd.org/tnf/entry/netbsd_fully_reproducible_builds [blog.netbsd.org]
2017-02-21 00:41
tags:
compiler
development
netbsd
swtools
I did not think at the time it would take as long or be so difficult, so I did not keep a log of all the changes I needed to make. I was also not the only one working on this.
Here’s is what we found that we needed to fix, how we chose to fix it and why, and where are we now. There are many reasons why two separate builds from the same sources can be different. Here’s an (incomplete) list:
source: L
Firefox 51 on sparc64 - we did not hit the wall yet
http://blog.netbsd.org/tnf/entry/firefox_51_on_sparc64_we [blog.netbsd.org]
2017-02-09 14:18
tags:
browser
netbsd
release
Life support continues for one more release.
source: L