| Commit message (Expand) | Author | Age | Files | Lines |
* | When a disk disappears, destroy the class from the event thread | phk | 2003-05-12 | 1 | -1/+10 |
* | When a GEOM (/dev-)device is closed and we find that I/O requests are | phk | 2003-05-09 | 1 | -3/+15 |
* | Hide the "ENOMEM" notice messages behind bootverbose. They are still | phk | 2003-05-07 | 1 | -1/+2 |
* | Fix the WARNING for wrong rawoffset, I tested incompatible units. | phk | 2003-05-06 | 1 | -2/+2 |
* | Avoid double-free panic. | phk | 2003-05-05 | 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 |
* | Don't warn if the rawoffset is zero, that is actually the best value it | phk | 2003-05-05 | 1 | -1/+1 |
* | Turn the check that rawoffset == mbroffset into a warning instead. | phk | 2003-05-05 | 1 | -3/+5 |
* | Only accept a rawoffset if it is identical to the mbroffset. | phk | 2003-05-04 | 1 | -0/+4 |
* | Add a way to read the current mbroffset from a BSD label class. | phk | 2003-05-04 | 1 | -1/+7 |
* | Add gctl_set_param() function. | phk | 2003-05-04 | 2 | -0/+26 |
* | Remove debugging printfs which should not have been committed. | phk | 2003-05-04 | 2 | -7/+0 |
* | Add a OAM interface for changing the label and writing the boot code. | phk | 2003-05-03 | 1 | -26/+126 |
* | remove unused variables. | phk | 2003-05-03 | 1 | -2/+0 |
* | Make bsd_disklabel_le_enc calculate the checksum and fill it in. | phk | 2003-05-02 | 2 | -268/+149 |
* | Pull in bcopy() prototype from <string.h> when compiled in userland. | phk | 2003-05-02 | 1 | -0/+2 |
* | Considering that I did cast the arguments to (intmax_t) I must have | phk | 2003-05-02 | 1 | -4/+4 |
* | Style improvement. | phk | 2003-05-02 | 1 | -4/+3 |
* | Use g_wither_geom() and plug memory leaks. | phk | 2003-05-02 | 1 | -4/+4 |
* | Plug memory leaks. | phk | 2003-05-02 | 1 | -0/+16 |
* | Use an uma-zone for allocation bio requests. | phk | 2003-05-02 | 1 | -13/+10 |
* | Use g_slice_spoiled() instead of g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+2 |
* | Use g_slice_spoiled() instead of g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+1 |
* | Use g_slice_spoiled(). | phk | 2003-05-02 | 1 | -3/+5 |
* | Back out all the stuff that didn't belong in the last commit. | phk | 2003-05-02 | 8 | -45/+27 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 9 | -28/+47 |
* | Use g_slice_spoiled() not g_std_spoiled() | phk | 2003-05-02 | 1 | -1/+1 |
* | Use g_slice_spoiled() rather than g_std_spoiled() | phk | 2003-05-02 | 1 | -2/+2 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+1 |
* | Use a more tailored spoil routine for slices, and take advantage of | phk | 2003-05-02 | 2 | -15/+20 |
* | Style improvement. | phk | 2003-05-02 | 1 | -4/+2 |
* | Use g_wither_geom() for cleanup. | phk | 2003-05-02 | 2 | -6/+4 |
* | Rework the "withering" mechanism: | phk | 2003-05-02 | 2 | -17/+47 |
* | Rename g_slice_init() to the more appropriate g_slice_alloc() and give | phk | 2003-05-02 | 1 | -4/+14 |
* | style improvement. | phk | 2003-05-02 | 1 | -3/+2 |
* | Get rid of trivial function g_destroy_event(). | phk | 2003-05-02 | 1 | -10/+3 |
* | Plug some memory-leaks. | phk | 2003-05-01 | 1 | -2/+7 |
* | Remove the now obsolete geomidorname hack. | phk | 2003-05-01 | 2 | -107/+0 |
* | Add a new flag, EV_CANCELED, and use it to make g_waitfor_event() return | phk | 2003-05-01 | 1 | -1/+5 |
* | When events on a reference is cancelled, check our doorstep first, | phk | 2003-05-01 | 1 | -0/+7 |
* | Remove now unneeded special case for "geom.ctl". | phk | 2003-05-01 | 1 | -2/+0 |
* | Remove DIOCGPC98 ioctl. | nyan | 2003-05-01 | 1 | -5/+0 |
* | - Move decoding pc98_partition function into geom_pc98_enc.c. | nyan | 2003-05-01 | 2 | -24/+79 |
* | Don't emulate a MBR by handling the MBR::type attribute. It is | marcel | 2003-05-01 | 1 | -21/+1 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | 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 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -1/+1 |