gonzo 2008-05-04 22:24:40 UTC
FreeBSD src repository
Modified files:
lib/libdisk disk.c libdisk.h
Added files:
lib/libdisk write_mips_disk.c
Log:
Add MIPS support to libdisk
Approved by: cognet (mentor)
Revision ChangesPath
1.129
antoine 2008-03-17 19:08:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libdisk disk.c
Log:
MFC to RELENG_6
- Make Disk_Names() behave as documented in libdisk(3): return an array
of disk names, where you must free each pointer, as we
antoine 2008-03-17 19:05:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libdisk disk.c
Log:
MFC to RELENG_7
- Make Disk_Names() behave as documented in libdisk(3): return an array
of disk names, where you must free each pointer, as we
antoine 2008-02-15 21:19:15 UTC
FreeBSD src repository
Modified files:
lib/libdisk disk.c
Log:
- Make Disk_Names() behave as documented in libdisk(3): return an array
of disk names, where you must free each pointer, as well as the array
by hand. [1]
- Destaticize "
maxim 2006-05-10 15:26:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libdisk disk.c
Log:
MFC rev. 1.127: add IDs for Plan9, QNX4.X, Mac OS-X,
Linux extended partitions.
Revision ChangesPath
1.125.2.1 +7 -0 src/lib/libd
maxim 2006-04-25 20:42:15 UTC
FreeBSD src repository
Modified files:
lib/libdisk disk.c
Log:
o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions.
PR: bin/96326
Submitted by: Alex Kozlov
MFC after: 2 weeks
Revision Changes
cognet 2006-01-25 11:24:37 UTC
FreeBSD src repository
Modified files:
lib/libdisk disk.c libdisk.h
lib Makefile
Added files:
lib/libdisk write_arm_disk.c
Log:
Add a dummy arm Write_Disk() function, and compile libdisk on arm.
R