Commit Graph

488 Commits

Author SHA1 Message Date
Nils O. Selåsdal 33b48c4276 More checks on test_mbuf_static 2014-09-29 21:29:02 +02:00
Nils O. Selåsdal 42136087b6 Add note about scons 2.3.0 2014-09-29 21:09:50 +02: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 749c5ef0df Correct a few comments in threadqueue 2014-09-29 16:16:40 +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 b5465012ae Doxygen, generate struct docs in same page as the module it's in 2014-09-16 01:36:22 +02:00
Nils O. Selåsdal 045d7c2463 Improve doxygen comments 2014-09-15 21:13:43 +02:00
Nils O. Selåsdal f13a71e8ba Merge branch 'dev' of ssh://box/var/lib/git/libucore into dev 2014-09-12 01:12:44 +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 5f89edc0d9 Fic includes to use "" instead of <> 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal b39cabc055 Link with libm and librt, required for older glibc. No harm on newer 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 6689fa9969 Initialize the ticket lock 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 48563f553d Fix RATE_LIMIT_INITIALIZER 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 9b3c1e370b ( ) around macro arguments.. 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 7eb42cc538 fix UC_ROUND_UP() 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal a27711e3bd Atomic example, used to inspect assembly code.. 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal f686c299a3 Better atomic support for gcc and clang 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 33f8d3bbae Add ATOMIC_GET 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 22f6c1e043 Improve doxygen documentation. 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 6c7cb5c0ab Print error if no test cases are run 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 0741b42a44 Add a sched_yeild in tocket lock test.. 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 6c8e403a38 Test heapsorting 1 element 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 157dca7997 Add test for ticket locks 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
Nils O. Selåsdal dcc38151b1 pthread implementation of a ticket lock 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal 1282f420a1 Get rid of clang warnings for UC_INLINE 2014-09-12 01:11:41 +02:00
Nils O. Selåsdal b0ca62b878 Fix header guard in read_file.h 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 9199614f40 Fix header guard in buffer.h 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal a6d2a63f95 Fix uninitialized return value in iomux_update_events 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal b0ac867936 Remove a TRACF() 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 95749c5b7d Add iomux_from_timers() function to recover an IOMux from
the associated UCTimers
2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 0e296ce7e5 Add init method to dstr for initializing directyl from a string
Change the api so _put_ functions that copy in data are named "_append_"
instead.
2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 5bd23d751f Use restrict on pointers where it makes sense. (requires C99 support,
which we already assume)
2014-09-12 01:11:40 +02:00
Nils O. Selåsdal a24aa93b73 Use nonblocking pipes 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 802462a5c0 Move UC_LOG_DESTINATION enum to logging.c, it's
not a public type
2014-09-12 01:11:40 +02:00
Nils O. Selåsdal d9bb5315f8 Use snprintf over sprintf 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 10c0e37253 Fix size rotating, so filenames are in the order of newest to oldest 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal dc9e38b231 Fix raw loggin use of uninitialized value introduced in previous commit 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 7bd1074c1d Initial attempt of log rotation based on file sizes 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal b75048ceef Keep track of bytes written to a file 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 13c601f3b7 fix indentation 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal 008004c6bd Slight refactor of checking if a destination exists 2014-09-12 01:11:40 +02:00
Nils O. Selåsdal edde6ec7b6 Use TailQ instead of sys/queue.h in the logging module 2014-09-12 01:11:40 +02:00