aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bad144
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-051-1/+1
| | | | Notes: svn path=/head/; revision=38850
* Fixed printing of and comparison with d_typename[]. It is not alwaysBruce Evans1997-12-121-5/+8
| | | | | | | null terminated. Notes: svn path=/head/; revision=31685
* MF22 (oops, I committed it to the wrong tree yesterday).Bruce Evans1997-12-121-23/+23
| | | | | | | | | Changed lots of %ld's in format strings back to %d. %ld was right when daddr_t was long, but Lite2 changed daddr_t to int32_t which is implemented as `int' on i386's. Notes: svn path=/head/; revision=31684
* Fixed the usual multiplication overflow bug in an lseek() offset calculation.Bruce Evans1997-12-111-2/+3
| | | | | | | The scan for bad sectors was broken for offsets >= 4G on 32-bit systems. Notes: svn path=/head/; revision=31670
* Merged from Lite2 (fix misformattings in copyright).Bruce Evans1997-12-111-4/+4
| | | | Notes: svn path=/head/; revision=31669
* Use err(3). Add usage(). Remove Xref: format(8) does not exist.Philippe Charnier1997-09-042-120/+75
| | | | Notes: svn path=/head/; revision=29101
* Commit the longstanding bin/410 & kern/411 fix, in the hope that somebodyPoul-Henning Kamp1995-12-011-3/+3
| | | | | | | | will find out if it works/breaks before we do our next release. It's all about bad blocks in the remap area of the disk. Notes: svn path=/head/; revision=12558
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-29/+31
| | | | Notes: svn path=/head/; revision=9202
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
| | | | Notes: svn path=/head/; revision=8857
* Change the ioctl to match what went into wd.cPoul-Henning Kamp1995-05-181-3/+3
| | | | Notes: svn path=/head/; revision=8614
* Basic bad-block scanner. Works. Slow. Adds the bad-spots automatically.Poul-Henning Kamp1995-05-151-77/+76
| | | | Notes: svn path=/head/; revision=8537
* printf -> fprintf when you use a fd arg :-), oops!Rodney W. Grimes1995-05-141-1/+1
| | | | Notes: svn path=/head/; revision=8510
* Don't add a slash to the end of _PATH_DEV, it already has one.Rodney W. Grimes1995-05-141-1/+2
| | | | | | | | | | | Print a final newline to stderr after the scan finishes, only do it at the right place in this version, 1.1.5.1 caused an extra newline if you where not running -s, and it went to stdout instead of stderr. Obtained from: FreeBSD 1.1.5.1 Notes: svn path=/head/; revision=8509
* Add bad144 -s option to scan entire slice of disk.Rodney W. Grimes1995-05-142-4/+106
| | | | | | | Obtained from: FreeBSD 1.1.5.1 (Just the scan function itself was added) Notes: svn path=/head/; revision=8508
* mlink bad144.8 to man8/bad144.8 so we can find the manual page.Rodney W. Grimes1995-05-141-1/+2
| | | | | | | | | Use /${MACHINE} for MANSUBDIR instead of hardcoded /i386 Obtained from: FreeBSD 1.1.5.1 Notes: svn path=/head/; revision=8503
* - Don't write the label if the (undocumented) nflag is set.Bruce Evans1995-04-151-60/+67
| | | | | | | | | | | | | - Don't write the label directly - use DIOCWDINFO. - Avoid overflow in calculation of lseek() offsets. - Fix format args in strings some more. %ld and %lu were often reversed and #ifdefed out strings weren't fixed. - Don't hard code the raw partition letter or DKBAD*. - Write the qsort() comparision function in `C'. - Fix all remaining warnings from `cc -Wall -Walmost-really-all'. Notes: svn path=/head/; revision=7859
* Clean up, and make it work with Bruces wd.c changes.Poul-Henning Kamp1995-04-092-31/+66
| | | | | | | Bad144 is on the way back. Notes: svn path=/head/; revision=7696
* Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 isBruce Evans1994-10-251-1/+1
| | | | | | | a poor value for a magic number, and we need to be compatible. Notes: svn path=/head/; revision=3857
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-2/+2
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1856
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-263-0/+855
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553