summaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fdformat is a sysadmin command and thus its man page should be inCy Schubert2017-12-051-0/+1
| | | | | | | | | | | 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
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314659
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-4/+0
| | | | | | | | | I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | Notes: svn path=/head/; revision=201390
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI2005-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add PC98 supports.Yoshihiro Takahashi2004-03-281-0/+4
| | | | | | | Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (mostly) Notes: svn path=/head/; revision=127522
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+2
| | | | | | | | 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
* Make fdformat WARN=2 ready.Joerg Wunsch2001-07-031-1/+1
| | | | Notes: svn path=/head/; revision=79161
* Fixed the world breakage in rev. 1.8 (space after -I).Ruslan Ermilov2001-07-031-1/+2
| | | | | | | While here, removed the GCCism (replaced with WARNS?=1). Notes: svn path=/head/; revision=79136
* Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c toJoerg Wunsch2001-07-021-4/+4
| | | | | | | | | | | | 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
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+0
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+4
| | | | Notes: svn path=/head/; revision=74532
* Transfer speed definitions are now also found in <machine/ioctl_fd.h>.Joerg Wunsch1994-09-251-1/+1
| | | | | | | Remove the old include file, since it used to be in a non-public place. Notes: svn path=/head/; revision=3097
* Added a missing ${DESTDIR}. The real problem is that stuff related toPoul-Henning Kamp1994-09-181-1/+1
| | | | | | | | floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ?? Notes: svn path=/head/; revision=2852
* Fix include path.David Greenman1994-09-171-1/+1
| | | | Notes: svn path=/head/; revision=2840
* Make use of the new FDOPT_NORETRY facility. It does not make sense toJoerg Wunsch1994-05-221-24/+1
| | | | | | | | | 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
* We got now floppy formatterAndrey A. Chernov1994-01-261-0/+32
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1022