asleepymoon
119 contributions in the last 12 months
JunJulAugSepOctNovDecJanFebMarAprMayJunMonWedFri
Less
More
asleepymoon pushed to main at asleepymoon/minitar 2022-11-23 19:51:04 +00:00
400a51893e Update README.md
asleepymoon pushed to main at asleepymoon/minitar 2022-11-23 19:42:08 +00:00
408342cb1d Remove shadow function
asleepymoon pushed to main at asleepymoon/minitar 2022-11-23 19:41:11 +00:00
9420107a55 More commenting
asleepymoon pushed to main at asleepymoon/minitar 2022-11-23 19:39:58 +00:00
9fe8159d5a More commenting + minitar_get_size_in_blocks -> minitar_align_up_to_block_size
asleepymoon pushed to main at asleepymoon/minitar 2022-11-23 19:32:33 +00:00
653f9a90d0 Provide our own strndup + a lot more comments going on
asleepymoon pushed to restart at asleepymoon/Luna 2022-11-23 18:37:48 +00:00
1ed51d11cb Do not push unused values
asleepymoon pushed to restart at asleepymoon/Luna 2022-11-23 18:34:34 +00:00
82893fa3a4 Introduce a kernel_yield function to use once a scheduler is implemented
asleepymoon pushed to restart at asleepymoon/Luna 2022-11-23 18:01:51 +00:00
88681bdc74 Default to ninja
asleepymoon pushed to restart at asleepymoon/Luna 2022-11-23 17:59:03 +00:00
7230eceb4d x86_64/Timer: Show explanatory message on static assertion fail
asleepymoon pushed to main at asleepymoon/minitar 2022-11-23 17:33:06 +00:00
f929a860c4 Be more explicit about "what" is necessary to read the file properly
fd85cf1c6a Full path is now metadata->path and basename metadata->name
Compare 2 commits »
asleepymoon pushed to restart at asleepymoon/Luna 2022-11-23 17:05:25 +00:00
9934719f6b Use a more reliable signed 64-bit type than "long"
asleepymoon pushed to restart at asleepymoon/Luna 2022-11-23 17:00:37 +00:00
88f588a0c5 Make ARCH_TIMER_FREQ less frequent so it is more accurate (I hope)
asleepymoon pushed to restart at asleepymoon/Luna 2022-11-23 16:22:43 +00:00
3b2dc5db55 PlacementNew.h: Use Types.h
asleepymoon pushed to main at asleepymoon/minitar 2022-11-22 16:29:02 +00:00
b7c27a25a6 Reorganize minitar_attempt_read_entry
ba7b77bdae Rename internal function minitar_parse_tar_header -> minitar_parse_metadata_from_tar_header
0fbcdde399 Return fclose's status code
Compare 3 commits »
asleepymoon opened issue asleepymoon/minitar#1 2022-11-21 19:33:16 +00:00
Supported entry types
asleepymoon pushed tag 1.0.0 to asleepymoon/minitar 2022-11-21 19:22:33 +00:00
asleepymoon pushed to main at asleepymoon/minitar 2022-11-21 19:21:04 +00:00
d123c49946 Do not automatically read an entry's contents, leave it up to the user
asleepymoon pushed to main at asleepymoon/minitar 2022-11-21 18:17:51 +00:00
9695889040 Add FIXME
asleepymoon pushed to main at asleepymoon/minitar 2022-11-21 18:16:15 +00:00
e3fae29713 Safer string copying
asleepymoon pushed to main at asleepymoon/minitar 2022-11-21 18:08:33 +00:00
54e1473aee Remove one more line