Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/ifconfig



Module Name:    src
Committed By:   pooka
Date:           Tue May 26 16:03:24 UTC 2009

Modified Files:
        src/sbin/ifconfig: Makefile env.h ifconfig.c

Log Message:
Add compile mode which executes rump system calls.  This is useful
when figuring out Where In The Kernel Is Carmen Sandiego's ioctl
for an ifconfig command line, since we can simply single-step into
the kernel.

Activated by "make RUMP_ACTION=1".  No changes to normal case.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sbin/ifconfig/Makefile
cvs rdiff -u -r1.1 -r1.2 src/sbin/ifconfig/env.h
cvs rdiff -u -r1.218 -r1.219 src/sbin/ifconfig/ifconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index