Commit Graph

270 Commits

Author SHA1 Message Date
Nils O. Selåsdal 97bf06b2e8 Refactor SAlloc 2025-07-05 20:09:12 +02:00
Nils O. Selåsdal 1f6dee3a9a Tidy up ringbuf and make tests 2025-07-05 20:03:24 +02:00
Nils O. Selåsdal 7373a93f9b Fix SAlloc warnings 2025-07-05 20:03:00 +02:00
Nils O. Selåsdal fb8979d695 Update tests for new check library & osx 2025-06-28 00:56:58 +02:00
Nils O. Selåsdal 9d2ed015f3 Better naming in iomux 2025-06-28 00:11:32 +02:00
Nils O. Selåsdal a6a7b67d72 build on osx 2025-06-27 23:29:09 +02:00
Nils O. Selåsdal f0685abf62 Support bsd in fd_utils 2025-06-27 23:14:38 +02:00
Nils O. Selåsdal 01db95842d Inline alloc the SAlloc struct 2025-06-27 23:05:56 +02:00
Nils O. Selåsdal fb5b5f0692 Handle case of uc_wqueue_handle_write operating on an empty queue 2015-12-04 21:49:53 +01:00
Nils O. Selåsdal 4d8aeee671 Fix return value of unregister signal if it failed 2015-12-01 22:56:22 +01:00
Nils O. Selåsdal a8dffbc71e Add unix signal integration with the iomux 2015-11-29 21:51:26 +01:00
Nils O. Selåsdal 9bb7cc335a Add uc_wqueue_flush() to immedately preform mbuf writes 2015-11-29 01:05:40 +01:00
Nils O. Selåsdal c9aff6f910 Tidy up uc_iomux_waker_init 2015-11-28 21:51:19 +01:00
Nils O. Selåsdal 9416c58457 Check snprintf for -1 2015-11-25 09:40:21 +01:00
Nils O. Selåsdal 4ce1c24610 Enable specifying no events when registring with the iomux 2015-11-10 21:35:16 +01:00
Nils O. Selåsdal 7d9ebd7211 Return value of uc_wqueue_clear wasn't initialized 2015-11-10 21:27:08 +01:00
Nils O. Selåsdal 2b51f1d7f8 Use iomux_add_event/iomux_clear_event in wqueue instead of manually
doing this
2015-11-10 19:42:53 +01:00
Nils O. Selåsdal e7720cb232 Implement write queue for iomux 2015-11-10 19:42:53 +01:00
Nils O. Selåsdal 11939065fb Fix the iomux_add/clear events. Also properly remember
the events in the IOMuxFD
2015-11-10 19:42:53 +01:00
Nils O. Selåsdal e517c33da9 Fix iomux_update_events(), it didn't actually update the events ! 2015-11-10 19:41:46 +01:00
Nils O. Selåsdal 7dd159aa6a Add TODO comment to iomux impl 2015-05-11 23:36:23 +02:00
Nils O. Selåsdal a87558047b Fix iomux_select_recalc_max, it went to an infinite loop. 2015-05-11 23:09:40 +02:00
Nils O. Selåsdal a7516141dd Fix dstr_own() when the dstr already holds a string. 2015-05-06 21:33:23 +02:00
Nils O. Selåsdal 5e2b1e2d0d Add mbuf enqueue/dequeue functions 2015-05-05 00:06:28 +02:00
Nils O. Selåsdal 2eacf252b7 Fix typo 2015-04-05 13:14:16 +02:00
Nils O. Selåsdal c6318c079d Re-format code to avoid overly long lines and declarations 2015-04-04 23:29:27 +02:00
Nils O. Selåsdal db21dc4100 use %u instead of %d in file name format string 2015-02-11 22:20:07 +01:00
Nils O. Selåsdal c90ad5e257 There's no good reason to not always reset the file size
after re-opening
2015-02-10 21:46:08 +01:00
Nils O. Selåsdal 83ce414beb make array parameter const 2015-02-10 20:57:36 +01:00
Nils O. Selåsdal aeee4de26a Remove main() function 2015-02-10 20:45:40 +01:00
Nils O. Selåsdal a522c55155 Finalize mkdirp 2015-02-10 20:40:33 +01:00
Nils O. Selåsdal 7dbdec1d5b Initial mkdir -p function 2015-02-10 20:40:33 +01:00
Nils O. Selåsdal 617ba23c39 Make the clock_now interface const 2015-02-10 11:03:44 +01:00
Nils O. Selåsdal 603d86bb61 Remove stdio.h from utils.h. Manually include stdio.h if using the
TRACEF() macro from utils.h
2015-01-03 01:52:53 +01:00
Nils O. Selåsdal 33287ea987 Merge branch 'cmd' into dev
Conflicts:
	include/ucore/atomic.h
	include/ucore/dstr.h
2014-12-07 15:46:06 +01:00
Nils O. Selåsdal 0622c57d42 Initial attempt 2014-12-07 15:39:32 +01:00
Nils O. Selåsdal ab70a2c5be Make uc_log_init argument const 2014-12-02 23:38:24 +01:00
Nils O. Selåsdal dd925b3654 int log_level->enum UC_LOG_LEVEL 2014-12-02 23:22:18 +01:00
Nils O. Selåsdal fe3e4d8e3c Add missing prototypes and includes 2014-10-26 14:27:26 +01:00
Nils O. Selåsdal 6247bcbdfd Also build a shared library 2014-09-29 20:51:29 +02:00
Nils O. Selåsdal 959d525938 Use correct return value on error 2014-09-29 16:16:55 +02:00
Nils O. Selåsdal 13e611c79d Generalise the logging function to a function pointer 2014-09-16 13:30:51 +02:00
Nils O. Selåsdal 9ce3a4ebf8 Rework iomux_select, so it doesn't need to deald with
dynamically allocating space for the IOMuxFD's
2014-09-16 01:36:23 +02:00
Nils O. Selåsdal 711d734998 Open restart file in 0644 mode, fsync the file, don't
write to file if seek/truncate failed
2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 131bfc5da6 Add uc_restart_counter concept 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal fbbd1344ab Remove unused include 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal eacdd947e5 Add a few more UCStrVal functions 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal c82620d59c eait for max 32 epoll events. 54 is too much 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 7ed9bb298f Fix confusing if vec_len is bytes or number of elements 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal cfb6022d42 More comments on the ticket lock code 2014-09-12 01:11:41 +02:00