summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add gctl_set_param() function.phk2003-05-042-0/+26
* Remove debugging printfs which should not have been committed.phk2003-05-042-7/+0
* Add a OAM interface for changing the label and writing the boot code.phk2003-05-031-26/+126
* remove unused variables.phk2003-05-031-2/+0
* Make bsd_disklabel_le_enc calculate the checksum and fill it in.phk2003-05-022-268/+149
* Pull in bcopy() prototype from <string.h> when compiled in userland.phk2003-05-021-0/+2
* Considering that I did cast the arguments to (intmax_t) I must havephk2003-05-021-4/+4
* Style improvement.phk2003-05-021-4/+3
* Use g_wither_geom() and plug memory leaks.phk2003-05-021-4/+4
* Plug memory leaks.phk2003-05-021-0/+16
* Use an uma-zone for allocation bio requests.phk2003-05-021-13/+10
* Use g_slice_spoiled() instead of g_std_spoiled().phk2003-05-021-1/+2
* Use g_slice_spoiled() instead of g_std_spoiled().phk2003-05-021-1/+1
OpenPOWER on IntegriCloud