Commit Graph

487 Commits

Author SHA1 Message Date
K. Lange
67b8e2e295 use libc rand in drawlines 2018-05-09 19:43:11 +09:00
K. Lange
fc37b60272 add rand() 2018-05-09 19:43:02 +09:00
K. Lange
e07d9af218 Stop spewing move TRACEs 2018-05-09 19:42:39 +09:00
K. Lange
9239449c97 Make mixerctl usage output comply with the rest of the system 2018-05-09 19:31:46 +09:00
K. Lange
471d56e42d Add a few more extra apps from mainline 2018-05-09 19:27:42 +09:00
K. Lange
cd70295716 Eh, default to 1440x900 2018-05-09 19:05:33 +09:00
K. Lange
b23d7a2930 some stuff to get further in python builds 2018-05-09 17:02:31 +09:00
K. Lange
643049ff32 atol ~= atoi, labs 2018-05-09 16:55:10 +09:00
K. Lange
06c3574067 Don't show redundant thread id when not showing threads 2018-05-09 12:12:50 +09:00
K. Lange
f614bdbd72 Better ps 2018-05-09 12:10:14 +09:00
K. Lange
da909e4f79 Add confreader library 2018-05-08 23:04:49 +09:00
K. Lange
b3c353e389 actually do something in assert 2018-05-08 23:04:21 +09:00
K. Lange
0ca57752a6 feof 2018-05-08 22:49:53 +09:00
K. Lange
cf7255e329 Cheat a tiny bit on terminal font rendering, should be one pixel to the left for best results... 2018-05-08 22:42:11 +09:00
K. Lange
0b2d25b243 fix a silly crash in ls 2018-05-08 22:39:37 +09:00
K. Lange
5860f11968 fopen(...,"a") should create? 2018-05-08 22:39:30 +09:00
David Hayman
d96a913574 Fixed boot loader triple-fault in VirtualBox 2018-05-08 22:29:32 +09:00
K. Lange
014f8f01a6 font size of 16 looks better 2018-05-08 19:09:51 +09:00
K. Lange
c0a166363e Adjust terminal sizes 2018-05-08 17:29:19 +09:00
K. Lange
e54c6af754 move set command to an app named term-set 2018-05-08 17:19:28 +09:00
K. Lange
8ccbcb001c Allow switching rendering mode in terminal on the fly 2018-05-08 17:16:58 +09:00
K. Lange
4c873f9fde Remove traces from sdf 2018-05-08 17:05:57 +09:00
K. Lange
d67021d7b8 Store SDF fonts in shared memory regions 2018-05-08 17:03:13 +09:00
K. Lange
b42bec5b70 Make some fixes to libc and linker to allow environ to be set before initializers run 2018-05-08 17:03:04 +09:00
K. Lange
4818a8cc43 Add more monospace font options and support 8-bit grayscale bitmaps 2018-05-08 15:41:12 +09:00
K. Lange
db4337f17b Improvements to SDF impl., and support in terminal 2018-05-08 11:27:44 +09:00
K. Lange
4beac973ef Store kerning overrides for SDF fonts in a config file 2018-05-07 17:49:06 +09:00
K. Lange
7eff9691b5 Rebuild CDs more reliably when random filesystem files change 2018-05-07 17:48:50 +09:00
K. Lange
a3b1b253d7 stdio fgets and stuff that actually kinda work correctly 2018-05-04 17:53:31 +09:00
K. Lange
5cf95b4fc0 Fix alpha handling resulting in no images with 24-bit bmp 2018-05-04 13:16:22 +09:00
K. Lange
9adae25874 Import some apps from mainline/extre 2018-05-04 13:11:06 +09:00
K. Lange
b89ce3f7eb Import some apps from mainline/core that at least compile (fgrep may not work due to stdio brokenness) 2018-05-04 13:01:55 +09:00
K. Lange
6d5d88cf53 Add stub network functions - headers need reorg 2018-05-04 12:40:18 +09:00
K. Lange
6bba5dd59e add readelf app 2018-05-04 12:36:25 +09:00
K. Lange
29cb305b8c Avoid flicker on boot menu by not clearing 2018-05-04 12:30:17 +09:00
K. Lange
3163133c88 Don't show exit menu in VirtualBox 2018-05-04 12:29:17 +09:00
K. Lange
5a737917b0 strncmp 2018-05-04 12:21:52 +09:00
K. Lange
f94a09f485 add ctype.h 2018-05-04 12:17:32 +09:00
K. Lange
300d5b78ca Add incredibly bad atof 2018-05-02 19:43:33 +09:00
K. Lange
2a4914057c Add putenv, setenv 2018-05-02 19:25:03 +09:00
K. Lange
b4c1d997b4 Add getopt, getopt_long 2018-05-02 18:58:47 +09:00
K. Lange
b8cbbd2af4 Fix negative printing overwriting negative sign 2018-05-02 18:29:38 +09:00
K. Lange
3dd3da9471 Make sure object files from libc are cleaned out properly 2018-05-02 15:02:05 +09:00
K. Lange
8f2025864c Break up unistd into separate files for each function 2018-05-02 12:20:06 +09:00
K. Lange
4c8f8e43fb Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
K. Lange
f0ca7116c8 make the version codename nih 2018-05-01 17:16:01 +09:00
K. Lange
557f578574 Don't use my given name in copyright headers; update everything to 2018 because why not 2018-05-01 17:12:56 +09:00
K. Lange
c637b96810 Update screenshot 2018-04-29 23:51:58 +09:00
K. Lange
d1437c4c62 add decorator menus to a few more apps 2018-04-29 23:50:23 +09:00
K. Lange
ec0480fc11 Fix printf width calculations 2018-04-29 16:32:35 +09:00