Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change MACHINE to MACHINE_ARCH to support MACHINE=pc98. | jb | 1998-09-05 | 1 | -1/+1 |
| | |||||
* | Fixed printing of and comparison with d_typename[]. It is not always | bde | 1997-12-12 | 1 | -5/+8 |
| | | | | null terminated. | ||||
* | MF22 (oops, I committed it to the wrong tree yesterday). | bde | 1997-12-12 | 1 | -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. | ||||
* | Fixed the usual multiplication overflow bug in an lseek() offset calculation. | bde | 1997-12-11 | 1 | -2/+3 |
| | | | | The scan for bad sectors was broken for offsets >= 4G on 32-bit systems. | ||||
* | Merged from Lite2 (fix misformattings in copyright). | bde | 1997-12-11 | 1 | -4/+4 |
| | |||||
* | Use err(3). Add usage(). Remove Xref: format(8) does not exist. | charnier | 1997-09-04 | 2 | -120/+75 |
| | |||||
* | Commit the longstanding bin/410 & kern/411 fix, in the hope that somebody | phk | 1995-12-01 | 1 | -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. | ||||
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -29/+31 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |
| | |||||
* | Change the ioctl to match what went into wd.c | phk | 1995-05-18 | 1 | -3/+3 |
| | |||||
* | Basic bad-block scanner. Works. Slow. Adds the bad-spots automatically. | phk | 1995-05-15 | 1 | -77/+76 |
| | |||||
* | printf -> fprintf when you use a fd arg :-), oops! | rgrimes | 1995-05-14 | 1 | -1/+1 |
| | |||||
* | Don't add a slash to the end of _PATH_DEV, it already has one. | rgrimes | 1995-05-14 | 1 | -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 | ||||
* | Add bad144 -s option to scan entire slice of disk. | rgrimes | 1995-05-14 | 2 | -4/+106 |
| | | | | Obtained from: FreeBSD 1.1.5.1 (Just the scan function itself was added) | ||||
* | mlink bad144.8 to man8/bad144.8 so we can find the manual page. | rgrimes | 1995-05-14 | 1 | -1/+2 |
| | | | | | | Use /${MACHINE} for MANSUBDIR instead of hardcoded /i386 Obtained from: FreeBSD 1.1.5.1 | ||||
* | - Don't write the label if the (undocumented) nflag is set. | bde | 1995-04-15 | 1 | -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'. | ||||
* | Clean up, and make it work with Bruces wd.c changes. | phk | 1995-04-09 | 2 | -31/+66 |
| | | | | Bad144 is on the way back. | ||||
* | Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 is | bde | 1994-10-25 | 1 | -1/+1 |
| | | | | a poor value for a magic number, and we need to be compatible. | ||||
* | Get rid of update. Make man page installation work with our scheme | wollman | 1994-08-05 | 1 | -2/+2 |
| | | | | (and rename a few in the process). | ||||
* | Converted 'vmunix' to 'kernel'. | dg | 1994-08-05 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite usr.sbin Sources | rgrimes | 1994-05-26 | 3 | -0/+855 |