Commit Graph

116 Commits

Author SHA1 Message Date
ahodgkinson
ce90e5fd12 Misc. bug fixes in the FLAIM utilities.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@551 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 23:06:01 +00:00
dsandersoremutah
2e73d78edb Added typecast to f_getpid call.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@545 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 19:27:16 +00:00
dsandersoremutah
2f396d7e37 Made some changes so it will compile when FLM_USE_NICI is defined.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@544 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 19:26:54 +00:00
ahodgkinson
b49776010b Solaris async I/O changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@541 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-12 18:29:26 +00:00
ahodgkinson
3a3f806bcd Fixed compiler warning on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@535 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-08 20:54:00 +00:00
ahodgkinson
b81ebe096b Fixed non-debug build issue.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@533 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-08 19:09:00 +00:00
ahodgkinson
d64d1bc5c0 Various message logging and async I/O changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@528 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 22:49:49 +00:00
ahodgkinson
364d00b347 Misc. cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@525 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 21:10:19 +00:00
ahodgkinson
aec44098ab Fixed OS X issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@521 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 19:24:54 +00:00
ahodgkinson
9d36b441c6 Fixed Solaris compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@519 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 19:00:19 +00:00
ahodgkinson
349ee27baf Fixed OS X compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@515 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-06 15:58:24 +00:00
ahodgkinson
7de8b6be39 Ported FLAIM to FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@509 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-05 22:59:36 +00:00
dsandersoremutah
f86cdf6c42 Changed some declarations from char * to const char* to silence compiler warnings on some platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@498 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 20:07:30 +00:00
dsandersoremutah
d268f37e04 Changed DDEncOpts to be const char * array to fix warning on ia64 platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@493 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-06-01 16:08:55 +00:00
dsandersoremutah
536331f94d Added support for Sparc Linux
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@471 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-30 16:59:07 +00:00
ahodgkinson
c596c93456 Needed to re-get the dictionary LFILE when updating a dictionary record.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@445 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-23 17:15:39 +00:00
dsandersoremutah
1c9af911bc Bugzilla bug #162934. Got rid of lock timeouts associated with FLM_AUTO_TRANS.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@434 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-22 17:29:37 +00:00
ahodgkinson
609223d289 Changed return codes to be defined constants (rather than enums) in preparation for moving FLAIM to FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@432 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-19 21:53:29 +00:00
ahodgkinson
e54b36f8a5 More changes to fix defect 162934 (need to pass FLM_NO_TIMEOUT).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@413 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-17 22:25:06 +00:00
dsandersoremutah
e76ad4d5a8 Bugzilla defect 169989. When writing blocks in the rollback log back into the database, we need to write out the full block size, not just the part of the block that has data. This is necessary in case the blocks we are writing back have not ever actually been flushed out of cache.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@367 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-05-01 16:42:42 +00:00
dsandersoremutah
705b025696 Bugzilla bug #162934. Changed lock timeout to FLM_NO_TIMEOUT in various places so we won't get the lock timeout errors unnecessarily.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@354 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-26 16:06:02 +00:00
ahodgkinson
266ab9b809 Defect 169256. Needed to set the reference count and flags values of a FlmRecord object to zero during a call to allocCell().
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@353 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-25 21:11:50 +00:00
ahodgkinson
451250402d Fixed build problem on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@338 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-11 21:55:27 +00:00
ahodgkinson
436dbe2149 Got rid of ia64_compare_and_swap.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@337 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-11 18:16:22 +00:00
ahodgkinson
d0eb4e6a30 Got rid of broken PPC atomic ops. Added calls to OsAtomic APIs provided on OS X to support atomic operations on the Mac.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@336 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-11 17:05:12 +00:00
ahodgkinson
54b5a1143d Misc. cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@335 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-10 23:18:13 +00:00
ahodgkinson
c3c0fdf771 Changes to use OsAtomic ops from libkern/OSAtomic.h on Darwin.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@334 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-10 22:39:16 +00:00
ahodgkinson
7d92b0be0f Fixed bugs in PPC atomic ops.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@333 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-10 21:22:26 +00:00
ahodgkinson
e1c1f57282 Fixed OS X link error.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@332 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-10 16:35:13 +00:00
ahodgkinson
3bd585603b OS X cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@331 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-07 22:01:37 +00:00
ahodgkinson
44205c31d0 Various Solaris fixes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@329 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-07 21:36:51 +00:00
ahodgkinson
70ae42eeb8 Fixed Linux compile warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@327 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-07 20:05:45 +00:00
ahodgkinson
d9fe1d9bb7 Fixed compile error on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@320 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-06 19:50:27 +00:00
ahodgkinson
9b81486d6c Added typecasts to fix Solaris build issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@319 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-06 16:32:19 +00:00
dsandersoremutah
f2c474c2f1 Set eol-style property to Unix (LF)
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@296 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:06:32 +00:00
dsandersoremutah
f8a9a13a8b Set eof-style property to Unix (LF)
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@295 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:05:30 +00:00
dsandersoremutah
2ca0ce607b Ran dos2unix to fixup CR/LF to LF.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@294 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 19:03:45 +00:00
dsandersoremutah
3cc709874f git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@293 0109f412-320b-0410-ab79-c3e0c5ffbbe6 2006-04-05 18:59:27 +00:00
dsandersoremutah
26d28cb628 Changed eol style to be Unix (LF).
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@288 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-05 18:03:11 +00:00
dsandersoremutah
dbaade44ac Updated list of files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@282 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-04 16:44:13 +00:00
dsandersoremutah
0edea58de2 Bugzilla defect #141186. Allow an application to exceeded our hardcoded cache limits when they are setting a hard limit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@244 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-04-03 15:30:29 +00:00
dsandersoremutah
cf386260cd Bugzilla defect #159826. Inside chkSetupLfTable, when sorting logical files, the logical file's pointer to the LfTable entry needed to be adjusted after moving entries in the LfTable.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@229 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 19:38:36 +00:00
dsandersoremutah
90b68e5ba1 Initialized variables to silence compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@228 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-30 19:21:55 +00:00
dsandersoremutah
066d5b8e30 Added packets for dealing with new large fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@225 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:19:07 +00:00
dsandersoremutah
38e4696fe5 Needed to use field encryption overhead offsets defined in fstructs.h to get information out of an encrypted field's header. Also changed names of defines to have _OFFSET on them.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@224 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:18:21 +00:00
dsandersoremutah
a916f68a59 Needed to fixup field overhead offsets for encrypted fields to account for new large fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@223 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 22:16:48 +00:00
dsandersoremutah
f4725de973 Fixed FLMSIZET typedefs for Windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@220 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-29 19:06:37 +00:00
ahodgkinson
8c1ca5fcea Re-organized code and added some new files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@219 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 22:50:10 +00:00
ahodgkinson
3eaf791406 Added support for large field values (up to 4 GB), async and direct I/O on Linux and Solaris, and performed major code cleanup.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@213 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-28 19:25:14 +00:00
dsandersoremutah
0023b51ad8 Bugzilla bug #145076. Added FLM_ROOTED_PATH capability to speed up searches and take advantage of field ID table in flmCurGetAtomFromRec.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@212 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-24 18:14:19 +00:00