Commit Graph

82 Commits

Author SHA1 Message Date
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
dsandersoremutah
abd5f1a33a Needed to allow for encrypted data packets on recovery.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@210 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 23:17:24 +00:00
ahodgkinson
a060eb3330 Added typecasts for Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@209 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 22:51:01 +00:00
ahodgkinson
436f3115aa Renamed big-endian byte-swap macros to make their purpose clear.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@207 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 22:39:50 +00:00
ahodgkinson
a72914ec65 Fixed compile error on big endian platforms.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@206 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 21:58:30 +00:00
ahodgkinson
57e0e57420 Added support for NetWare builds using the OpenWatcom compiler.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@205 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 21:45:43 +00:00
dsandersoremutah
537e33bf24 First set of changes needed for bugzilla bug #145076. Added ability to keep a field id table for level one fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@204 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-23 17:37:47 +00:00
ahodgkinson
77fdc5ed76 Updates for NetWare build.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@203 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-21 00:10:21 +00:00
ahodgkinson
990cfeb135 Added native assembly implementations of atomic ops for Solaris+SPARC+Workshop.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@202 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-20 21:22:16 +00:00
ahodgkinson
a0bb4e68fb Added FLM_GNUC define.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@201 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-20 21:20:26 +00:00
ahodgkinson
b794af9d3a Added typecast for AIX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@200 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 23:36:12 +00:00
ahodgkinson
0dc23f110a Changed test code in FlmStartup to validate atomic primitives on platforms that require mutexes for atomicity.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@199 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 23:35:55 +00:00
ahodgkinson
6c89a7432e Added AddRef() method to FlmRecordExt.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@198 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 23:05:10 +00:00
ahodgkinson
49f94ac46d Fixed double mutex lock issue.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@197 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 23:02:45 +00:00
ahodgkinson
b4d7fbc0dc Fixed Solaris compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@196 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 22:41:25 +00:00
ahodgkinson
c4fb5158eb Got rid of ftksem.h.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@194 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 22:35:41 +00:00
ahodgkinson
1992bcede0 Fixed Linux build issues.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@193 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 22:17:20 +00:00
ahodgkinson
7b7988153a Changes to allow atomic operators to use a mutex if provided by the caller. The mutex will only be used if native atomic operations aren't supported on the host platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@192 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 21:59:35 +00:00
ahodgkinson
8211e1871d Added "lean" defines for Windows builds that don't use the standard FLAIM makefile.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@191 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 02:54:17 +00:00
ahodgkinson
13c18eb1c0 Support for building Windows binaries with Visual Studio 8.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@190 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 02:34:41 +00:00
ahodgkinson
b523b4e9b1 Changed 64-bit Intel platforms (non-strict) to use the efficient byte-swap macros.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@186 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:09:04 +00:00
ahodgkinson
b9572ce4e3 Added some asserts to help in debugging.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@185 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:07:54 +00:00
ahodgkinson
13d33fca0d Fixed issue where flmGetMaxFileSize() was returning the wrong value on 64-bit platforms due to a typecast problem. The compiler (gcc) was implicitly casting the file size value to be a signed integer and causing the sign bit to be extended.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@184 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-17 00:07:21 +00:00
ahodgkinson
e2005fa114 Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@183 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:55:50 +00:00
ahodgkinson
892e2260fb Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@182 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:30:47 +00:00
ahodgkinson
6630dfa093 Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@181 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:25:58 +00:00
ahodgkinson
9b4f69c6cb Changes for HP/UX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@180 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 22:25:30 +00:00
ahodgkinson
eaa9ecd836 Added typecast for AIX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@178 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 21:11:08 +00:00
ahodgkinson
31ece6c6de Added OSTYPE strings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@177 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 21:10:24 +00:00
ahodgkinson
682e9da7af Misc. AIX atomic op changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@176 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 20:52:55 +00:00
ahodgkinson
d2f0e46b31 Changed line endings to be platform native.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@174 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 19:51:01 +00:00
ahodgkinson
623e07e911 Fixed Solaris compile errors.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@171 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 18:07:04 +00:00
ahodgkinson
529096d4b3 Converted begin_spin/end_spin to inline functions.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@169 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 17:52:00 +00:00
ahodgkinson
5df338a4dc Changes to atomic operations on Solaris.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@167 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 17:13:44 +00:00
ahodgkinson
b86d52d92b Fixed build error on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@166 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-03-16 16:35:05 +00:00