Skip to content

Commit 219ab1d

Browse files
updated notebook
1 parent b433145 commit 219ab1d

File tree

3 files changed

+80
-26
lines changed

3 files changed

+80
-26
lines changed

Diff for: LICENSE

-25
This file was deleted.

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# posix_spawn-chdir
1+
# posix_spawn-chdir
2+
3+
Project- extending chdir(2) support to posix_spawn(3)
4+
5+
The relevant folders contain the files that have been modified.
6+
7+
Notebook.rtf tracks commit hashes, issues and progress.

Diff for: notebook.rtf

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf2580
2+
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;\f2\fswiss\fcharset0 Helvetica-LightOblique;
3+
\f3\fswiss\fcharset0 Helvetica-Light;\f4\fswiss\fcharset0 Helvetica-Oblique;}
4+
{\colortbl;\red255\green255\blue255;}
5+
{\*\expandedcolortbl;;}
6+
\paperw11900\paperh16840\margl1440\margr1440\vieww13440\viewh7800\viewkind0
7+
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
8+
9+
\f0\b\fs28 \cf0 Commits:
10+
\f1\b0\fs24 \
11+
\
12+
Initial commit in trunk- d1a1406881657f4a701f453d48caf7db773405b9\
13+
Initial userland commit in main- aed450fa9679f26ef9256591874fcdf66a1ea578\
14+
Initial kernel commit in main- 481a7dceb778d13f214ae569a55cc3e1dbfe4081\
15+
Initial vfs_syscalls.h commit in main- aae76f6c648754c14e25cc88a9ba6836ded97065\
16+
\
17+
18+
\f0\b\fs28 \
19+
Issues:
20+
\f1\b0\fs24 \
21+
\
22+
Is there any available documentation on all the subroutines used inside the kernel?\
23+
24+
\f2\i RESOLVED
25+
\f1\i0 -
26+
\f3 man page section 9 <june 9 #NetBSD irc chat 20:39 IST>
27+
\f1 \
28+
\
29+
how to change directory in the kernel? and how to check for access permissions?\
30+
31+
\f2\i RESOLVED
32+
\f1\i0 -
33+
\f3 sys_chdir() system call in vfs_syscall.c <june 11 email from joerg>
34+
\f1 \
35+
\
36+
kern_exec.c file queries\
37+
38+
\f4\i RESOLVED
39+
\f1\i0 -
40+
\f3 <june 16 complete irc chat with Martin>
41+
\f1 \
42+
\
43+
Issue about memory usage by fileactions struct\
44+
45+
\f2\i RESOLVED
46+
\f1\i0 -
47+
\f3 issue doesn't exist <june 17 email with Martin>
48+
\f1 \
49+
\
50+
Where to find notes about writing documentation\
51+
52+
\f2\i RESOLVED
53+
\f1\i0 -
54+
\f3 man 7 mdoc <jun 23 irc chat on server>
55+
\f1 \
56+
\
57+
58+
\f0\b\fs28 \
59+
Progress:\
60+
\
61+
62+
\f1\b0\fs24 Week 1 -
63+
\f3 src/lib/libc/gen/posix_spawn_fileactions.c , src/include/spawn.h , src/sys/sys/spawn.h
64+
\f1 \
65+
\
66+
Week 2 & 3 -
67+
\f3 src/sys/kern_exec.c , vfs_syscalls.c , src/sys/sys/vfs_syscall.h
68+
\f1 \
69+
\
70+
Current -
71+
\f3 Going through atf(7) and mdoc(7) manpages
72+
\f0\b\fs28 \
73+
}

0 commit comments

Comments
 (0)