| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -5/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -2/+2 |
* | The machine dependent disk slice manager does not recognize | phk | 1998-08-10 | 1 | -3/+6 |
* | Don't pass the label to diskerr(), since the label is being constructed | bde | 1998-07-25 | 1 | -3/+3 |
* | Moved allocation of the slices struct to the right place. Initialize | bde | 1998-07-20 | 1 | -28/+9 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -3/+3 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -4/+4 |
* | Hide the `no magic' babble behind bootverbose, since it has proven to | joerg | 1997-09-27 | 1 | -5/+7 |
* | Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0. | bde | 1997-04-19 | 1 | -8/+11 |
* | 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 |
* | Don't clobber max_ncyls, ending up guessing thetotal number of cylinders as | bde | 1996-11-04 | 1 | -6/+10 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 1 | -1/+2 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | bde | 1996-04-07 | 1 | -2/+1 |
* | More b_flags fixes. | dyson | 1996-03-02 | 1 | -3/+3 |
* | Fix a bug that b_flags was getting unnecessarily modified by | dyson | 1996-03-01 | 1 | -4/+4 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -3/+1 |
* | Don't clip d_ncylinders to value used by partitions. | jkh | 1995-08-23 | 1 | -2/+2 |
* | Properly initialize the d_ncylinders field to the maximum number of | jkh | 1995-08-23 | 1 | -1/+2 |
* | Make the "information" slice printfs if(bootverbose). | phk | 1995-05-18 | 1 | -10/+13 |
* | Fix style inconsistencies in the last few commits. | bde | 1995-05-07 | 1 | -30/+28 |
* | When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff). | phk | 1995-05-01 | 1 | -3/+7 |
* | Remove the slice for the first 63 sectors for the OnTrack case, it's useless | phk | 1995-04-20 | 1 | -12/+2 |
* | Added support for disks which "OnTrack Disk Manager" has munged. | phk | 1995-04-20 | 1 | -19/+58 |
* | Add more compatibility cruft: | bde | 1995-03-25 | 1 | -19/+69 |
* | Fix support for extended partitions (forgot to release the buffer). | bde | 1995-03-15 | 1 | -3/+7 |
* | Support extended DOSpartitions. | bde | 1995-03-04 | 1 | -51/+181 |
* | Use dsname() to get consistent names. | bde | 1995-02-22 | 1 | -16/+19 |
* | Don't generate any errors here other than EIO. An invalid partition | bde | 1995-02-21 | 1 | -14/+10 |
* | Add compatibility cruft. | bde | 1995-02-16 | 1 | -30/+54 |
* | Fixed $Id$ | phk | 1995-01-23 | 1 | -1/+1 |
* | Change an 0 to WHOLE_DISK_SLICE. | bde | 1994-12-30 | 1 | -1/+1 |
* | diskslice_machdep.c implements reading and checking of DOS slice tables. | bde | 1994-12-12 | 1 | -0/+212 |