| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove a race condition that could result in processes being stuck | Poul-Henning Kamp | 2005-09-04 | 1 | -24/+30 |
| * | Typo. | Poul-Henning Kamp | 2005-09-03 | 1 | -1/+1 |
| * | Use KTR to log allocations and destructions of bios. | Pawel Jakub Dawidek | 2005-08-29 | 1 | -0/+36 |
| * | Prevent that sync operations can be started when they are already | Lukas Ertl | 2005-08-28 | 1 | -71/+81 |
| * | Verify length of the data to read as well. | Pawel Jakub Dawidek | 2005-08-28 | 1 | -0/+2 |
| * | Shuffle around the order in which the components are compiled. | Lukas Ertl | 2005-08-26 | 1 | -14/+4 |
| * | Verify offset before reading. | Pawel Jakub Dawidek | 2005-08-26 | 1 | -1/+5 |
| * | Add NTFS labeling function. | Takanori Watanabe | 2005-08-26 | 3 | -0/+115 |
| * | Verify if we can actually read the data at given offset. | Pawel Jakub Dawidek | 2005-08-23 | 2 | -6/+13 |
| * | Correct the check if a plex is accessible in case it is not up. | Lukas Ertl | 2005-08-22 | 1 | -1/+1 |
| * | By default, when doing crypto work in software, start as many threads | Pawel Jakub Dawidek | 2005-08-21 | 1 | -5/+10 |
| * | Remove stale comment (we now always start worker thread). | Pawel Jakub Dawidek | 2005-08-21 | 1 | -5/+0 |
| * | Back-out the change from revision 1.14 and allow for '/' in labels again. | Pawel Jakub Dawidek | 2005-08-20 | 1 | -8/+0 |
| * | Add a __packed keyword to g_eli_metadata struct definition, so | Pawel Jakub Dawidek | 2005-08-20 | 1 | -1/+1 |
| * | Allow to change number of iterations for PKCS#5v2. It can only be used | Pawel Jakub Dawidek | 2005-08-19 | 1 | -2/+21 |
| * | - Add a missing period. | Pawel Jakub Dawidek | 2005-08-19 | 1 | -3/+3 |
| * | Avoid code duplication and implement bitcount32() function in systm.h only. | Pawel Jakub Dawidek | 2005-08-19 | 2 | -7/+1 |
| * | Always run dedicated kernel thread (even when we have hardware support). | Pawel Jakub Dawidek | 2005-08-17 | 1 | -114/+37 |
| * | We should now return 0. | Pawel Jakub Dawidek | 2005-08-17 | 1 | -1/+1 |
| * | Even if crypto_dispatch() return an error, request is not canceled and | Pawel Jakub Dawidek | 2005-08-17 | 1 | -12/+2 |
| * | We don't need to clear allocated memory. This will speed-up things a bit. | Pawel Jakub Dawidek | 2005-08-17 | 1 | -1/+1 |
| * | remove stale comments | Poul-Henning Kamp | 2005-08-16 | 1 | -2/+0 |
| * | Make it possible to remove stale, left-over subdisks. | Lukas Ertl | 2005-08-16 | 2 | -10/+11 |
| * | Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18: | Lukas Ertl | 2005-08-15 | 3 | -1/+9 |
| * | Because code paths for I/O requests are quite complex, add comments above | Pawel Jakub Dawidek | 2005-08-13 | 1 | -0/+12 |
| * | Provide more complete "How to add a new file system to glabel." list. | Pawel Jakub Dawidek | 2005-08-12 | 1 | -3/+7 |
| * | Add code for Ext2FS and ReiserFS labels recognition. | Pawel Jakub Dawidek | 2005-08-12 | 4 | -0/+206 |
| * | Avoid creating directories in devfs by changing all '/' in labels to '_'. | Pawel Jakub Dawidek | 2005-08-12 | 1 | -0/+8 |
| * | GELI doesn't need cryptodev. | Pawel Jakub Dawidek | 2005-08-11 | 1 | -1/+0 |
| * | Be case-insensitive when dealing with algorithm names. | Pawel Jakub Dawidek | 2005-08-08 | 1 | -4/+5 |
| * | MFp4: Export more informations about encrypted providers. | Pawel Jakub Dawidek | 2005-07-27 | 1 | -0/+32 |
| * | Reduce default debug level to 0. | Pawel Jakub Dawidek | 2005-07-27 | 1 | -1/+1 |
| * | Add GEOM_ELI class which provides GEOM providers encryption. | Pawel Jakub Dawidek | 2005-07-27 | 7 | -0/+2757 |
| * | Use root_mount KPI for RAID3 to delay root file system mount. | Pawel Jakub Dawidek | 2005-07-27 | 2 | -0/+28 |
| * | By design I left a tiny race in updating the I/O statistics based on | Poul-Henning Kamp | 2005-07-25 | 1 | -8/+14 |
| * | Add a very simple and small GEOM class - ZERO. | Pawel Jakub Dawidek | 2005-07-25 | 1 | -0/+113 |
| * | Comment typo | Poul-Henning Kamp | 2005-07-20 | 1 | -1/+1 |
| * | Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will know | Pawel Jakub Dawidek | 2005-07-17 | 2 | -0/+2 |
| * | Merged from geom_mbr.c revisions 1.62 and 1.66. | Yoshihiro Takahashi | 2005-07-15 | 1 | -6/+68 |
| * | *) Implement round-robin reads for multiplex volumes. | Lukas Ertl | 2005-07-15 | 2 | -25/+36 |
| * | Implement a gctl handler and the verb "write MBR" which can be used to | Poul-Henning Kamp | 2005-07-15 | 1 | -5/+55 |
| * | Add CANCEL command which allows to remove one request from the queue or | Pawel Jakub Dawidek | 2005-07-08 | 2 | -4/+53 |
| * | After provider creation!! | Pawel Jakub Dawidek | 2005-05-25 | 1 | -6/+6 |
| * | - Call root_mount_rel() when provider IS created, not earlier. | Pawel Jakub Dawidek | 2005-05-25 | 1 | -8/+20 |
| * | Add some debug code to diagnose root-on-mirror problems with recent -current. | Pawel Jakub Dawidek | 2005-05-23 | 1 | -0/+3 |
| * | Correct typo. | Pawel Jakub Dawidek | 2005-05-18 | 1 | -1/+1 |
| * | When a drive dies, don't call g_wither_geom() directly, but instead | Lukas Ertl | 2005-05-17 | 1 | -46/+71 |
| * | cp can't be NULL. | Pawel Jakub Dawidek | 2005-05-11 | 1 | -7/+5 |
| * | gp can't be NULL. | Pawel Jakub Dawidek | 2005-05-11 | 1 | -9/+7 |
| * | Add KASSERT() to be sure there is an active component. | Pawel Jakub Dawidek | 2005-05-11 | 1 | -0/+1 |