Commit Graph

2784 Commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen bc48ded292 Add dosfstools port. 2023-12-26 17:18:56 +01:00
Jonas 'Sortie' Termansen 870fb38bf2 Add mtools port. 2023-12-26 17:18:56 +01:00
Jonas 'Sortie' Termansen 2ce9f50905 Add getty(8). 2023-12-26 17:18:56 +01:00
Jonas 'Sortie' Termansen f29bbcbde8 Add terminal and interrupt support to com(4). 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 93fac0fde3 Add nyan(1). 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 82d0bf2b79 Work around pty deadlock. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 9910260de7 Add cdrom mounting live environment. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen e6c6570bf0 Revert "Parallelize driver initialization."
This reverts commit 0fef08bbc4.
2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 3ae267d16c Parallelize driver initialization. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen dd08eba6fb Speed up ata(4) 400 ns waits.
Waiting for any non-zero duration currently waits for at least one timer
cycle (10 ms), which is especially expensive during early boot.

The current workaround of simply reading the status 14 times seems really
suspicious although the osdev wiki documents it, but let's see how well it
works on real hardware, it's probably good enough.

Try to determine the initial selected drive to save one drive selection.
2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen cf353e38af Decrease PS/2 timeouts. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 2a663892c5 Add uptime(1) -pr options. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 615747faf6 Revert "Update to bison-3.8.2."
This reverts commit b82fae810b42c5426d21c4dc153b32f086dd7fde.
2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen e83b67da24 Update to bison-3.8.2. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 8ee87fc11a Add iso9660 filesystem implementation. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 9c32119949 Add kernel virtual address space usage debug information. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 6c52971e8f Debug TCP socket state listing. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen 0fb0df0f62 Add kernel heap allocation tracing debug facility. 2023-12-26 17:18:55 +01:00
Jonas 'Sortie' Termansen ba25d9ea1f Trianglix 4. 2023-12-26 17:18:54 +01:00
Jonas 'Sortie' Termansen d95127432a Add tix-check(8). 2023-12-26 17:18:54 +01:00
Jonas 'Sortie' Termansen 1b5f3242ad Volatile release. 2023-12-26 17:18:54 +01:00
Jonas 'Sortie' Termansen 51cc59f4ca Add tix-upgrade(8). 2023-12-26 17:18:53 +01:00
Jonas 'Sortie' Termansen ec9aa03f99 Add tix-repository(8).
Support renaming, splitting, and deleting ports via RENAMES.
2023-12-26 17:17:35 +01:00
Jonas 'Sortie' Termansen ea075b6f44 Add signify port. 2023-12-26 17:17:35 +01:00
Jonas 'Sortie' Termansen 5c9d9fc9ec Add pty(1). 2023-12-26 17:17:35 +01:00
Jonas 'Sortie' Termansen 56fbc45a9f Add irc(1).
Co-authored-by: Juhani Krekelä <juhani@krekelä.fi>
2023-12-26 17:17:35 +01:00
Jonas 'Sortie' Termansen 29d7c4aa72 Add getaddrinfo(1). 2023-12-26 17:17:35 +01:00
Jonas 'Sortie' Termansen a2b31ec1cb Enable stack smash protection by default. 2023-12-26 17:17:35 +01:00
Jonas 'Sortie' Termansen 8681cac923 Enable undefined behavior sanitization by default. 2023-12-26 17:17:35 +01:00
Juhani Krekelä 13a75f84e9 Add irssi port. 2023-12-26 17:51:17 +02:00
Juhani Krekelä 1c5a396e80 Support CSI n L and CSI n M in console and terminal(1).
With these escapes supported, include definitions for line deletion
(dl1, dl) and insertion (il1, il) in terminfo for "sortix".
2023-12-26 02:20:08 +02:00
Jonas 'Sortie' Termansen b4665bc8ce Add m4, perl, and texinfo to the basic ports set. 2023-12-24 13:12:25 +01:00
Jonas 'Sortie' Termansen 2465f9b5dc Package the system as a tix binary package. 2023-12-24 12:58:53 +01:00
Jonas 'Sortie' Termansen 95cf3fba98 Save kernel options upon installation. 2023-12-19 00:05:42 +01:00
Jonas 'Sortie' Termansen dc98bcf0ca Add options to kernelinfo(2). 2023-12-19 00:05:42 +01:00
Jonas 'Sortie' Termansen 4aadc182a6 Fix broken manual references. 2023-12-19 00:05:42 +01:00
Jonas 'Sortie' Termansen 938f2390dd Support system upgrades and configuration in GRUB.
Move /etc/default/grub to /etc/grub as it's owned by the sysadmin.

Move /etc/grub.d to /etc/default/grub.d as it's owned by the system.

Support /etc/grub's GRUB_CMDLINE_SORTIX in 10_sortix.

Remove the old /etc/grub.d/10_sortix.cache with a compatibility hook as it
has moved to /etc/default/grub.d/10_sortix.cache.
2023-09-03 14:47:08 +02:00
Juhani Krekelä c4b878beb7 Redisable perl support in git.
If git with perl enabled is cross-compiled, the perl commands do not
work correctly. As there is seemingly no easy fix for this, disable perl
suppport again.
2023-08-27 20:22:22 +03:00
Juhani Krekelä 69cc658036 Move perl from git's BUILD_LIBRARIES to RUNTIME_PROGRAMS.
While RUNTIME_PROGRAMS currently does nothing, BUILD_LIBRARIES is not
correct for dependencies that are required at runtime. As git built with
perl support is still able to run without perl, just with limitations,
mark perl as an optional dependency as well.
2023-08-27 16:40:47 +00:00
Juhani Krekelä 6c81317026 Add perl as a dependency for git. 2023-08-27 15:22:57 +00:00
Jonas 'Sortie' Termansen 4533a2ade2 Remove mkinitrd(8). 2023-08-26 14:15:12 +02:00
Jonas 'Sortie' Termansen 6ac0061380 Add sysmerge(8) --target option. 2023-08-26 14:15:12 +02:00
Jonas 'Sortie' Termansen 6303a59439 Handle SIGTERM in chroot(8). 2023-08-26 14:15:12 +02:00
Jonas 'Sortie' Termansen e5465e64a1 Fix tix3g migration hook installing the wrong PLATFORM in collection.conf.
Fix the hook marker not existing and change its name to allow upgrading from
broken experimental builds.
2023-08-26 14:04:22 +02:00
Nathan Fisher 93dd46192d Fix gettext port build by un-confusing the build system about whether c#
is available
2023-08-05 22:36:39 -04:00
Jonas 'Sortie' Termansen 33c1e98f0e Fix tar race condition when tix-port(8) strips programs. 2023-07-16 12:58:45 +02:00
Jonas 'Sortie' Termansen d189183900 Third generation Tix.
The .tix.tar.xz binary package format now stores the contents in the root
rather than the data/ subdirectory and the tix metadata now has the same
layout as the loose files in /tix, such that a .tix.tar.xz package can
simply be directly extracted into the filesystem. The /tix/manifest/ is now
included in the binary package rather than being generated on installation.

The /tix/collection.conf and /tix/tixinfo metadata files are now in the
tix-vars(1) format in the style of port(5).

The /tix/installed.list file has been removed since it isn't loose file
compatible and one can list the /tix/tixinfo directory instead.

The /tix/repository.list file has been removed since the feature is unused
and doesn't match the future direction of tix.

The kernel support for tix binary packages has been removed since it will
simply install by extracting the tar archive into the root filesystem.

Add the post-install sha256sum to the port version stamp.
2023-07-15 16:43:27 +02:00
Jonas 'Sortie' Termansen b819428bd2 Remove outdated statement that ports can't be built natively. 2023-07-12 23:10:39 +02:00
Jonas 'Sortie' Termansen 4990cef43c Reposition windows when the display resolution changes. 2023-07-12 23:10:39 +02:00
Jonas 'Sortie' Termansen ab9f2353e5 Add sysinstall(8) --system and --ports options. 2023-07-12 21:55:32 +02:00