opnsense-src/lib/libc/arm
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
..
gen Let libstand(3) build on ARM. 2008-10-14 09:53:47 +00:00
softfloat Do not declare float_detect_tininess as external if it will be re-delared 2007-05-19 04:34:42 +00:00
stdlib Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. 2005-01-15 05:23:58 +00:00
string MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are 2007-10-13 12:06:31 +00:00
sys Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. 2008-11-09 10:45:13 +00:00
_fpmath.h Use the correct values for softfloat, in both the little endian and the big 2005-03-20 00:53:52 +00:00
arith.h Provide definitions suitable for arm big-endian. 2006-11-06 20:49:23 +00:00
gd_qnan.h Arrange so that the NaN returned by strtod("nan", NULL) is the same as 2007-12-16 21:15:09 +00:00
Makefile.inc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
Symbol.map Unbreak arm build by removing duplicate symbols. 2007-10-18 21:44:21 +00:00
SYS.h Fix remaining syntax errors (missing semicolons) 2007-07-05 17:42:00 +00:00