root/Whitix/branches/keobject

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1736 [1736] 3 years mwhitworth Add strncat function.
(edit) @1735 [1735] 3 years mwhitworth Add Rock Ridge support to Isofs.
(edit) @1664 [1664] 3 years mwhitworth Remove makefs exec. from repository.
(edit) @1663 [1663] 3 years mwhitworth Add some comments, read block size.
(edit) @1662 [1662] 3 years mwhitworth Add support for SysConfRead, address some TODO cases.
(edit) @1653 [1653] 3 years mwhitworth Add kernel64 branch again.
(edit) @1651 [1651] 3 years mwhitworth Add more changes to GRUB.
(edit) @1650 [1650] 3 years mwhitworth Add CFLAGS to make GRUB build okay on 64-bit hosts.
(edit) @1649 [1649] 3 years mwhitworth Remove printfs that cause 64-bit hosts to emit memcpys.
(edit) @1648 [1648] 3 years mwhitworth Rearrange locking, remove TODO.
(edit) @1647 [1647] 3 years mwhitworth Fix some more warnings.
(edit) @1646 [1646] 3 years mwhitworth Add initcode.
(edit) @1645 [1645] 3 years mwhitworth Fix compiler warnings.
(edit) @1644 [1644] 3 years mwhitworth Fix compiler warning.
(edit) @1643 [1643] 3 years mwhitworth Fix warning.
(edit) @1642 [1642] 3 years mwhitworth Fix term to use new Virtual console API.
(edit) @1641 [1641] 3 years mwhitworth Fix failure code.
(edit) @1640 [1640] 3 years mwhitworth Add ELF_NATIVE_CLASS define, start expanding dlclose.
(edit) @1639 [1639] 3 years mwhitworth Add various defines, remove debug printfs, extend pthread attribute …
(edit) @1638 [1638] 3 years mwhitworth Add some attribute support, add calls to pGetCurrentThreadId
(edit) @1637 [1637] 3 years mwhitworth Add function support for IcFs (ReadFunc and WriteFunc).
(edit) @1636 [1636] 3 years mwhitworth Fix read-only page directory problem.
(edit) @1635 [1635] 3 years mwhitworth Add SIMD and SSE support (support for fxsave and fxrstor).
(edit) @1634 [1634] 3 years mwhitworth Remove commented-out code.
(edit) @1633 [1633] 3 years mwhitworth Rewrite virtual console code to use IcFs.
(edit) @1632 [1632] 3 years mwhitworth Remove AddKeyDev function, add note, export consoleClass symbol for now.
(edit) @1631 [1631] 3 years mwhitworth Add snprintf function.
(edit) @1630 [1630] 3 years mwhitworth Change type of fpuData field in Thread.
(edit) @1629 [1629] 3 years mwhitworth Add function support to IcFs.
(edit) @1628 [1628] 3 years mwhitworth Add function for converting vNode to KeDevice.
(edit) @1627 [1627] 3 years mwhitworth Add filePriv field for private file data.
(edit) @1626 [1626] 3 years mwhitworth Add support for fxsave.
(edit) @1625 [1625] 3 years mwhitworth Add KEDEV_OBJ_OFFSET macro.
(edit) @1624 [1624] 3 years mwhitworth Add keyboard device to IcFs.
(edit) @1623 [1623] 3 years mwhitworth Add call to InputDeviceAdd.
(edit) @1622 [1622] 3 years mwhitworth Add beginning of input layer, add to Makefile.
(edit) @1621 [1621] 3 years mwhitworth Add beginning of input device layer.
(edit) @1620 [1620] 3 years mwhitworth Add basic support for executing mono exectuables, fix memory leak.
(edit) @1619 [1619] 3 years mwhitworth Free initdata and initcode sections in KernelMain.
(edit) @1618 [1618] 3 years mwhitworth Add some initcode and initdata defines, use MbMemoryMap instead of copying …
(edit) @1617 [1617] 3 years mwhitworth Add some initcode and initdata decls.
(edit) @1616 [1616] 3 years mwhitworth Add KernelPanic call, remove some commented-out KePrints.
(edit) @1615 [1615] 3 years mwhitworth Add initcode and initdata sections.
(edit) @1614 [1614] 3 years mwhitworth Add PageFreeAddr, which frees a page given a physical address.
(edit) @1613 [1613] 3 years mwhitworth Update makefile to include heap sort.
(edit) @1612 [1612] 3 years mwhitworth Add implementation of heap sort algorithm.
(edit) @1611 [1611] 3 years mwhitworth Add hash-style=sysv as a Xynth workaround for now.
(edit) @1610 [1610] 3 years mwhitworth Change hash style to GNU.
(edit) @1609 [1609] 3 years mwhitworth Add GNU_HASH support to linker.
(edit) @1608 [1608] 3 years mwhitworth Add refs++ back, /System/Devices loses all its refs otherwise.
(edit) @1607 [1607] 3 years mwhitworth Remove ebug KePrints.
(edit) @1606 [1606] 3 years mwhitworth Include make.config in Makefiles.
(edit) @1605 [1605] 3 years mwhitworth Fix pthreadlib build (-L../linker)
(edit) @1604 [1604] 3 years mwhitworth Fix pthreadlib build.
(edit) @1603 [1603] 3 years mwhitworth Add current thread id to TLS.
(edit) @1602 [1602] 3 years mwhitworth Include make.config.
(edit) @1601 [1601] 3 years mwhitworth Add call to pGetCurrentThreadId (to save syscall), that uses the TLS.
(edit) @1600 [1600] 3 years mwhitworth Remove old file.
(edit) @1599 [1599] 3 years mwhitworth Add message if console dimensions could not be read.
(edit) @1598 [1598] 3 years mwhitworth Use new make.config in sdk makefiles.
(edit) @1597 [1597] 3 years mwhitworth Remove 0x30 case from IrqSysCall.
(edit) @1596 [1596] 3 years mwhitworth Fix SysIoPerm to reflect new stack layout.
(edit) @1595 [1595] 3 years mwhitworth Fix system call mechanism so SysIoPerm will work.
(edit) @1594 [1594] 3 years mwhitworth Formatting, ref fixes, change cache names.
(edit) @1593 [1593] 3 years mwhitworth Fix cache names.
(edit) @1592 [1592] 3 years mwhitworth Add initdata section, will be filled soon.
(edit) @1591 [1591] 3 years mwhitworth Fix cache names.
(edit) @1590 [1590] 3 years mwhitworth Add call to ThrEndWait in WaitRemoveFromQueue.
(edit) @1589 [1589] 3 years mwhitworth Move currContext to start of structure.
(edit) @1588 [1588] 3 years mwhitworth Add CallContext structure.
(edit) @1587 [1587] 3 years mwhitworth Add some temporary attributes for storage devices.
(edit) @1586 [1586] 3 years mwhitworth Change cache names.
(edit) @1585 [1585] 3 years mwhitworth Add fixes for waiting threads that are being killed (signals will fix this …
(edit) @1584 [1584] 3 years mwhitworth Include make.config in Makefiles.
(edit) @1583 [1583] 3 years mwhitworth Include make.config in Makefiles.
(edit) @1582 [1582] 3 years mwhitworth Add changes from Kostadin. Add prompt color to ConsReadLine, fix other …
(edit) @1581 [1581] 3 years mwhitworth Add checks for conf system calls, formatting fixes.
(edit) @1580 [1580] 3 years mwhitworth Add new defintion of ConsReadLine.
(edit) @1579 [1579] 3 years mwhitworth Add patch from Kostadin. Case-insensitive string compare, and use new …
(edit) @1578 [1578] 3 years mwhitworth Add patch from Kostadin that allows directory change by typing only the …
(edit) @1577 [1577] 3 years mwhitworth Fix merge.
(edit) @1576 [1576] 3 years mwhitworth Add name parameter to ModuleAdd call.
(edit) @1575 [1575] 3 years mwhitworth Add name parameter to SysModuleAdd.
(edit) @1574 [1574] 3 years mwhitworth Fix some TSS references.
(edit) @1573 [1573] 3 years mwhitworth Add module name to ModuleAdd call.
(edit) @1572 [1572] 3 years mwhitworth Fix references to TSS addr.
(edit) @1571 [1571] 3 years mwhitworth Add KeObject field to Module type.
(edit) @1570 [1570] 3 years mwhitworth Add TSS_ADDR define.
(edit) @1569 [1569] 3 years mwhitworth Add KeObject support for modules, which now appear in …
(edit) @1568 [1568] 3 years mwhitworth Add call to ModuleInfoInit.
(edit) @1567 [1567] 3 years mwhitworth Check return value in ThrCreateProcess, add some comments.
(edit) @1566 [1566] 3 years mwhitworth Fix process ref counting, so processes are actually freed when exited (the …
(edit) @1565 [1565] 4 years mwhitworth Fix compile by adding fno-stack-protector.
(edit) @1564 [1564] 4 years mwhitworth Fix undeclared identifier.
(edit) @1563 [1563] 4 years mwhitworth Register the object attributes when attaching.
(edit) @1562 [1562] 4 years mwhitworth Add IC attribute support for processes.
(edit) @1561 [1561] 4 years mwhitworth Change KE_OBJ_TYPE to SIMPLE for now.
(edit) @1560 [1560] 4 years mwhitworth Change KE_OBJ_TYPE to SIMPLE for now.
(edit) @1559 [1559] 4 years mwhitworth Add IC attribute support for slabs (can now be monitored in userspace).
(edit) @1558 [1558] 4 years mwhitworth Add object offset to KeObjType, for use in IcAttributes. Add SIMPLE obj. …
Note: See TracRevisionLog for help on using the revision log.