Home | History | Annotate | Download | only in dkwedge
History log of /src/sys/dev/dkwedge/dkwedge_rdb.c
RevisionDateAuthorComments
 1.8  20-Feb-2021  rin Misc style fixes. No binary changes.

- Use uint{32,8}_t instead of unsigned {int, char}.
- Sort headers.
- KNF
 1.7  03-May-2020  rin branches: 1.7.2;
Fix fallout of migration from malloc to geteblk.

- Use bp->b_data instead of bp itself.
- When buffer is not large enough, start all over; brelse + geteblk does not
apparently behave like realloc.
 1.6  11-Apr-2020  jdolecek allocate buffer for disk I/O via geteblk() instead of malloc(), so they
are properly aligned; e.g. readdisklabel() does the same

also removed the DKW_MALLOC()/DKW_FREE()/DKW_REALLOC() macros as apparently
unnecessary, these files don't seem to be compiled into any userland tools

dkwedge_gpt.c confirmed working, others compile-tested only
 1.5  09-Jul-2019  maxv branches: 1.5.8;
Fix info leak: always clear 'dkw', because some of its (otherwise
uninitialized) fields can be copied to userland, typically in the
DIOCGWEDGEINFO ioctl.
 1.4  28-Feb-2017  rin branches: 1.4.2; 1.4.6; 1.4.14; 1.4.18; 1.4.22;
remove unnecessary substitution. no functional changes.
 1.3  28-Feb-2017  rin determine the buffer size by roundup(9)
 1.2  28-Feb-2017  rin Remove PARANOID macro; we should always update secsize if necessary.
 1.1  26-Feb-2017  rin Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB)
partitioning detection method for dk(4).
 1.4.22.2  21-Apr-2020  martin Sync with HEAD
 1.4.22.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.4.18.2  03-Dec-2017  jdolecek update from HEAD
 1.4.18.1  28-Feb-2017  jdolecek file dkwedge_rdb.c was added on branch tls-maxphys on 2017-12-03 11:37:00 +0000
 1.4.14.2  28-Aug-2017  skrll Sync with HEAD
 1.4.14.1  28-Feb-2017  skrll file dkwedge_rdb.c was added on branch nick-nhusb on 2017-08-28 17:52:01 +0000
 1.4.6.2  21-Apr-2017  bouyer Sync with HEAD
 1.4.6.1  28-Feb-2017  bouyer file dkwedge_rdb.c was added on branch bouyer-socketcan on 2017-04-21 16:53:45 +0000
 1.4.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.4.2.1  28-Feb-2017  pgoyette file dkwedge_rdb.c was added on branch pgoyette-localcount on 2017-03-20 06:57:27 +0000
 1.5.8.1  20-Apr-2020  bouyer Sync with HEAD
 1.7.2.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed