joerg
ca1a6f97cd
Finish ANSIfication. Drop extra spaces from __P removal. Add more
...
static. Add more const. Use __dead for usage().
2013-07-02 11:59:46 +00:00
nakayama
61db04d3c6
Use explicitly defined macros in Makefile to determine to use
...
eeprom and/or openprom handlers, instead of predefined compiler
macros (__sun__, __sparc__ ...).
2013-03-15 20:22:44 +00:00
nakayama
1d09b9bbae
More WARNS=4 fixes, for sparc and sun3.
2009-04-29 09:13:58 +00:00
lukem
7a4c7e7ffc
Fix WARNS=4 issues (-Wextra -Wcast-qual).
...
Resolves PR bin/41282
2009-04-26 01:51:07 +00:00
lukem
9c1945664c
Remove the \n and tabs from the __COPYRIGHT() strings.
...
Tweak to use a consistent format.
2008-07-21 13:36:57 +00:00
martin
ce099b4099
Remove clause 3 and 4 from TNF licenses
2008-04-28 20:22:51 +00:00
garbled
9cc2c6c46c
Add support for the prep nvram device to eeprom.
2007-03-01 16:49:48 +00:00
macallan
ad53a0a585
Add OpenFirmware support to eeprom(8) and build it on macppc.
...
Tested on macppc and sparc
2006-08-16 03:24:57 +00:00
cgd
25bdbb661e
convert to use getprogname()
2001-02-19 23:22:40 +00:00
jmc
5ec07d55ff
Hmm...My last change was a bit too drastic. Sun3's would never run the inner
...
bit of checksum code. Restructure #ifdef's. Really, use_openprom should just
be visible on all ports and set to 0 on sun3 or something.
2001-01-29 03:11:50 +00:00
jmc
f8c082d5a5
Cleanup last set of cleanups so this compiles on systems without
...
openprom (ala sun3).
2001-01-28 22:22:25 +00:00
mrg
6ce96c999f
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.
2000-11-28 22:31:37 +00:00
mrg
7996c8de3a
de-__P-ify.
2000-11-19 11:15:01 +00:00
bjh21
ff579c68fd
Style nit -- hard-coded path names belong in pathnames.h.
2000-09-24 09:45:55 +00:00
itojun
bbef2fbaac
errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
2000-07-07 15:10:32 +00:00
lukem
c9fcc32882
deprecate register, use memset/memmove instead of bzero/bcopy
1997-10-18 08:40:40 +00:00
jtc
87f4ccd45f
Fix files using old TNF copyright notice
1997-07-30 22:53:50 +00:00
fair
1f7596052f
fix a compile error on non-sparc
1997-07-28 19:29:54 +00:00
thorpej
2434f06806
- __RCSID/__COPYRIGHT/prototype police.
...
- Fix compiler warnings.
1997-07-23 20:58:36 +00:00
thorpej
f4fab42521
Discard setgid privileges if we don't need them.
...
From Mike Grupenhoff <kashmir@vanquish.umiacs.umd.edu>, PR #2646 .
1996-09-27 02:39:46 +00:00
thorpej
7356f2c747
Fix think-o in the code that deals with multiple field names passed
...
on the command line.
1996-05-16 16:00:55 +00:00
thorpej
c479d69ad9
Copyright assigned to The NetBSD Foundation.
1996-02-28 01:13:20 +00:00
thorpej
da9b1f7603
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.
1995-07-13 18:07:19 +00:00