root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @85 [85] 3 weeks uwe Make build.sh executable (trivial). Signed-off-by: Uwe Hermann …
(edit) @84 [84] 2 months stepan Patch from Arne Georg Gleditsch The latest svn revisions of filo and …
(edit) @83 [83] 3 months stepan New FILO code drop from coresystems' internal repository: * add …
(edit) @82 [82] 3 months uwe Fix warnings (trivial). Signed-off-by: Uwe Hermann <uwe@…> …
(edit) @81 [81] 3 months stuge Use printf() instead of grub_printf() in main/ When CONFIG_USE_GRUB is …
(edit) @80 [80] 3 months oxygene Make the new USB driver work with multiple USB sticks. Also remove the …
(edit) @79 [79] 3 months oxygene FAT32 didn't work because of a minor bug in the data structure (it was …
(edit) @78 [78] 3 months oxygene The braces were only added to work around a bug in the printf macro. That …
(edit) @77 [77] 3 months oxygene reset the color configuration before clearing the screen
(edit) @76 [76] 3 months oxygene - grub_putchar must send \r\n to itself, when it line wraps - …
(edit) @75 [75] 3 months oxygene Swaps the order of the nybbles in the color setting byte to make it the …
(edit) @74 [74] 3 months oxygene Make the FILO 'color' command set a more helpful errnum rather than using …
(edit) @73 [73] 3 months oxygene revert my color patch
(edit) @72 [72] 3 months oxygene fix for "configfile" without a file name. it runs "help configfile" in …
(edit) @71 [71] 3 months oxygene fix "color" command fixes #15
(edit) @70 [70] 3 months oxygene take a closer look at the filesystem before interpreting it as FAT. fixes …
(edit) @69 [69] 3 months stepan fix the printf issue the right way, thanks to Segher for the reminder.
(edit) @68 [68] 3 months stepan add brackets..
(edit) @67 [67] 3 months stepan print an error at runtime rather than fail at compile time when USB …
(edit) @66 [66] 3 months stepan Ok, here's the next bunch of fixes for FILO. It should be safe to use this …
(edit) @65 [65] 3 months stepan add svn:ignore property to hide .config, .config.old and build
(edit) @64 [64] 4 months oxygene 1. Preset CC to gcc in Makefile. There are some $(shell $(CC) ...) …
(edit) @63 [63] 4 months stepan * drop lots of unused files * use console code from tinycurses rather than …
(edit) @62 [62] 4 months oxygene 32bit/64bit fixes
(edit) @61 [61] 4 months oxygene - add CONFIG_DEBUG_VFS to defconfig - keep preset CFLAGS alive
(edit) @60 [60] 4 months stepan mostly cleanups to filo. - drop a couple of obsolete files, macros, …
(edit) @59 [59] 4 months stepan move the 0.5 branch to branches.
(edit) @57 [57] 4 months stepan FILO fixes * fix mixup issues between grub_printf and printf * try to …
(edit) @56 [56] 4 months stepan * get libpayload via svn:externals for now * disable libpayload based usb …
(edit) @55 [55] 4 months stepan open development branch of filo. filo-0.5 is frozen (and obsolete)
(edit) @54 [54] 5 months stepan oops. this got left out in a copy and paste error.
(edit) @53 [53] 5 months stepan fix the fast link bug in filo. Thank you to Jason Wang
(edit) @52 [52] 5 months stepan push version
(edit) @51 [51] 5 months stepan merge from may 2008 artec branch.
(edit) @50 [50] 5 months stepan see what's lying around in my old filo tree... Clear out Epia-M PCMCIA …
(edit) @49 [49] 7 months stuge FILO: find_ide_controller_compat(): Skip over PCI devices in native mode …
(edit) @48 [48] 8 months stepan trying to merge most of ARTECs tree.
(edit) @47 [47] 8 months stepan those are error messages, not debug
(edit) @46 [46] 8 months stepan catch oddly configured pci bridges…
(edit) @45 [45] 10 months stepan Some fixes for USB. Thanks to Fridel Fainshtain for the malloc/alignment …
(edit) @44 [44] 10 months stepan fix typo (trivial) Signed-off-by: Stefan Reinauer <stepan@…> …
(edit) @43 [43] 10 months stepan some sata fixes for FILO, inspired by an old patch from Ward Vandewege. …
(edit) @42 [42] 12 months uwe Properly cleanup null.o and builtin.o upon 'make clean'. Signed-off-by: …
(edit) @41 [41] 12 months stepan hook up cramfs and squashfs
(edit) @40 [40] 12 months stepan add squashfs support to FILO.
(edit) @39 [39] 15 months stepan This patch makes qemu work again on v3. FILO was depending on bss being …
(edit) @38 [38] 15 months stepan This code is originally from Nikolay Petukhov <nikolaypetukhov@…> …
(edit) @37 [37] 15 months rminnich Undo erroneous patch. Signed-off-by: Ronald G. Minnich …
(edit) @36 [36] 15 months rminnich 1. fix spelling error. 2. paranoid setting of info->memrange to 0 3. …
(edit) @35 [35] 16 months stepan Add CRAMFS support to FILO. To enable this, replace the line …
(edit) @34 [34] 22 months stepan small typo in last commit Signed-off-by: Stefan Reinauer …
(edit) @33 [33] 22 months stepan this is amazing. We have been using malloc before it was initialized. How …
(edit) @32 [32] 2 years stepan clarify use of el torito images
(edit) @31 [31] 2 years stepan release 0.5.0
(edit) @30 [30] 2 years stepan support for via epia-mii cf boot
(edit) @29 [29] 2 years stepan gcc4 fix from Roman Kononov
(edit) @28 [28] 2 years stepan drop build script. this is trivial since the makefile has been fixed.
(edit) @27 [27] 2 years stepan drop excessive ide slowdown. this needs to be fixed differently
(edit) @26 [26] 3 years stepan add a couple of things: * fix initial double keyboard press bug * fix …
(edit) @25 [25] 3 years stepan clean filo.iso
(edit) @24 [24] 3 years stepan add "make iso" and "make qemu" targets
(edit) @23 [23] 3 years stepan fix comments
(edit) @22 [22] 3 years stepan fix mem= for machines with lots of memory
(edit) @21 [21] 3 years stepan mention grub in the readme. thanks to ward
(edit) @20 [20] 3 years stepan fix compilation with USE_GRUB disabled
(edit) @19 [19] 3 years stepan another todo
(edit) @18 [18] 3 years stepan cleanup filo.c
(edit) @17 [17] 3 years stepan cleanup TODO file add initial find support (dummy) add initial tab …
(edit) @16 [16] 3 years san Added new 'IDE_DISK_POLL_DELAY' flag in order to add a 1ms delay inbetween …
(edit) @15 [15] 3 years stepan .
(edit) @14 [14] 3 years stepan more usb code mere
(edit) @13 [13] 3 years stepan move documentation
(edit) @12 [12] 3 years stepan more merges with etherboot version documentation updates.
(edit) @11 [11] 3 years stepan S-ATA support
(edit) @10 [10] 3 years stepan initial import of usb driver code. not working
(edit) @9 [9] 3 years stepan small gcc4 updates
(edit) @8 [8] 3 years stepan there is no .cvsignore anymore also fix some weird sizeof constructs
(edit) @7 [7] 3 years stepan fix console speed handling
(edit) @6 [6] 3 years stepan update readme
(edit) @5 [5] 3 years stepan add grub password capability to filo
(edit) @4 [4] 3 years stepan change properties to ignore autogenerated files
(edit) @3 [3] 3 years stepan add hiddenmenu keyword
(edit) @2 [2] 3 years stepan cleanup
(add) @1 [1] 3 years stepan initial import
Note: See TracRevisionLog for help on using the revision log.