Commit Graph

  • 2864faaa6c Document memstat(1). Daniel Roskams 2016-10-06 12:54:29 +0800
  • 606385b663 Document pager(1). Daniel Roskams 2016-10-04 14:27:04 +0800
  • ac37d66a93 Add sysinstall(8) tip for selecting devices in disked(8). Jonas 'Sortie' Termansen 2016-08-28 20:46:55 +0200
  • a90d4dbf23 Allow canceling sysinstall(8) and sysupgrade(8) gracefully. Jonas 'Sortie' Termansen 2016-08-28 19:53:51 +0200
  • 252c78f010 Add partition support to sysupgrade(8). Jonas 'Sortie' Termansen 2016-08-28 01:38:37 +0200
  • b70ffb70af Add /boot partition support to sysinstall(8). Jonas 'Sortie' Termansen 2016-08-27 21:46:30 +0200
  • 3f86ec6544 Default to installing GRUB if an existing installation uses GRUB. Jonas 'Sortie' Termansen 2016-08-24 14:45:15 +0200
  • 84c0844f56 Seed kernel entropy with randomness from the previous boot. Jonas 'Sortie' Termansen 2016-08-20 02:27:33 +0200
  • 4ab5765a95 Refactor sysmerge(8) and sysupgrade(8) compatibility hooks. Jonas 'Sortie' Termansen 2016-08-23 00:28:49 +0200
  • 4d40dd35dd Run the existing sysmerge(8) in the make sysmerge targets. Jonas 'Sortie' Termansen 2016-08-22 17:31:04 +0200
  • 1791a19539 Refactor init(8) chain-merge target and add merge target. Jonas 'Sortie' Termansen 2016-08-21 23:03:33 +0200
  • 0e4f9a7ab8 Only set resolution in init(8) if not already done. Jonas 'Sortie' Termansen 2016-08-21 15:49:17 +0200
  • 6944250bd1 Allow detecting fallback video modes. Jonas 'Sortie' Termansen 2016-08-26 15:38:21 +0200
  • 0b07e62259 Refactor init(8) atexit handling. Jonas 'Sortie' Termansen 2016-08-21 00:35:56 +0200
  • fdfe16ad30 Document that init(8) mounts the filesystems of fstab(5). Jonas 'Sortie' Termansen 2016-08-20 03:17:29 +0200
  • 67471b55e7 Add nl_langinfo(3). Jonas 'Sortie' Termansen 2016-09-28 01:32:13 +0200
  • 601bed32fb Update cp(1) to current coding conventions. Jonas 'Sortie' Termansen 2016-09-19 00:57:22 +0200
  • 9f82d3951e Guide cross-development(7) users to development(7). Jonas 'Sortie' Termansen 2016-09-12 21:10:54 +0200
  • 6135c5414b Remove UL suffix from BUFSIZ. Jonas 'Sortie' Termansen 2016-09-12 20:51:59 +0200
  • a3bc570c1e Remove useless void casts from tr(1). Jonas 'Sortie' Termansen 2016-09-12 20:16:11 +0200
  • 057bd25898 Fix newlines in errx(3) calls. Jonas 'Sortie' Termansen 2016-10-03 16:00:00 +0200
  • 28fec736dc Document passwd(1). Daniel Roskams 2016-10-02 21:39:29 +0800
  • 07b89e600d Fix kernelinfo(1) reallocation loop never terminating. Jonas 'Sortie' Termansen 2016-10-02 13:50:26 +0200
  • e400e3578e Document kernelinfo(1). Daniel Roskams 2016-10-01 21:47:19 +0800
  • 48c60fd3a2 Fix readlink(1) self-reference. Jonas 'Sortie' Termansen 2016-10-01 21:29:30 +0200
  • 0e32284417 Fix 'is can' typo in README. Jonas 'Sortie' Termansen 2016-10-01 14:51:16 +0200
  • 5d774cce1d Fix execl(3) sentinel undefined behaviour. Ralph Holmes 2016-09-30 16:40:17 +0100
  • 6907109b7e Add -l option to chkblayout(1). rocketpenguin1 2016-09-29 12:33:00 +0000
  • a911476f59 Add readlink(1). Nicholas De Nova 2016-09-29 20:10:58 -0500
  • 1a87b2f580 Add suggestion to use vim(1) if installed. Jonas 'Sortie' Termansen 2016-09-24 00:26:07 +0200
  • a97e1ef16c Modernize carray(1) and fix missing allocation checks. Jonas 'Sortie' Termansen 2016-08-12 18:34:19 +0200
  • 848eaaf593 Port build utilities to musl. Jonas 'Sortie' Termansen 2016-08-10 01:29:04 +0200
  • 91a6ee7919 Add 24-bit graphics support to kernel. Jonas 'Sortie' Termansen 2016-07-30 02:47:47 +0200
  • bc1344dacf Document clock(3) as obsolete. Jonas 'Sortie' Termansen 2016-09-28 20:24:10 +0200
  • c8487ff12b Fix readlinkat(2) return value truncation. Jonas 'Sortie' Termansen 2016-09-26 20:01:58 +0200
  • 394d3d7115 Fix kernel not using BRAND_DEFAULT_HOSTNAME. Jonas 'Sortie' Termansen 2016-09-26 17:12:02 +0200
  • 6e16a2036e Add tee(1). Nicholas De Nova 2016-09-25 20:07:27 -0500
  • 0756a7ee96 Add scanf(3) %n support. Jonas 'Sortie' Termansen 2016-09-23 14:21:22 +0200
  • 0e78aec1c3 Fix console scrolling bottleneck. Jonas 'Sortie' Termansen 2016-09-23 23:27:36 +0200
  • 4f60e65f83 Fix cross-compilation-sins x86-64_sortix typo. Jonas 'Sortie' Termansen 2016-09-23 01:05:28 +0200
  • c01fcd36c3 Fix double fsck in sysupgrade(8). Jonas 'Sortie' Termansen 2016-08-28 16:24:26 +0200
  • 3831d99149 Fix sysupgrade(8) copyright. Jonas 'Sortie' Termansen 2016-08-28 00:02:41 +0200
  • 967c5b57d5 Fix advice/advise typos. Jonas 'Sortie' Termansen 2016-08-27 21:30:30 +0200
  • c195784736 Fix sysmerge(8) out of bounds accesses and error messages. Jonas 'Sortie' Termansen 2016-08-22 18:07:01 +0200
  • f28fc4ac39 Fix non-blocking recv(2) and send(2). Jonas 'Sortie' Termansen 2016-08-19 15:46:39 +0200
  • 8ec5d9af44 Fix linked list and shadowing bugs in kernel clock and timer code. Jonas 'Sortie' Termansen 2016-08-06 14:51:02 +0200
  • e962f5e4cc Fix use after free in getaddrinfo(3) error case. Jonas 'Sortie' Termansen 2016-07-26 13:16:21 +0200
  • 46fbe3ec0d Fix non-relative path in sysupgrade(8). Jonas 'Sortie' Termansen 2016-08-20 03:34:41 +0200
  • 47b53f1aab Fix missing word in sysupgrade(8) error message. Jonas 'Sortie' Termansen 2016-08-20 03:30:11 +0200
  • 2b6463aa95 Fix drivers not detecting PCI devices without an interrupt line. Jonas 'Sortie' Termansen 2016-07-29 23:15:31 +0200
  • da89dec2e2 Fix AHCI port IDENTIFY timeout taking 10 seconds. Jonas 'Sortie' Termansen 2016-07-29 23:11:08 +0200
  • 8f81f990f8 Fix undefined stack register after switch into long mode. Jonas 'Sortie' Termansen 2016-07-29 15:16:11 +0200
  • 2141c95621 Fix sysupgrade(8) downgrade detection. Jonas 'Sortie' Termansen 2016-05-18 16:30:32 +0200
  • 1dbd1f760a Fix missing validation of program entry points. Jonas 'Sortie' Termansen 2016-05-17 17:06:14 +0200
  • b54e09ebaf Improve cross-development(7). Jonas 'Sortie' Termansen 2016-07-23 23:03:57 +0200
  • 92106d4d34 Remove unnecessary tix gitignore entry. Jonas 'Sortie' Termansen 2016-07-23 22:13:39 +0200
  • 2e03bd94d3 Add protection against sigreturn oriented programming (SROP). Jonas 'Sortie' Termansen 2016-05-14 01:14:26 +0200
  • 9b98679885 Clean up errno. Jonas 'Sortie' Termansen 2016-05-02 18:19:11 +0200
  • 01a9779fc6 Compile libc with -ffreestanding. Jonas 'Sortie' Termansen 2016-04-30 18:10:49 +0200
  • 1ca1a068a1 Make the branding system more neutral. Jonas 'Sortie' Termansen 2016-04-30 17:39:40 +0200
  • 264805a4aa Remove uname -i and -o options. Jonas 'Sortie' Termansen 2016-04-30 13:46:29 +0200
  • e4a3bb997b Check overflow in expr(1). Jonas 'Sortie' Termansen 2016-04-27 20:25:03 +0200
  • 2a6a246ff4 Remove getdomainname(2). Jonas 'Sortie' Termansen 2016-04-06 13:27:41 +0200
  • 1ef3c31f81 Clean up alloca.h header. Jonas 'Sortie' Termansen 2016-04-06 13:16:18 +0200
  • e5ed21520c Port the editor to non-sortix operating systems. Jonas 'Sortie' Termansen 2014-07-28 01:30:50 +0200
  • 63146072a4 Fix getline(3) and getdelim(3) usage. Jonas 'Sortie' Termansen 2016-05-15 16:32:38 +0200
  • 8d5599ba59 Fix shift out of bounds in fnmatch(3). Jonas 'Sortie' Termansen 2016-05-15 13:45:03 +0200
  • 1fde4430fb Fix missing punctuation in hier(7). Jonas 'Sortie' Termansen 2016-05-15 01:11:24 +0200
  • f6cc06fbd1 Fix bsearch(3) performance. Jonas 'Sortie' Termansen 2016-05-15 01:09:47 +0200
  • 1826fc32cd Fix signal delivery stack alignment. Jonas 'Sortie' Termansen 2016-05-13 22:21:42 +0200
  • d9bb6da811 Fix pthread stack alignment. Jonas 'Sortie' Termansen 2016-04-21 21:57:57 +0200
  • a80bc5d011 Fix sysmerge(8) and sysupgrade(8) /etc/sortix-release error handling. Jonas 'Sortie' Termansen 2016-04-08 23:09:38 +0200
  • 9995df3638 Fix use after free and memory leaks in init(8). Jonas 'Sortie' Termansen 2016-04-01 03:36:23 +0200
  • e69565fd15 Remove compatibility with Sortix 0.9. Jonas 'Sortie' Termansen 2016-04-10 15:19:12 +0200
  • f3d77725d2 Begin development of Sortix 1.1. Jonas 'Sortie' Termansen 2016-04-04 02:36:03 +0200
  • 578501924c Update version number to 1.0. Jonas 'Sortie' Termansen 2016-03-28 18:38:40 +0200
  • 09f43c80e9 Change /mnt to / in sysinstall to avoid user confusion. Jonas 'Sortie' Termansen 2016-03-28 17:44:01 +0200
  • ecfe121a8c Add assertions to Signal::DispatchHandler callers. Jonas 'Sortie' Termansen 2016-03-28 17:37:37 +0200
  • c1e5bcba7f Fix S_IROTH having the wrong value. Jonas 'Sortie' Termansen 2016-03-28 16:25:42 +0200
  • 8e34889cbd Fix disked verify_mountpoint buffer overflow. Jonas 'Sortie' Termansen 2016-03-28 14:31:23 +0200
  • bc2f6842d1 Add -type option to find(1). Jonas 'Sortie' Termansen 2016-03-27 14:51:44 +0200
  • 927ed5e01f Use video_bochs with Sortix GRUB. Jonas 'Sortie' Termansen 2016-03-27 13:55:51 +0200
  • fe87b61a33 Add tagline. Jonas 'Sortie' Termansen 2015-04-25 23:39:21 +0200
  • d166e58dc8 Remove repository from release directory. Jonas 'Sortie' Termansen 2016-03-26 23:14:24 +0100
  • 9a95771cd9 Change default OPTLEVEL to -Os -s. Jonas 'Sortie' Termansen 2016-03-07 18:43:33 +0100
  • 03304642df Add GRUB menus to control which ports are loaded. Jonas 'Sortie' Termansen 2016-03-07 02:04:24 +0100
  • 9f77beaea6 Fix floating point registers of new threads. Jonas 'Sortie' Termansen 2016-03-26 16:04:05 +0100
  • e770766cc8 Fix tix archive owner, group and permissions. Jonas 'Sortie' Termansen 2016-03-26 12:41:08 +0100
  • 05282c86d7 Fix fchownat(2) system call ABI on x86. Jonas 'Sortie' Termansen 2016-03-26 12:36:07 +0100
  • 1083e67d45 Fix sysinstall videomode creation. Jonas 'Sortie' Termansen 2016-03-24 23:58:14 +0100
  • 9ec09476ba Fix handling of unmountable filesystems. Jonas 'Sortie' Termansen 2016-03-24 23:51:06 +0100
  • 34b5f061f9 Fix linecount target not working. Jonas 'Sortie' Termansen 2016-03-24 22:24:01 +0100
  • 7348cb0b9a Add initrd module options. Jonas 'Sortie' Termansen 2016-03-07 17:30:04 +0100
  • 443b4797bb Add dirname and basename to libk. Jonas 'Sortie' Termansen 2016-03-07 17:27:58 +0100
  • 15ef078e9f Fix live environment tix collection platform. Jonas 'Sortie' Termansen 2016-03-07 17:31:55 +0100
  • a2add96997 Update README for the 1.0 release. Jonas 'Sortie' Termansen 2016-03-06 22:22:53 +0100
  • cadef6fedb Rename i486-sortix platform to i686-sortix. Jonas 'Sortie' Termansen 2016-03-06 15:29:15 +0100
  • 6aa063a247 Strip ports not honoring -s in CFLAGS. Jonas 'Sortie' Termansen 2015-02-08 22:17:47 +0100
  • f034221bb0 Remove non-existent directories from .gitignore. Jonas 'Sortie' Termansen 2016-03-06 00:50:45 +0100
  • 0705fabd6d Fix editor multiline copy. Jonas 'Sortie' Termansen 2016-03-06 00:49:55 +0100