summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/write_ia64_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the size of the PMBR partition. Since the partition startsmarcel2006-08-091-0/+2
* In Write_Disk(), fix the non-error case where we returned to themarcel2004-01-301-4/+0
* Fix an uninitialized variable bug that caused write_pmbr() to boguslymarcel2004-01-281-3/+4
* Declare crc32 static. There's a copy in libz that conflicts for themarcel2003-11-171-1/+1
* o Save a copy of the GPT entries for which there's a chunk with anmarcel2003-11-041-10/+55
* Don't divide the start and end of the chunk by the sector size whenmarcel2003-11-031-2/+2
* Rewrite Write_Disk() so that it creates a GPT. Note that the code ismarcel2003-11-031-15/+363
* Turn Write_Disk() into a stub for now. It needs to be rewritten tomarcel2003-11-021-149/+2
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-1/+0
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()jhb2003-02-041-1/+1
* Fixed style(9)nyan2002-11-151-10/+12
* General cleanup:marcel2002-11-101-96/+68
* Add back ia64 support that was removed in the last few revisions.peter2002-10-271-0/+8
* More lobotomy:phk2002-10-231-5/+1
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-231-11/+0
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-231-0/+212
OpenPOWER on IntegriCloud