| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use type unknown for partitions that we don't care about because | marcel | 2004-08-05 | 1 | -2/+2 |
* | Typo in comment. | le | 2004-08-02 | 1 | -1/+1 |
* | Ignore geom_vinum providers. | le | 2004-08-02 | 1 | -0/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -5/+10 |
* | Handle read_block() failures by ignoring the disk rather than | brian | 2004-06-04 | 4 | -10/+34 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | stefanf | 2004-05-16 | 1 | -1/+1 |
* | PowerPC support. | grehan | 2004-04-21 | 6 | -4/+125 |
* | MFi386: WARNS=4 clean. | nyan | 2004-03-30 | 1 | -7/+7 |
* | Down to WARNS=2 for a while. | kuriyama | 2004-03-30 | 1 | -1/+1 |
* | Make libdisk WARNS=4 clean. | kuriyama | 2004-03-30 | 6 | -26/+31 |
* | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | jhb | 2004-03-16 | 6 | -71/+74 |
* | 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 |