summaryrefslogtreecommitdiff
path: root/usr.sbin/fdread/fdread.c
AgeCommit message (Expand)Author
2025-11-25fdread: Fix logic bug when reading by sectorMatt Jacobson
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-03Free the memory allocated to trackbuf before exiting, it might fix a potentialMarcelo Araujo
2016-04-14Use NULL instead of 0 for pointers.Marcelo Araujo
2011-11-06Mark global functions and/or variables in fdread(8) static where possible.Ed Schouten
2011-06-17Open the floppy disk device with O_RDONLY rather than O_RDWR. AfterJoerg Wunsch
2009-06-24Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.Joerg Wunsch
2006-07-20Remove unused variables.Stefan Farfeleder
2005-10-26fdread cannot work without opening the /dev/fd node in O_RDWR mode now,Peter Wemm
2005-01-08Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI
2001-07-02Break out the function to print the FDC error information intoJoerg Wunsch
2001-06-26Implement the -I option that uses the FD_READID ioctl in order to readJoerg Wunsch
2001-06-06Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle theJoerg Wunsch
2001-06-04Now that we've got the ne765.h file installed under <dev/ic/>, use itJoerg Wunsch
2001-05-14Initial import of fdread(1), a logical counterpart to fdwrite(1).Joerg Wunsch