Bruce Evans
ba31b45080
Fixed printf format errors.
1998-06-28 19:06:17 +00:00
Philippe Charnier
65b4c10030
Add rcsid, remove unused #includes. Use err(3).
1998-06-08 06:44:05 +00:00
Joseph Koshy
9595a75afa
Spelling corrections.
...
PR: 6829
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-03 04:21:41 +00:00
Poul-Henning Kamp
d030d2d2ae
Many places in the code NULL is used in integer context, where
...
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
John-Mark Gurney
1ccbcf70f7
tell dset how to save the pnp info in the kernel...
1997-09-09 12:51:02 +00:00
Warner Losh
8d64695c7c
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 03:33:12 +00:00
Joerg Wunsch
d048f017ad
Record num_eisa_slots if it could be found in the kernel.
1997-03-12 18:54:52 +00:00
Peter Wemm
c0ec1f37ef
Revert $FreeBSD$ to $Id$
1997-02-22 14:40:44 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Jordan K. Hubbard
c01fb41027
Back out my -k changes; there's a better way to do this in the short-term.
1996-10-02 07:22:26 +00:00
Jordan K. Hubbard
a38ec0017c
Add support for dset'ing an arbitrary kernel (experimental).
1996-10-01 14:42:36 +00:00
Joerg Wunsch
b450b4dcf1
Stupid bug, the default man page goes to section 1, not 8.
...
Closes PR #misc/1172: Error in sbin/dset/Makefile
Submitted by: masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
1996-05-03 18:09:06 +00:00
Mike Pritchard
153ee7bd86
Specify FreeBSd on the .Os line, since this is a FreeBSD-specific
...
program. Use the .Fx (FreeBSD) macro in the HISTORY section.
1996-05-02 22:34:19 +00:00
Joerg Wunsch
57734516b3
Oops, forgot to `cvs add' this one first...
1996-05-02 21:47:45 +00:00
Joerg Wunsch
de6dcee867
Add a man page.
1996-05-02 21:42:18 +00:00
Poul-Henning Kamp
a8b878b7d1
NBPG -> getpagesize()
1996-05-02 09:09:04 +00:00
Rodney W. Grimes
5ebc7e6281
Remove trailing whitespace.
1995-05-30 06:12:45 +00:00
Poul-Henning Kamp
eb01b2314d
The dset program didn't set the "msize" (iosiz in userconfig).
...
Reviewed by: davidg
1995-05-22 01:37:24 +00:00
Ugen J.S. Antsilevich
1079e644a8
Fix it - now this programm should work probably..It is
...
still commented out in rc and i ask everybody to test it and
reply if it makes any troubles...If no - very good..
1995-03-12 13:27:24 +00:00
Bruce Evans
bc84e96c42
Use the correct include path if there's an obj directory.
1995-01-24 06:10:48 +00:00
Ugen J.S. Antsilevich
006baf01ee
src/sbin/dset
...
*blush* this is the commit i meant to do before..
Utility to save device configuration.
1995-01-23 15:42:59 +00:00