Commit Graph

171 Commits

Author SHA1 Message Date
c0c52aa887 Implement setting file attributes in Darwin. 2021-03-15 04:17:16 +00:00
962ffbcfbf Add support for printing Darwin's statfs(2) flags. 2021-03-15 04:13:21 +00:00
5eba1d374b Use f_namemax if available in statfs(2). 2021-03-15 02:52:56 +00:00
1e0b0109f0 Change checking which header contains statfs structure. 2021-03-15 02:14:41 +00:00
8bbcebc843 Add support for f_fstypename from statfs(2). 2021-03-15 02:12:53 +00:00
851c331cd3 Fix sending target to functions. 2021-03-15 02:01:54 +00:00
b5b2bf1d52 Add OS detection for Darwin. 2021-03-15 01:59:43 +00:00
b74a939dbb Check where statfs is defined and the members it defines before using them. 2021-03-15 01:09:21 +00:00
e024e786a5 Remove unneeded conditional. 2021-03-15 01:08:59 +00:00
44af658458 Add Darwin target. 2021-03-15 01:08:48 +00:00
525dabdc07 Fix header guard. 2021-03-15 01:05:40 +00:00
d4d44ae113 Check target path is set. 2021-03-14 22:56:55 +00:00
d65be35f01 Add options to write to a log and be quiet. 2021-03-14 22:55:55 +00:00
f4ebb40f33 Fix inclusion guards. 2021-03-14 19:18:18 +00:00
7cc2dcd989 Fix file headers. 2021-03-14 19:14:41 +00:00
6c75daa1ae Fix include paths for OS/2. 2021-03-14 18:51:47 +00:00
7c5f015623 Fixed type sizes. 2021-03-14 18:51:29 +00:00
1fa25644d1 Remove some unused code. 2021-03-14 18:50:14 +00:00
b1f7226cfa Fix dereferencing strings. 2021-03-14 18:12:56 +00:00
4b75cd3e71 Remove preprocessor guards by OS. Project should now only include the needed files. 2021-03-14 14:38:51 +00:00
9aa53cad57 Reformat code. 2021-03-14 07:16:30 +00:00
10efebaef6 Remove unused MacOS code. 2021-03-14 07:13:13 +00:00
8b1843731f Set MacOS timestamps using a for loop instead of repeating code. 2021-03-14 06:59:15 +00:00
c47a41cecc Replace calls to HSetFInfo() with PBHSetFInfoSync(). 2021-03-14 06:44:56 +00:00
6e71a9c25d Set MacOS attributes using a for loop instead of repeating code. 2021-03-14 06:31:44 +00:00
80cfc123a1 Remove sync/async definitions. Use sync functions for MacOS. 2021-03-14 05:07:03 +00:00
5c109c184b Change directory creation API call for MacOS. 2021-03-14 04:55:42 +00:00
88161c7a0d Show cmake detected system and processor. 2021-03-14 00:50:43 +00:00
964e01b4fb Split includes for MacOS. 2021-03-12 15:28:17 +00:00
e5031597fd Add missing definitions for Retro68. 2021-03-12 15:21:59 +00:00
8dfdff7b60 Guard inclusion of FileTypesAndCreators.h depending on presence. 2021-03-12 13:40:11 +00:00
06f45f0e35 Guard inclusion of SIOUX depending on compiled by CodeWarrior. 2021-03-12 13:38:11 +00:00
889512dbc7 Guard inclusion of Aliases.h depending on presence. 2021-03-12 13:37:52 +00:00
41ace8fa4c Add cmake file for cross compiling using Retro68. 2021-03-12 13:03:29 +00:00
5b90ff5252 Split MacOS code. 2021-03-12 01:31:24 +00:00
24ed3e25d6 Split NetWare code. 2021-03-12 01:15:23 +00:00
ec816ee56b Fix OS/2 declarations. 2021-03-12 01:00:33 +00:00
b409aaa371 Merge OS/2 volume information code. 2021-03-12 00:58:36 +00:00
bcde8e1d3f Merge OS/2 timestamps code. 2021-03-12 00:52:20 +00:00
14148fffce Merge OS/2 sparse code. 2021-03-12 00:45:22 +00:00
cc2b377fbd Merge OS/2 resource fork code. 2021-03-12 00:15:00 +00:00
27d8b52e7e Merge OS/2 permissions code. 2021-03-12 00:14:03 +00:00
9e3696943a Merge OS/2 links code. 2021-03-12 00:12:29 +00:00
3267639325 Merge OS/2 fragments code. 2021-03-12 00:11:20 +00:00
52fae99931 Merge OS/2 files code. 2021-03-12 00:09:11 +00:00
d2ff4a2dda Merge OS/2 filename code. 2021-03-12 00:07:06 +00:00
8e10a1f898 Merge OS/2 directory depth code. 2021-03-12 00:05:02 +00:00
8f3853bc1f Merge OS/2 deleted code. 2021-03-12 00:02:48 +00:00
2a2962bd3e Use common actionTaken variable type for OS/2. 2021-03-11 23:59:34 +00:00
7bd02b2150 Merge OS/2 attribute code. 2021-03-11 23:57:11 +00:00