aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ndiscvt/ndiscvt.c
Commit message (Expand)AuthorAgeFilesLines
* ndiscvt(8): abort if no IDs were found during conversion.Andriy Voskoboinyk2019-01-301-1/+2
* Don't leak outfile. Free it before we return from bincvt.Warner Losh2017-12-281-0/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Add a missing check for freadEitan Adler2012-11-151-0/+2
* Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',Dimitry Andric2010-11-011-2/+2
* ANSIfy some more tools in usr.sbin/.Ed Schouten2010-01-021-4/+2
* Use a ndis_ prefix on the C variable instead of directly using the .sysAndrew Thompson2008-04-151-4/+4
* Silence GCC4 signed/unsigned pointer mismatch warning.Alexander Kabaev2006-09-211-1/+1
* Clean up and apply the fix for PR 83477. The calculation for locatingBill Paul2005-10-261-2/+2
* Fix a small bug in firmcvt: outfile must be strdup()ed.Bill Paul2005-02-191-1/+11
* Next step on the road to IRPs: create and use an imitation of theBill Paul2005-02-081-0/+1
* Today, RealTek sent me a driver to test which had been compiled withBill Paul2004-08-021-45/+43
* Big mess 'o changes:Bill Paul2004-08-011-11/+144
* Add preliminary support for PCMCIA devices in addition to PCI/cardbus.Bill Paul2004-03-071-1/+5
* Fix usage() (-d is really -n).Brian Feldman2004-01-021-1/+1
* Handle WinNT .inf files with a $windows nt$ signature but no .NT decoratedBill Paul2004-01-021-1/+1
* Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addBill Paul2004-01-021-5/+19
* Make ndiscvt(8) emit the binary image array as inline assembly code ratherBill Paul2003-12-181-8/+16
* Fix getopt() string so -o works.Bill Paul2003-12-111-1/+1
* Commit the ndiscvt(8) utility too. (Missed it in the last import.)Bill Paul2003-12-111-0/+264