2004-12-22 |
hpa | Support cursor on/cursor off sequences, and use them... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Fix handling of attributes when clearing the screen. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Support alternate TFTP servers via filename syntax. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | 2.20 -> 3.00 |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Let's call the next version 3.00 |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Better document how to do chain loading. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Fix pointers/block calculation |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Fix bugs in the conversion to partition-relative sector... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Fix handling of -o offset |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Fix miscompare of FAT32 |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Allow creation of FAT32 filesystems |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Handle partition offset |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Be more picky about syntax. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
hpa | Update the Win32 installer. |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Support timeout in the menu |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Add NOESCAPE command to disable Shift key; update NEWS. |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Document the need/lack thereof to run the installer. |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | extlinux: Document need for MBR, and usage on a RAID... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | I think the menu system actually works now... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Add strlcpy(), strlcat() |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Add [v]asprintf |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Config file is extlinux.conf |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | We have strcpy, use it |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Fix argv parsing |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Fix typo |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Add an API function to get the IPAPPEND strings. |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | More work on menu module. Looks like the file libc... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
hpa | Add code to edit the command line in the simple menu |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Initial work on simple menu system; add <minmax.h>... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Actually get things working with nonblocking raw consol... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Add support to deal with EAGAIN |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Make the raw input console non-blocking with a timeout... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Fix EQUs |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Clean up some old crap |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Actually fix the block calculation. I think it works... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Further fixes to linear address computation, now works... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | More docs. |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Update some documentation |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Fix regparm in libcom32; make extlinux actually work... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Use %define instead of equ to work around NASM 0.98... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | More fixes to the extlinux installer; change back to... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | Further clean up the ext*fs installer |
commit | commitdiff | tree | snapshot |
2004-12-20 |
hpa | extlinux installer. |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | Make extlinux actually compile. No words on actually... |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | A lot more work on extlinux. Should have most of the... |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | Document compressed vkernels. |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | Make compressed vkernels actually work. |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | Fix some additional common code issues; fix dangling... |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | More common code cleanup; actually use the code to... |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | Update with fixed version from the dos directory |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | Make DOS installer use our homegrown 64-bit divide |
commit | commitdiff | tree | snapshot |
2004-12-19 |
hpa | Beef up the sanity checking of the boot sector. For... |
commit | commitdiff | tree | snapshot |
2004-12-18 |
hpa | Make the DOS-based installer actually work; mark debugg... |
commit | commitdiff | tree | snapshot |
2004-12-18 |
hpa | Fix handling of alignment issues |
commit | commitdiff | tree | snapshot |
2004-12-18 |
hpa | Fix dec/hex bug in crt0.S; do -msoft-float just in... |
commit | commitdiff | tree | snapshot |
2004-12-18 |
hpa | Resurrect printf(), and create a library. This way... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Flesh out getfssec |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Additional fixes for the proper argc/argv parsing |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | More regparmization |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Add code to parse argc, argv; REGPARM-ize assembly... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Actually parse argc/argv properly. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Output \n as \r\n |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Character to print goes in DL, not in BL |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Humble beginnings of an extlinux program. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Factor out the cache code into a separate file. |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Fix memcpy/memset to match the use of regparm and ... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Fix the use of MAC handling in pxelinux; fix copy_over_self |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Fix the RLL-packing code; include it by default (not... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Make sure unused parts of the VKernelBuf are zero-fille... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Actually use sections, and move common variables into... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Move the .bss to a separate section so we can at least... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Very simple RLL packer/unpacker; should be good for... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
hpa | Update the TODO list. |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Add -DREGPARM=3 to go along with -mregparm=3 |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Compile with regparm turned on. |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Convert to using -mregparm=3; makes the code slightly... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Correct the handling for full 64K regions safe; correct... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Generate the length correctly |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Cluster -> Sector conversion has to add the DataArea... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Fix possible infinite loop on invalid input |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Correct finding the first sector |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | repe cmpsb trashes di, not just si |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Fix the sense of a couple of tests. We now get to... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Fix some cut-and-paste bugs... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Corrections to self-loading sequence; we now get that... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Fix some cases of bad pointer arithmetric |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | First cut at new searchdir for FAT boot loader; uses... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Remove unneccesary blank line |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | scas uses the destination operand, so don't use it. |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | More cleanups; try to get rid of the now-obsolete defin... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Build sector-oriented getfssec routine |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Fix make of win32 |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | malloc.h is internal; put in lib/ |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | Reorganize memory map to make use of 0x3000..0x5000... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
hpa | MSDN says the 0x08 forms of the lock calls are OK for... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
hpa | Use the DOS version to determine whether to use the... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
hpa | Put in MS-DOS 7 locking support |
commit | commitdiff | tree | snapshot |
2004-12-15 |
hpa | @:\LDLINUX.SYS not @:LDLINUX.SYS |
commit | commitdiff | tree | snapshot |
2004-12-15 |
hpa | Adjust the interface to syslxmod.c so the DOS installer... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
hpa | Make the CC_IS_OK hack work again. |
commit | commitdiff | tree | snapshot |
next |