opnsense-src/lib/libc
Peter Wemm 4dbb9c65d7 Update for AMD64-style syscalls. Repocopied from i386/SYS.h.
Note that the syscall instruction clobbers %rcx, which is inconvenient
because it is the fourth syscall argument, so we use %r10 (another scratch
register) for the 4th syscall arg instead (I picked %r10 to be the same as
NetBSD).  int 0x80 is still possible though, and it uses %rcx as usual.
Note that the syscall style syscall does *NOT* preserve all the registers,
unlike int 0x80.  We do not preserve the scratch registers except for
%rdi and %rsi.  int 0x80 does preserve everything but the return values.
2003-04-30 18:06:14 +00:00
..
alpha Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
amd64 Update for AMD64-style syscalls. Repocopied from i386/SYS.h. 2003-04-30 18:06:14 +00:00
compat-43 The .Fn function 2003-02-06 11:04:47 +00:00
db Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
gdtoa /strtopx/ s/result/&result/ 2003-04-09 05:58:43 +00:00
gen `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
gmon mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
i386 Document VM86_INTCALL. 2003-04-29 08:35:28 +00:00
ia64 Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
include `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
locale `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
net `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
nls `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
posix1e Add some strategic whitespace. 2003-04-26 03:32:18 +00:00
powerpc Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
quad libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
regex Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). 2003-02-16 17:29:11 +00:00
rpc `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
sparc64 Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). 2003-04-05 22:10:13 +00:00
stdio %E-like %g and %G conversions should remove trailing zeroes unless 2003-04-19 23:53:19 +00:00
stdlib `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
stdtime Backout my changes in rev. 1.32 and 1.33. There is some code that depends 2003-04-30 10:25:57 +00:00
string `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
sys Correct the return value of vfork(2) and rfork(2) in their 2003-04-27 21:01:34 +00:00
uuid mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +00:00
xdr Clean up some signed/unsigned issues in the XDR code. 2003-03-07 13:19:40 +00:00
yp `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference 2003-04-29 21:13:50 +00:00
Makefile Clean up the way gdtoa sources are found. 2003-03-13 18:55:14 +00:00