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