| Commit message (Expand) | Author | Age | Files | Lines |
* | diff, patch and cvs didn't like these three last time around, try again. | phk | 2000-03-20 | 1 | -3/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -6/+6 |
* | Removed diskerr()'s unused d_name arg and updated callers. This fixes | bde | 1999-09-13 | 1 | -2/+2 |
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -9/+7 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -5/+5 |
* | Fix -Wuninitialized warning regarding zero-length var-args ctl element. | dillon | 1998-12-14 | 1 | -2/+2 |
* | Use only the correct raw partition for writing labels. Don't use the | bde | 1998-10-17 | 1 | -9/+4 |
* | fixup for alpha. | jkh | 1998-10-16 | 1 | -1/+4 |
* | When a buffer is removed from a buffer queue, remember it's block number | gibbs | 1998-09-15 | 1 | -26/+52 |
* | Used daddr_t's, not ints, to store disk block numbers. Updated printf | bde | 1998-07-28 | 1 | -9/+11 |
* | Don't depend on "implicit int". | bde | 1998-02-20 | 1 | -2/+2 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -2/+1 |
* | Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flag | gibbs | 1997-09-21 | 1 | -77/+56 |
* | Use the correct size for a sector in the search for a label in | bde | 1997-07-13 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Removed all references to b_cylinder (aka b_cylin). It was evil and | bde | 1996-12-01 | 1 | -9/+1 |
* | This update adds the support for != 512 byte sector SCSI devices to | sos | 1996-12-01 | 1 | -3/+3 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 1 | -1/+2 |
* | Clean up various compiler warnings. Most (if not all) were benign | gpalmer | 1996-05-08 | 1 | -2/+2 |
* | disksort() is gone, all drivers now use tqdisksort(). | phk | 1996-05-03 | 1 | -72/+1 |
* | Yet more b_flags fixes. The previous ones broke the clearing of B_DONE | bde | 1996-04-19 | 1 | -1/+5 |
* | More b_flags fixes. | dyson | 1996-03-02 | 1 | -4/+4 |
* | Fix a bug that b_flags was getting unnecessarily modified by | dyson | 1996-03-01 | 1 | -3/+3 |
* | Update the wd.c driver to use the new TAILQ scheme for device | dyson | 1995-11-23 | 1 | -1/+94 |
* | Remove transitory labelling code. Labels are now handled by essentially | bde | 1995-09-16 | 1 | -287/+16 |
* | Fix correct_writedisklabel() and writedisklabel(). Their setting of | bde | 1995-08-28 | 1 | -11/+14 |
* | On closer inspection, it turns out that all of the callers of disksort | dg | 1995-08-07 | 1 | -5/+1 |
* | Since buffers can be pulled off of the disk queue at interrupt time and | dg | 1995-08-07 | 1 | -2/+7 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |
* | Woops, add back that #define...it's used later in the file. | dg | 1995-03-18 | 1 | -1/+8 |
* | Fixed comments and removed b_cylinder #define. | dg | 1995-03-18 | 1 | -13/+5 |
* | Integrated change from 1.1.5: Fixed broken disksort to sort by pblkno | dg | 1995-03-18 | 1 | -13/+6 |
* | Finish the previous change. The device name got lost in diskerr(). | bde | 1995-03-12 | 1 | -2/+2 |
* | Use dsname() to get consistent names. | bde | 1995-02-22 | 1 | -13/+6 |
* | Adjust slice names in diskerr() for the rearranged slice numbers. The | bde | 1995-02-16 | 1 | -11/+11 |
* | Print `slicename' and not a bogus pointer in diskerr() | bde | 1994-12-22 | 1 | -2/+2 |
* | Duplicate readdisklabel() and writedisklabel() and remove DOS stuff from | bde | 1994-12-16 | 1 | -7/+145 |
* | Julian Elischer's disklabel fixes. | jkh | 1994-10-27 | 1 | -86/+146 |
* | This basically allows you to stick a disklabel on any partition. | phk | 1994-10-17 | 1 | -1/+4 |
* | POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, | phk | 1994-10-08 | 1 | -5/+11 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -4/+101 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+364 |