aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdread/fdread.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Free the memory allocated to trackbuf before exiting, it might fix a potentialMarcelo Araujo2017-05-031-0/+4
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-141-1/+1
* Mark global functions and/or variables in fdread(8) static where possible.Ed Schouten2011-11-061-8/+8
* Open the floppy disk device with O_RDONLY rather than O_RDWR. AfterJoerg Wunsch2011-06-171-1/+1
* Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.Joerg Wunsch2009-06-241-8/+1
* Remove unused variables.Stefan Farfeleder2006-07-201-2/+2
* fdread cannot work without opening the /dev/fd node in O_RDWR mode now,Peter Wemm2005-10-261-1/+1
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI2005-01-081-21/+21
* Break out the function to print the FDC error information intoJoerg Wunsch2001-07-021-44/+4
* Implement the -I option that uses the FD_READID ioctl in order to readJoerg Wunsch2001-06-261-3/+75
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle theJoerg Wunsch2001-06-061-2/+1
* Now that we've got the ne765.h file installed under <dev/ic/>, use itJoerg Wunsch2001-06-041-2/+1
* Initial import of fdread(1), a logical counterpart to fdwrite(1).Joerg Wunsch2001-05-141-0/+307