opnsense-src/sys/arm
Jamie Gritton 76ca6f88da Place hostnames and similar information fully under the prison system.
The system hostname is now stored in prison0, and the global variable
"hostname" has been removed, as has the hostname_mtx mutex.  Jails may
have their own host information, or they may inherit it from the
parent/system.  The proper way to read the hostname is via
getcredhostname(), which will copy either the hostname associated with
the passed cred, or the system hostname if you pass NULL.  The system
hostname can still be accessed directly (and without locking) at
prison0.pr_host, but that should be avoided where possible.

The "similar information" referred to is domainname, hostid, and
hostuuid, which have also become prison parameters and had their
associated global variables removed.

Approved by:	bz (mentor)
2009-05-29 21:27:12 +00:00
..
arm Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
at91 Delete the old USB stack. The new stack has settled in and has all the 2009-05-27 16:16:56 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Delete the old USB stack. The new stack has settled in and has all the 2009-05-27 16:16:56 +00:00
include Define the kernel pmap in the same way on arm as on every other 2009-05-07 05:42:13 +00:00
mv Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions, 2009-04-16 11:20:18 +00:00
sa11x0 Move a comment to where it belongs. 2009-02-02 20:24:29 +00:00
xscale Delete the old USB stack. The new stack has settled in and has all the 2009-05-27 16:16:56 +00:00