freebsd-dev/lib/libc/mips
Ed Schouten a1b5a8955e Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.
Looking at our source code history, it seems the uname(),
getdomainname() and setdomainname() system calls got deprecated
somewhere after FreeBSD 1.1, but they have never been phased out
properly. Because we don't have a COMPAT_FREEBSD1, just use
COMPAT_FREEBSD4.

Also fix the Linuxolator to build without the setdomainname() routine by
just making it call userland_sysctl on kern.domainname. Also replace the
setdomainname()'s implementation to use this approach, because we're
duplicating code with sysctl_domainname().

I wasn't able to keep these three routines working in our
COMPAT_FREEBSD32, because that would require yet another keyword for
syscalls.master (COMPAT4+NOPROTO). Because this routine is probably
unused already, this won't be a problem in practice. If it turns out to
be a problem, we'll just restore this functionality.

Reviewed by:	rdivacky, kib
2008-11-09 10:45:13 +00:00
..
gdtoa Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
gen Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
net Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
softfloat Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
stdlib Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
string Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
sys Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. 2008-11-09 10:45:13 +00:00
_fpmath.h Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
arith.h Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
gd_qnan.h Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
Makefile.inc Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
Symbol.map Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00
SYS.h Add mips support libc from the mips2-jnpr branch of perforce. 2008-04-26 12:08:02 +00:00