Olli Vanhoja

Results 64 issues of Olli Vanhoja

I'm seeing the following occurring randomly with ioredis 4.9.0 and redis-lru 0.6.0. ``` { TypeError: Cannot read property '0' of null at convertToNodeRedis (/usr/src/app/node_modules/redis-lru/index.js:24:1) at process._tickCallback (internal/process/next_tick.js:68:7) [stack]: 'TypeError: Cannot...

The issue is two fold, the usual case is that a syscall gets `ENOMEM` as a result of a call to a function declared in `kmalloc.h`, and the rarer case...

enhancement

- Configure interrupt at a moderate fifo fill level - Implement an optional buffering in the UART driver or a generic buffering support at TTY level(?) - Improve ioctl FIONREAD...

feature

- `PTHREAD_SCOPE_SYSTEM` - `PTHREAD_SCOPE_PROCESS`

feature

https://github.com/Zeke-OS/zeke/blob/9524dad60068c8d8c52e1f8dce57912605a0abdd/kern/bio.c#L100-L105

feature

https://github.com/Zeke-OS/zeke/blob/9524dad60068c8d8c52e1f8dce57912605a0abdd/kern/bio.c#L214-L219

feature

Bits 0, 1, 2, 5, 6, and 7 of `DIR_NTRes` (0x0c) are not commonly used by any modern OS and thus those could be utilized for adding more mode bits:...

feature

This is an old idea that I have written down a several times before. A vdso-like page could contain at least: - nanotime - realtime Since 4kB is a lot...

enhancement
feature

I had this idea already earlier but I think I was hesitant to implement it because a stack overflow would overwrite the data. However, other OSes don't care neither. Currently...

enhancement
feature