Commit Graph

98 Commits

Author SHA1 Message Date
ahodgkinson
64c22eb9cd Changed Solaris and Linux to use DEV_BSIZE as the value of m_uiBytesPerSector.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@556 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-13 15:38:44 +00:00
ahodgkinson
e6b528664d Added more asserts.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@554 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 23:32:15 +00:00
ahodgkinson
7fde897e34 Needed to set uiBytesWritten in directWrite() after the async write has been queued.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@553 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 23:20:08 +00:00
ahodgkinson
67543bc464 Enabled direct I/O and async on OS X.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@552 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 23:07:08 +00:00
ahodgkinson
8ac4179f56 Fixed Solaris compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@550 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 21:13:09 +00:00
ahodgkinson
18607f2306 Misc. changes for Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@549 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 21:00:03 +00:00
ahodgkinson
de1f513a3d Changes to support async reads on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@548 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 20:50:04 +00:00
dsandersoremutah
1a77c362ff Added f_getpid call - so all applications can call it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@546 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 19:29:16 +00:00
ahodgkinson
d38be29699 NetWare async I/O changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@542 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 18:48:34 +00:00
ahodgkinson
7b20027e35 Solaris async I/O changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@540 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 18:28:33 +00:00
ahodgkinson
9593313285 Added more asserts in F_FileHdl methods.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@539 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-09 18:45:16 +00:00
ahodgkinson
ba28b1401a Changes to use sema_xxxx calls on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@538 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-09 17:04:41 +00:00
ahodgkinson
271dcedfa7 Changes to use lwp mutexes on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@537 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-09 16:00:43 +00:00
ahodgkinson
3f185982aa Added isPending method to IF_IOBuffer.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@534 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-08 20:27:34 +00:00
ahodgkinson
c539a9c7cf Fixed Unix compile errors when doing a non-debug build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@532 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-07 23:07:40 +00:00
ahodgkinson
6e5b224a5f Various message logging and async I/O changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@527 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 22:49:32 +00:00
ahodgkinson
5ff9f37534 Fixed Linux compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@526 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 21:10:57 +00:00
ahodgkinson
72c9368800 Added some typecasts.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@524 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 21:03:25 +00:00
ahodgkinson
57b0c21299 Changes to fall back to doing a non-async write when not writing on a sector boundary.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@523 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 20:49:37 +00:00
ahodgkinson
8d5a4c8800 Misc. cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@522 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 19:25:30 +00:00
ahodgkinson
91641a17b1 Fixed Solaris compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@520 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 19:00:33 +00:00
ahodgkinson
1897dd78d8 Changes to UD2FBA AND UW2FBA prototypes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@518 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 18:54:05 +00:00
ahodgkinson
72acd89327 Fixed getRefCount method of F_OSBase.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@517 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 17:43:19 +00:00
ahodgkinson
b058824544 Added an allocCell method that uses an allocation initializer callback.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@516 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 16:21:47 +00:00
ahodgkinson
33ec6d2337 Needed throw() directive on overloaded new operators.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@514 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 23:29:30 +00:00
ahodgkinson
7af698926b Needed throw() directive on overloaded new operators.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@513 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 23:27:21 +00:00
ahodgkinson
e7e59fe71c Fixed OS X warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@512 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 23:26:46 +00:00
ahodgkinson
728ce20c8d Changes to allow building ring 0 or ring 3 (libc-based) libraries and unit tests for NetWare.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@508 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 22:55:37 +00:00
ahodgkinson
0af618b853 Added getThreadName method to the thread manager.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@507 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 20:11:28 +00:00
ahodgkinson
f672e7590f Added FTK console I/O routines to support FLAIM utilities. Misc. changes to the slab allocator.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@505 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 19:13:55 +00:00
dsandersoremutah
4656de458b Changed char * to const char * to silence compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@501 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-02 14:33:41 +00:00
dsandersoremutah
10eead3a47 Needed to set *ppszBuffer to NULL, not *pszBuffer.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@500 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 20:21:01 +00:00
dsandersoremutah
f520e2d0c9 Got rid of unused static variable.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@499 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 20:20:35 +00:00
ahodgkinson
73aa65fabd Added a few more routines required to port FLAIM to FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@497 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 19:42:56 +00:00
dsandersoremutah
4f0eb2c337 Changed some doxygen comments.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@488 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-30 22:35:59 +00:00
ahodgkinson
2c520933ae Fixed NetWare build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@485 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-30 22:28:09 +00:00
dsandersoremutah
0a24a706a2 Added some doxygen comments.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@484 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-30 22:24:29 +00:00
ahodgkinson
ee7956d7ea Lock object fixes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@476 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-30 21:22:20 +00:00
ahodgkinson
1902ae0d4d Added support for lock files, lock objects, lists, and object tracking.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@474 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-30 20:05:23 +00:00
ahodgkinson
e04f165be9 Added f_threadCreate and f_threadDestroy functions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@463 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-25 19:05:35 +00:00
dsandersoremutah
8af6469415 Moved IStream and OStream implementations so they are now visible in ftk.h
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@461 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-25 15:28:51 +00:00
ahodgkinson
abc5c5650e Added FLMEXP on public classes and interfaces. Also added little-endian storage functions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@459 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-25 15:20:10 +00:00
ahodgkinson
be994dc55c Fixed OS X warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@458 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-24 20:17:01 +00:00
ahodgkinson
a3fda8265f Added f_getcwd().
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@450 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-24 19:26:29 +00:00
ahodgkinson
78d350e0d2 Updates for XFLAIM NetWare build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@448 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-24 18:47:37 +00:00
ahodgkinson
6c44edd749 Renamed MBLK to PoolMemoryBlock.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@437 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-22 20:14:45 +00:00
ahodgkinson
d44ce467ce Added documentation.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@435 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-22 20:01:57 +00:00
ahodgkinson
f7ae70ba8e Misc. cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@433 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-19 21:53:43 +00:00
ahodgkinson
8c36fabdbd Fixed OpenSUSE 10.1 build issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@430 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-19 19:51:09 +00:00
ahodgkinson
933c047cd9 Various changes to the FTX code for Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@428 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-19 19:46:25 +00:00