summaryrefslogtreecommitdiff
path: root/com32/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-1/+2
|\
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | keytest: make somewhat more comprehensibleH. Peter Anvin2011-04-111-3/+4
* | keytest: show the human name together with the keycodeH. Peter Anvin2011-04-111-1/+1
|/
* cat.c32: move from samples to modules; remove debug codeH. Peter Anvin2010-05-112-37/+1
* cat.c32: check if filename existsGert Hulselmans2010-05-111-2/+7
* Run Nindent on com32/samples/serialinfo.cH. Peter Anvin2009-05-291-10/+9
* Run Nindent on com32/samples/resolv.cH. Peter Anvin2009-05-291-26/+26
* Run Nindent on com32/samples/localboot.cH. Peter Anvin2009-05-291-2/+2
* Run Nindent on com32/samples/keytest.cH. Peter Anvin2009-05-291-32/+32
* Run Nindent on com32/samples/hello.cH. Peter Anvin2009-05-291-6/+6
* Run Nindent on com32/samples/fancyhello.cH. Peter Anvin2009-05-291-11/+11
* Run Nindent on com32/samples/entrydump.cH. Peter Anvin2009-05-291-24/+24
* Run Nindent on com32/samples/cat.cH. Peter Anvin2009-05-291-17/+17
* Run Nindent on com32/samples/advdump.cH. Peter Anvin2009-05-291-18/+18
* com32: remove unused variablesSebastian Herbszt2009-04-171-2/+0
* entrydump: trivial program to probe PXE entry conditionsH. Peter Anvin2009-02-182-1/+63
* Move vesainfo.c32 from "samples" to "modules"H. Peter Anvin2008-10-132-84/+1
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-251-1/+2
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-59/+3
* com32: compile with -std=gnu99H. Peter Anvin2008-08-121-2/+4
* Centralize configurables; better "make install" etcH. Peter Anvin2008-05-291-1/+0
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+1
* Remove reference to readpit.c32, an experimental moduleH. Peter Anvin2008-03-081-1/+1
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-2/+2
* Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-031-2/+3
* com32: remove dependency files for "make tidy"H. Peter Anvin2008-02-191-2/+2
* Add dependency generation for com32 samples.H. Peter Anvin2008-02-191-2/+7
* hello.c: print arguments, no input sectionH. Peter Anvin2008-02-151-9/+4
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-107-7/+7
|\
| * Update copyright yearH. Peter Anvin2008-01-106-6/+6
* | Initial support for auxilliary data vectorH. Peter Anvin2007-12-132-0/+54
|/
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-101-1/+2
* localboot.c32: sample/test program for invoking syslinux_local_boot()H. Peter Anvin2007-09-212-0/+10
* Simple program to dump serial console infoH. Peter Anvin2007-05-312-1/+41
* Don't clobber /dev/null when compiling as rootLuciano Rocha2007-05-251-2/+4
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-2/+2
* Deal with various distributions breaking gcc in weird waysH. Peter Anvin2007-02-061-1/+1
* vesainfo: program to dump all VESA modesH. Peter Anvin2006-09-122-1/+84
* Remove VESA demo and function used only by itH. Peter Anvin2006-09-122-32/+1
* More work on actual VESA console and menu. Shadowing still doesn't workH. Peter Anvin2006-08-311-1/+1
* Better test of alpha blending (holy crap, it works!)H. Peter Anvin2006-08-301-0/+1
* Test program for the VESA codeH. Peter Anvin2006-08-282-1/+31
* Remove more CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-174-4/+0
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-035-9/+9
* Build native (not necessarily i386) binarieshpa2005-01-041-4/+4
* Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8hpa2004-12-282-1/+68
* Support timeout in the menusyslinux-2.20-pre12hpa2004-12-211-1/+1