1
Fork 0
Commit Graph

1116 Commits (main)

Author SHA1 Message Date
Motiejus Jakštys 238af6eb4a add README note about breakage 2023-08-22 17:59:51 +03:00
Motiejus Jakštys fbff819ece make tests run again 2023-08-22 15:38:55 +03:00
Motiejus Jakštys 993a29d2f8 zig 0.11 2023-08-21 16:40:19 +03:00
Motiejus Jakštys 37e24524c2 Add 'deps/cmph/' from commit 'a250982ade093f4eed0552bbdd22dd7b0432007f'
git-subtree-dir: deps/cmph
git-subtree-mainline: 5040f4007b
git-subtree-split: a250982ade
2023-08-21 13:50:16 +03:00
Motiejus Jakštys 5040f4007b replacing cmph with subtree 2023-08-21 13:49:41 +03:00
Motiejus Jakštys ff0f5bca77 bump to zig 0.11.0-dev.3735+a72d634b7 2023-06-20 13:01:42 +03:00
Motiejus Jakštys f723d48fe2 remove hardcoded cmph/config.h 2023-06-20 12:51:10 +03:00
Motiejus Jakštys a447e7fdf4 safety checks in group parsing 2023-06-06 21:13:12 +03:00
Motiejus Jakštys e1cae43d08 more safety checks in user parsing 2023-06-06 21:13:12 +03:00
Motiejus Jakštys 277a48296a compress: handle overflows in varints
This handles corrupt data explicitly.
2023-06-06 21:13:12 +03:00
Motiejus Jakštys d6150734f1 syntax cosmetics 2023-06-06 21:13:12 +03:00
Motiejus Jakštys 65914ddcd6 libnss: fail early 2023-06-06 19:27:32 +03:00
Motiejus Jakštys 325c01b341 fix one TODO 2023-06-06 19:12:46 +03:00
Motiejus Jakštys 4962c7286b add Group Members Iterator 2023-06-06 19:05:14 +03:00
Motiejus Jakštys ef4062edb7 doc nitpicks 2023-06-06 18:55:36 +03:00
Motiejus Jakštys 617c256863 zig update: sort 2023-06-06 18:43:54 +03:00
Motiejus Jakštys 6d957967ed multi_array_list: use slice() when possible 2023-05-19 16:12:33 +03:00
Motiejus Jakštys 82ab622c66 close a TODO 2023-05-19 16:04:21 +03:00
Motiejus Jakštys f5b50068b7 zig compatibility 2023-05-19 15:40:27 +03:00
Motiejus Jakštys 4785ed029f restructure README a bit 2023-04-13 12:12:40 +03:00
Motiejus Jakštys 65bd0c9f9d update README 2023-04-13 12:09:03 +03:00
Motiejus Jakštys d7ca840de8 styling some for loops 2023-04-13 11:26:26 +03:00
Motiejus Jakštys c9bb95f395 avg-members -> max-members
that's what it really means.
2023-04-13 11:19:45 +03:00
Motiejus Jakštys 58c4d1e78f README sections 2023-04-13 11:11:39 +03:00
Motiejus Jakštys 6027508e60 update README 2023-04-13 11:10:47 +03:00
Motiejus Jakštys abeb25f3e2 bump to zig 0.11.0-dev.2560+602029bb2 2023-04-12 22:24:20 +03:00
Motiejus Jakštys f55fb9f86a keep_sigpipe
we want the unix-y sigpipe handler.
2023-02-24 15:22:40 +02:00
Motiejus Jakštys 8d6e8aa4bd upgrade to multi-for syntax 2023-02-24 15:18:33 +02:00
Motiejus Jakštys 127d44e375 some stage2 cleanups 2023-02-09 17:08:21 +02:00
Motiejus Jakštys 5d4f17e6bf re-license to apache2 2023-02-09 10:22:34 +02:00
Motiejus Jakštys 345c38eb61 stage2: update README 2023-02-08 16:40:39 +02:00
Motiejus Jakštys 000080a781 replace padding functions with ones from std.mem 2023-02-08 16:33:15 +02:00
Motiejus Jakštys 0ecd6172fc stage2 2023-02-08 16:13:03 +02:00
Motiejus Jakštys 5d3dfdc8dc architecture.md: fix the header size 2023-01-03 13:44:59 +02:00
Motiejus Jakštys 4493b4408c update README 2022-11-30 12:04:12 +02:00
Motiejus Jakštys 312e510eff add lto and fpic
learning about linkers. Thanks, Drepper
2022-11-30 11:56:02 +02:00
Motiejus Jakštys 0df7d8b722 DSO: reduce visibility of bdz lib 2022-11-25 14:50:42 +02:00
Motiejus Jakštys 422c264df9 zig v0.10 compatibility 2022-11-20 13:33:05 +02:00
Motiejus Jakštys ff814a474b add compress-debug-sections to turbonss-makecorpus 2022-08-23 15:50:00 +03:00
Motiejus Jakštys 292c87a597 Merge branch 'compress-debug-sections' 2022-08-23 15:49:33 +03:00
Motiejus Jakštys 8212f3f51a clarify compiler requirements 2022-08-21 06:58:05 +03:00
Motiejus Jakštys 4d4c8a5be1 analyze command 2022-08-21 06:10:47 +03:00
Motiejus Jakštys fbd449b21f Move docs around; finish it 2022-08-21 06:08:21 +03:00
Motiejus Jakštys 8bfc4a30cd wip turbonss-unix2systemd 2022-08-20 19:08:04 +03:00
Motiejus Jakštys b350e8d096 libnss fix: allocate a sufficient array for u32s
we did not multiply by the element size before
2022-08-09 07:45:09 -07:00
Motiejus Jakštys 7be5743651 libnss: read /proc/self/cmdline 2022-08-08 00:49:34 -07:00
Motiejus Jakštys 8c2612c025 makecorpus: more reasonable defaults 2022-08-07 23:53:21 -07:00
Motiejus Jakštys f5131ebe70 turbonss-makecorpus: larger defaults 2022-08-06 23:54:35 -07:00
Motiejus Jakštys 5178149852 clean up turbonss-makecorpus 2022-08-04 23:18:43 -07:00
Motiejus Jakštys 1dfdd3cdbd iterator: make advance/rollback more understandable
untested
2022-08-04 22:51:55 -07:00