summaryrefslogtreecommitdiffstats
path: root/palo
AgeCommit message (Expand)AuthorFilesLines
2022-08-08palo: Add palo version in headerHelge Deller1-1/+1
2022-08-04palo: Disable some debug infoHelge Deller1-2/+2
2022-08-04ipl: Allow to boot beyond the 2GB disk limit (on most machines)Helge Deller3-16/+8
2020-05-30palo v2.14 releasev2.14Helge Deller1-1/+1
2020-05-30Improve palo man pageHelge Deller1-2/+3
2020-05-30Update PARISC Linux homepageHelge Deller1-2/+2
2019-07-07Update palo documentationJames Bottomley1-4/+4
2019-07-07palo: place iplboot inside disk label if it's big enoughJames Bottomley1-5/+48
2019-07-07palo: add support for formatting as ext4James Bottomley1-2/+4
2019-07-03palo: fix IPL overlap with ext2/ext3 resize_inodeJames Bottomley1-2/+6
2018-01-17Wire up help2man to create better man pageHelge Deller2-7/+10
2018-01-01Include palo version identifier in binary ipl codeHelge Deller1-1/+1
2017-11-07Allow to override arRolf Eike Beer1-1/+1
2015-02-18Checksum whole file and truncate output file before writingHelge Deller1-2/+2
2015-02-16Show http://www.parisc-linux.org instead of maintainer nameHelge Deller1-2/+2
2015-02-16Make the build reproducible (closes #778437)Helge Deller2-4/+8
2014-04-16Fix checks and docu for kernel command line lengthHelge Deller2-10/+10
2014-04-09Do not hardcode maximum allowed bootloader code size (256 KB)Helge Deller1-4/+4
2014-04-04Use printf("0x%08x") instead of printf("%p"), which is not supported onHelge Deller1-3/+3
2014-04-04Do not hardcode gcc compiler in Makefile, e.g. on HP-UX aCC can be used.Helge Deller1-1/+1
2014-04-04Disable getopt library on HP-UXHelge Deller1-1/+4
2014-03-31Fix compiler warnings: ignoring return value of 'write', declared with attrib...Helge Deller2-2/+8
2014-01-12Fix debian warnings for preparation for inclusion into debian unstableHelge Deller1-1/+1
2013-10-29Drop CVS/RCS $Id tags - not useful in git.Helge Deller4-7/+0
2013-07-20palo/palo.c:482:5: /usr/include/bits/fcntl2.h:50:24: error: call to '__open_m...Jeroen Roovers1-1/+1
2013-07-20palo/paloio.c:64: warning: implicit declaration of function 'memcmp'Jeroen Roovers1-0/+1
2013-07-02implement woraround for wrong ELF32 header of iplboot.Helge Deller1-1/+3
2013-07-02Add support to read gzip-compressed Linux kernel images.Helge Deller3-23/+35
2006-12-15There's currently an artificial limit of 20MB on the size of a lifimage.Matthew Wilcox1-1/+1
2006-06-20Give a little hint as to why palo -U fails for Thibaut's benefit.Kyle McMartin1-1/+1
2006-01-0564-bit cleanliness is goodLaMont Jones1-3/+3
2005-12-28Revert LaMont's change, use change from Andreas.Kyle McMartin1-11/+0
2005-12-28Kill an annoying warning at build-time (incorrect implicit exit()).Kyle McMartin1-0/+1
2005-10-12cmdline length error was missing argsLaMont Jones1-1/+1
2005-08-01fix ftbfsLaMont Jones1-0/+10
2005-01-28palo v1.7 - fixed "formatting as ext1" output on updates and improvedv1.7Grant Grundler2-14/+21
2004-05-04superficial changes to use named constants instead of numbers.Grant Grundler1-1/+1
2003-12-30JEJB patches added -- see debian/changelogv1.3Paul Bame3-12/+172
2002-08-06Mention that -c option can only take 127 bytes maximum.Carlos O'Donell1-0/+1
2002-08-06Changed the commandline check to "> 127", since we only support that :)Carlos O'Donell1-1/+1
2001-11-15changes to make lintian happyPaul Bame1-1/+2
2001-09-06Default the value of --bootloader to the one shipped in the debianPaul Bame1-5/+8
2001-09-06 * Add support for symlinks so we can reference /boot/vmlinux in palo.confRichard Hirst1-2/+2
2001-07-11tweek to build with new dpkg-shlibdepsPaul Bame1-0/+2
2001-06-20 * Print boot command line even in non-interactive modePaul Bame1-1/+7
2001-06-14merged 0.92 changes from unstable branch to HEADPaul Bame4-61/+129
2001-05-14fixed bug #125 and did some tidying of outputPaul Bame2-27/+41
2001-02-02Cleaning up the "cvs update" output.Grant Grundler1-0/+3
2001-01-22Fixed the , problem reported by Christoph Plattner <christoph.plattner@dot.at>Paul Bame1-1/+2
2001-01-19make clean now removes mkbootablePaul Bame1-1/+1
2000-12-13Added long versions of palo options (optional, change #define in palo.cPaul Bame4-17/+182
2000-10-16Fix include paths.Alan Modra1-1/+1
2000-09-12Hacks to try to make this compile out of the box on HPUX.Paul Bame1-2/+7
2000-09-05Only re-do the build stamp (and re-link) when something has changed.Paul Bame1-9/+8
2000-07-14Added code to change the default W (width) bit based on whether thePaul Bame2-4/+6
2000-07-12Move changes from prototype branch to main line.Paul Bame4-84/+353
2000-05-30sloppy off-by-one type errorPaul Bame1-2/+2
2000-03-26fixed the makefile yet morePaul Bame1-1/+8
2000-03-24Change elf loaders to use vaddr, not paddr. Probably fixedPaul Bame1-2/+2
2000-03-22Hopefully the makefiles will work for more folks out of the box nowPaul Bame1-1/+0
2000-03-21updated README to describe ramdisk and kernel command linePaul Bame2-29/+34
2000-03-19cosmetic changesPaul Bame1-3/+3
2000-03-17Build/config info now in README/README.html and in Makefile commentsPaul Bame2-16/+23
2000-03-16remove those pesky bld_info.h filesPaul Bame1-3/+0
2000-03-14After some minor complaints I fixed the makefiles to use VPATHPaul Bame1-11/+4
2000-03-10Supply a textual README tooPaul Bame1-1/+5
2000-03-09Repaired the ext2 4k block size bug.Paul Bame2-6/+6
2000-03-08Incorporated prumpf's byte order fixes and followed his idea toPaul Bame6-0/+795