Remove para_log() from fsck.c.
[osl.git] / osl.c
2008-06-05 Andre NollMake loglevel non-static.
2008-06-05 Andre NollMove a couple of functions from osl.c to fd.c.
2008-06-05 Andre NollMerge commit 'meins/master'
2008-06-04 Andre NollRename para_munmap() to osl_munmap().
2008-06-04 Andre NollRename para_rename() and move it to fd.h.
2008-06-04 Andre NollMake para_mkdir() static inline and rename it to osl_mk...
2008-06-04 Andre NollFix an embarassing bug in make_message().
2008-06-03 Andre NollMove documentation of exported osl functions from osl...
2008-05-31 Andre NollLoglevel adjustments.
2008-05-31 Andre NollFix loglevel handling.
2008-05-31 Andre NollFix a design flaw in osl_rbtree_loop() and osl_rbtree_l...
2008-05-31 Andre NollKill uint32_compare().
2008-05-31 Andre NollSwitch to the new error code handling.
2008-05-31 Andre NollGenerate osl.h from osl.h.in.
2008-05-29 Andre NollAlways compile with -fvisibility=hidden.
2008-05-29 Andre NollRename para_open() to osl_open().
2008-05-26 Andre NollRemove unused for_each_file_in_dir().
2008-05-26 Andre NollMake para_write_file() static.
2008-05-26 Andre NollMake some functions static.
2008-05-26 Andre NollKill the VSPRINTF macro.
2008-05-26 Andre NollGet rid of string.c and string.h.
2008-05-26 Andre NollInitial git import.