freebsd_amp_hwpstate/sbin/i386
John Baldwin a12de06299 - Don't try to free mboot.bootinst before it has been allocated. If, for
some reason, mboot.bootinst is not initialized to NULL at the beginning
  of the program, then the last commit to this would try to free whatever
  bogus address is in it.
- Restore the behavior of free()'ing the mboot.bootinst buffer after we
  abuse it to determine the sector size of the disk (as clearly noted in
  the comments).  Properly fix the double free() bug by setting the pointer
  to NULL after we free it.
2000-07-17 19:51:42 +00:00
..
cxconfig $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
fdisk - Don't try to free mboot.bootinst before it has been allocated. If, for 2000-07-17 19:51:42 +00:00
nextboot Remove single-space hard sentence breaks. These degrade the quality 2000-03-01 11:27:47 +00:00
Makefile Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are not 2000-01-14 16:37:03 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00