1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/lib/libdisk
Jordan K. Hubbard 4f3fd9ad3f Fix mis-declared static arrays that made sysinstall SEGV in
Set_Boot_Blocks().  Boy, this one had me tearing my hair out!
I hate how the loader distinguishes between `extern char *foo' and
`extern char foo[]' sometimes! :-)
1996-04-29 06:45:33 +00:00
..
blocks.c
change.c
chunk.c Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
create_chunk.c Move some warn()'s into DEBUG space since I don't need them coming 1996-04-29 05:03:02 +00:00
disk.c Move some warn()'s into DEBUG space since I don't need them coming 1996-04-29 05:03:02 +00:00
disklabel.c
libdisk.3 Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
libdisk.h Fix mis-declared static arrays that made sysinstall SEGV in 1996-04-29 06:45:33 +00:00
Makefile Fix bogus MLINKS line. When is the old libdisk going to go away, BTW? 1996-03-18 15:15:42 +00:00
rules.c
tst01.c Make libdisk C++ aware: 1996-03-24 18:55:39 +00:00
write_disk.c Move some warn()'s into DEBUG space since I don't need them coming 1996-04-29 05:03:02 +00:00