- https://g1n.wer.ee
-
Linux enthusiast. Learning different programming languages
-
Joined on
2021年04月30日
54726ba44c
Add new Devlog
f796866bf1
Initial commit
0e9549b801
Updated main page
e761abe90a
Rewrite Makefile
0843e5ec4d
Add new Devlog
670e38e251
Add logname util
35f0578cea
Add tee util
35fc4a01e4
Makefile rewrite
dee32a445f
Add new Devlog
37b3b43b3e
Add abs function to <stdlib.h>
1697713301
Changed <stdio.h> to use open, close, read and write functions from libc instead of directly using them from liblinux (might make porting process easier)
12bcb703a5
Add <unistd.h> with read, write and close functions
643baf8dec
Add <fcntl.h> with open function
453745f6dd
Add <sys/types.h> with off_t and ssize_t
aa561b66a9
Fixed devlog number
58c7564374
Add new Devlog
050a684e57
Add stub sys/stat.h with some macroses
fac9583993
Add EOF in stdio.h
c7830193cd
Project restructure and rewrote Makefile
ba483600bc
Add new Devlog
44cbb98694
Add head util
67a02be008
Add wc util