summaryrefslogtreecommitdiffstats
path: root/sys/geom
Commit message (Expand)AuthorAgeFilesLines
...
* Use g_slice_spoiled().phk2003-05-021-3/+5
* Back out all the stuff that didn't belong in the last commit.phk2003-05-028-45/+27
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-029-28/+47
* Use g_slice_spoiled() not g_std_spoiled()phk2003-05-021-1/+1
* Use g_slice_spoiled() rather than g_std_spoiled()phk2003-05-021-2/+2
* Use g_slice_spoiled() rather than g_std_spoiled().phk2003-05-021-1/+1
* Use a more tailored spoil routine for slices, and take advantage ofphk2003-05-022-15/+20
* Style improvement.phk2003-05-021-4/+2
* Use g_wither_geom() for cleanup.phk2003-05-022-6/+4
* Rework the "withering" mechanism:phk2003-05-022-17/+47
* Rename g_slice_init() to the more appropriate g_slice_alloc() and givephk2003-05-021-4/+14
* style improvement.phk2003-05-021-3/+2
* Get rid of trivial function g_destroy_event().phk2003-05-021-10/+3
* Plug some memory-leaks.phk2003-05-011-2/+7
* Remove the now obsolete geomidorname hack.phk2003-05-012-107/+0
* Add a new flag, EV_CANCELED, and use it to make g_waitfor_event() returnphk2003-05-011-1/+5
* When events on a reference is cancelled, check our doorstep first,phk2003-05-011-0/+7
* Remove now unneeded special case for "geom.ctl".phk2003-05-011-2/+0
* Remove DIOCGPC98 ioctl.nyan2003-05-011-5/+0
* - Move decoding pc98_partition function into geom_pc98_enc.c.nyan2003-05-012-24/+79
* Don't emulate a MBR by handling the MBR::type attribute. It ismarcel2003-05-011-21/+1
* 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
OpenPOWER on IntegriCloud