summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-30palo v2.24 releaseHEADv2.24masterHelge Deller3-1/+8
2023-05-30ipl: Fix debug option and initialize ok variableHelge Deller1-0/+8
2023-05-21palo v2.23 releasev2.23Helge Deller5-7/+16
2023-05-10ipl: Speed up printing the IPL menu on C8000 workstationHelge Deller1-10/+22
2023-05-10ipl: Fix argument pointer in real64_call_asmHelge Deller1-1/+1
2022-08-09ipl: Enable FPU and remove workaroundsHelge Deller6-41/+32
2022-08-09palo v2.22 releasev2.22Helge Deller5-6/+20
2022-08-08ipl: Add trailing "/" when listing directoriesHelge Deller1-2/+6
2022-08-08diskpart: Don't assume a Linux partition is an ext2 fsHelge Deller1-1/+1
2022-08-08ext2: Make error message human readableHelge Deller1-1/+1
2022-08-08ipl/palo: Fix partition detectionHelge Deller1-3/+3
2022-08-08palo: Add palo version in headerHelge Deller1-1/+1
2022-08-08ipl/ext2: Fix block calculation and close file handleHelge Deller1-3/+5
2022-08-08ipl: Close file handles after usageHelge Deller1-0/+10
2022-08-08ipl: Add fileio_close() function to close file handlesHelge Deller2-0/+15
2022-08-05palo v2.21 releaseHelge Deller5-6/+16
2022-08-05ipl: Improve error message handling for seekread()Helge Deller2-7/+8
2022-08-05palo: Fix partition detection and support big drivesHelge Deller2-13/+18
2022-08-05ipl: Abort early if we know we will not reach the blockHelge Deller1-0/+7
2022-08-05ipl: Add check to avoid __udivdi3 and __umoddi3 in palo ipl codeHelge Deller1-1/+3
2022-08-05ipl: Avoid usage of 64-bit __udivdi3 millicode routine in ext2 codeHelge Deller1-6/+27
2022-08-05ipl: Avoid usage of __umoddi3 and __udivdi3 when printing numbersHelge Deller1-5/+24
2022-08-04palo v2.20 releaseHelge Deller4-2/+11
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 Deller15-125/+150
2022-08-04ipl: Use constants from pdc.hHelge Deller3-22/+14
2022-08-02ipl: Enhance "list partition" menu entry optionHelge Deller3-13/+25
2022-05-30ipl: Add hex prefix when printing segement load addressHelge Deller1-1/+1
2022-04-01palo v2.16 releasev2.16Helge Deller4-2/+9
2022-04-01Fix palo to list all entries from the /boot directoryHelge Deller1-2/+7
2021-01-30palo v2.15 releasev2.15Helge Deller5-6/+16
2020-12-29Fix manufacturing mode on C8000 commitHelge Deller1-18/+17
2020-12-29Add "m" option to enable manufacturing mode on C8000Helge Deller1-8/+31
2020-12-29Remove useless files from directory listingJames Bottomley1-0/+10
2020-05-30palo v2.14 releasev2.14Helge Deller7-11/+22
2020-05-30Enable debian hardening flagsHelge Deller1-0/+2
2020-05-30Update prebuilt palo.8 fileHelge Deller1-3/+3
2020-05-30Switch to debhelper version 13Helge Deller2-2/+1
2020-05-30Improve palo man pageHelge Deller3-9/+13
2020-05-30Update PARISC Linux homepageHelge Deller3-7/+7
2020-05-30Update some debian filesHelge Deller3-5/+4
2020-05-20palo v2.13 releaseHelge Deller4-3/+3
2020-05-20Update Standards-Version to 4.4.1, no changes requiredHelge Deller2-1/+2
2020-05-20rpm: Fix building rpm package on Fedora 30 via "make rpm"Helge Deller2-0/+3
2020-05-20changelog: Add entries for palo-2.13Helge Deller1-0/+10
2020-05-20ipl: Ensure no GCC builtins replace string functionsJeroen Roovers1-1/+1
2019-10-21ipl: Reduce ext4 debug outputHelge Deller1-1/+1
2019-09-10Update Standards-Version to 4.4.0, no changes requiredv2.12Helge Deller1-1/+2
2019-09-08Update debian standards format & fix lowercase in changelogHelge Deller2-4/+4
2019-09-05palo v2.12 releaseHelge Deller4-2/+13
2019-08-15pdc.h: Sync with pdc.h header from Linux kernelHelge Deller2-546/+232
2019-08-15README: Update README fileHelge Deller1-13/+12
2019-08-15Makefile: Allow make rpm to build rpm packageHelge Deller1-1/+1
2019-08-05ext2: fix ext4 group cacheJames Bottomley1-1/+1
2019-08-02iplboot: Drop debug info about entry start and number of segmentsHelge Deller1-1/+2
2019-07-31palo v2.11 releasev2.11Helge Deller4-2/+9
2019-07-31Reduce size for .bssJames Bottomley1-6/+15
2019-07-21palo v2.10 releasev2.10Helge Deller4-2/+12
2019-07-07Update palo documentationJames Bottomley5-46/+132
2019-07-07palo: place iplboot inside disk label if it's big enoughJames Bottomley2-7/+57
2019-07-07palo: add support for formatting as ext4James Bottomley1-2/+4
2019-07-07iplboot: add ext4 supportJames Bottomley1-7/+173
2019-07-07iplboot: update the ext2_fs.h headerJames Bottomley1-1/+41
2019-07-07iplboot: eliminate unused struct bootfsJames Bottomley2-64/+29
2019-07-03palo v2.01 releasev2.01Helge Deller4-3/+7
2019-07-03iplboot: Fix sprintf checkHelge Deller1-1/+1
2019-07-03palo: fix IPL overlap with ext2/ext3 resize_inodeJames Bottomley1-2/+6
2018-01-17Wire up help2man to create better man pageHelge Deller6-32/+125
2018-01-17Recommend instead of suggest e2fsprogs in debian control file.Helge Deller2-1/+9
2018-01-01palo v2.00 releasev2.00Helge Deller2-0/+13
2018-01-01Include palo version identifier in binary ipl codeHelge Deller5-6/+17
2018-01-01Fix up boot messages with regard to newline behaviourHelge Deller4-34/+45
2018-01-01Default to console=ttyS0 on rp34x0 machinesHelge Deller1-4/+8
2018-01-01Adjust column layout when printing partition tableHelge Deller1-1/+1
2017-11-07Allow to override arRolf Eike Beer1-1/+1
2017-09-24Add missing periods to 1.98 and 1.99 changelog entriesJohn Paul Adrian Glaubitz1-4/+4
2017-08-18Update prebuilt binary IPL bootloader v1.99v1.99Helge Deller1-0/+0
2017-08-18Reduce debug outputHelge Deller2-4/+4
2017-08-18Update prebuilt binary IPL bootloader v1.99Helge Deller1-0/+0
2017-08-18Prepare for 1.99 releaseHelge Deller3-2/+10
2017-08-18Prevent overwriting palo during kernel loadHelge Deller2-5/+37
2017-08-18Improve warnings when failing to read kernel via TFTPHelge Deller1-6/+18
2017-08-18Increase maximum kernel size to 100MBHelge Deller1-1/+1
2017-05-30palo v1.98 release, fixes console on rp34x0 machinesv1.98Helge Deller6-3/+57
2017-01-26Build palo on amd64, i386, hppa and x32 only.v1.97John Paul Adrian Glaubitz3-8/+16
2017-01-21Prepare for 1.97 releaseHelge Deller4-3/+10
2017-01-21Build iplboot on all arches with hppa-cross-gccHelge Deller3-15/+5
2016-10-09Adjust debian/changelog file, prepare for 1.96 releasev1.96Helge Deller1-4/+4
2016-10-08Really update prebuilt binary IPL bootloaderHelge Deller1-0/+0
2016-10-08Update prebuilt binary IPL bootloaderHelge Deller1-0/+0
2016-10-08Update debian changelog for 1.96Helge Deller1-1/+3
2016-10-08Provide private implementation for calloc()Helge Deller1-0/+8
2016-10-08Replace inline assembly which halts system by C codeHelge Deller1-2/+2
2016-10-08Unbreak loading Linux kernels bigger than 16 MBHelge Deller1-1/+1
2015-02-18Update prebuilt binary IPL bootloaderHelge Deller1-0/+0
2015-02-18Add -fno-delete-null-pointer-checks compiler optionHelge Deller1-3/+1
2015-02-18Checksum whole file and truncate output file before writingHelge Deller1-2/+2
2015-02-17Drop old unused files: .cvsignore, .depend, ChangesHelge Deller3-78/+0
2015-02-16Show http://www.parisc-linux.org instead of maintainer nameHelge Deller2-4/+4
2015-02-16Update pre-built iplboot bootloader codeHelge Deller1-0/+0
2015-02-16Make the build reproducible (closes #778437)Helge Deller5-8/+22
2015-02-16Update TODO fileHelge Deller1-4/+2
2014-06-09Control-U key deletes whole lineHelge Deller1-0/+11
2014-05-26Prepare for palo 1.96 releaseHelge Deller3-2/+2
2014-04-16Fix checks and docu for kernel command line lengthHelge Deller3-11/+11
2014-04-10IPL: Prefer to load 64bit kernel over 32bit kernelHelge Deller1-8/+8
2014-04-09Increase PALOHDRVERSION to 5.Helge Deller1-1/+1
2014-04-09Do not hardcode maximum allowed bootloader code size (256 KB)Helge Deller1-4/+4
2014-04-07Rephrase changelog entry for 1.95, drop redundant parts.John Paul Adrian Glaubitz1-3/+3
2014-04-06Update debian changelog entries for v1.95Helge Deller1-0/+8
2014-04-06palo version 1.95v1.95Helge Deller2-2/+2
2014-04-06Update pre-built iplboot bootloader codeHelge Deller1-0/+0
2014-04-06Revert "Provide pre-built README file to avoid dependency on lynx."Helge Deller2-289/+1
2014-04-05palo version 1.94v1.94Helge Deller2-2/+2
2014-04-05Update debian/changelog for palo 1.94.John Paul Adrian Glaubitz1-0/+20
2014-04-05Remove boiler plate comment and fix wording in debian/rules.John Paul Adrian Glaubitz1-10/+6
2014-04-04Provide pre-built README file to avoid dependency on lynx.Helge Deller2-1/+289
2014-04-04Provide endianess byteswapping functions for HP-UX.Helge Deller1-4/+20
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-04-04Provide possibility to configure used MAKE tool via environmentHelge Deller1-9/+12
2014-04-02Fix build for Debian kfreebsd-i386 archHelge Deller3-7/+29
2014-03-31Fix compiler warnings: ignoring return value of 'write', declared with attrib...Helge Deller2-2/+8
2014-03-28Drop file debian/doc-base since it is not used anymore.John Paul Adrian Glaubitz1-12/+0
2014-03-28Add missing license labels in files sections in debian/copyright.John Paul Adrian Glaubitz1-0/+2
2014-03-28Fix license text for GPL-2 license section in debian/copyright.John Paul Adrian Glaubitz1-5/+5
2014-03-28Fix license label for first files section in debian/copyright.John Paul Adrian Glaubitz1-1/+1
2014-03-28Fix typo in format section in debian/copyright.John Paul Adrian Glaubitz1-1/+1
2014-03-23Remove redundant mention of author for version 1.92 in debian/changelog.John Paul Adrian Glaubitz1-1/+0
2014-03-18- Prepare for reintroduction into Debian (palo v1.93)v1.93Helge Deller3-6/+13
2014-03-18Fix capitalization in package description in debian/control.John Paul Adrian Glaubitz1-3/+3
2014-03-18Remove usr/bin and usr/sbin from debian/dirs, they are empty.John Paul Adrian Glaubitz1-2/+0
2014-03-16Add debian/README.source to explain the version history of PALO.John Paul Adrian Glaubitz1-0/+17
2014-03-16Use dh to streamline debian/rules.John Paul Adrian Glaubitz1-85/+18
2014-03-16Remove empty lines at the end of debian/palo.prerm.John Paul Adrian Glaubitz1-2/+0
2014-03-16Clean up and re-format debian/README.Debian.John Paul Adrian Glaubitz1-2/+6
2014-03-16Rewrite debian/copyright in the new machine-readable format 1.0.John Paul Adrian Glaubitz1-9/+60
2014-03-16Rewrite package description, depend on debhelper 9 or higher.John Paul Adrian Glaubitz1-3/+7
2014-03-16Increase debhelper level from 5 to 9.John Paul Adrian Glaubitz1-1/+1
2014-03-16Clean up debian/changelog, document my changes to the package.John Paul Adrian Glaubitz1-121/+126
2014-01-12Fix debian warnings for preparation for inclusion into debian unstableHelge Deller7-20/+21
2013-10-29ignore path from e.g. 2/boot/vmlinux if file not foundHelge Deller2-4/+27
2013-10-29Drop CVS/RCS $Id tags - not useful in git.Helge Deller15-23/+0
2013-10-13set DH_COMPAT=5 to avoid some warnings.v1.92Helge Deller1-1/+1
2013-10-13Make myself the debian uploader.Helge Deller2-1/+2
2013-10-09Add pre-compiled iplboot (boot sector image) file.Helge Deller1-0/+0
2013-10-09New PALO version "1.92"Helge Deller3-3/+12
2013-10-09Fix the main user interaction function to be able to handle upHelge Deller1-8/+22
2013-10-09Fix pdc_iodc_cout() function to be able to print out strings which areHelge Deller1-12/+16
2013-10-09printf() is now able to handle formatted strings of up to 4096 bytes.Helge Deller1-1/+1
2013-10-09Bugfix: If the initial string passed to enter_text() was longer thanHelge Deller1-2/+10
2013-10-09Increase command line length in bootsector from 127 to 1024 bytes.Helge Deller3-8/+13
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-06new palo version 1.91v1.91Helge Deller3-2/+12
2013-07-03- drop README file - it is generated out of README.htmlHelge Deller3-299/+52
2013-07-03Check against overflow of internal buffer.Helge Deller1-1/+6
2013-07-03make myself maintainer for this debian packageHelge Deller1-1/+1
2013-07-02fix changelog entry.Helge Deller1-1/+1
2013-07-02make sure we print \r\n, not \n\rHelge Deller1-2/+3
2013-07-02drop debugging message about gzip uncompressed lengthHelge Deller1-1/+4
2013-07-02update debian changelog file for palo version 1.90.v1.90Helge Deller1-0/+11
2013-07-02The IPL boot loader sometimes drops a '\n' at the beginning of strings.Helge Deller1-1/+3
2013-07-02implement woraround for wrong ELF32 header of iplboot.Helge Deller2-1/+4
2013-07-02In order to avoid an ugly error message at runtime (during IPL loading) we needHelge Deller1-3/+5
2013-07-02Add comment that the zeros count is probably wrong. Needs fixing later.Helge Deller1-0/+1
2013-07-02Add support to read gzip-compressed Linux kernel images.Helge Deller15-68/+1400
2013-06-11Add boot menu option "x" to reset/reboot the machine.Helge Deller4-1/+34
2013-06-11drop unneeded variable.Helge Deller1-2/+0
2013-06-11Better detection of hppa-linux-gcc 32bit cross compiler (e.g. running on 64bitHelge Deller1-6/+19
2013-06-11add another sample line for NFSROOTHelge Deller1-0/+2
2013-06-11update PALOVERSION to 1.90Helge Deller1-1/+1
2013-06-06palo source code repository moved to http://git.kernel.org/cgit/linux/kernel/...Helge Deller1-2/+2
2007-11-26fix irritating ftbfs on ia64 which wants __attribute_* macrosKyle McMartin2-1/+5
2007-09-12add git-repository info to source packageLaMont Jones1-0/+2
2007-09-121.15 was uploaded from CVS in error.v1.15LaMont Jones10-1028/+23
2006-12-15There's currently an artificial limit of 20MB on the size of a lifimage.Matthew Wilcox2-1/+5
2006-06-20Give a little hint as to why palo -U fails for Thibaut's benefit.Kyle McMartin2-1/+8
2006-04-08uploading to debianv1.14Kyle McMartin1-0/+11
2006-04-03make ELF32 and ELF64 loaders more similiar, other small fixups,Helge Deller5-10/+12
2006-01-22fix build on SUSE 10Helge Deller1-0/+3
2006-01-09no more annoying nmu messages...Kyle McMartin1-0/+1
2006-01-0564-bit cleanliness is goodLaMont Jones2-4/+5
2006-01-05need __swab64 toov1.13LaMont Jones2-1/+12
2006-01-03debian changed package section, bootloarders go in adminKyle McMartin1-1/+1
2006-01-02include userspace sanitized ext2_fs.h from e2fsprogsKyle McMartin1-0/+646
2006-01-02fix ext2 and compile against newer linux-kernel-headersv1.12Kyle McMartin3-6/+32
2005-12-28update version & debian changelogv1.11Kyle McMartin2-1/+13
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-12-28Fake out some definitions so that ext2.c compiles. Once we get a workingKyle McMartin1-0/+8
2005-12-28must specify sr register (3-bit field) when using ficKyle McMartin2-3/+3
2005-10-12update changelogv1.10LaMont Jones1-2/+3
2005-10-12cmdline length error was missing argsLaMont Jones1-1/+1
2005-08-01fix ftbfsLaMont Jones3-1/+17
2005-07-20repairs to work with and depend on linux-kernel-headers >= 2.6v1.9Paul Bame15-1519/+44
2005-05-23remove -fwritable-stringsv1.8Paul Bame3-2/+9
2005-04-04fix changelogPaul Bame1-2/+1
2005-01-28palo v1.7 - fixed "formatting as ext1" output on updates and improvedv1.7Grant Grundler4-15/+30