| #
e7bcd658
|
| 14-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
packages: move floppy utilities into a new package
Very few people use floppy disks nowadays. Move the fd utilities into a new package.
Reviewed by: imp, des Approved by: des (mentor) Differential
packages: move floppy utilities into a new package
Very few people use floppy disks nowadays. Move the fd utilities into a new package.
Reviewed by: imp, des Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50291
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
e7bcd658
|
| 14-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
packages: move floppy utilities into a new package
Very few people use floppy disks nowadays. Move the fd utilities into a new package.
Reviewed by: imp, des Approved by: des (mentor) Differential
packages: move floppy utilities into a new package
Very few people use floppy disks nowadays. Move the fd utilities into a new package.
Reviewed by: imp, des Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50291
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
1a0fda2b
|
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
| #
9199c09a
|
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
| #
71ccf092
|
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
The last big commit: let usr.sbin/ use WARNS=6 by default.
|
| #
4c1f1c62
|
| 08-Jan-2005 |
Xin LI <delphij@FreeBSD.org> |
Cleanup usr.sbin/fd* so they can compile under WARNS=6.
fdcontrol/fdcontrol.c: - Add const constraint to an intermediate value which is not supposed to be changed elsewhere. fdread/fdread.c: -
Cleanup usr.sbin/fd* so they can compile under WARNS=6.
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.
show more ...
|
| #
42c159fe
|
| 25-Mar-2002 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Modernize my email address.
|
| #
90e655ea
|
| 20-Jul-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Perform a major cleanup of the usr.sbin Makefiles. 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.
|
| #
ac24b049
|
| 20-Jul-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove GCC'isms in CFLAGS.
|
| #
345e52e7
|
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
| #
c73e22c3
|
| 20-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Set the default manual section for usr.sbin/ to 8.
|
| #
97d92980
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
476602a9
|
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
| #
1130b656
|
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
| #
b365f236
|
| 14-Oct-1994 |
Joerg Wunsch <joerg@FreeBSD.org> |
#include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longer necessary. Requested by: phk
|
| #
b5173cbe
|
| 18-Sep-1994 |
Poul-Henning Kamp <phk@FreeBSD.org> |
A small program, which can take a file of any size, format, write and verify it onto a bunch of floppies in a semi-intelligent way.
Useful for things like: tar cf - . | gzip -9 | fdwrite -d /dev/rf
A small program, which can take a file of any size, format, write and verify it onto a bunch of floppies in a semi-intelligent way.
Useful for things like: tar cf - . | gzip -9 | fdwrite -d /dev/rfd0.1720 -v
Where it will keep asking for floppies until tar is done.
show more ...
|
| #
e7bcd658
|
| 14-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
packages: move floppy utilities into a new package
Very few people use floppy disks nowadays. Move the fd utilities into a new package.
Reviewed by: imp, des Approved by: des (mentor) Differential
packages: move floppy utilities into a new package
Very few people use floppy disks nowadays. Move the fd utilities into a new package.
Reviewed by: imp, des Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50291
show more ...
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
1a0fda2b
|
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
| #
9199c09a
|
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
| #
71ccf092
|
| 02-Jan-2010 |
Ed Schouten <ed@FreeBSD.org> |
The last big commit: let usr.sbin/ use WARNS=6 by default.
|
| #
4c1f1c62
|
| 08-Jan-2005 |
Xin LI <delphij@FreeBSD.org> |
Cleanup usr.sbin/fd* so they can compile under WARNS=6.
fdcontrol/fdcontrol.c: - Add const constraint to an intermediate value which is not supposed to be changed elsewhere. fdread/fdread.c: -
Cleanup usr.sbin/fd* so they can compile under WARNS=6.
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.
show more ...
|
| #
42c159fe
|
| 25-Mar-2002 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Modernize my email address.
|