Home | History | Annotate | Download | only in eeprom
History log of /src/usr.sbin/eeprom/ophandlers.c
RevisionDateAuthorComments
 1.13  02-Jul-2013  joerg Finish ANSIfication. Drop extra spaces from __P removal. Add more
static. Add more const. Use __dead for usage().
 1.12  15-Mar-2013  nakayama Use explicitly defined macros in Makefile to determine to use
eeprom and/or openprom handlers, instead of predefined compiler
macros (__sun__, __sparc__ ...).
 1.11  04-Jan-2011  wiz branches: 1.11.6; 1.11.12;
Fix fd leak in error case. Found by cppcheck.
 1.10  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.9  16-Jan-2007  hubertf branches: 1.9.10;
* Don't include headers twice
* Remove a few trailing whitespaces
* Rearrange and join to one #if for some headers

Patch contributed by Slava Semushin <slava.semushin@gmail.com>
in private mail.
 1.8  28-Nov-2000  mrg several clean ups:
- don't include eeprom support on sparc64.
- work out if we are eeprom or openprom from the results of open()
and/or ioctl(), rather than grovelling the kernel.
- move all eeprom specific code to eehandlers.c
- update manpage for sparc64 usage, remove delete -N switch

with these changes, eeprom(8) no longer needs to be setgid.
 1.7  19-Nov-2000  mrg de-__P-ify.
 1.6  18-Oct-1997  lukem deprecate register, use memset/memmove instead of bzero/bcopy
 1.5  30-Jul-1997  jtc Fix files using old TNF copyright notice
 1.4  23-Jul-1997  thorpej - __RCSID/__COPYRIGHT/prototype police.
- Fix compiler warnings.
 1.3  13-Apr-1997  mrg be safe with buffers.
 1.2  28-Feb-1996  thorpej Copyright assigned to The NetBSD Foundation.
 1.1  13-Jul-1995  thorpej Program to display for modify contents of the EEPROM or OpenProm on
Sun 3 and SPARC systems, similar to the SunOS command of the same name.
 1.9.10.1  18-May-2008  yamt sync with head.
 1.11.12.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.11.12.1  23-Jun-2013  tls resync from head
 1.11.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed