<feed xmlns='http://www.w3.org/2005/Atom'>
<title>progs/discord-bot-skeleton.git/Makefile, branch master</title>
<subtitle>turret'.s discord bot skeleton for C99</subtitle>
<link rel='alternate' type='text/html' href='http://git.turret.cyou/progs/discord-bot-skeleton.git/'/>
<entry>
<title>extern: add extern-only include</title>
<updated>2024-03-30T21:02:47+00:00</updated>
<author>
<name>turret</name>
<email>turret@duck.com</email>
</author>
<published>2024-03-30T21:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.turret.cyou/progs/discord-bot-skeleton.git/commit/?id=f01745a2ee84f11b8cc54e37c5f7f596184ab785'/>
<id>f01745a2ee84f11b8cc54e37c5f7f596184ab785</id>
<content type='text'>
also: in makefile add support for deeper c files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also: in makefile add support for deeper c files
</pre>
</div>
</content>
</entry>
<entry>
<title>init: minor optimisations</title>
<updated>2023-12-19T00:40:19+00:00</updated>
<author>
<name>turret</name>
<email>turret@duck.com</email>
</author>
<published>2023-12-19T00:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.turret.cyou/progs/discord-bot-skeleton.git/commit/?id=7648b5a7b22ae3b3e3a3fa39fd83bce06554385d'/>
<id>7648b5a7b22ae3b3e3a3fa39fd83bce06554385d</id>
<content type='text'>
move spin locks to dedicated function so we can minimise repetition of
code. now uses more C and less assembly.

init.c uses 8192 * 512 as a maximum even if the stack rlimit is larger
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move spin locks to dedicated function so we can minimise repetition of
code. now uses more C and less assembly.

init.c uses 8192 * 512 as a maximum even if the stack rlimit is larger
</pre>
</div>
</content>
</entry>
<entry>
<title>build: link against libcurl</title>
<updated>2023-12-18T20:05:04+00:00</updated>
<author>
<name>turret</name>
<email>turret@duck.com</email>
</author>
<published>2023-12-18T20:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.turret.cyou/progs/discord-bot-skeleton.git/commit/?id=cea6abd8faa5570ab06d40eae08f8c3aa519671c'/>
<id>cea6abd8faa5570ab06d40eae08f8c3aa519671c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2023-11-20T00:57:55+00:00</updated>
<author>
<name>turret</name>
<email>turret@duck.com</email>
</author>
<published>2023-11-20T00:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.turret.cyou/progs/discord-bot-skeleton.git/commit/?id=a8b2282eb88f24c3c5f461e1557fa2cf76ebc251'/>
<id>a8b2282eb88f24c3c5f461e1557fa2cf76ebc251</id>
<content type='text'>
- create subsystem system using clone syscall, shared memory, shared
  file descriptors
- printk-like logging facility (TODO: console loglevel)
- initcall system (like linux kernel)

TODO: determine license
factors: linker.ld, linux kernel licensing (some ideas are more
  liberally taken rather than paraphrased)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- create subsystem system using clone syscall, shared memory, shared
  file descriptors
- printk-like logging facility (TODO: console loglevel)
- initcall system (like linux kernel)

TODO: determine license
factors: linker.ld, linux kernel licensing (some ideas are more
  liberally taken rather than paraphrased)
</pre>
</div>
</content>
</entry>
</feed>
