Commit Graph

  • 1674c8dbb2 ld: use shared mappings for read-only elf segments main wash 2026-04-21 21:17:37 +01:00
  • 538904b7e4 liblaunch: implement private/shared mapping support wash 2026-04-21 21:17:08 +01:00
  • 58e99b046d libfs: implement private/shared mapping support wash 2026-04-21 21:16:50 +01:00
  • 55f755e7d9 libfs: remove unused include wash 2026-04-21 21:16:17 +01:00
  • 1c6ece7b55 libc: implement private/shared mapping support wash 2026-04-21 21:15:27 +01:00
  • 70e990a885 meta: update kernel wash 2026-04-21 21:13:04 +01:00
  • 4fbc6b9027 meta: add clang-format config wash 2026-04-20 22:21:37 +01:00
  • 4beab43728 meta: update kernel wash 2026-04-20 22:20:08 +01:00
  • f290ebcd84 cmake: change minimum version number to 3.31 wash 2026-04-20 22:19:56 +01:00
  • 7aea4e0206 base: grub: auto-boot with serial logging enabled wash 2026-04-20 22:19:28 +01:00
  • a15ebef9c7 toolchain: build fx as a static library wash 2026-04-20 22:19:05 +01:00
  • 89c8f96829 x86_64: update successful-boot test wash 2026-04-20 22:18:47 +01:00
  • 809f19ebe7 herdd: only add service to list if loaded successfully wash 2026-04-20 22:18:03 +01:00
  • 6c80d375f2 herdd: task_duplicate test wash 2026-04-20 22:17:28 +01:00
  • 109ee7b79c ld: formatting tweaks wash 2026-04-20 22:15:05 +01:00
  • b5b95c661e ld: add function to dump loaded image list wash 2026-04-20 22:14:56 +01:00
  • 5dcc190f02 ld: temporarily change image mappings to MAP_PRIVATE for COW testing wash 2026-04-20 22:14:39 +01:00
  • 19683dbaa8 ld: zero-init data segment before reading contents from executable wash 2026-04-20 22:14:11 +01:00
  • f5c3d885ec bootstrap: update reference to static liblaunch wash 2026-04-20 22:12:12 +01:00
  • c64abb9bbc meta: update libfx wash 2026-04-20 22:11:35 +01:00
  • a11188b6bf liblaunch: build a shared version of the library wash 2026-04-20 22:11:21 +01:00
  • 5b996585d4 libfs: implement handling of lazy-attach cow-duplicate file mapping vmo wash 2026-04-19 20:56:09 +01:00
  • 466af317b2 libfs: add library to bsp wash 2026-04-19 20:55:17 +01:00
  • 0d97fe2340 libc: io: file ringbuffer is now cleared on init wash 2026-04-19 20:53:44 +01:00
  • 902537ad52 libc: io: vprintf now checks for stream error before returning wash 2026-04-19 20:53:21 +01:00
  • 07d5b4852c libc: io: fputc now updates errno on success wash 2026-04-19 20:52:29 +01:00
  • b07acb3cdf libc: core: add return-value to printf output callbacks wash 2026-04-19 20:51:23 +01:00
  • 0e3f010713 libc: core: initialise errno to SUCCESS wash 2026-04-19 20:48:15 +01:00
  • 92aaa5439b x86_64: update bochs config file wash 2026-04-19 20:46:50 +01:00
  • 648a7e2dfb x86_64: cmake: update cdrom generation to look for grub2-mkrescue wash 2026-04-19 20:46:32 +01:00
  • 4b6099584b x86_64: cmake: fix debug-kernel-monitor only being available if cdrom generation is enabled wash 2026-04-19 20:46:03 +01:00
  • 30dd0e753d meta: update kernel wash 2026-04-01 19:13:42 +01:00
  • fdd83287fc services: add device management service wash 2026-04-01 19:13:32 +01:00
  • 5a0e7bf14f services: nsd: convert config file to TOML wash 2026-04-01 19:13:18 +01:00
  • 15ebe38b69 services: herdd: implement scanning and parsing of runlevel and service config files wash 2026-04-01 19:12:55 +01:00
  • 0ef481c30f x86_64: cmake: add support for running qemu with debugging and stdio monitor output wash 2026-04-01 19:12:15 +01:00
  • b82e8012d6 cmake: link all targets to libgcc wash 2026-04-01 19:11:24 +01:00
  • cc026e0f61 cmake: add __rosetta__ compile definition wash 2026-04-01 19:11:00 +01:00
  • 6a928ec0ab toolchain: xpcg: update kernel constants wash 2026-04-01 19:10:24 +01:00
  • 3be9c022e0 ld: change return type of dl_runtime_resolve wash 2026-04-01 19:07:51 +01:00
  • d2e0fa79fa ld: implement GLOB_DAT and 64 relocation types wash 2026-04-01 19:07:31 +01:00
  • 70d32cd592 bootstrap: create stdio file descriptors for use by other tasks wash 2026-04-01 19:06:55 +01:00
  • 2f01138416 runlevel: convert config files to TOML wash 2026-04-01 19:05:59 +01:00
  • f70d64759f libfx: configure build and add libraries to sysroot and bsp wash 2026-04-01 19:05:32 +01:00
  • 8ebf44dca9 libfs: add support for special files not backed by a filesystem wash 2026-04-01 18:57:59 +01:00
  • f2e6e7785d libfs: replace kern_handle_duplicate with kern_handle_transfer wash 2026-04-01 18:56:30 +01:00
  • f6993553cd libfs: separating closing a file descriptor from releasing a reference to the file itself wash 2026-04-01 18:55:47 +01:00
  • 3a9539adbc liblaunch: implement stdio handle initialisation for child task wash 2026-04-01 18:53:28 +01:00
  • 28d986c628 liblaunch: ensure stack pointers remain aligned wash 2026-04-01 18:53:04 +01:00
  • 3bd5899ece libc: change libmango to a public dependency wash 2026-04-01 18:51:52 +01:00
  • 548387c43a libc: io: implement file io buffering and internal locking for concurrency wash 2026-04-01 18:51:13 +01:00
  • f2e650d368 libc: add a range of header files wash 2026-04-01 18:49:57 +01:00
  • c6ca934852 libc: pthread: add pthread_mutex_t definition wash 2026-04-01 18:49:27 +01:00
  • 0a231d2179 libc: pthread: fix pthread_unmap_exit calling the wrong syscall wash 2026-04-01 18:49:13 +01:00
  • 40682810ab libc: core: implement assert, ctype, wctype, and stdlib functions wash 2026-04-01 18:48:35 +01:00
  • 36a486cca6 libc: core: implement memcmp and memmove wash 2026-04-01 18:47:59 +01:00
  • 0d16c300e7 libc: core: implement sscanf and friends wash 2026-04-01 18:47:36 +01:00
  • 4057e77512 libc: remove log message from __libc_init wash 2026-04-01 18:45:45 +01:00
  • d53bbbb460 libc: rename fctprintf to __libc_fctprintf wash 2026-04-01 18:45:19 +01:00
  • 6787f28728 lib: c: core: implement strchr and strcspn wash 2026-03-25 20:21:28 +00:00
  • 96784f611f lib: c: io: implement standard FILE and DIR interfaces wash 2026-03-25 20:21:12 +00:00
  • b975256cb9 meta: update kernel wash 2026-03-24 20:26:19 +00:00
  • 8d22ec661c bootstrap: remove old request handler code wash 2026-03-24 20:26:12 +00:00
  • a91dc5965e services: herdd: getdents test wash 2026-03-24 20:25:49 +00:00
  • 329829c0e9 lib: fs: implement file cleanup using disconnect and detach events wash 2026-03-24 20:25:13 +00:00
  • dade9fa81f lib: xpc: add support for event messages wash 2026-03-24 20:24:36 +00:00
  • e9ccefd980 toolchain: xpcg: fix buffer length output not being set wash 2026-03-24 12:45:13 +00:00
  • 20723d4dff bootstrap: tar: implement readdir() wash 2026-03-24 12:44:33 +00:00
  • d2df4259e6 interface: fs: add fs.getdents function wash 2026-03-24 12:43:33 +00:00
  • e30368553f lib: c: io: implement getdents() wash 2026-03-24 12:42:39 +00:00
  • 660cb3bd71 lib: c: io: update fs_read usage wash 2026-03-24 12:42:03 +00:00
  • d3a25f0af7 lib: c: remove errno log messages wash 2026-03-24 12:41:41 +00:00
  • 30614e679b lib: xpc: implement support for iterating through directories wash 2026-03-24 12:41:12 +00:00
  • 1eb6853cb0 lib: xpc: implement scatter/gather i/o for buffers and messages wash 2026-03-24 12:40:16 +00:00
  • af3dd454b0 bootstrap: start herdd instead of systemd wash 2026-03-23 18:16:15 +00:00
  • 2a587942ac meta: add herdd runlevel configuration files wash 2026-03-23 18:15:55 +00:00
  • bf5052fd3d meta: replace systemd and ldd with herdd and nsd wash 2026-03-23 18:15:38 +00:00
  • d4d3ab13f4 prog: remove test program wash 2026-03-23 18:14:57 +00:00
  • 98dbaa05ac cmake: add support for building services with config files wash 2026-03-23 18:13:22 +00:00
  • 1e3e38b0e2 meta: update kernel wash 2026-03-22 19:11:55 +00:00
  • c1e10e8b70 lib: c: implement runtime initialisation wash 2026-03-22 19:11:43 +00:00
  • 7b89a038a2 lib: c: add fallback errno storage for single-threaded programs wash 2026-03-22 19:11:25 +00:00
  • a792bbe5db lib: c: pthread: implement per-thread errno storage wash 2026-03-22 19:09:18 +00:00
  • dd46a378b3 lib: c: pthread: implement pthread_self wash 2026-03-22 19:08:42 +00:00
  • 33888e364b lib: rosetta: change integer bootstrap args to fixed-width types wash 2026-03-22 19:07:39 +00:00
  • a535c588f1 lib: launch: add terminating null ptr to environ array wash 2026-03-22 19:07:07 +00:00
  • 9f4c4cbc9d lib: fs: fix incorrect status code in fs_msg_open wash 2026-03-22 19:06:40 +00:00
  • 3e0fdb616c ld: resolve: search all images for symbols, rather than just direct links wash 2026-03-22 19:05:47 +00:00
  • 44cd6c551a ld: resolve: remove redundant stack pointer save/restore wash 2026-03-22 19:05:25 +00:00
  • 60e1ca951c ld: resolve: fix incorrect symbol and GOT index calculation wash 2026-03-22 19:04:58 +00:00
  • 119a86b8e6 cmake: update for compatibility with CMake 4.0 wash 2026-03-22 13:11:10 +00:00
  • ac8f669e6b meta: update kernel wash 2026-03-21 10:56:58 +00:00
  • 7d6af0344c bootstrap: cleanup test code wash 2026-03-21 10:56:47 +00:00
  • 1e52036585 bootstrap: tar: use the nr_written value returned by xpc_buffer_write to increment the file cursor wash 2026-03-21 10:56:32 +00:00
  • 24fc8ecb97 bootstrap: configure to build as a purely static executable wash 2026-03-21 10:55:49 +00:00
  • cc15bb54f3 ld: implement an actual program loader wash 2026-03-21 10:54:50 +00:00
  • ed138d581e prog: test: simple function call test wash 2026-03-21 10:54:21 +00:00
  • eaf5e02ad4 prog: systemd: simple function call test wash 2026-03-21 10:54:09 +00:00
  • 88f8d4f18a lib: launch: implement alternate argument handling to support interpreters wash 2026-03-21 10:53:38 +00:00
  • 5d9a3fa54d lib: launch: implement GLOB_DAT and RELATIVE relocations wash 2026-03-21 10:53:10 +00:00