| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=38850
|
|
|
|
|
|
|
| |
null terminated.
Notes:
svn path=/head/; revision=31685
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
The scan for bad sectors was broken for offsets >= 4G on 32-bit systems.
Notes:
svn path=/head/; revision=31670
|
|
|
|
| |
Notes:
svn path=/head/; revision=31669
|
|
|
|
| |
Notes:
svn path=/head/; revision=29101
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=9202
|
|
|
|
| |
Notes:
svn path=/head/; revision=8857
|
|
|
|
| |
Notes:
svn path=/head/; revision=8614
|
|
|
|
| |
Notes:
svn path=/head/; revision=8537
|
|
|
|
| |
Notes:
svn path=/head/; revision=8510
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD 1.1.5.1 (Just the scan function itself was added)
Notes:
svn path=/head/; revision=8508
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
| |
Bad144 is on the way back.
Notes:
svn path=/head/; revision=7696
|
|
|
|
|
|
|
| |
a poor value for a magic number, and we need to be compatible.
Notes:
svn path=/head/; revision=3857
|
|
|
|
|
|
|
| |
(and rename a few in the process).
Notes:
svn path=/head/; revision=1863
|
|
|
|
| |
Notes:
svn path=/head/; revision=1856
|
|
Notes:
svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553
|