History log of /src/usr.sbin/eeprom/Makefile |
Revision | | Date | Author | Comments |
1.19 |
| 02-May-2013 |
matt | This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that share a MACHINE_ARCH for userland so that except for etc, will produce identical sets.
usr/include/machine now points to usr/include/arm
|
1.18 |
| 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.17 |
| 15-Dec-2011 |
macallan | branches: 1.17.6; build eeprom on shark this has been working for ages, why did I never commit it?
|
1.16 |
| 13-Dec-2009 |
nakayama | branches: 1.16.6; System utilities, boot programs and kernel modules are machine (port) specific not CPU, so use MACHINE not MACHINE_ARCH.
|
1.15 |
| 14-Feb-2009 |
abs | Convert more MACHINE tests to MACHINE_ARCH
|
1.14 |
| 01-Mar-2007 |
garbled | branches: 1.14.20; Add support for the prep nvram device to eeprom.
|
1.13 |
| 17-Nov-2006 |
christos | branches: 1.13.2; getdate is in libutil.
|
1.12 |
| 16-Aug-2006 |
macallan | Add OpenFirmware support to eeprom(8) and build it on macppc. Tested on macppc and sparc
|
1.11 |
| 08-May-2003 |
petrov | Add CPPFLAGS.
|
1.10 |
| 19-Jul-2002 |
mrg | don't build eehandlers.c on MACHINE_ARCH!=sparc64
|
1.9 |
| 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.8 |
| 17-Jan-1999 |
eeh | This is also useful for sparc64.
|
1.7 |
| 01-Nov-1998 |
lukem | use YPREFIX
|
1.6 |
| 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
1.5 |
| 18-Oct-1997 |
lukem | enable WARNS=1 by default, but disable in unclean 3rd party code
|
1.4 |
| 24-Sep-1997 |
jeremy | Add sun3x to the list of machines using this program.
|
1.3 |
| 23-Jul-1997 |
thorpej | - __RCSID/__COPYRIGHT/prototype police. - Fix compiler warnings.
|
1.2 |
| 23-Jun-1997 |
mrg | move man pages into share/man.
|
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.13.2.1 |
| 04-Mar-2007 |
bouyer | Pull up following revision(s) (requested by garbled in ticket #482): share/man/man4/man4.prep/intro.4: revision 1.1 usr.sbin/eeprom/eeprom.8: revision 1.12 usr.sbin/eeprom/prephandlers.c: revision 1.1 distrib/sets/lists/base/md.prep: revision 1.13 distrib/sets/lists/comp/md.prep: revision 1.22 sys/arch/prep/conf/majors.prep: revision 1.19 share/man/man4/man4.prep/Makefile: revision 1.1 share/man/man4/Makefile: revision 1.421 usr.sbin/eeprom/defs.h: revision 1.10 share/man/man4/man4.prep/nvram.4: revision 1.1 sys/arch/prep/pnpbus/nvram_pnpbus.c: revision 1.6 usr.sbin/eeprom/Makefile: revision 1.14 etc/mtree/NetBSD.dist: revision 1.333 usr.sbin/eeprom/main.c: revision 1.17 etc/etc.prep/MAKEDEV.conf: revision 1.5 distrib/sets/lists/man/mi: revision 1.978 usr.sbin/eeprom/pathnames.h: revision 1.3 sys/arch/prep/include/Makefile: revision 1.19 sys/arch/prep/include/nvram.h: revision 1.3 Finish the code in the prep nvram driver that makes it an actual device (/dev/nvram) and implement all the associated ioctls fully. Tested with a hacked up copy of eeprom(8). Right now it can only be used to see the nvram GEV contents, not actually edit them. Will do that later some day.
|
1.14.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.16.6.2 |
| 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")
|
1.16.6.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.17.6.1 |
| 23-Jun-2013 |
tls | resync from head
|