summaryrefslogtreecommitdiff
path: root/usr.sbin/eeprom
AgeCommit message (Expand)Author
2017-12-30get_date(), from getdate.y, was last used in the sparc support, so zap itPhilip Guenther
2017-10-20Tweak heuristics to make sure /memory properties are more likely to beMark Kettenis
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-01-23Build on arm64.Mark Kettenis
2016-09-01no more sparc; ok tedu kettenisJason McIntyre
2016-09-01now that openprom is always 1, remove conditionalsTed Unangst
2016-09-01remove sparc supportTed Unangst
2016-07-05Build eeprom(8) on octeon.Visa Hankala
2016-05-21Build on armv7.Mark Kettenis
2016-05-21Byteswap 32-bit "cells" on little-endian platforms before printing them.Mark Kettenis
2016-05-21Zero op_name when we start enumerating properties such that we don't riskMark Kettenis
2015-12-31Provide a prototype for yyparse(). Unbreaks the tree.Mark Kettenis
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-03-11drop setgid kmem. If you want to play with eeprom, you generallyTheo de Raadt
2015-01-19sparc also needs <machine/param.h> for CPU_SUN*.Miod Vallat
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15Be sure to print time_t with the appropriate format specifier. RepairsMiod Vallat
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-07-24Shunt hwupdate property decoding in sparc's old prom (sun4 only) ifMiod Vallat
2013-12-03Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@Todd C. Miller
2013-12-03no need for timeb.hTheo de Raadt
2013-11-28unsigned char for ctypeTheo de Raadt
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Theo de Raadt
2013-03-11derivated -> derived; from daniel dickmanJason McIntyre
2009-01-14update license.Federico G. Schwindt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25no need for sparc/sparc64 ifdefs, since this file is sparc onlyTheo de Raadt
2008-03-23Do not abort walking the tree if a node's contents is too large; allowsMiod Vallat
2008-02-22Allow multiple NUL characters within string-valued properties (but add anMark Kettenis
2007-11-14We don't have /dev/eeprom on sparc64.Mark Kettenis
2007-11-12Make this compile on macppc (OpenPROM support only) and build it there.Mark Kettenis
2007-09-09better printing code, fixing certain properties; reported by kettenis,Federico G. Schwindt
2007-09-07some small cleanup, including standard synopsis/usage and sort options;Jason McIntyre
2007-09-04add support to print the derivated tree from the OpenPROM (alas devinfo orFederico G. Schwindt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29use the right capitalization for `EBus' and `SBus'Igor Sobrado
2007-01-03Fix format string bugs by using strlcpy() instead ofMoritz Jodeit
2005-05-02more setres[ug]id; ok deraadt@Damien Miller
2005-03-06Filter openprom environment strings with strnvis(); ok deraadt@ krw@Miod Vallat
2004-08-24- describe which interfaces respect local-mac-address?; this is basedJason McIntyre
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-07-09ansiTheo de Raadt
2003-11-27fix printfHenning Brauer
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-06-11some ansification, some de-registerTheo de Raadt
2003-04-14standalone/stand alone -> stand-alone;Jason McIntyre
2003-01-31typos;Jason McIntyre
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
2002-12-09Use strlcpy rather than unsafe string functions, especially in unreadable code.Miod Vallat
2002-12-08GNU semantics say that if optstring begins with '-' thenTodd C. Miller