June 7, 2007 | ||
---|---|---|
View 8390f72218
- added the new PROC_INIT rank and the init_child(PROC_INIT) calls (see doc/modules_init.txt for more info) - introduced new options for locking pages in memory, pre-faulting the shared memory pages and real time modeAndrei Pelinescu-Onciul authored on 07/06/2007 21:40:14 |
||
View ea69f6a24b
- short module initialization functions description: what you should and shouldn't do in mod_init, child_init(PROC_MAIN), child_init(PROC_INIT) and child_int(other_values)Andrei Pelinescu-Onciul authored on 07/06/2007 21:34:03 |
||
View 44ab621c72
- attempt to fix the replied_locally statisticsAndrei Pelinescu-Onciul authored on 07/06/2007 21:04:32 |
||
View 5ac814a76c
- t_unref bug check relaxed (false positives)Andrei Pelinescu-Onciul authored on 07/06/2007 21:02:40 |
June 6, 2007 | ||
---|---|---|
View bf2ae1d152
- partial update (new tm stuff a.s.o.)Andrei Pelinescu-Onciul authored on 06/06/2007 21:57:13 |
||
View 1a676b5fee
- ver. no increasedAndrei Pelinescu-Onciul authored on 06/06/2007 21:56:53 |
||
View e16f999c03
- attempt to unroll one of the hash loopsAndrei Pelinescu-Onciul authored on 06/06/2007 21:56:27 |
||
View 99e9192a48
- changed tm hash bucket lists (simplified & a little bit faster) - inlined some used-a-lot functions - don't allocate space for md5 if syn_branches is on (default) => 32 bytes saved/transactionAndrei Pelinescu-Onciul authored on 06/06/2007 21:54:04 |
||
View 0776639531
- re-arranged tmcb structure members so that even if a module compiled without TMCB_ONSEND uses a callback from a TMCB_ONSEND compiled tm, it will still workAndrei Pelinescu-Onciul authored on 06/06/2007 17:36:52 |
||
View ffd41e87fb
- paste error fixed ig TMCB_ONSEND is defined (default off)Andrei Pelinescu-Onciul authored on 06/06/2007 14:54:04 |
June 5, 2007 | ||
---|---|---|
View 67ad4fb571
- reply code when no new branch was added fixAndrei Pelinescu-Onciul authored on 05/06/2007 22:13:35 |
||
View 31c707fd01
- removed EXTRA_DEBUG abort() from bug check in t_check and replaced the error message w/ a warning: as Gergely and Miklos pointed out this is a perfectly valid case and not a bugAndrei Pelinescu-Onciul authored on 05/06/2007 22:12:41 |
||
View 363962cee0
- blackisted message switched to L_DBG (less noisy)Andrei Pelinescu-Onciul authored on 05/06/2007 21:29:26 |
||
View b539318ad4
- extra BUG checks (just to be sure we catch early kr related bugs)Andrei Pelinescu-Onciul authored on 05/06/2007 21:27:48 |
||
View b5f473ee9c
- warnings & DBG cleanupAndrei Pelinescu-Onciul authored on 05/06/2007 21:26:44 |