summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eeprom/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Zap unused ktent variable in functionskn2020-01-091-4/+1
* now that openprom is always 1, remove conditionalstedu2016-09-011-24/+14
* remove sparc supporttedu2016-09-011-112/+2
* drop setgid kmem. If you want to play with eeprom, you generallyderaadt2015-03-111-7/+1
* sparc also needs <machine/param.h> for CPU_SUN*.miod2015-01-191-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Shunt hwupdate property decoding in sparc's old prom (sun4 only) ifmiod2014-07-241-1/+5
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* We don't have /dev/eeprom on sparc64.kettenis2007-11-141-31/+23
* Make this compile on macppc (OpenPROM support only) and build it there.kettenis2007-11-121-21/+24
* some small cleanup, including standard synopsis/usage and sort options;jmc2007-09-071-6/+7
* add support to print the derivated tree from the OpenPROM (alas devinfo orfgsch2007-09-041-6/+16
* more setres[ug]id; ok deraadt@djm2005-05-021-3/+5
* ansideraadt2004-07-091-9/+6
* check strdup failure; ok anil millertderaadt2003-09-261-1/+3
* GNU semantics say that if optstring begins with '-' thenmillert2002-12-081-3/+3
* Get cpu type through sysctl. no more need for kvm.art2002-06-141-31/+10
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* sparc64 supportjason2001-09-201-1/+9
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-2/+2
* whack kmem gid after kvm_openfiles()deraadt1998-07-081-2/+7
* setgid back; from kashmir@umiacs.UMD.EDUderaadt1996-07-221-1/+3
* fix multi-arg bugderaadt1996-05-241-3/+3
* From NetBSD: merge of 960317niklas1996-03-251-18/+23
* initial import of NetBSD treederaadt1995-10-181-0/+303