]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/geom
Clean up some magic numbers in the DBDMA code by replacing them with
[FreeBSD/FreeBSD.git] / sys / geom /
2008-10-26 lulf- Import macros used in gmirror for printing gvinum...
2008-10-25 marcelInvalid BSD disklabels have been created by sysinstall and
2008-10-22 marcelAllow dumps to partitions with a tag of 0. The legacy
2008-10-21 kibDo not overflow crashdumpmap.
2008-10-20 marcelThe active and bootable flags are not part of the type.
2008-10-10 attilioRemove the struct thread unuseful argument from bufobj...
2008-10-02 lulf- Use the new gv_write_header function to write out...
2008-10-02 lulf- Remove unneeded macro since the config_length field...
2008-10-01 lulf- Make gvinum header on-disk structure consistent on...
2008-09-29 marcelReturn G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PR...
2008-09-29 marcelInsert the null scheme at the head. This does not chang...
2008-09-27 marcelExport the partition name in the conftxt and confxml...
2008-09-27 marcelHold the root mount while we're tasting. It is possible
2008-09-27 marcelAllow 255 sectors/track for the BSD disklabel. The...
2008-09-26 edRemove unit2minor() use from kernel code.
2008-09-18 sbrunoJust a fixup for a KTRACE message I stumbled upon many...
2008-09-07 lulf- Add a new ioctl for getting the provider name of...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 rpauloFix build.
2008-09-05 rpauloKeep entries sorted.
2008-09-05 rpauloInclude the vendor in the partition name.
2008-09-05 rpauloDetect Apple HFS GPT slices.
2008-08-31 attilioDecontextualize vfs_busy(), vfs_unbusy() and vfs_mount_...
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-12 pjdStyle(9).
2008-08-09 desAdd sbuf_new_auto as a shortcut for the very common...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-22 peterTrivial commit to attempt to diagnose a svn problem...
2008-07-20 pjdClear passphrase buffer after use.
2008-07-19 lulf- When renaming a drive, also set the drive name in...
2008-07-11 lulf- Fix a logic error when updating plex configuration.
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-05 rwatsonIntroduce a new lock, hostname_mtx, and use it to synch...
2008-06-30 delphijAvoid NULL deference.
2008-06-20 lulf- Fix spelling errors.
2008-06-18 marcelAdd the set and unset verbs used to set and clear attri...
2008-06-12 marcelFinish the support for partition labels and add it...
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 marcelAdd the raw partiton type to the XML.
2008-06-12 marcelAdd the raw partition type to the XML.
2008-06-12 marcelAdd the partition label and the raw partition type...
2008-05-29 edRemove the distinction between device minor and unit...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-22 lulf- Recognize the 'volume' parameter when creating a...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-18 pjd- Assert that we don't send new provider event for...
2008-05-18 pjdPlay nice with DDB pager.
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-23 marcelImplement the G_PART_DUMPCONF method for all 6 schemes...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-13 marcelAdd the bootcode verb for installing boot code. Boot...
2008-03-29 marcelChange the order from SI_ORDER_FIRST to SI_ORDER_ANY...
2008-03-28 marcelAdd support for PC-9800 partition tables.
2008-03-28 marcelWhen retasting, wither any existing GEOMs of the same...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-23 marcelRedefine G_PART_SCHEME_DECLARE() from populating a...
2008-03-23 marcelAdd g_retaste(), which given a class will present all...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-18 lulf- Fix a memory leak when re-discovering a gvinum config...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-02 marcelAdd support for VTOC8 labels (aka sun disk labels)...
2008-02-29 marcelFollow-up improvements to the handling of false positiv...
2008-02-28 marcelBetter handle false positives. The MBR differs from...
2008-02-20 thompsageom_lvm(4) is now known as geom_linux_lvm(4).
2008-02-20 thompsaAdd a geom class to map Linux LVM logical volumes.
2008-02-15 scottlTeach the dump and minidump code to respect the maxiosz...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-11 thompsaUnbreak build, size_t is larger on 64bit platforms.
2008-02-11 thompsaAdd a geom class to map Linux LVM logical volumes.
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-24 marcelVarious fixes:
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-16 phkChop DIOCGDELETE from userland up in 1024 sector chunks...
2007-12-16 phkDon't limit BIO_DELETE requests to MAXPHYS, they perfor...
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
next