aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdread
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Free the memory allocated to trackbuf before exiting, it might fix a potentialMarcelo Araujo2017-05-031-0/+4
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-29/+0
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-142-3/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-20/+6
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | - Cleanups pc98 code.Yoshihiro Takahashi2014-09-281-20/+6
|/
* 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
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* 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
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.Xin LI2005-01-083-28/+30
* Fixed fd related tools on pc98.Yoshihiro Takahashi2004-11-091-0/+39
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp2004-08-201-90/+49
* PC98 got it right here: sectors can be non-512 byte sized.Poul-Henning Kamp2004-07-071-5/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-11/+22
* Add PC98 supports.Yoshihiro Takahashi2004-03-282-5/+69
* Set size field correctly, it is number of sectors on the device, notPoul-Henning Kamp2004-02-251-2/+6
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+4
* Long promised major enhancement set for the floppy disk driver:Joerg Wunsch2001-12-152-3/+397
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* mdoc(7) police: use plain text parentheses with plain text blocks.Ruslan Ermilov2001-07-051-3/+1
* Break out the function to print the FDC error information intoJoerg Wunsch2001-07-024-44/+114
* Implement the -I option that uses the FD_READID ioctl in order to readJoerg Wunsch2001-06-262-3/+107
* 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
* Fix man page markup.Joerg Wunsch2001-05-161-23/+28
* Initial import of fdread(1), a logical counterpart to fdwrite(1).Joerg Wunsch2001-05-143-0/+497