| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+3 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 2 | -2/+2 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Kill leading whilespace. | sobomax | 2005-11-30 | 1 | -1/+1 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Comment typo | phk | 2005-07-20 | 1 | -1/+1 |
* | stop including rijndael-api-fst.h from rijndael.h. | ume | 2005-03-11 | 4 | -4/+4 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 3 | -5/+6 |
* | Fix typo in a comment. | brueffer | 2004-12-15 | 1 | -1/+1 |
* | Fix a problem that shows up if less than the full complement of | phk | 2004-09-11 | 1 | -1/+1 |
* | Respect that G_BDE_MAXKEYS is a compile time variable. | phk | 2004-09-11 | 1 | -4/+3 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Use default method initialization on geoms. | phk | 2004-08-08 | 1 | -4/+4 |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 1 | -1/+0 |
* | Do not check error code from closing ->access() calls, we know they succeed. | phk | 2004-02-14 | 1 | -3/+1 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -4/+4 |
* | Polish the work/state engine in preparation for HW-crypto support. | phk | 2004-02-08 | 1 | -64/+65 |
* | Add a missing error case return. | phk | 2004-02-08 | 1 | -0/+1 |
* | We don't need to hold Giant to create the worker kthread. | phk | 2004-02-07 | 1 | -2/+0 |
* | Remove the MD5_KEY debugging tool | phk | 2004-01-23 | 1 | -33/+0 |
* | Interior decoration changes. | phk | 2003-10-07 | 2 | -42/+39 |
* | Correct bzero length so we clear the entire key structure. | phk | 2003-09-08 | 1 | -1/+1 |
* | Bzero the right number of bytes. | phk | 2003-09-06 | 1 | -1/+1 |
* | Simplify the GEOM OAM api: Drop the request type, and let everything | phk | 2003-06-01 | 1 | -28/+30 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -6/+0 |
* | Don't use & in front of arrays. | phk | 2003-05-31 | 1 | -2/+2 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | Re-order the the initialization slightly to improve structure. | phk | 2003-05-05 | 1 | -22/+22 |
* | Use a dedicated malloc(9) bucket for sector storage. | phk | 2003-05-05 | 1 | -7/+9 |
* | Considering that I did cast the arguments to (intmax_t) I must have | phk | 2003-05-02 | 1 | -4/+4 |
* | Fix an obscure fencepost error in GBDE's sector mapping code: | phk | 2003-04-29 | 1 | -0/+26 |
* | Typo in last commit: Do not press xZZ to leave vi(1). | phk | 2003-04-29 | 1 | -1/+1 |
* | When a bio comes back from below with a zero error code, check that | phk | 2003-04-29 | 1 | -0/+4 |
* | I accidentally leaked this debugging tool in with my last commit. | phk | 2003-04-28 | 1 | -2/+4 |
* | Rename g_bde_get_sector() to g_bde_get_keysector() and pick up the | phk | 2003-04-28 | 2 | -5/+42 |
* | Only attempt total cache-purge once in case of failure. | phk | 2003-04-28 | 1 | -4/+3 |
* | Better criteria for skipping disk reading BIO_READ work packets. | phk | 2003-04-28 | 1 | -1/+2 |
* | Explicitly set the sector state to JUNK if we encounter a read-error. | phk | 2003-04-28 | 1 | -1/+4 |
* | Bail as soon as the first write request has failed, there is no point | phk | 2003-04-26 | 1 | -2/+11 |
* | Appearantly UFS no longer issues BIO_DELETE requests correctly, and | phk | 2003-04-26 | 1 | -0/+7 |
* | Do an explicit retry after we have dumped the cache, rather than a | phk | 2003-04-25 | 1 | -4/+3 |
* | If on a BIO_READ request, we failed to allocate the bio for reading | phk | 2003-04-25 | 1 | -6/+13 |
* | Fix a problem and slightly improve the ENOMEM handling: | phk | 2003-04-25 | 1 | -11/+12 |
* | Don't count a sector in the cache unless we manage to create it. | phk | 2003-04-25 | 1 | -2/+2 |
* | Rename g_bde_release_sector() to g_bde_release_keysector() and pick up | phk | 2003-04-25 | 1 | -7/+9 |
* | Rename g_bde_read_sector() to g_bde_read_keysector() pick up the offset | phk | 2003-04-25 | 1 | -5/+5 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 1 | -1/+0 |
* | Use sys/endian.h instead of geom_enc.c for endian-agnostfication. | phk | 2003-04-03 | 2 | -17/+19 |
* | Remove the old config interface now that the new OAM is functional. | phk | 2003-04-01 | 1 | -153/+0 |