Ayke van Laethem
8e88e560a1
all: add support for Go 1.17
2021-08-30 09:18:58 +02:00
Ayke van Laethem
75298bb84b
os: implement process related functions
...
This commit implements various process related functions like
os.Getuid() and os.Getpid(). It also implements or improves this support
in the syscall package if it isn't available yet.
2021-06-25 16:14:47 +02:00
Federico G. Schwindt
78d030aa7a
Add os stubs required for net/http
2021-06-01 15:20:58 +02:00
Takeshi Yoneda
1406453350
WASI & darwin: support basic file io based on libc
...
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2021-03-28 12:37:15 +02:00
Cornel
720a54a0fe
extend stdlib to allow import of more packages ( #1099 )
...
* stdlib: extend stdlib to allow import of more packages
2020-06-23 11:56:28 +02:00
Ayke van Laethem
6bcb40fe01
os: implement virtual filesystem support
...
This allows applications to mount filesystems in the os package. This is
useful for mounting external flash filesystems, for example.
2020-05-13 08:08:57 +02:00
Ayke van Laethem
8a704e43fc
os: gofmt
2019-07-15 17:53:01 +02:00
Justin Clift
847681457f
runtime: add several os package stubs
2019-07-15 01:18:37 +02:00
Ayke van Laethem
709a296150
os: add basic OS functionality
2019-02-05 17:37:55 +01:00