]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libdisk
Dont raise the TPR register at initialization time. It only causes
[FreeBSD/FreeBSD.git] / lib / libdisk /
2003-01-22 desThis commit was generated by cvs2svn to compensate...
2003-01-21 peterThis commit was generated by cvs2svn to compensate...
2003-01-21 nectarThis commit was generated by cvs2svn to compensate...
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-10 jhbUse the fstype obtained from the GEOM dumpconf output...
2003-01-10 jhb- Make New_Disk() non-static so it can be used in Creat...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-04 nyanRename the dos_partition structure for pc98 to pc98_par...
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2002-12-26 nyanReturn an error if the size of the sector is zero....
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 ruConsistently mark std(in|out|err) with .Dv, because...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-02 jhbBreak up a bunch of crazy if statements to use a case...
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-17 nyan- Ease sanity check to get cylinders.
2002-11-15 nyanFixed style(9)
2002-11-14 dougbThis commit was generated by cvs2svn to compensate...
2002-11-13 marcelHandle EFI partitions the same as regular FAT partition...
2002-11-12 obrienThis commit was generated by cvs2svn to compensate...
2002-11-11 davidc- Document the chunk_name() function that replaces...
2002-11-11 davidcRemove parameter names from function prototypes (at...
2002-11-11 phkRemove debugging printfs.
2002-11-11 marcelMBR slices are named the same on ia64 as they are on...
2002-11-10 jakeWrite the boot block to the first 16 sectors of all...
2002-11-10 marcelAdd efi to the list of types for which we need to retur...
2002-11-10 marcelAdd an efi chunk type. We need to be able to create...
2002-11-10 marcelGeneral cleanup:
2002-11-08 nyan- Recognize FAT partition on MBR and PC98 disks.
2002-11-08 nyanMFi386: revision 1.4.
2002-11-08 jhbDon't set a variable to a bogus value right before...
2002-11-08 jhbDon't set a value to a variable that we don't use.
2002-11-08 jhb- Merge Write_FreeBSD() into Write_Disk().
2002-11-07 nyanFixed pc98 support.
2002-11-07 jhbGet this closer to working. The Write_Disk() function...
2002-11-04 robertoThis commit was generated by cvs2svn to compensate...
2002-11-03 jhbRemove unused MBR gunk leftover from i386.
2002-11-03 nyanFix to compile for pc98.
2002-11-03 marcelInitialize d->bios_cyl. We know the media size in secto...
2002-11-02 marcelAdd support for GPT:
2002-11-02 marcelAdd support for ia64. This is almost identical to i386...
2002-11-02 phkDon't claim all MBR's have subtype 165 on i386.
2002-11-01 phkFill in partition 2 with with "whole disk" parameters.
2002-10-31 phkStyle(9) improvements.
2002-10-31 phkSet the sector size for the disk.
2002-10-31 nyanRestore to pc98 support.
2002-10-31 nyanUse ${MACHINE} variable instead of using '.if .endif...
2002-10-31 nyanAdd '#include <err.h>' for warn().
2002-10-31 jakeActually save the bootblock in the disk structure....
2002-10-30 phkUntested alpha disk writer.
2002-10-30 phkWrite out 15 sectors of boot code.
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 phkGetting closer to getting things right:
2002-10-29 phkDon't call warn(3).
2002-10-29 phkSince make release is toast anyway, add wood to the...
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-29 phkFix various minor issues.
2002-10-29 phkthe 'd' partition hasn't been magic for years, so alloc...
2002-10-29 phkAdd the write_spar64_disk.c to make life easier for...
2002-10-27 peterAdd back ia64 support that was removed in the last...
2002-10-24 gallatin#ifdef out assignToPartition on non x86 arches to unbre...
2002-10-23 phkMore lobotomy:
2002-10-23 phkRemove another 10 mindless #ifdefs.
2002-10-23 phkRely on sysctl kern.disks to be there, and get rid...
2002-10-23 phkRemove unnecessary ioctls tickling kernel side to reali...
2002-10-23 phkUntangle #ifdefs in the write-end of things by giving...
2002-10-23 phkSeparate the struct disklabel filling stuff from the...
2002-10-23 nyan- The GEOM system does not work on pc98.
2002-10-23 phkAdd the new extra argument also in the alpha case.
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 phkNo longer needed.
2002-10-22 phkRemove the last traces of bogus MAKEDEV functionality.
2002-10-22 phkLive with it: I had hoped to find a neat way to deal...
2002-10-22 phkAvoid a lot of #ifdef PC98 code by giving a couple...
2002-10-22 phkSwing the weed-whacker around libdisk:
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-21 phkLobotomize MakeDev(), we don't need it with devfs.
2002-10-21 phkSigh, d_ntracks, not d_nheads.
2002-10-21 phkfwheads and fwsectors got swapped underway.
2002-10-20 samAnother baby step toward getting sysinstall working:
2002-10-19 samo since you can't use DIOCGDINFO and DIOCGSLICEINFO...
2002-10-18 samnot sure if this correct, but it compiles again
2002-10-17 samo ioctl DIOCGDINFO error wasn't checked
2002-10-17 samcorrect arg order to strlcpy/strlcat under #ifdef alpha
next