Commit Graph

18 Commits

Author SHA1 Message Date
phk
d8ac409160 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
jmg
e7c02f7386 tell dset how to save the pnp info in the kernel... 1997-09-09 12:51:02 +00:00
imp
167db52912 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
d5c33ac549 Record num_eisa_slots if it could be found in the kernel. 1997-03-12 18:54:52 +00:00
peter
4968036f61 Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
jkh
808a36ef65 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
jkh
47ef5d3faf 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
jkh
3d87a60089 Add support for dset'ing an arbitrary kernel (experimental). 1996-10-01 14:42:36 +00:00
joerg
d67c50e67b 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
mpp
365cd3914b 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
6c18050917 Oops, forgot to `cvs add' this one first... 1996-05-02 21:47:45 +00:00
joerg
0684b1c944 Add a man page. 1996-05-02 21:42:18 +00:00
phk
8b3eb1da82 NBPG -> getpagesize() 1996-05-02 09:09:04 +00:00
rgrimes
f3a2b348da Remove trailing whitespace. 1995-05-30 06:12:45 +00:00
phk
e427341a6b The dset program didn't set the "msize" (iosiz in userconfig).
Reviewed by:	davidg
1995-05-22 01:37:24 +00:00
ugen
93ea085cc1 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
bde
addc929715 Use the correct include path if there's an obj directory. 1995-01-24 06:10:48 +00:00
ugen
6ce7502ad0 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