NetBSD/sbin/newfs
lukem b6172cb606 - check return value of calloc() in mkfs()
- in replacement malloc(), if sbrk(2) returns (void *)-1, convert to NULL
  before returning
- in replacement calloc(), check return value of malloc() before zeroing result
2001-07-26 16:53:39 +00:00
..
extern.h Put extern variable declarations in "extern.h". 2000-12-01 12:03:27 +00:00
Makefile
mkfs.c - check return value of calloc() in mkfs() 2001-07-26 16:53:39 +00:00
newfs.8 s/primary swap area/first swap area/ 2001-06-07 14:52:50 +00:00
newfs.c convert to use getprogname() 2001-02-19 22:48:57 +00:00