Daniele Lacamera

Results 38 issues of Daniele Lacamera

- [x] Test using open()/read() - [ ] Test using fopen()/fread()

Testing/CI

Device Drivers and HW Support

in `kernel/driver/socket_un.c`

enhancement
Kernel

add extra command line option parsing to add/remove/show routes.

Applications and libraries
Beginner-friendly

When a filesystem is mounted, frosted scans the whol content and creates fnodes accordingly. Perhaps the fnodes should only be allocated during lookup (fno_search), or when opendir/readdir is called, in...

Kernel

e.g. put everything in a directory

Kernel
Infrastructure

By removing dependency from stdinc/stdlib, we ensure that the kernel does not depend on any external component to build. Steps: - [x] Activate CFLAG `-nostdlib` - [ ] Activate CFLAG...

Kernel

Add support for serial USB device

enhancement
Device Drivers and HW Support

Straight from the wishlist. http://linux.die.net/man/3/dlopen @maximevince please provide some starting pointers from your deep knowledge of the obscurities (elf2flt, bflt, ...)!

libC and toolchain
Kernel

Integrate wolfssl + mongoose to build a https demo server

enhancement
Applications and libraries