summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Fix an obscure fencepost error in GBDE's sector mapping code:phk2003-04-291-0/+26
* Typo in last commit: Do not press xZZ to leave vi(1).phk2003-04-291-1/+1
* When a bio comes back from below with a zero error code, check thatphk2003-04-291-0/+4
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* I accidentally leaked this debugging tool in with my last commit.phk2003-04-281-2/+4
* Rename g_bde_get_sector() to g_bde_get_keysector() and pick up thephk2003-04-282-5/+42
* Only attempt total cache-purge once in case of failure.phk2003-04-281-4/+3
* Better criteria for skipping disk reading BIO_READ work packets.phk2003-04-281-1/+2
* Explicitly set the sector state to JUNK if we encounter a read-error.phk2003-04-281-1/+4
* Bail as soon as the first write request has failed, there is no pointphk2003-04-261-2/+11
* Appearantly UFS no longer issues BIO_DELETE requests correctly, andphk2003-04-261-0/+7
* Do an explicit retry after we have dumped the cache, rather than aphk2003-04-251-4/+3
* If on a BIO_READ request, we failed to allocate the bio for readingphk2003-04-251-6/+13
* Fix a problem and slightly improve the ENOMEM handling:phk2003-04-251-11/+12
* Don't count a sector in the cache unless we manage to create it.phk2003-04-251-2/+2
* Rename g_bde_release_sector() to g_bde_release_keysector() and pick upphk2003-04-251-7/+9
* Rename g_bde_read_sector() to g_bde_read_keysector() pick up the offsetphk2003-04-251-5/+5
* Introduce a g_waitfor_event() function which posts an event and waits forphk2003-04-236-35/+69
* More of the event stuff can now be private to geom_event.cphk2003-04-233-14/+11
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-2312-34/+35
* Remove the now unused hardcoded g_post_event() event support.phk2003-04-232-63/+4
* Turn EV_NEW_PROVIDER into a g_call_me() event.phk2003-04-233-25/+31
* Convert EV_SPOILED event to use g_call_me().phk2003-04-233-21/+24
* Turn the hardwired NEW_CLASS event into a g_call_me() event.phk2003-04-233-22/+34
* Move the shutdown eventhandler stuff to a more logical place.phk2003-04-233-11/+12
* Implement CONFIG_GEOM verbs "write label" and "write bootcode".phk2003-04-231-0/+83
* Introduce gctl_get_paraml() which gets a parameter only if it has thephk2003-04-231-0/+17
* Make gctl_error() take printfline varargs.phk2003-04-232-7/+23
* Remove unused event pointers in object structures.phk2003-04-232-9/+0
* Change the locking so that the _modify function is called with topologyphk2003-04-221-8/+2
* We don't need to have a slice->start() function.phk2003-04-221-14/+1
* Do not mandate that slicers have a private ->start(), they may not needphk2003-04-221-1/+4
* Implement handling of CONFIG_GEOM OAM request.phk2003-04-222-0/+41
* Add "CONFIG_GEOM" operation to the OAM API.phk2003-04-221-0/+7
* Collapse meta arguments into regular arguments, the distinction isphk2003-04-222-25/+12
* Implement a hotspot for the sunlabel.phk2003-04-211-3/+38
* Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.cphk2003-04-211-45/+16
* Use #defines from <sys/sun_disklabel.h> instead of private ones.phk2003-04-211-8/+4
* Functions to encode and decode Sun Microsystems disk partitioning dataphk2003-04-211-0/+131
* Make more of the "hotspot" stuff generic:phk2003-04-193-38/+77
* Create a dedicated structure for holding hotspot information rather thanphk2003-04-192-18/+24
* These two files fell off during my previous commit: put the encodingphk2003-04-172-125/+166
* More correct patch: Only call biofinish if we have not already sentphk2003-04-141-1/+18
* Call biofinish() also when we get a malloc() failure.phk2003-04-141-4/+1
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-1315-140/+0
* If we hit access ahead of a spoil event, we should have negativephk2003-04-121-7/+3
* Fix a bug which resulted in orphanization getting confused every nowphk2003-04-121-1/+1
* Retire the experimental bio_taskqueue(), it was not quite as usable asphk2003-04-121-27/+0
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-128-38/+1
OpenPOWER on IntegriCloud