agc
c2a3b5ec84
Add NetBSD RCS Ids.
2003-06-23 11:53:35 +00:00
martin
eb1ff84c33
Until timeval.tv_sec becomes a time_t, we can't pass a pointer to
...
it to ctime(). tv_sec is long, while time_t is int on some archs.
2003-04-16 13:32:58 +00:00
dsl
1608697b9e
Fix printf formats and kill unused variable to make it compile
2003-04-16 08:39:56 +00:00
darrenr
8745a98a43
Don't forget to increment the iterator when going around a loop
2003-04-15 19:07:37 +00:00
darrenr
8dac8843a5
Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad
...
sector information in the kernel. Doing this uncovered some shortcomings
that should have been pretty obvious with the code committed prior, addressing
the major kludge with a new struct - disk_bacsecinfo to be passed into
DIOCBSLIST.
2003-04-15 18:27:26 +00:00
yamt
e9ae5a9bbd
add a new command, "keeplabel".
2002-07-01 18:49:57 +00:00
thorpej
fcc3de9c40
dkctl(8) -- a program to manupulate disks. It currently supports
...
the disk cache-related ioctls.
2002-01-09 22:30:14 +00:00