Date: Tue, 04 Nov 2003 23:38:51 -0700 From: James Sarrett <James.Sarrett@asu.edu> To: freebsd-ppc@FreeBSD.ORG Subject: this is the wrong place to ask this i know, but just the same... Message-ID: <B7BC9DB2-0F5A-11D8-BE7A-003065FB9A8C@asu.edu>
index | next in thread | raw e-mail
Since you guys are skilled code monkeys, i figured you'd probably know
the awnser. What facilities does fBSD provide from a user program
doing something like this (admittedly probably incorrect code):
void writemem() {
int address,value,i;
address << cin;
value << cin;
*i = address;
i=value;
}
As a way for a program to write to any specified address, i.e. to
change a umask of a running process or something.
Thanks in advance
-James
--------------------------------------------
"Never trust a man who can count to 1024 on his fingers"
--------------------------------------------
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B7BC9DB2-0F5A-11D8-BE7A-003065FB9A8C>
