freebsd-src/lib/libdisk
Sam Leffler c1623066ca o ioctl DIOCGDINFO error wasn't checked
o memory wasn't reclaimed in certain cases
o add more msgs under #ifdef DEBUG
o rewrite tangle of for loops for clarity

NB: Open_Disk should redo how it malloc's memory so the caller can free
    everything.  Documentation says the caller can free the disk list to
    reclaim everything but this leaks the indirect strings.  Fixing this
    is simple for the sysctl case but adds complexity to the fallback,
    non-sysctl, case.
2002-10-17 18:34:32 +00:00
..
blocks.c Modernize my email address. 2002-03-25 13:52:45 +00:00
change.c Fix to check disk geometry. 2002-10-14 13:15:14 +00:00
chunk.c Modernize my email address. 2002-03-25 13:52:45 +00:00
create_chunk.c Fix to support pc98. 2002-10-08 12:13:19 +00:00
disk.c o ioctl DIOCGDINFO error wasn't checked 2002-10-17 18:34:32 +00:00
disklabel.c Modernize my email address. 2002-03-25 13:52:45 +00:00
libdisk.3 Fixed bitrot in synopsis. The change of the return type of 2001-10-03 03:49:48 +00:00
libdisk.h Modernize my email address. 2002-03-25 13:52:45 +00:00
Makefile NOSHARED is meaningless in the bsd.lib.mk context. 2002-05-13 12:00:45 +00:00
rules.c Fix to support pc98. 2002-10-08 12:13:19 +00:00
tst01.c Modernize my email address. 2002-03-25 13:52:45 +00:00
write_disk.c #include the right thing for PC98 2002-10-02 08:59:28 +00:00