summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eeprom (follow)
Commit message (Expand)AuthorAgeFilesLines
* Zap unused ktent variable in functionskn2020-01-091-4/+1
* Document OBP boot-device and boot-file variableskn2020-01-081-2/+10
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-17/+17
* get_date(), from getdate.y, was last used in the sparc support, so zap itguenther2017-12-302-918/+2
* Tweak heuristics to make sure /memory properties are more likely to bekettenis2017-10-201-12/+13
* Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenissthen2017-04-261-2/+2
* Build on arm64.kettenis2017-01-231-3/+3
* no more sparc; ok tedu kettenisjmc2016-09-011-7/+2
* now that openprom is always 1, remove conditionalstedu2016-09-011-24/+14
* remove sparc supporttedu2016-09-013-773/+5
* Build eeprom(8) on octeon.visa2016-07-051-3/+4
* Build on armv7.kettenis2016-05-211-3/+4
* Byteswap 32-bit "cells" on little-endian platforms before printing them.kettenis2016-05-211-2/+4
* Zero op_name when we start enumerating properties such that we don't riskkettenis2016-05-211-1/+2
* Provide a prototype for yyparse(). Unbreaks the tree.kettenis2015-12-311-1/+3
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-202-4/+4
* drop setgid kmem. If you want to play with eeprom, you generallyderaadt2015-03-112-11/+2
* sparc also needs <machine/param.h> for CPU_SUN*.miod2015-01-191-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Be sure to print time_t with the appropriate format specifier. Repairsmiod2015-01-151-2/+2
* Nuke more obvious #include duplications.krw2014-11-182-4/+2
* Shunt hwupdate property decoding in sparc's old prom (sun4 only) ifmiod2014-07-242-2/+8
* Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@millert2013-12-032-45/+36
* no need for timeb.hderaadt2013-12-031-2/+1
* unsigned char for ctypederaadt2013-11-281-4/+4
* Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).deraadt2013-04-191-4/+4
* derivated -> derived; from daniel dickmanjmc2013-03-111-3/+3
* update license.fgsch2009-01-141-21/+13
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-265-41/+6
* no need for sparc/sparc64 ifdefs, since this file is sparc onlyderaadt2008-06-251-7/+1
* Do not abort walking the tree if a node's contents is too large; allowsmiod2008-03-231-4/+10
* Allow multiple NUL characters within string-valued properties (but add ankettenis2008-02-221-6/+23
* We don't have /dev/eeprom on sparc64.kettenis2007-11-142-33/+25
* Make this compile on macppc (OpenPROM support only) and build it there.kettenis2007-11-125-38/+40
* better printing code, fixing certain properties; reported by kettenis,fgsch2007-09-091-9/+15
* some small cleanup, including standard synopsis/usage and sort options;jmc2007-09-072-22/+18
* add support to print the derivated tree from the OpenPROM (alas devinfo orfgsch2007-09-046-13/+185
* convert to new .Dd format;jmc2007-05-311-2/+2
* use the right capitalization for `EBus' and `SBus'sobrado2007-05-291-2/+2
* Fix format string bugs by using strlcpy() instead ofmoritz2007-01-031-6/+5
* more setres[ug]id; ok deraadt@djm2005-05-021-3/+5
* Filter openprom environment strings with strnvis(); ok deraadt@ krw@miod2005-03-061-7/+31
* - describe which interfaces respect local-mac-address?; this is basedjmc2004-08-241-25/+38
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-012-39/+14
* ansideraadt2004-07-093-61/+26
* fix printfhenning2003-11-271-2/+2
* check strdup failure; ok anil millertderaadt2003-09-261-1/+3
* some ansification, some de-registerderaadt2003-06-111-9/+7
* standalone/stand alone -> stand-alone;jmc2003-04-141-2/+2
* typos;jmc2003-01-311-86/+70