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