| Commit message (Expand) | Author | Age | Files | Lines |
* | style.Makefile: | johan | 2004-02-23 | 1 | -1/+1 |
* | In Write_Disk(), fix the non-error case where we returned to the | marcel | 2004-01-30 | 1 | -4/+0 |
* | Fix an uninitialized variable bug that caused write_pmbr() to bogusly | marcel | 2004-01-28 | 1 | -3/+4 |
* | Fixed pc98 partition type. | nyan | 2004-01-27 | 1 | -1/+1 |
* | Declare crc32 static. There's a copy in libz that conflicts for the | marcel | 2003-11-17 | 1 | -1/+1 |
* | The partition naming on ia64 (e.g. da0p1) cannot be selected based | marcel | 2003-11-12 | 1 | -0/+4 |
* | o Save a copy of the GPT entries for which there's a chunk with an | marcel | 2003-11-04 | 1 | -10/+55 |
* | Don't divide the start and end of the chunk by the sector size when | marcel | 2003-11-03 | 1 | -2/+2 |
* | Fix two bugs in the calculation of the last LBA of the GPT covered | marcel | 2003-11-03 | 1 | -2/+2 |
* | Rewrite Write_Disk() so that it creates a GPT. Note that the code is | marcel | 2003-11-03 | 1 | -15/+363 |
* | Turn Write_Disk() into a stub for now. It needs to be rewritten to | marcel | 2003-11-02 | 1 | -149/+2 |
* | o Move Int_Open_Disk() from disk.c to open_disk.c for use by all | marcel | 2003-11-02 | 6 | -304/+603 |
* | Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabel | marcel | 2003-11-02 | 1 | -0/+2 |
* | Compile-out support for allfreebsd, dedicate, sanitize and bios on | marcel | 2003-11-02 | 1 | -0/+2 |
* | Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(), | marcel | 2003-11-02 | 1 | -7/+22 |
* | o In Print_Chunk(), don't print the address of the chunk on ia64. It | marcel | 2003-11-02 | 1 | -4/+11 |
* | Disable #define DEBUG in libdisk by default: since libdisk is primarily | rwatson | 2003-09-27 | 1 | -1/+1 |
* | Ignore ccd(4)'s. This is not the best solution, but it at least removes | obrien | 2003-08-28 | 1 | -0/+2 |
* | Sanity check the list obtained from the kern.disks sysctl so that Disk_Names() | scottl | 2003-06-07 | 1 | -1/+4 |
* | Teach libdisk that AMD64 works just like i386 | peter | 2003-04-30 | 5 | -8/+14 |
* | Only define platform once -- in a C file. | obrien | 2003-04-30 | 2 | -20/+23 |
* | Fix a compiler warning. | phk | 2003-04-23 | 1 | -0/+2 |
* | Fix compilation errors. | phk | 2003-04-22 | 1 | -2/+1 |
* | Update libdisk to use the explicing encoding function for sunlabel data | phk | 2003-04-21 | 2 | -11/+13 |
* | Use sized cast matching the sized pointer. | phk | 2003-04-04 | 1 | -1/+1 |
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 9 | -9/+0 |
* | The .Nm library | charnier | 2003-03-24 | 1 | -2/+3 |
* | Ignore GBDE devices. | phk | 2003-03-17 | 1 | -0/+2 |
* | Fix build error. | nyan | 2003-02-06 | 1 | -1/+0 |
* | - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel() | jhb | 2003-02-04 | 7 | -21/+18 |
* | Remove mostly unused disk arguments from Fixup_*_Names() functions. | jhb | 2003-02-04 | 1 | -9/+9 |
* | Use the fstype obtained from the GEOM dumpconf output to set the fstype | jhb | 2003-01-10 | 1 | -1/+1 |
* | - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM(). | jhb | 2003-01-10 | 3 | -3/+21 |
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -2/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | Return an error if the size of the sector is zero. This is for removable | nyan | 2002-12-26 | 1 | -0/+6 |
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 1 | -1/+2 |
* | Break up a bunch of crazy if statements to use a case statement instead | jhb | 2002-12-02 | 1 | -14/+16 |
* | - Ease sanity check to get cylinders. | nyan | 2002-11-17 | 1 | -6/+12 |
* | Fixed style(9) | nyan | 2002-11-15 | 14 | -410/+485 |
* | Handle EFI partitions the same as regular FAT partitions. The only | marcel | 2002-11-13 | 2 | -0/+4 |
* | - Document the chunk_name() function that replaces chunk_n[]. | davidc | 2002-11-11 | 1 | -5/+10 |
* | Remove parameter names from function prototypes (at least one collided | davidc | 2002-11-11 | 1 | -36/+37 |
* | Remove debugging printfs. | phk | 2002-11-11 | 1 | -7/+0 |
* | MBR slices are named the same on ia64 as they are on i386. | marcel | 2002-11-11 | 1 | -4/+4 |
* | Write the boot block to the first 16 sectors of all partitions, instead of | jake | 2002-11-10 | 1 | -12/+13 |
* | Add efi to the list of types for which we need to return tha name. | marcel | 2002-11-10 | 1 | -1/+4 |
* | Add an efi chunk type. We need to be able to create an EFI partition | marcel | 2002-11-10 | 1 | -0/+1 |
* | General cleanup: | marcel | 2002-11-10 | 1 | -96/+68 |
* | - Recognize FAT partition on MBR and PC98 disks. | nyan | 2002-11-08 | 1 | -20/+47 |