| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Calculate delays in microseconds, so that delays of less than
one second between reads (needed to implement rates exceeding
64KB/sec) do not get rounded down to zero.
* Fix a reinitialization problem when handling SIGHUP.
* Additional debug messages (only with -d).
* Comment and manpage improvememts
- Pass maintainership to submitter
PR: ports/115853 ports/143566
Submitted by: perryh@pluto.rain.com
Notes:
svn path=/head/; revision=280842
|
|
|
|
|
|
|
|
|
| |
announce on ports@
PR: ports/143566
Notes:
svn path=/head/; revision=279897
|
|
|
|
| |
Notes:
svn path=/head/; revision=200792
|
|
|
|
|
|
|
|
| |
- refine IGNORE
- bump PORTREVISION
Notes:
svn path=/head/; revision=162836
|
|
|
|
| |
Notes:
svn path=/head/; revision=162215
|
|
|
|
| |
Notes:
svn path=/head/; revision=144398
|
|
|
|
|
|
|
|
| |
PR: 45911
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
Notes:
svn path=/head/; revision=120372
|
|
|
|
|
|
|
| |
PR: ports/45911
Notes:
svn path=/head/; revision=87149
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
| |
Notes:
svn path=/head/; revision=68454
|
|
|
|
| |
Notes:
svn path=/head/; revision=67947
|
|
|
|
|
|
|
|
|
| |
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
Notes:
svn path=/head/; revision=65426
|
|
|
|
|
|
|
| |
remove MANCOMPRESSED=no, this is default.
Notes:
svn path=/head/; revision=47702
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Notes:
svn path=/head/; revision=47062
|
|
|
|
|
|
|
| |
Make Makefile patch manpage to comply with prefix
Notes:
svn path=/head/; revision=47056
|
|
|
|
|
|
|
|
|
|
|
| |
Change BROKEN= warning to state that it hasn't been tested on 4.x or lower
Use programs Makefile to build and add CFLAGS+= for location of config file
Modify default install location in files/Makefile
Change default location of config file to match default ports config file in diskcheckd.c
Bump PORTREVISION
Notes:
svn path=/head/; revision=47029
|
|
|
|
| |
Notes:
svn path=/head/; revision=46793
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=46545
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=46537
|
|
|
|
| |
Notes:
svn path=/head/; revision=45926
|
|
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=45265
|
|
|
|
| |
Notes:
svn path=/head/; revision=45263
|
|
|
|
|
|
|
| |
syntax.
Notes:
svn path=/head/; revision=45231
|
|
|
|
|
|
|
| |
Submitted by: imp
Notes:
svn path=/head/; revision=44760
|
|
|
|
| |
Notes:
svn path=/head/; revision=44757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reading variable sized blocks of data every second. This should be
more efficient.
Suggested & tested by: se
* Add a syntax for excluding CD-ROM drives etc.
Suggested by: des, se, many others...
Manual page updates coming soon.
Notes:
svn path=/head/; revision=44756
|
|
|
|
| |
Notes:
svn path=/head/; revision=44364
|
|
|
|
| |
Notes:
svn path=/head/; revision=43487
|
|
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.
Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.
Idea by: phk
Written by: ben
Notes:
svn path=/head/; revision=43474
|