summaryrefslogtreecommitdiff
path: root/lib/libc/compat/sys
AgeCommit message (Expand)Author
2019-06-18Fix warning message for mknod symbol linkagekamil
2017-12-26Fix const argument inconsistency (found by lint(1))christos
2015-03-26Return type of compat wait functions should be pid_t not int.justin
2015-01-29Remove va_arg hack for Clang/PPC.joerg
2014-08-13Use the lint path as workaround for Clang on 32bit PPC for now.joerg
2014-08-10If LINT code path uses memcpy, it should also include string.h.joerg
2014-01-31expose __lwp_park60christos
2013-10-04prefix compat with __ in case __dso_hidden is not availablechristos
2013-10-04avoid linker warning for compat symbols that are used internally in libc,christos
2013-03-29Compat glue for lwp park, but does not use the new syscall yet.christos
2012-03-20Switch to C89 definitions.matt
2012-03-13Add missing includes.joerg
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-06-20various build fixes for gcc 4.5. from chuq. XXX i'm not sure all ofmrg
2011-01-31Fix emulation issue of SETVAL, and make the code look the same between thechristos
2009-02-22Add __warn_references to getdirentries(), per PR 37730. Okayed by Christosdholland
2009-02-03sign-compare fixlukem
2009-01-11merge christos-time_tchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-07-18Fix the return value so the MNT_GETARGS returns 0, not the buffer length.dsl
2007-07-14Change libc system callstub from 'mount' to '__mount50', add compat call.dsl
2007-03-02PR lib/34210: Avoid bus error (unaligned 64-bit access) on sparc64.nakayama
2006-08-04add missing const.yamt
2006-08-04remove the support of variable-sized filehandle from compat version ofyamt
2006-07-31Make filehandles opaque to userlandmartin
2006-07-27fts_data is defined to be something else now. Avoid syntax error.christos
2006-07-13Lint insists on this.martin
2006-07-13Ooops, forgot to add this with the last commitmartin
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-05-29support the new ntp_gettime() syscall and add compatibility for the old onedrochner
2006-05-04Adjust for the fhstat() compat kernel change.christos
2006-03-11Add glue to build the compat library as a separate "libcold" turned off bychristos
2005-09-13compat core reorg.christos