RSS feed
2583a6cc
– mkf <mkf@cloud9p.org>
authored
on 2023/12/07 12:55
vfs: remove unused variable in dirname()
0c284ab6
– mkf <mkf@cloud9p.org>
authored
on 2023/12/07 06:28
check: add vga_test, put tests into a table
1a9e9aa2
– mkf <mkf@cloud9p.org>
authored
on 2023/12/07 06:27
printf: add 0x into %x, style fixes
f916e84a
– mkf <mkf@cloud9p.org>
authored
on 2023/12/07 06:27
vga: remove unused variable
9188f8d5
– mkf <mkf@cloud9p.org>
authored
on 2023/12/07 06:26
Makefile: we dont need -g anymore
41c7b8cc
– mkf <mkf@cloud9p.org>
authored
on 2023/12/07 02:59
memory: no need for cwd
c9e1f400
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 20:29
vga: scroll(int lines) → scroll(void)
97ec6223
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 19:20
rc: check harder, remove buggy code and don't iterate too much!
7f062a8f
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 19:17
u.h: remove prog_t
a82c4791
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 19:15
move prog_t into rc.h
ea23d22e
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 19:14
ls: add usage
d38c96a3
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 18:38
vga_gencolor and vga_char shouldn't be available anyawy
f34b2877
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 18:37
remvove debug prints
151d1d75
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 18:33
fix dynamic \t, it appears we did one more than needed.
723fef92
– mkf <mkf@cloud9p.org>
authored
on 2023/12/06 18:21
scanf: no need for malloc
dcc535da
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:46
put keymap inside ps2.c, rather than ps2.h, which would make it available everywhere
963783fb
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:37
lladd, lldel: add libc.h
fcc77109
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:33
remove pc.h
d0411bd1
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:26
remove prototypes from mem.h
189fb3be
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:25
panic: import
fb715746
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:24
free: return void, move to libc.h
9bd2c2d1
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:24
scanf: tabs, use cons, make internal functions static
0db68816
– mkf <mkf@cloud9p.org>
authored
on 2023/12/05 16:23
move malloc and free into libc.h
18740d02
– mkf <mkf@cloud9p.org>
authored
on 2023/12/04 11:31
adler32: include headers
955c19f3
– mkf <mkf@cloud9p.org>
authored
on 2023/12/04 11:31
dont inline
e96c973f
– mkf <mkf@cloud9p.org>
authored
on 2023/12/04 11:08
printf: many changes!
dac7595d
– mkf <mkf@cloud9p.org>
authored
on 2023/12/04 11:06
remove bitcons.h
48cc33b5
– mkf <mkf@cloud9p.org>
authored
on 2023/12/04 11:05
cons: add defcons
683965b9
– mkf <mkf@cloud9p.org>
authored
on 2023/12/04 11:04
x86.{c,h}: get rid of unused functions and macros, use inline functions
40dcd63f
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 16:12
pc/kern.c use adam, and cons
3a52861b
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 16:09
libc.h: classify functions and add isalpha()
5f9fe862
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 16:08
cmdfs: style changes
299e8956
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 16:06
free: clear memory while freeing it
d62bb413
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 16:06
ls: use dirread, remove cwd, fix perms being reserved
9312865a
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 16:01
rc: remove cwd from exec()
2dc97a63
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 16:00
vfs: readdir → dirread, import dirrname, few other minor changes
2991ff44
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 15:52
envfs: add checks for length of files and file names
5c52ce22
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 15:51
user.h: use extern for data, define PASSWD_MAX, use adler32 for password
87aea719
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 15:48
pc/user.c: revert lastuser, use proper error name
e59fdba3
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 15:44
login: don't print characters, fix some oveflow issues as well
8fe978f0
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 05:26
fstab: add envfs
82038ae1
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 03:09
new errors
bf8d2e94
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 02:45
Makefile: update
27e3ce47
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 02:42
pc/user.c: import
c1c72f6c
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 02:24
cmd/login: import
0406ab47
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 02:22
rc: clean up rc and remove cwd, also add new programs
3efc2662
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 02:15
remove pccons.h and bitcons.h
3997e19f
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 02:07
fix old cons bugs
6bc6f739
– mkf <mkf@cloud9p.org>
authored
on 2023/12/03 02:04
libc/strcmp.c: rewrite
dec1b839
– mkf <mkf@cloud9p.org>
authored
on 2023/12/02 19:03
err.h: add user related errors
1bb60e04
– mkf <mkf@cloud9p.org>
authored
on 2023/12/02 19:02
envfs: import
0795a55c
– mkf <mkf@cloud9p.org>
authored
on 2023/12/02 19:01
memory: use 2Mb-16Mb instead of 32kb-~512kb for dynamic allocation
bca9835d
– mkf <mkf@cloud9p.org>
authored
on 2023/12/02 18:58
pc/boot.s: MOAR STACK!
490b4651
– mkf <mkf@cloud9p.org>
authored
on 2023/12/02 18:19
cal.c: get rid of warns
eb0e2965
– mkf <mkf@cloud9p.org>
authored
on 2023/12/02 18:18
id: update to use new itoa
46a4dfda
– mkf <mkf@cloud9p.org>
authored
on 2023/12/01 15:24
cmd/cat: import
6d069b39
– mkf <mkf@cloud9p.org>
authored
on 2023/12/01 15:23
cmd/id: import
358154f1
– mkf <mkf@cloud9p.org>
authored
on 2023/12/01 15:03
Add adler32.c into Makefile
cea5b851
– Mahdi <mahdi.hoseini1381@yahoo.com>
authored
and mkf <mkf@cloud9p.org>
committed
on 2023/12/01 14:15
rewritten itoa.c and scanf.c, added adler32.c hash algorithm,
9eddf619
– mkf <mkf@cloud9p.org>
authored
on 2023/11/30 09:43
oops
a36b0984
– mkf <mkf@cloud9p.org>
authored
on 2023/11/30 07:21
simplify a little
51f721af
– mkf <mkf@cloud9p.org>
authored
on 2023/11/30 07:20
strcntok, strncpy: simplify and fix bunch of bugs reported by de. (thanks de!)
becccca1
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 23:59
rc.h: refactor
8d3dbfa1
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 23:24
cmd/ls: add lflag
fda16cc7
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 22:45
add strdup.
92d82682
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 22:43
fix memory leaks and simplify code a bit.
b9057258
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 22:42
lladd: allocate memory properly!
5ed8d825
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 21:30
cmd/memory: import
8b4726ff
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 21:28
pc/vga: fix \b and remove uneeded mem.h
9a0c908f
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 20:57
pc/vga: refactor
9fc305ae
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 19:51
cmd/reboot: import
e97a0dc4
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 19:49
x86.h: refactor
1c92fba3
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 19:43
ps2.h: refactor
1e013bdb
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:48
fs/vfs.c: import
110219eb
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:40
fix build
314e6ae3
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:38
add ls into rc.h
f317ecbc
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:36
Makefile: update
213184b2
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:27
cmd/ls.c: import
8b8814e4
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:24
fs/rootfs.c: import
7c9bbdbf
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:23
fs/cmdfs.c: import
9c55d114
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:23
fs/fstab.h import
6fd9e6e6
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:20
remove include/fs.h
3f740ebd
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:14
add cwd into shell and programs
50328e9c
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 08:11
include/vfs.h: import
7080ed47
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 07:54
user.h: add hostowner (adam) user
9dac8137
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 07:45
err.h: add fs errors
ad28594d
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 07:43
pc/kern: remove uneeded headers
8dd9bc62
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 07:42
llfree: fix bugs and typos
873ff6ca
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 07:20
cmd/cal: incldue header files
83b2bd4a
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 02:31
include/libc.h: add new functions
0ec2b19c
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 02:31
import strncat
5bb11ec6
– mkf <mkf@cloud9p.org>
authored
on 2023/11/28 02:30
libc/llfree: free all entries in a linked list
75b1fcc9
– de88 <hamidreza.soleimani88@gmail.com>
authored
and mkf <mkf@cloud9p.org>
committed
on 2023/11/26 07:11
add calculator with + and *, need final touches
4d5b562d
– mkf <mkf@cloud9p.org>
authored
on 2023/11/26 21:27
add libc/lllen.c, size of a linked list
506fdba9
– mkf <mkf@cloud9p.org>
authored
on 2023/11/25 02:15
fix build
7b6019ae
– mkf <mkf@cloud9p.org>
authored
on 2023/11/25 01:52
vga: dynamic \t
d1001457
– mkf <mkf@cloud9p.org>
authored
on 2023/11/24 14:08
lladd: assign val and next _after_ malloc
68820e25
– mkf <mkf@cloud9p.org>
authored
on 2023/11/24 04:06
kern.c, cmd/echo.c: use printf
05915e06
– mkf <mkf@cloud9p.org>
authored
on 2023/11/24 03:59
cmd/check: small fix
7c7ce1f9
– mkf <mkf@cloud9p.org>
authored
on 2023/11/24 03:57
add check and clear for real this time
Next