Commit Graph

  • c839ad3ea3 Fix TEST-NET-3 documentation. Jonas 'Sortie' Termansen 2023-01-16 22:05:43 +0100
  • 2edaf130fa Add ifconfig(8). Jonas 'Sortie' Termansen 2017-06-30 23:11:16 +0200
  • 3da0728fd5 Add network interface support to init(8). Jonas 'Sortie' Termansen 2022-10-22 13:39:00 +0200
  • 08ddcc89b8 Add domain name system support to getaddrinfo(3). Jonas 'Sortie' Termansen 2016-07-26 22:47:51 +0200
  • 580b71ae89 Add getifaddrs(3) and freeifaddrs(3). Jonas 'Sortie' Termansen 2016-12-31 23:13:58 +0100
  • f291054465 Add em(4) driver. Jonas 'Sortie' Termansen 2023-01-09 23:58:19 +0100
  • cbf0c1dc97 Fix endian swapping classes reading volatile values twice. Jonas 'Sortie' Termansen 2023-01-03 23:47:14 +0100
  • 3997116656 Add if_nameindex(3). Jonas 'Sortie' Termansen 2016-07-25 23:43:35 +0200
  • 2ef6804ead Add networking stack. Jonas 'Sortie' Termansen 2022-12-05 00:35:21 +0100
  • 3154492dcf Fix deadlocks and lost wakeups in threading primitives. Jonas 'Sortie' Termansen 2022-12-10 13:09:09 +0100
  • 006145d335 Add EHOSTDOWN. Jonas 'Sortie' Termansen 2022-12-04 22:10:36 +0100
  • c3a3ff86ec Add -p option to time(1). Jonas 'Sortie' Termansen 2022-12-03 23:22:33 +0100
  • cbf16b4891 Fix absolute timers triggering in the wrong order. Jonas 'Sortie' Termansen 2022-12-03 21:49:01 +0100
  • 68a278ddb3 Fix pty write and read logic. Jonas 'Sortie' Termansen 2022-11-26 12:32:22 +0100
  • 2ace33176c Add sh(1) prompt variable expansion. Jonas 'Sortie' Termansen 2022-11-06 02:31:12 +0100
  • 159415c3b1 Implement profile(5) and shrc(5) in sh(1). Jonas 'Sortie' Termansen 2022-11-06 00:57:49 +0100
  • c6af3bc074 Add sh(1) history builtin. Jonas 'Sortie' Termansen 2022-11-06 00:26:13 +0100
  • 3c69791078 Save sh(1) history in ~/.sh_history. Jonas 'Sortie' Termansen 2022-11-06 00:06:32 +0100
  • f4152b3863 Document sh(1). Jonas 'Sortie' Termansen 2022-11-16 21:02:57 +0100
  • 6bab3819e2 Replace /etc/proper-shells with /etc/proper-sh defaulting to dash. Jonas 'Sortie' Termansen 2022-11-16 20:41:33 +0100
  • 212539c9de Update to dash-0.5.11.5. Juhani Krekelä 2022-08-03 22:21:36 +0300
  • cc9c031e5e Update to libressl-3.6.1. Juhani Krekelä 2022-11-01 18:37:42 +0200
  • a8c05711aa Switch bga(4) to the new PCI API. Jonas 'Sortie' Termansen 2022-10-31 22:45:47 +0100
  • aefec2f7cd Don't warn on read-only /var/log filesystem. Jonas 'Sortie' Termansen 2022-10-31 23:34:32 +0100
  • 07dd21146b Fix sh(1) changing foreground group when non-interactive. Jonas 'Sortie' Termansen 2022-11-05 20:37:43 +0100
  • 0f348c192b Fix sethostname(2) nul termination. Jonas 'Sortie' Termansen 2022-10-23 14:36:50 +0200
  • b1b9fdc2d8 Fix READYFD example in daemon(7). Jonas 'Sortie' Termansen 2022-10-21 22:51:25 +0200
  • 64e23ccb22 Fix init(5) example saying a non-virtual daemon is virtual. Jonas 'Sortie' Termansen 2022-10-21 21:05:58 +0200
  • 71edc766e7 Add halt(8), poweroff(8), and reboot(8). Jonas 'Sortie' Termansen 2021-12-11 03:28:59 +0100
  • f2d50bbf9c Add daemon support to init(8). Jonas 'Sortie' Termansen 2022-09-25 01:35:35 +0200
  • 875030f3f3 Add session(5). Jonas 'Sortie' Termansen 2022-09-18 21:54:21 +0200
  • 050ba71ca0 Fix utime(3) not handling times being NULL. Jonas 'Sortie' Termansen 2022-09-17 14:15:43 +0200
  • 0e119b8480 Fix bad example for picking basic ports in release-iso-modification(7). Jonas 'Sortie' Termansen 2022-09-11 17:31:09 +0200
  • 6f2fef4090 Update to nano-6.3. Juhani Krekelä 2022-07-10 01:20:44 +0300
  • 55df3bbd7b Add default git origin remote. Jonas 'Sortie' Termansen 2022-07-09 21:33:40 +0200
  • cabfa4e4f7 Document /etc/default and /etc/examples. Jonas 'Sortie' Termansen 2022-08-05 00:26:20 +0200
  • add59b27da Fix extfs(8) read-only compat mode. Jonas 'Sortie' Termansen 2022-08-23 22:32:49 +0200
  • 8789069f7e Fix invalid port LICENSE values. Jonas 'Sortie' Termansen 2022-08-28 23:00:38 +0200
  • 14841fb43c Fix libevent requiring <net/if.h>. Jonas 'Sortie' Termansen 2022-07-11 12:44:09 +0200
  • 154f5b5cce Add license information for libSDL, libjpeg, libtheora. Jonas 'Sortie' Termansen 2022-07-09 16:39:51 +0200
  • 5aecdea33d Update to ffmpeg-5.0.1. Jonas 'Sortie' Termansen 2022-07-09 23:34:37 +0200
  • 68a444c85e Update to cairo-1.16.0. Juhani Krekelä 2022-07-09 18:53:20 +0300
  • 1e742f9206 Update to glib-2.56.4. Juhani Krekelä 2022-07-06 23:54:46 +0300
  • 33032d624c Update to curl-7.84.0. Jonas 'Sortie' Termansen 2022-07-08 23:33:55 +0200
  • 6b7d733ea3 Update to libxkbcommon-0.8.4. Jonas 'Sortie' Termansen 2022-07-08 22:48:20 +0200
  • bfa2dc437a Update to pixman-0.40.0. Jonas 'Sortie' Termansen 2022-07-08 22:10:29 +0200
  • 6d9e1383ad Update to libvorbis-1.3.7. Jonas 'Sortie' Termansen 2022-07-08 01:20:44 +0200
  • 9149b99951 Update to libogg-1.3.5. Jonas 'Sortie' Termansen 2022-07-08 00:43:43 +0200
  • 969a4da5b6 Update to pcre-8.45. Juhani Krekelä 2022-07-06 23:29:10 +0300
  • 5e8186a8b0 Update to fontconfig-2.14.0. Jonas 'Sortie' Termansen 2022-07-06 22:27:01 +0200
  • e4c8d42b7c Update to dbus-1.14.0. Juhani Krekelä 2022-07-06 18:17:55 +0300
  • 37be665d4d Update to mpc-1.2.1. Juhani Krekelä 2022-07-06 16:13:28 +0300
  • 9a8275b5db Update to mpfr-4.1.0. Juhani Krekelä 2022-07-06 16:03:02 +0300
  • 8cb8e5ede0 Update to gmp-6.2.1. Juhani Krekelä 2022-07-06 15:35:37 +0300
  • 0b5a9512ca Update to freetype-2.12.1. Jonas 'Sortie' Termansen 2022-07-06 00:44:02 +0200
  • 7457cf2357 Update to libpng-1.6.37. Jonas 'Sortie' Termansen 2022-07-06 00:12:57 +0200
  • 158a82493c Update to libidn-1.41. Juhani Krekelä 2022-06-20 02:41:52 +0300
  • 795ef0529d Update to libffi-3.3. Jonas 'Sortie' Termansen 2022-06-20 00:44:56 +0200
  • 31d8c5d828 Update to expat-2.4.8. Jonas 'Sortie' Termansen 2022-06-19 23:59:35 +0200
  • 579b494170 Update to sortix-libstdc++-1.1-rc3. Jonas 'Sortie' Termansen 2022-06-19 23:18:02 +0200
  • 4bc22cc169 Update to bzip2-1.0.8. Jonas 'Sortie' Termansen 2022-06-19 22:37:43 +0200
  • 347f637d13 Update to readline-8.1.2. Juhani Krekelä 2022-06-10 00:51:50 +0300
  • dbd97a1300 Update to netbsd-curses-0.3.2. Juhani Krekelä 2022-06-14 20:32:44 +0300
  • 15a2d6d3f1 Update to libressl-3.5.3. Juhani Krekelä 2022-06-14 01:02:06 +0300
  • 59baae95c9 Update to libevent-2.1.12-stable. Juhani Krekelä 2022-06-14 01:08:51 +0300
  • 4c8799fa73 Update to libxml2-2.9.14. Jonas 'Sortie' Termansen 2022-06-14 19:43:00 +0200
  • 51677c38b3 Update to xz-5.2.5. Jonas 'Sortie' Termansen 2022-06-14 19:42:17 +0200
  • 671d1219a4 Update to gettext-0.21. Jonas 'Sortie' Termansen 2022-06-14 19:43:30 +0200
  • 4addab6e30 Update to libiconv-1.17. Jonas 'Sortie' Termansen 2022-06-13 22:59:11 +0200
  • 23b3271fca Release HTML manual pages. Jonas 'Sortie' Termansen 2021-07-17 17:43:39 +0200
  • 2e51481549 Fix missing BUILD_LIBRARIES in libavcodec and liblua. Jonas 'Sortie' Termansen 2022-07-10 23:04:43 +0200
  • 611dc22e73 Standardize header include guards. Jonas 'Sortie' Termansen 2022-07-08 01:09:15 +0200
  • 3ae81f08b3 Add install-cross-toolchain Makefile target. Jonas 'Sortie' Termansen 2022-03-06 02:00:48 +0100
  • 85e9fcde94 Change strverscmp(3) non-digit behavior to match GNU sort -V. Jonas 'Sortie' Termansen 2022-07-09 15:59:58 +0200
  • 802b0ef1d1 Add verify-ports presubmit. Jonas 'Sortie' Termansen 2022-07-09 20:40:37 +0200
  • 86f6cdb718 Fix libtheora non-safe PATH use and libpng incompatibility. Jonas 'Sortie' Termansen 2022-07-06 20:06:33 +0200
  • 36d9de7f54 Fix python modules not using sysroot. Jonas 'Sortie' Termansen 2022-06-17 22:14:37 +0200
  • 00681172dc Fix tix-port(8) default mirror directory. Jonas 'Sortie' Termansen 2022-07-09 20:11:18 +0200
  • c4d4ba17a1 Fix extract-ports creating repository directory. Jonas 'Sortie' Termansen 2022-07-09 20:06:37 +0200
  • 79327e7b5f Fix distclean-ports removing ports in development. Jonas 'Sortie' Termansen 2022-07-09 20:01:49 +0200
  • 184f99e1ee Add -u option to date(1). Juhani Krekelä 2022-06-16 18:53:28 +0300
  • 5679b74675 Use SPDX license identifiers for LICENSE. Jonas 'Sortie' Termansen 2022-06-15 00:09:10 +0200
  • 921e5e0d88 Fix tix.port(8) --destination=. .version file. Jonas 'Sortie' Termansen 2022-06-14 21:40:20 +0200
  • 9588b0d3db Add ports to the Sortix repository. Jonas 'Sortie' Termansen 2022-06-13 22:29:53 +0200
  • 81978ae938 Fix missing 'and' typo in installation(7) confirmation. Jonas 'Sortie' Termansen 2022-06-06 16:23:19 +0200
  • c0e03e5c62 Fix tix-iso-liveconfig(8) not creating /etc in some cases. Jonas 'Sortie' Termansen 2022-05-22 20:59:14 +0200
  • 0765ac2129 Fix dtable allocation overflow on INT_MAX. Jonas 'Sortie' Termansen 2022-06-09 22:29:06 +0200
  • 22f4fd859e Remove kernel thread alignment since malloc is already 16-byte aligned. Jonas 'Sortie' Termansen 2022-04-26 00:09:06 +0200
  • 0f0c6a3232 Include the main kernel header in some kernel files. Jonas 'Sortie' Termansen 2022-04-25 23:11:03 +0200
  • a0a4030dd3 Fix kernelinfo(2) user-space pointer deference. Jonas 'Sortie' Termansen 2022-04-25 23:44:23 +0200
  • fe729d6032 Fix typo in <malloc.h>. Jonas 'Sortie' Termansen 2022-04-18 00:09:23 +0200
  • 4e56b01e9e Fix getopt error handling in pstree(1). Jonas 'Sortie' Termansen 2022-04-17 23:17:23 +0200
  • 322c8317d6 Fix non-throwing operator new failure checks being optimized away. Jonas 'Sortie' Termansen 2022-04-16 22:24:32 +0200
  • 4b376c7f16 Fix tix-build variables when using sysroot natively. Jonas 'Sortie' Termansen 2022-04-15 13:11:36 +0200
  • 5eb34b4a00 Never deliver signals during stat(2), readlink(2), open(2), and truncate(2). Jonas 'Sortie' Termansen 2022-04-14 18:48:20 +0200
  • 4698562f64 Use find(1) -delete feature in tix-eradicate-libtool-la(1). auronandace 2022-04-17 17:16:45 +0100
  • e9c4946ff7 Document getdnsconfig(2) and setdnsconfig(2). Juhani Krekelä 2021-10-10 01:10:48 +0300
  • 14960319a6 Fix find(1) always failing on exec plus. Jonas 'Sortie' Termansen 2022-03-05 19:28:08 +0100
  • df9b1ded9a Implement local and remote addresses in filesystem sockets. Jonas 'Sortie' Termansen 2022-02-16 23:56:28 +0100
  • 251dcda980 Flush stdout after tix-install verbose message. Jonas 'Sortie' Termansen 2022-01-30 01:25:13 +0100