freebsd-dev/lib/libdisk
Marcel Moolenaar aff198c706 Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),
Cyl_Aligned(), Prev_Cyl_Aligned() and Next_Cyl_Aligned() into
tautologies on ia64. GPT removes all notion of tracks, heads and
sectors per track, so there are no alignment considerations.
2003-11-02 07:58:19 +00:00
..
blocks.c Style(9) improvements. 2002-10-31 07:56:40 +00:00
change.c Fixed style(9) 2002-11-15 13:24:29 +00:00
chunk.c o In Print_Chunk(), don't print the address of the chunk on ia64. It 2003-11-02 07:44:59 +00:00
create_chunk.c Teach libdisk that AMD64 works just like i386 2003-04-30 21:03:16 +00:00
disk.c Ignore ccd(4)'s. This is not the best solution, but it at least removes 2003-08-28 17:39:09 +00:00
libdisk.3 The .Nm library 2003-03-24 16:01:01 +00:00
libdisk.h Disable #define DEBUG in libdisk by default: since libdisk is primarily 2003-09-27 17:44:41 +00:00
Makefile Update libdisk to use the explicing encoding function for sunlabel data 2003-04-21 20:36:44 +00:00
rules.c Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(), 2003-11-02 07:58:19 +00:00
tst01.c Fixed style(9) 2002-11-15 13:24:29 +00:00
write_alpha_disk.c Use sized cast matching the sized pointer. 2003-04-04 16:59:39 +00:00
write_amd64_disk.c Libdisk does not need to include <sys/diskslice.h> any more. 2003-04-04 16:35:16 +00:00
write_disk.c Libdisk does not need to include <sys/diskslice.h> any more. 2003-04-04 16:35:16 +00:00
write_i386_disk.c Libdisk does not need to include <sys/diskslice.h> any more. 2003-04-04 16:35:16 +00:00
write_ia64_disk.c Libdisk does not need to include <sys/diskslice.h> any more. 2003-04-04 16:35:16 +00:00
write_pc98_disk.c Libdisk does not need to include <sys/diskslice.h> any more. 2003-04-04 16:35:16 +00:00
write_sparc64_disk.c Fix compilation errors. 2003-04-22 05:34:35 +00:00