Commit Graph

48 Commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen 377eec2061 Add clean-build-tools target. 2015-01-19 18:03:13 +01:00
Jonas 'Sortie' Termansen b4a74a93ad Add the Trianglix Desktop Environment. 2014-12-28 21:46:16 +01:00
Jonas 'Sortie' Termansen d14a9fff72 Update documentation for the upcoming 0.9 release. 2014-12-28 20:18:58 +01:00
Jonas 'Sortie' Termansen 2abd0cf754 Add unmount(1). 2014-12-26 21:45:29 +01:00
Jonas 'Sortie' Termansen e97032761e Add line numbering to editor. 2014-12-07 20:31:22 +01:00
Jonas 'Sortie' Termansen 08461c72fa Move editor to its own subdirectory. 2014-12-07 20:29:08 +01:00
Jonas 'Sortie' Termansen 242cfcca12 Add line editing, history and tab completion to shell. 2014-12-07 18:55:12 +01:00
Jonas 'Sortie' Termansen d8df769692 Move sh to its own directory. 2014-12-07 18:25:09 +01:00
Jonas 'Sortie' Termansen 4e9746c314 Add yes(1). 2014-12-03 15:20:03 +01:00
Jonas 'Sortie' Termansen 36c70760a0 Warn on sprintf use. 2014-12-02 18:00:23 +01:00
Jonas 'Sortie' Termansen 2586685061 Ongoing build system maintainance. 2014-12-02 17:09:28 +01:00
Jonas 'Sortie' Termansen a500288079 Add sortix.bin makefile target. 2014-12-01 23:45:30 +01:00
Jonas 'Sortie' Termansen 66d4785f18 Add example variables to doc/cross-development. 2014-12-01 23:45:29 +01:00
Jonas 'Sortie' Termansen 60895a127e Add doc/portability-sins. 2014-11-27 00:20:53 +01:00
Jonas 'Sortie' Termansen 0e577950c0 Remove conway, pong and snake games.
These games were poorly written and didn't work in graphics mode as they
required a vga text mode backend. It's less of a maintenance burden to just
remove them as that means the dispd vga text mode support can be deleted.
2014-11-26 23:34:14 +01:00
Jonas 'Sortie' Termansen 91a1df02b1 Remove calc(1).
This program was mostly replaced with the standard expr(1) tool and the code
quality was not up to the standards. Finally, it was not very useful.
2014-11-26 23:34:14 +01:00
Jonas 'Sortie' Termansen d56dcafd27 Add sleep(1). 2014-11-26 23:34:14 +01:00
Jonas 'Sortie' Termansen 34c65265d0 Document cross-compilation sins. 2014-11-24 22:32:57 +01:00
Jonas 'Sortie' Termansen 7c1306ff7b Add carray(1). 2014-11-24 20:56:10 +01:00
Jonas 'Sortie' Termansen 2697711dc1 Add tr(1). 2014-11-17 16:23:02 +01:00
Jonas 'Sortie' Termansen 760f21c670 Add dirname(1). 2014-11-01 21:33:49 +01:00
Jonas 'Sortie' Termansen 94bc05307a Add basename(1). 2014-11-01 21:33:48 +01:00
Jonas 'Sortie' Termansen af66244bd6 Add uniq(1). 2014-11-01 20:58:13 +01:00
Jonas 'Sortie' Termansen 9f9af783d9 Add sort(1). 2014-11-01 17:26:13 +01:00
Jonas 'Sortie' Termansen 2f9e2e4e9d Add expr(1). 2014-11-01 16:55:19 +01:00
Jonas 'Sortie' Termansen 3ca139b4c2 Add chmod(1). 2014-10-28 20:16:51 +01:00
Jonas 'Sortie' Termansen 12780c8eb0 Add env(1). 2014-09-25 18:20:00 +02:00
Jonas 'Sortie' Termansen 6454d4d215 Add regress(1). 2014-08-24 14:02:41 +02:00
Jonas 'Sortie' Termansen 30cd318c17 Implement signals.
Note: This is an incompatible ABI change.
2014-07-22 13:25:39 +02:00
Jonas 'Sortie' Termansen 7f4419bae7 Add libexec directory. 2014-07-20 15:09:16 +02:00
Jonas 'Sortie' Termansen c8a3a858b0 Add libpthread. 2014-07-08 17:41:50 +02:00
Jonas 'Sortie' Termansen 2e7f90fdf7 Fix overview of core programs in user-guide. 2014-06-11 21:03:42 +02:00
Jonas 'Sortie' Termansen 754d1f3383 Fix typo of losing in user-guide. 2014-06-11 20:46:47 +02:00
Jonas 'Sortie' Termansen 9a13100dc3 Remove mention of the unusable BIOS VBE driver from user-guide. 2014-06-11 19:34:30 +02:00
Jonas 'Sortie' Termansen cdf452a23b Fix typo of `occurred' in posix-divergence. 2014-05-28 17:42:21 +02:00
Jonas 'Sortie' Termansen 502d7685d2 Fix wrong project paths for ext and mbr in user-guide. 2014-05-16 14:48:27 +02:00
Jonas 'Sortie' Termansen e01fb1bc06 Fix cross-development not building binutils with --disable-werror. 2014-05-16 14:02:26 +02:00
Jonas 'Sortie' Termansen d50e8f1bce Document gethostid(3) and sethostid(3) as obsolete. 2014-03-17 19:22:12 +01:00
Jonas 'Sortie' Termansen 4ee83c9466 Refuse to implement broken POSIX advisory file locks. 2014-03-17 19:22:12 +01:00
Jonas 'Sortie' Termansen a6603dffd9 Document POSIX divergence. 2014-03-17 19:22:11 +01:00
Jonas 'Sortie' Termansen 9650bbd776 Document select(2) as obsolete. 2014-03-17 19:22:11 +01:00
Jonas 'Sortie' Termansen abbcc3941b Document times(2) as obsolete. 2014-03-17 19:22:11 +01:00
Jonas 'Sortie' Termansen e91cde379a Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3). 2014-03-17 19:22:11 +01:00
Jonas 'Sortie' Termansen b08455c4d3 Remove mxmpp. 2014-03-01 14:37:40 +01:00
Jonas 'Sortie' Termansen 98a87fa1e5 Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
Jonas 'Sortie' Termansen 2a652ed1a8 Fix doc/obsolete-stuff not listing gethostbyaddr. 2014-01-23 17:37:26 +01:00
Jonas 'Sortie' Termansen 178bb495c2 Add ports system. 2013-12-19 18:09:08 +01:00
Jonas 'Sortie' Termansen 425069cbf1 Add documentation. 2013-12-19 17:42:07 +01:00