| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge two slice_type_name() functions. | nyan | 2005-04-13 | 1 | -23/+4 |
* | Add over 32GB disk support on pc98 (userland part). | nyan | 2005-03-30 | 1 | -1/+24 |
* | Initialise `sn' before using its value. | stefanf | 2005-03-08 | 1 | -2/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Remove an unnecessary defination of New_Chunk, which has been | delphij | 2005-01-05 | 1 | -2/+0 |
* | Various markup and spelling fixes. | trhodes | 2004-12-29 | 1 | -3/+3 |
* | Plug memory leak. | yongari | 2004-12-22 | 1 | -1/+4 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -2/+2 |
* | Add 0xbf (191) as new Solaris partition identifier. | phk | 2004-11-10 | 1 | -0/+1 |
* | Don't barf when we encounter an UUID for GPT partitions. Instead, add | marcel | 2004-10-31 | 2 | -2/+3 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -2/+2 |
* | We have now so many GEOM classes that it is better to just skip unknown | pjd | 2004-09-13 | 1 | -12/+2 |
* | Ignore geom_stripe providers. | le | 2004-09-13 | 1 | -0/+2 |
* | 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 |