root / Whitix

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1139 [1139] 1 day mwhitworth Replace memcpy with strcpy.
(edit) @1138 [1138] 1 day mwhitworth length+2 in memcpy. (need to check).
(edit) @1137 [1137] 1 day mwhitworth BYTE -> unsigned char.
(edit) @1136 [1136] 1 day mwhitworth Add various stub functions, prototypes and defines.
(edit) @1135 [1135] 1 day mwhitworth Add to fseek, various checks, optimize case where we can seek inside the …
(edit) @1134 [1134] 1 day mwhitworth Add PAGE_USER or to MMapDo parameter when called from SysMemoryMap.
(edit) @1133 [1133] 1 day mwhitworth Allocate a large stack (32MB, which most apps will never use) to user …
(edit) @1132 [1132] 1 day mwhitworth Add a global numDirty integer to help with flushing blocks to disk.
(edit) @1131 [1131] 1 day mwhitworth Misc fixes, mainly to do with references.
(edit) @1130 [1130] 1 day mwhitworth Add to DoSeekFile (more error checking).
(edit) @1129 [1129] 1 day mwhitworth Comment out existing FatTruncate (it's buggy), and add TODO.
(edit) @1128 [1128] 1 day mwhitworth Comment out KePrint in dir.c.
(edit) @1127 [1127] 1 day mwhitworth Add type field to directory entry structure (not filled in yet though).
(edit) @1126 [1126] 1 day mwhitworth Delete commented code, misc fixes, add more detailed printfs.
(edit) @1125 [1125] 1 day mwhitworth Add to mkfatfs, bug fixes, put media byte in first FAT entry's first byte.
(edit) @1124 [1124] 1 day mwhitworth Add stdlib.h include (for malloc and free defines).
(edit) @1123 [1123] 1 day mwhitworth Add sleep stub.
(edit) @1122 [1122] 1 day mwhitworth Add outline for getopt. Need to write soon (to get binutils to work).
(edit) @1121 [1121] 1 day mwhitworth | 7 now not necessary.
(edit) @1120 [1120] 1 day mwhitworth Add ffs prototype.
(edit) @1119 [1119] 1 day mwhitworth Add POSIX defines and stdint.h include.
(edit) @1118 [1118] 1 day mwhitworth Add FNM defines to fnmatch.h header.
(edit) @1117 [1117] 1 day mwhitworth Add fields to glob, add defines.
(edit) @1116 [1116] 1 day mwhitworth Add mpz_neg.
(edit) @1115 [1115] 1 day mwhitworth Add sys/user.h header to get software to compile.
(edit) @1114 [1114] 1 day mwhitworth Add st_mtim define
(edit) @1113 [1113] 1 day mwhitworth Change the value of MAP_ANON for now (needs fixing).
(edit) @1112 [1112] 1 day mwhitworth Add a valid value for O_EXCL.
(edit) @1111 [1111] 1 day mwhitworth Add ffs stubs.
(edit) @1110 [1110] 1 day mwhitworth Add to GMP and MPFR stubs.
(edit) @1109 [1109] 1 day mwhitworth Add several signal stubs.
(edit) @1108 [1108] 1 day mwhitworth Add start of glob implementation (WIP).
(edit) @1107 [1107] 1 day mwhitworth Add mkdtemp stub.
(edit) @1106 [1106] 1 day mwhitworth Add sync function, fix errno in stat, copy over the size in CopyStat
(edit) @1105 [1105] 1 day mwhitworth Make the installer directory, formatting fixes.
(edit) @1104 [1104] 1 day mwhitworth Use file descriptors instead of FILE* structures for simplicity.
(edit) @1103 [1103] 1 day mwhitworth Add a basic text installer program (needs extra checking and …
(edit) @1102 [1102] 1 day mwhitworth Avoid resolving COPY relocations in the main executable (add a type field …
(edit) @1101 [1101] 1 day mwhitworth Use unsigned char instead of BYTE for now.
(edit) @1100 [1100] 1 day mwhitworth Use unsigned char instead of BYTE for now.
(edit) @1099 [1099] 1 day mwhitworth Update grub build.
(edit) @1098 [1098] 4 days mwhitworth Integrate patch to search the current directory commands, change author, …
(edit) @1097 [1097] 5 days mwhitworth Add PAGE_USER or to MMapDo. We can assume SysMemoryMap is called from …
(edit) @1096 [1096] 1 week mwhitworth Add FatFsToSector call when allocating first sector, clean up comments and …
(edit) @1095 [1095] 1 week mwhitworth Comment the command token update.
(edit) @1094 [1094] 2 weeks mwhitworth Fix partition request restart logic (there wasn't any), add TODO for …
(edit) @1093 [1093] 2 weeks mwhitworth Create new ThrGetProcess macros, add a object field to Process.
(edit) @1092 [1092] 2 weeks mwhitworth Get a set if we add a object to it.
(edit) @1091 [1091] 2 weeks mwhitworth Add IcFsRemoveDir and KeFsRemoveDir functions.
(edit) @1090 [1090] 2 weeks mwhitworth Write KeObjectDetach function (or beginning of).
(edit) @1089 [1089] 2 weeks mwhitworth Fix vsnprintf for negative numbers.
(edit) @1088 [1088] 2 weeks mwhitworth Replace call to strcpy to strncpy.
(edit) @1087 [1087] 2 weeks mwhitworth Increase the stack words searched to 75.
(edit) @1086 [1086] 2 weeks mwhitworth Replace calls to strcpy with single character copies.
(edit) @1085 [1085] 2 weeks mwhitworth Add process set, add entry for each process (plus a temporary name file).
(edit) @1084 [1084] 2 weeks mwhitworth Rearrange init calls, so process code can call Ic* functions.
(edit) @1083 [1083] 2 weeks mwhitworth Sketch out ModuleRequest function; will write soon.
(edit) @1082 [1082] 2 weeks mwhitworth Fix Local init code.
(edit) @1081 [1081] 2 weeks mwhitworth Use new softlink code for IcFs, which uses KeFsEntrys. Add extra checks …
(edit) @1080 [1080] 2 weeks mwhitworth Add IcFs entries (in a manual fashion temporarily), add SoftLink code.
(edit) @1079 [1079] 2 weeks mwhitworth Remove strcpy, replace calls to strcpy with strncpy, misc formatting …
(edit) @1078 [1078] 2 weeks mwhitworth Build the misc or Special devices as part of the kernel.
(edit) @1077 [1077] 2 weeks mwhitworth Minor fixes in Makefile, build misc as part of the kernel.
(edit) @1076 [1076] 2 weeks mwhitworth Minor fix of Consoles/Console0 path.
(edit) @1075 [1075] 2 weeks mwhitworth Don't print out an address if it can't be resolved to a module.
(edit) @1074 [1074] 2 weeks mwhitworth Rearrange init calls for KernelMain.
(edit) @1073 [1073] 2 weeks mwhitworth Move AcpiScanRsdp to tables.c, create AcpiInit function.
(edit) @1072 [1072] 2 weeks mwhitworth Don't scan the first KB of memory, move AcpiScanRsdp to devices/acpi, …
(edit) @1071 [1071] 2 weeks mwhitworth Rearrange init calls, fix command line memcpy, don't scan the first KB of …
(edit) @1070 [1070] 2 weeks mwhitworth Update to use new Device* functions.
(edit) @1069 [1069] 2 weeks mwhitworth Create KeVaPrint function, use new Va* types.
(edit) @1068 [1068] 2 weeks mwhitworth Rework name function, use vasprintf and variable arguments.
(edit) @1067 [1067] 2 weeks mwhitworth Add strdup.
(edit) @1066 [1066] 2 weeks mwhitworth Add vasprintf function, rework vsprintf into vsnprintf. remove the unsafe …
(edit) @1065 [1065] 2 weeks mwhitworth Fix warnings and misc. formatting.
(edit) @1064 [1064] 2 weeks mwhitworth Use a name pointer rather than copying the name into the structure.
(edit) @1063 [1063] 2 weeks mwhitworth Remove DevAddDevice, add new DevFs* functions that deal with KeDevices.
(edit) @1062 [1062] 2 weeks mwhitworth No longer create directores in icfs, add checks for when conf entry is not …
(edit) @1061 [1061] 2 weeks mwhitworth Fix sdevice.h includes, use the BYTES_PER_SECTOR define.
(edit) @1060 [1060] 2 weeks mwhitworth Remove KePrints.
(edit) @1059 [1059] 2 weeks mwhitworth Fix sdevice.h include (do we need it?).
(edit) @1058 [1058] 2 weeks mwhitworth Add the start of the bus type.
(edit) @1057 [1057] 2 weeks mwhitworth Update Makefile, clean the .deps directory as well.
(edit) @1056 [1056] 2 weeks mwhitworth Comment out device registration for now.
(edit) @1055 [1055] 2 weeks mwhitworth Add to device layer, add class functions, add start of bus type, add to …
(edit) @1054 [1054] 2 weeks mwhitworth Comment out for now while API stabilizes.
(edit) @1053 [1053] 2 weeks mwhitworth Let caller of kfs API deal with name (for devfs and icfs, this points to …
(edit) @1052 [1052] 2 weeks mwhitworth Start IC_* attribute structures; will expand soon.
(edit) @1051 [1051] 2 weeks mwhitworth Move device layer to new devices/ include directory. Start DevClass
(edit) @1050 [1050]