Olli Vanhoja

Results 64 issues of Olli Vanhoja

Umount will hapily unmount a super block despite of any open files or references to vnodes. This behavior may cause instability or crashes in the kernel. Counting open files would...

bug
enhancement

1. Take a ASID hash for the current thread 2. compare value/address stored in hash table and determine if a flush is needed

enhancement

Run thread cancellation cleanup handlers on SIGCANCEL and terminate the thread.

feature

- Instead of always flushing everything flush just addresses changed if possible - Individual locks for page tables. May improve performance and reliability but might be hard to implement.

enhancement

- perf events to sysctl - perf event counting for page faults - Implement perf events code for ARM11

feature

SCHED_OTHER now points to SCHED_RR but it should point to some more sophisticated scheduler.

feature

I don't think this should be a valid `now.json`: ```js { "type": "static", "env": { "NPM_TOKEN": "@npm-token", } } ``` As far as I know only build time `env` makes...

bug

I recently learned about Presentation API: https://developer.mozilla.org/en-US/docs/Web/API/Presentation_API I wonder if this could be somehow utilized in `eloc`.

Now it's just a toy

enhancement

- [ ] Keep existing elevation data after edits, I believe it's currently lost - [ ] Get elevation data for new trackpoints

bug