| Commit message (Expand) | Author | Age | Files | Lines |
| * | vinum_open: recognize twed device. | Greg Lehey | 2002-04-26 | 1 | -1/+4 |
| * | Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. | Poul-Henning Kamp | 2002-04-08 | 1 | -0/+1 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Retire the bogus ioctl DIOCGPART in toto. | Poul-Henning Kamp | 2002-04-02 | 2 | -12/+0 |
| * | Stop using the bogus DIOCGPART ioctl, use DIOCGSECTORSIZE and | Poul-Henning Kamp | 2002-04-02 | 2 | -7/+19 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Remove bogus vinumdump(), if you can't dump, say so with nodump(). | Poul-Henning Kamp | 2002-03-29 | 2 | -9/+1 |
| * | Remove unused include. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 4 | -12/+12 |
| * | GC: BIO_ORDERED going away. | Poul-Henning Kamp | 2002-02-22 | 2 | -2/+2 |
| * | Grr. The last commit contained update conflicts. It just goes to | Greg Lehey | 2002-01-29 | 1 | -5/+0 |
| * | Forced commit. The previous commit log was garbled and didn't even | Greg Lehey | 2002-01-29 | 1 | -0/+5 |
| * | vinumioctl: Fix a double fault caused by calling setjmp() without holding the... | Greg Lehey | 2002-01-27 | 2 | -3/+2 |
| * | Don't call cdevsw_{add,remove}(). | Poul-Henning Kamp | 2001-11-04 | 1 | -3/+0 |
| * | allocrqg: Don't ever try to write to a NULL pointer. | Greg Lehey | 2001-11-03 | 1 | -1/+1 |
| * | attachobject: Return correct status after successfully attaching a | Greg Lehey | 2001-10-13 | 1 | -0/+1 |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 5 | -16/+16 |
| * | Remove an accidentally forgotten #ifdef. This could cause depletion | Greg Lehey | 2001-09-04 | 1 | -2/+0 |
| * | open_device: Recognize ar device. | Greg Lehey | 2001-08-01 | 1 | -0/+2 |
| * | The kernel *does* now define setjmp/longjmp. Dont duplicate it here. | Peter Wemm | 2001-07-27 | 2 | -4/+0 |
| * | Fix warnings: | Peter Wemm | 2001-06-15 | 1 | -1/+0 |
| * | Change #if VINUMDEBUG to #ifdef VINUMDEBUG. This is a flag, not a variable. | Greg Lehey | 2001-05-23 | 8 | -31/+27 |
| * | Move objflags from vinumvar.h to vinumobj.h in preparation for | Greg Lehey | 2001-05-23 | 1 | -45/+1 |
| * | Move objflags from vinumvar.h to vinumobj.h in preparation for | Greg Lehey | 2001-05-23 | 1 | -2/+37 |
| * | Move external declaration to vinumhdr.h. | Greg Lehey | 2001-05-23 | 1 | -1/+2 |
| * | Set flag VF_HASDEBUG in vinum_conf to indicate that the module was | Greg Lehey | 2001-05-23 | 1 | -10/+6 |
| * | New header file. | Greg Lehey | 2001-05-22 | 1 | -0/+54 |
| * | Remove Malloc definitions (now in vinumext.h) | Greg Lehey | 2001-05-22 | 1 | -21/+2 |
| * | Add a field 'version' to vinum_conf. This field is a constant which | Greg Lehey | 2001-05-22 | 1 | -191/+30 |
| * | vinumstart: If a write request is for a RAID-[45] plex or a volume | Greg Lehey | 2001-05-22 | 1 | -13/+23 |
| * | tokenize: Take third parameter specifying the maximum number of | Greg Lehey | 2001-05-22 | 1 | -6/+8 |
| * | Cosmetics: wrap long lines to be < 80 characters. | Greg Lehey | 2001-05-22 | 1 | -2/+4 |
| * | Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests. | Greg Lehey | 2001-05-22 | 1 | -12/+25 |
| * | Change ioctls to use the expurgated userland version of the Vinum | Greg Lehey | 2001-05-22 | 3 | -20/+22 |
| * | format_config: Replace long format lines. | Greg Lehey | 2001-05-22 | 1 | -18/+28 |
| * | complete_rqe: | Greg Lehey | 2001-05-22 | 1 | -7/+41 |
| * | Remove unnecessary declarations of userland functions. | Greg Lehey | 2001-05-22 | 1 | -13/+25 |
| * | config_sd: Add code to recognize "retryerrors" keyword. | Greg Lehey | 2001-05-22 | 1 | -29/+48 |
| * | free_vinum: Change some explicit struct member references to the SD, | Greg Lehey | 2001-05-22 | 1 | -13/+23 |
| * | Add xferinfo flag bit for copied buffers. | Greg Lehey | 2001-05-22 | 1 | -2/+16 |
| * | New file containing definitions for separate views of objects for | Greg Lehey | 2001-05-22 | 1 | -0/+275 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 2 | -4/+1 |
| * | devfs convertion used VINUMRMINOR incorrectly (passing args in | Alfred Perlstein | 2001-03-22 | 1 | -3/+3 |
| * | By convention, the moduledata is static unless there is a reason for it | Peter Wemm | 2001-03-13 | 1 | -1/+1 |
| * | Fix vinum for both devfs and non-devfs systems. | Alfred Perlstein | 2001-02-20 | 2 | -4/+11 |
| * | forced commit to note that the last delta also reordered some code in | Alfred Perlstein | 2001-02-20 | 1 | -1/+1 |
| * | Take a shot at making vinum devfs aware. | Alfred Perlstein | 2001-02-20 | 4 | -19/+57 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 2 | -4/+4 |
| * | Allocate lock table and mutex not only for parity plexes, but also for | Greg Lehey | 2001-02-02 | 1 | -3/+3 |