Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -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... | jmg | 1997-09-09 | 1 | -0/+86 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Record num_eisa_slots if it could be found in the kernel. | joerg | 1997-03-12 | 1 | -1/+41 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | jkh | 1996-10-02 | 2 | -14/+5 |
| | |||||
* | Add support for dset'ing an arbitrary kernel (experimental). | jkh | 1996-10-01 | 2 | -9/+19 |
| | |||||
* | Stupid bug, the default man page goes to section 1, not 8. | joerg | 1996-05-03 | 1 | -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-specific | mpp | 1996-05-02 | 1 | -4/+3 |
| | | | | program. Use the .Fx (FreeBSD) macro in the HISTORY section. | ||||
* | Oops, forgot to `cvs add' this one first... | joerg | 1996-05-02 | 1 | -0/+80 |
| | |||||
* | Add a man page. | joerg | 1996-05-02 | 1 | -1/+0 |
| | |||||
* | NBPG -> getpagesize() | phk | 1996-05-02 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
| | |||||
* | The dset program didn't set the "msize" (iosiz in userconfig). | phk | 1995-05-22 | 1 | -5/+15 |
| | | | | Reviewed by: davidg | ||||
* | Fix it - now this programm should work probably..It is | ugen | 1995-03-12 | 1 | -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. | bde | 1995-01-24 | 1 | -2/+1 |
| | |||||
* | src/sbin/dset | ugen | 1995-01-23 | 2 | -0/+289 |
*blush* this is the commit i meant to do before.. Utility to save device configuration. |