summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Kick Giant compatibility one layer up.phk2003-08-021-9/+1
* Fix a memory leak in CCD's mirror code.phk2003-07-291-0/+2
* Implement DOSPTYP_EXTLBA more completely: loop until we find no morephk2003-07-291-1/+2
* Handle geoms which are withering away specially in the dump functions.phk2003-07-081-3/+11
* Only dump 512 bytes of debugging.phk2003-07-021-1/+2
* Sleep on "-" in our normal state to simplify debugging.phk2003-06-182-3/+5
* Add "GEOM_FOX", a class which detects and selects between multiplephk2003-06-181-0/+468
* Use __FBSDID().obrien2003-06-1123-53/+64
* Fix error handling for ENOMEM style issues.phk2003-06-091-21/+9
* Improve the root-dev prompt facility for printing devices which couldphk2003-06-072-9/+7
* Wait for everything to settle before we try to print the list ofphk2003-06-071-0/+1
* Make sure we return an error message if the geom parameter is notphk2003-06-071-8/+8
* Polishing and nitpicking.phk2003-06-071-16/+19
* Drop a memory-corruption debugging test-tool.phk2003-06-072-17/+0
* Add missing va_end() calls.phk2003-06-075-7/+15
* Introduce g_provider_by_name() function, and use it.phk2003-06-043-10/+21
* Make this a true GEOM class:phk2003-06-041-751/+294
* Add a KASSERT to prevent the same GEOM class from being processed loadedphk2003-06-041-0/+6
* Further devilification of CCD:phk2003-06-021-86/+87
* Begin deevilification of CCD:phk2003-06-021-1/+56
* Return an indicative error message.phk2003-06-021-1/+3
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-017-432/+289
* constify g_sanity()phk2003-06-012-2/+2
* Use bcmp() to compare hash strings.phk2003-06-011-1/+1
* Remove unused variable.phk2003-05-311-4/+0
* Remove unused variables.phk2003-05-311-6/+1
* Remove unused variables.phk2003-05-311-7/+4
* Remove unused variables.phk2003-05-311-23/+2
* Remove unused variable.phk2003-05-311-6/+0
* Remove unused variable.phk2003-05-314-24/+2
* Add a destroy_geom method to the slice "library".phk2003-05-312-2/+13
* Don't use & in front of arrays.phk2003-05-311-2/+2
* Remove unused variable.phk2003-05-311-2/+0
* Remove unused variable.phk2003-05-311-2/+0
* Introduce a init and fini member functions on a class.phk2003-05-313-40/+126
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-3113-21/+2
* Use le_uuid_dec() since GPT UUID's are always in LE format.phk2003-05-311-2/+4
* Don't do silly thing if the disk_create() event gets canceled.phk2003-05-251-1/+3
* Return ENXIO if the softc pointer is NULL, in all likelyhood thephk2003-05-211-0/+4
* When a disk disappears, destroy the class from the event threadphk2003-05-121-1/+10
* When a GEOM (/dev-)device is closed and we find that I/O requests arephk2003-05-091-3/+15
* Hide the "ENOMEM" notice messages behind bootverbose. They are stillphk2003-05-071-1/+2
* Fix the WARNING for wrong rawoffset, I tested incompatible units.phk2003-05-061-2/+2
* Avoid double-free panic.phk2003-05-051-1/+0
* Re-order the the initialization slightly to improve structure.phk2003-05-051-22/+22
* Use a dedicated malloc(9) bucket for sector storage.phk2003-05-051-7/+9
* Don't warn if the rawoffset is zero, that is actually the best value itphk2003-05-051-1/+1
* Turn the check that rawoffset == mbroffset into a warning instead.phk2003-05-051-3/+5
* Only accept a rawoffset if it is identical to the mbroffset.phk2003-05-041-0/+4
* Add a way to read the current mbroffset from a BSD label class.phk2003-05-041-1/+7
OpenPOWER on IntegriCloud