2007-05-23 |
H. Peter Anvin | Drop TFTP_MTU to 1440. |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Make it safe to call close_file on an already closed... syslinux-3.50-pre15 |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Make the menu system understand INCLUDE as well. syslinux-3.50-pre14 |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Document INCLUDE |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Add "include" command to the core syslinux parser |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | getc: make sure EOF is "sticky" |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | New stackable getc interface, using the real_mode_seg... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Revert "ISOLINUX: Include the caching code" |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Revert "Add subroutines to add/remove blocks from the... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Use a segment layout more similar to the other derivatives |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Add a proper internal close function (close_file) |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | Add subroutines to add/remove blocks from the expiry... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | ISOLINUX: Include the caching code syslinux-3.50-pre13 |
commit | commitdiff | tree | snapshot |
2007-05-23 |
H. Peter Anvin | We need to bloody well set KernelVersion before using... syslinux-3.50-pre12 |
commit | commitdiff | tree | snapshot |
2007-05-22 |
H. Peter Anvin | Fix loading pre-2.00 protocol kernels. syslinux-3.50-pre11 |
commit | commitdiff | tree | snapshot |
2007-05-12 |
H. Peter Anvin | PXELINUX: Use the client-identifier instead when DHCP... syslinux-3.50-pre10 |
commit | commitdiff | tree | snapshot |
2007-05-10 |
H. Peter Anvin | Remove stale file |
commit | commitdiff | tree | snapshot |
2007-05-10 |
H. Peter Anvin | Fix <Ctrl-N> for printing network information syslinux-3.50-pre9 |
commit | commitdiff | tree | snapshot |
2007-05-10 |
H. Peter Anvin | PXELINUX: Add <Ctrl-N> to print the network information syslinux-3.50-pre8 |
commit | commitdiff | tree | snapshot |
2007-05-10 |
H. Peter Anvin | Document update of Linux boot protocol. |
commit | commitdiff | tree | snapshot |
2007-05-07 |
H. Peter Anvin | More tweaks to allow bigger stack/heap, and boot protoc... syslinux-3.50-pre7 |
commit | commitdiff | tree | snapshot |
2007-05-06 |
H. Peter Anvin | Make more space for the heap when doing so is possible |
commit | commitdiff | tree | snapshot |
2007-04-27 |
H. Peter Anvin | Update the default names of the MinGW tools. |
commit | commitdiff | tree | snapshot |
2007-04-27 |
H. Peter Anvin | Document the use of the MinGW compiler. |
commit | commitdiff | tree | snapshot |
2007-04-26 |
H. Peter Anvin | Add wrapper function syslinux_run_kernel_image() syslinux-3.50-pre6 |
commit | commitdiff | tree | snapshot |
2007-04-26 |
H. Peter Anvin | linux.c32: saturate memory size to 32 bits if too large |
commit | commitdiff | tree | snapshot |
2007-04-10 |
H. Peter Anvin | Make the pixel format canonicalization code a bit easie... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
H. Peter Anvin | Document recent additions. syslinux-3.50-pre5 |
commit | commitdiff | tree | snapshot |
2007-04-10 |
H. Peter Anvin | MBR: fix problems when LBA > 65535*sectors. |
commit | commitdiff | tree | snapshot |
2007-04-10 |
H. Peter Anvin | Fix expansion of palette images to ABGR. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
H. Peter Anvin | Add syslinux_local_boot() wrapper function |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | pxe_get_cached.c: readability improvement. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | intcall, farcall: readability improvements. syslinux-3.50-pre4 |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | A few more syslinux wrapper function |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | Final cleanup *does* return. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | set -e so the build stops on error. syslinux-3.50-pre3 |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | Move the PCI-scanning code into the library proper. |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | pci.c: change from GPL to MIT license; Erwan has OK... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
H. Peter Anvin | pcitest.c: remove obsolete fields; formatting cleanups |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Ferenc Wagner | Fix the handling of namelen and argument parsing in... |
commit | commitdiff | tree | snapshot |
2007-04-01 |
H. Peter Anvin | ethersel: move RID range parsing into its own function. |
commit | commitdiff | tree | snapshot |
2007-04-01 |
H. Peter Anvin | Remove bogus clobbering of the mask |
commit | commitdiff | tree | snapshot |
2007-04-01 |
H. Peter Anvin | Return first match in list, not first match in PCI... syslinux-3.50-pre2 |
commit | commitdiff | tree | snapshot |
2007-04-01 |
H. Peter Anvin | Remove useless attempt at reading pci.ids |
commit | commitdiff | tree | snapshot |
2007-03-30 |
H. Peter Anvin | Support chaining shuffle descriptors when buffer is... syslinux-3.50-pre1 |
commit | commitdiff | tree | snapshot |
2007-03-30 |
H. Peter Anvin | Move extlinux boot stuff into /boot/extlinux; /etc... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
H. Peter Anvin | SYSLINUX API headers, and beginning of implementation. |
commit | commitdiff | tree | snapshot |
2007-03-20 |
H. Peter Anvin | Stealth whitespace cleanup |
commit | commitdiff | tree | snapshot |
2007-03-20 |
H. Peter Anvin | Add interface for querying the syslinux feature flags. |
commit | commitdiff | tree | snapshot |
2007-03-20 |
H. Peter Anvin | Move <syslinux.h> to <syslinux/idle.h>; clean up libuti... |
commit | commitdiff | tree | snapshot |
2007-03-20 |
H. Peter Anvin | Rename the new version 3.50 instead of 3.40; too many... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
H. Peter Anvin | Linux-loading module with optional DHCP generation. syslinux-3.40-pre15 |
commit | commitdiff | tree | snapshot |
2007-03-16 |
H. Peter Anvin | initramfs chain handling: add support for forcing the... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Library functions for manipulating initramfs |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Initial library support for booting a Linux kernel |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | PXE header support; higher-level function for PXE GET_C... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Restore intentional blank lines at the end of sample... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Stealth whitespace cleanup (automated) |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Add a register-setting shuffle and boot for real mode... syslinux-3.40-pre14 |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Move the loadfile() routine into the syslinux/ namespac... syslinux-3.40-pre13 |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Finish the shuffle and boot interface, and add an ELF... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
H. Peter Anvin | Fix the shuffle and boot interface. It was probably... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
H. Peter Anvin | Dummy <assert.h> |
commit | commitdiff | tree | snapshot |
2007-03-13 |
H. Peter Anvin | INT 22h, AX=001Ah: we have FS:SI pointing to the regist... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
H. Peter Anvin | Add support for using a shuffle descriptor to bzero... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
H. Peter Anvin | Wrapper infrastructure for "shuffle and boot" |
commit | commitdiff | tree | snapshot |
2007-03-11 |
H. Peter Anvin | New API call: cleanup, shuffle and boot to flat protect... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
H. Peter Anvin | Formatting cleanups syslinux-3.40-pre12 |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Erwan Velu | Ethersel must use the pci com32 module instead of built... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
H. Peter Anvin | menu system: make the help message end row a configurable. syslinux-3.40-pre11 |
commit | commitdiff | tree | snapshot |
2007-03-06 |
H. Peter Anvin | TEXT HELP: Multiline per-entry help messages in the... syslinux-3.40-pre10 |
commit | commitdiff | tree | snapshot |
2007-03-03 |
H. Peter Anvin | mkdiskimage: shortcut for zipdisk geometry |
commit | commitdiff | tree | snapshot |
2007-03-02 |
H. Peter Anvin | Update copyright date |
commit | commitdiff | tree | snapshot |
2007-02-28 |
H. Peter Anvin | Simple menu system: unified way to handle message strin... syslinux-3.40-pre9 |
commit | commitdiff | tree | snapshot |
2007-02-28 |
H. Peter Anvin | Teach the menu system to ignore TEXT blocks for now. syslinux-3.40-pre8 |
commit | commitdiff | tree | snapshot |
2007-02-28 |
H. Peter Anvin | Support customization of menu messages. |
commit | commitdiff | tree | snapshot |
2007-02-28 |
H. Peter Anvin | Correctly ignore TEXT blocks. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
H. Peter Anvin | Do not overwrite pointer "p" when calling is_kernel_type() |
commit | commitdiff | tree | snapshot |
2007-02-20 |
H. Peter Anvin | Remove now-unnecessary push/pop. |
commit | commitdiff | tree | snapshot |
2007-02-20 |
H. Peter Anvin | Make sure we can read the config file name even after... syslinux-3.40-pre7 |
commit | commitdiff | tree | snapshot |
2007-02-20 |
H. Peter Anvin | Support multiple image types in the menu system |
commit | commitdiff | tree | snapshot |
2007-02-20 |
H. Peter Anvin | Add new PXE keyword (we might have to distinguish from... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
H. Peter Anvin | Assume 3.40 will be the first version which fixes Read... syslinux-3.40-pre6 |
commit | commitdiff | tree | snapshot |
2007-02-20 |
H. Peter Anvin | Merge with syslinux-3.3x |
commit | commitdiff | tree | snapshot |
2007-02-19 |
H. Peter Anvin | Comboot function READ DISK corrupts its arguments;... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
H. Peter Anvin | Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.40-pre5 |
commit | commitdiff | tree | snapshot |
2007-02-09 |
H. Peter Anvin | Set up the LRU chain correctly (d'oh!) syslinux-3.36 syslinux-3.36-pre10 |
commit | commitdiff | tree | snapshot |
2007-02-09 |
H. Peter Anvin | Fix -fno-stack-protector per bug report from Gilles... syslinux-3.36-pre9 |
commit | commitdiff | tree | snapshot |
2007-02-08 |
H. Peter Anvin | %ifndef IS_PXELINUX won't do much good... %if IS_PXELIN... syslinux-3.36-pre8 |
commit | commitdiff | tree | snapshot |
2007-02-08 |
H. Peter Anvin | Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... syslinux-3.36-pre7 |
commit | commitdiff | tree | snapshot |
2007-02-08 |
H. Peter Anvin | PXELINUX: ES:BX -> PXENV+, so we can't have ES:DI ... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
H. Peter Anvin | fileread: new file descriptor should be from oreg,... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
H. Peter Anvin | Merge ... git+ssh:///boot/syslinux/syslinux.git#syslinu... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
H. Peter Anvin | fileread: ES:BX -> buffer, not ES:SI |
commit | commitdiff | tree | snapshot |
2007-02-07 |
H. Peter Anvin | For extension *search*, SYSLINUX should now use the... syslinux-3.36-pre6 |
commit | commitdiff | tree | snapshot |
2007-02-07 |
H. Peter Anvin | Deal with various distributions breaking gcc in weird... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
H. Peter Anvin | SYSLINUX: Fix extension-detection for syslinux. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
H. Peter Anvin | Fix numerous problems in the new MBR code. syslinux-3.36-pre5 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
H. Peter Anvin | MBR: Set %si immediately upon setting %sp |
commit | commitdiff | tree | snapshot |
2007-02-05 |
H. Peter Anvin | MBR: produce a list file. |
commit | commitdiff | tree | snapshot |
next |