profile/ivi/syslinux.git
2008-07-07 H. Peter AnvinShare the gen-id stuff between core and memdisk
2008-07-07 H. Peter AnvinCentralize more of the version number machinery
2008-07-07 H. Peter AnvinDrop macros that just point to other macros
2008-07-07 H. Peter Anvincomboot: re-enable the idle call syslinux-3.71-pre5
2008-07-07 Sebastian Herbsztpcitest: display "1 bus found" instead of "1 buses...
2008-07-07 H. Peter Anvincomboot: make sure we CLD at all relevant entry points
2008-07-07 H. Peter Anvincomboot.inc: add missing "section .text"
2008-07-07 H. Peter Anvincomboot: save/restore all the DOS vectors; handle a...
2008-07-07 H. Peter AnvinInclude the git ID in the build string
2008-07-04 H. Peter AnvinAllow the initrd to be specified on a separate line syslinux-3.71-pre4
2008-07-03 H. Peter AnvinNEWS: handle being the only floppy better.
2008-07-03 H. Peter Anvindoc/memdisk.txt: document INT 1Eh fields
2008-07-03 H. Peter Anvinmemdisk: install a DPT if needed in INT 1Eh; better...
2008-07-03 H. Peter Anvinmemdisk/version.h: bump copyright year
2008-07-03 H. Peter Anvin.gitignore: make singleton filenames absolute
2008-07-03 H. Peter Anvinextlinux: fix handling of /etc/mtab syslinux-3.71-pre3
2008-07-03 H. Peter AnvinSimple menu: really avoid disabled entries syslinux-3.71-pre2
2008-07-01 H. Peter Anvin3.70 is out, next release is 3.71 syslinux-3.71-pre1
2008-07-01 H. Peter AnvinNEWS: There never was a 3.64
2008-07-01 H. Peter Anvincomboot: issue IRET for INT 2Fh
2008-06-30 H. Peter AnvingPXE: Missing files from gPXE sync syslinux-3.70 syslinux-3.70-pre30
2008-06-30 H. Peter Anvinchain.c32: allow "boot" as a drive specification
2008-06-30 H. Peter AnvingPXE: update gPXE to get rid of gpxe/src/Config
2008-06-29 H. Peter Anvincptable.pl: it seems to make more sense to put console...
2008-06-28 H. Peter Anvinspec: can't put anything in the /etc directory if it... syslinux-3.70-pre29
2008-06-28 H. Peter Anvingpxe/Makefile: don't remove gpxelinux.0 for "make dist"
2008-06-28 H. Peter AnvinBuild _bin.c files in libinstaller; clean up B/I separation
2008-06-28 H. Peter AnvinFix "make clean", "make installer"
2008-06-27 H. Peter AnvinUpdate gPXE to current git syslinux-3.70-pre28
2008-06-27 H. Peter Anvingpxe: Separate rules for undionly.kpxe and gpxelinux.0
2008-06-27 H. Peter AnvingPXE: [a20] Send a null command to the KBC after changi... syslinux-3.70-pre27
2008-06-27 H. Peter Anvinisolinux: don't clobber bp in getfssec syslinux-3.70-pre26
2008-06-27 H. Peter Anvincomboot.doc -> comboot.txt syslinux-3.70-pre25
2008-06-25 H. Peter Anvinldlinux: handle "first byte E5 change to 05" rule in FAT
2008-06-25 H. Peter Anvincptable: error out on incorrect usage
2008-06-25 H. Peter AnvinAdd more codepage data; support disjoint mappings
2008-06-25 H. Peter Anvinextlinux: Fix comment
2008-06-24 H. Peter Anvinmboot.c32: no need to include the ANSI engine syslinux-3.70-pre24
2008-06-24 H. Peter AnvinNEWS: document newline fix.
2008-06-24 H. Peter AnvinDefault to \n -> \r\n in ANSI and xserial
2008-06-24 H. Peter AnvinNEWS: document complex menu system fix syslinux-3.70-pre23
2008-06-24 Murali Ganapathycomplex menu: Fixed bug in menu.c so complex.c32 works...
2008-06-24 H. Peter AnvinUgly workaround for bug in GNU ld 2.17
2008-06-23 H. Peter Anvinextlinux: actually fix the closing of a file on EOF syslinux-3.70-pre22
2008-06-23 H. Peter Anvinparsecmd: on an unknown keyword, print the unknown... syslinux-3.70-pre21
2008-06-23 H. Peter Anvinextlinux: fix the end of file condition
2008-06-20 H. Peter AnvinNEWS: Document A20 change syslinux-3.70-pre20
2008-06-20 H. Peter Anvinchain.c32: use a more Linux-kernel-like syntax
2008-06-19 H. Peter Anvincore/writedec.inc: fix comment
2008-06-19 H. Peter Anvincore: add decimal number write routine
2008-06-19 H. Peter Anvinchain.c: avoid comma-space in assembly stubs
2008-06-19 H. Peter Anvinchain.c32: check the stub sources into the tree
2008-06-19 H. Peter AnvinAdd address aliases for freedos and msdos
2008-06-19 H. Peter Anvinchain.c32: minor stylistic cleanup
2008-06-19 H. Peter Anvinchain.c: we can't rely on dosmem and int13 in here...
2008-06-19 H. Peter Anvinchain.c32: support loading DOS kernels
2008-06-19 H. Peter Anvin<syslinux/bootrm.h>: fix order of SS and DS
2008-06-18 H. Peter AnvinTEST: issue a null command to the KBC as part of A20... syslinux-3.70-pre19
2008-06-16 H. Peter Anvincodepage: strip accents during shortname upper-casing
2008-06-16 H. Peter Anvincodepage: include case variant characters in UnicodeData
2008-06-16 H. Peter AnvinTODO: remove obsolete items
2008-06-16 H. Peter Anvinchain.c32: finalize the NTLDR interface syslinux-3.70-pre18
2008-06-16 H. Peter Anvinloadfile: make sure we don't trash errno
2008-06-15 H. Peter Anvinwritestr_early: save/restore registers
2008-06-15 H. Peter AnvinFix bogus instances of writestr_early
2008-06-15 H. Peter AnvinMechanically rename the writestr functions
2008-06-13 H. Peter Anvingpxe: update gpxe to latest git
2008-06-13 H. Peter AnvinMake it explicit that Windows need -swap, even XP :(
2008-06-13 Sebastian Herbsztpci: fix off-by-one error and introduce MAX_PCI_FUNC
2008-06-13 H. Peter Anvinchain.c32: don't swap drives when already primary syslinux-3.70-pre17
2008-06-13 H. Peter AnvinNEWS: Document new chain.c32 features.
2008-06-13 H. Peter Anvinchain.c32: support swapping BIOS drive numbers
2008-06-13 H. Peter Anvinchain: use shuffle API; support loading a boot file
2008-06-12 H. Peter AnvinNEWS: update the blurb about the new MEMDISK geometry...
2008-06-10 H. Peter Anvinfdgeo.pl: exit values; fix division by zero
2008-06-10 H. Peter AnvinFix DOS interrupt error messages syslinux-3.70-pre16
2008-06-10 H. Peter AnvinWhen erroring out on an DOS interrupt, print info
2008-06-10 H. Peter Anvinldlinux: search_dos_dir returns attributes in DL syslinux-3.70-pre15
2008-06-10 H. Peter AnvinAdd *.cp to .gitignore
2008-06-10 H. Peter AnvinAdd file missing from previous checkin
2008-06-09 H. Peter AnvinWhitespace cleanup
2008-06-09 H. Peter AnvinPXELINUX: Enable idle calls on select platforms
2008-06-09 H. Peter AnvinFAT: make all codepage data derived from the same place
2008-06-07 H. Peter AnvinNEWS: remove redundant clause
2008-06-07 H. Peter AnvinMEMDISK: algorithmic determination of floppy formats
2008-06-06 H. Peter AnvinMEMDISK: Use aligning memcpy/memset, compile with ... syslinux-3.70-pre14
2008-06-06 H. Peter AnvinAligning memcpy/memmove/mempcpy/memset for libcom32
2008-06-06 H. Peter Anvincore: do aligned transfers in bcopy32
2008-06-06 H. Peter AnvinFAT: Support VFAT long filenames syslinux-3.70-pre13
2008-06-05 H. Peter Anvincore: fail the link if we push above the 64K point
2008-06-05 H. Peter Anvincodepage: add "make spotless" target
2008-06-05 H. Peter AnvinAdd support for creating codepage/Unicode mapping tables
2008-06-05 H. Peter Anvinpxelinux: remove RBFG section
2008-06-05 H. Peter Anvincore: actually enable debugging info
2008-06-05 H. Peter AnvinUpdate gPXE from gPXE git
2008-06-04 H. Peter Anvinpxelinux: add colon to label by itself
2008-05-30 H. Peter AnvinCentralize configurables; better "make install" etc
2008-05-29 H. Peter AnvinShut up gpxe Makefiles when making spotless
2008-05-29 H. Peter AnvinWe're explicitly setting EMBEDDED_IMAGE, so leave src...
2008-05-29 H. Peter AnvinDocument change of directory structure
next