summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdread
Commit message (Expand)AuthorAgeFilesLines
* MFC r317742:araujo2017-05-171-0/+4
* Use NULL instead of 0 for pointers.araujo2016-04-142-3/+3
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge from head@274682sjg2014-11-191-20/+6
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Updated dependenciessjg2013-03-111-0/+1
| * Updated dependenciessjg2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
* | - Cleanups pc98 code.nyan2014-09-281-20/+6
|/
* Mark global functions and/or variables in fdread(8) static where possible.ed2011-11-061-8/+8
* Open the floppy disk device with O_RDONLY rather than O_RDWR. Afterjoerg2011-06-171-1/+1
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
* Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.joerg2009-06-241-8/+1
* Remove unused variables.stefanf2006-07-201-2/+2
* fdread cannot work without opening the /dev/fd node in O_RDWR mode now,peter2005-10-261-1/+1
* Expand *n't contractions.ru2005-02-131-1/+1
* Added the EXIT STATUS section where appropriate.ru2005-01-171-2/+2
* Cleanup usr.sbin/fd* so they can compile under WARNS=6.delphij2005-01-083-28/+30
* Fixed fd related tools on pc98.nyan2004-11-091-0/+39
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:phk2004-08-201-90/+49
* PC98 got it right here: sectors can be non-512 byte sized.phk2004-07-071-5/+0
* Mechanically kill hard sentence breaks.ru2004-07-021-11/+22
* Add PC98 supports.nyan2004-03-282-5/+69
* Set size field correctly, it is number of sectors on the device, notphk2004-02-251-2/+6
* Use `The .Nm utility'charnier2002-04-201-1/+4
* Long promised major enhancement set for the floppy disk driver:joerg2001-12-152-3/+397
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
* mdoc(7) police: use plain text parentheses with plain text blocks.ru2001-07-051-3/+1
* Break out the function to print the FDC error information intojoerg2001-07-024-44/+114
* Implement the -I option that uses the FD_READID ioctl in order to readjoerg2001-06-262-3/+107
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle thejoerg2001-06-061-2/+1
* Now that we've got the ne765.h file installed under <dev/ic/>, use itjoerg2001-06-041-2/+1
* Fix man page markup.joerg2001-05-161-23/+28
* Initial import of fdread(1), a logical counterpart to fdwrite(1).joerg2001-05-143-0/+497
OpenPOWER on IntegriCloud