| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
volume 8 instead of volume 1.
Reviewed by: imp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D13370
Notes:
svn path=/head/; revision=326558
|
|
|
|
|
|
|
|
|
|
| |
This simplifies make logic/output
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314659
|
|
|
|
|
|
|
|
|
| |
I thank all developers and contributors for pc98.
Relnotes: yes
Notes:
svn path=/head/; revision=312910
|
|
|
|
| |
Notes:
svn path=/head/; revision=201390
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fdcontrol/fdcontrol.c:
- Add const constraint to an intermediate value
which is not supposed to be changed elsewhere.
fdread/fdread.c:
- Use _devname in favor of devname to avoid name
conflicit.
- -1 is less than any positive number so in order
to get the block to function, we should get the
block a little earlier.
- Cast to remove signed when we are sure that a
return value is positive, or is compared with
an positive number (tracknumber of a floppy
disk is not likely to have UINT_MAX/2 anyway)
fdread/fdutil.c:
- Use more specific initializer
fdwrite/fdwrite.c:
- Use static on format_track since it's not
referenced in other places.
- Use const char* to represent string constant.
Bump WARNS accordingly.
Notes:
svn path=/head/; revision=139905
|
|
|
|
|
|
|
| |
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (mostly)
Notes:
svn path=/head/; revision=127522
|
|
|
|
|
|
|
|
| |
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=80029
|
|
|
|
| |
Notes:
svn path=/head/; revision=79161
|
|
|
|
|
|
|
| |
While here, removed the GCCism (replaced with WARNS?=1).
Notes:
svn path=/head/; revision=79136
|
|
|
|
|
|
|
|
|
|
|
|
| |
give a bit more information about up to 10 errors encountered during
formatting (unless -q has been specified, of course).
While being here, removed a bitrotten comment in the Makefile, and
kill the old Emacs local variable stuff at the end of fdformat.c
that's no longer useful anway.
Notes:
svn path=/head/; revision=79111
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74816
|
|
|
|
| |
Notes:
svn path=/head/; revision=74532
|
|
|
|
|
|
|
| |
Remove the old include file, since it used to be in a non-public place.
Notes:
svn path=/head/; revision=3097
|
|
|
|
|
|
|
|
| |
floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include
somewhere ??
Notes:
svn path=/head/; revision=2852
|
|
|
|
| |
Notes:
svn path=/head/; revision=2840
|
|
|
|
|
|
|
|
|
| |
verify formatted tracks with fully retryng. The head should not be moved
in either case.
Also some minor copyright cleanup.
Notes:
svn path=/head/; revision=1533
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1022
|