summaryrefslogtreecommitdiffstats
path: root/sbin/dset
Commit message (Collapse)AuthorAgeFilesLines
* Add rcsid, remove unused #includes. Use err(3).charnier1998-06-081-22/+22
|
* Spelling corrections.jkoshy1998-06-031-2/+2
| | | | | PR: 6829 Submitted by: Josh Gilliam <josh@quick.net>
* Many places in the code NULL is used in integer context, wherephk1997-09-181-1/+1
| | | | | | | | | 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>
* tell dset how to save the pnp info in the kernel...jmg1997-09-091-0/+86
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Record num_eisa_slots if it could be found in the kernel.joerg1997-03-121-1/+41
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Back out my -k changes; there's a better way to do this in the short-term.jkh1996-10-022-14/+5
|
* Add support for dset'ing an arbitrary kernel (experimental).jkh1996-10-012-9/+19
|
* Stupid bug, the default man page goes to section 1, not 8.joerg1996-05-031-0/+1
| | | | | | Closes PR #misc/1172: Error in sbin/dset/Makefile Submitted by: masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
* Specify FreeBSd on the .Os line, since this is a FreeBSD-specificmpp1996-05-021-4/+3
| | | | program. Use the .Fx (FreeBSD) macro in the HISTORY section.
* Oops, forgot to `cvs add' this one first...joerg1996-05-021-0/+80
|
* Add a man page.joerg1996-05-021-1/+0
|
* NBPG -> getpagesize()phk1996-05-021-1/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* The dset program didn't set the "msize" (iosiz in userconfig).phk1995-05-221-5/+15
| | | | Reviewed by: davidg
* Fix it - now this programm should work probably..It isugen1995-03-121-37/+49
| | | | | still commented out in rc and i ask everybody to test it and reply if it makes any troubles...If no - very good..
* Use the correct include path if there's an obj directory.bde1995-01-241-2/+1
|
* src/sbin/dsetugen1995-01-232-0/+289
*blush* this is the commit i meant to do before.. Utility to save device configuration.
OpenPOWER on IntegriCloud