freebsd-dev/lib/libdisk
David E. O'Brien 135c56336a Libraries should _never_ call exit() themselves (or its alternate spelling
`err()').  libdisk does! and additionally libdisk gets confused on Alpha
disks with foreign disklabels, throws up its hands and exits.  This is
the cause of the "going no where without my init" install bug on the Alpha.

So now on the Alpha, rather than call err(), we print the error string and
continue processing.

Submitted by:	jkh
2001-03-18 21:30:11 +00:00
..
blocks.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
change.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
chunk.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
create_chunk.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
disk.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
disklabel.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
libdisk.3 Fixed bitrot in prototype(s) in synopsis. 2001-02-05 23:56:05 +00:00
libdisk.h Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
Makefile Turn dkcksum() into an __inline function. 2000-09-16 13:43:00 +00:00
rules.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00
tst01.c Don't call printf without a format string. 2000-07-11 23:49:24 +00:00
write_disk.c Libraries should _never_ call exit() themselves (or its alternate spelling 2001-03-18 21:30:11 +00:00