summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2011-07-22Fix SYSCALL_DEBUG build.njoly
2011-07-17fail early on socket domain+type combinations we don't supportchristos
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-09revert accidental commit from unrelated change. no custom linux fork.christos
2011-07-09the first argument of {g,s}etitimer() is int not u_int.christos
2011-07-05Regen for pipe2.njoly
2011-07-05Add pipe2 syscall now needed for popen(3).njoly
2011-07-04avoid array bounds violation on netbsd/mips when dealing with termiomrg
2011-06-30dependant -> dependentwiz
2011-06-26* Arrange for interfaces that create new file descriptors to be able tochristos
2011-06-09Adapt to change to PCU.matt
2011-06-05Use 'curlwp' here insteald of the 'l' - which isn't passsed as an argdsl
2011-06-05Delete some splurious commas and very unexpected trailing spacedsl
2011-05-31Fix path for fadvise64 files.njoly
2011-05-31Regen for fadvise64_64 typo fix.njoly
2011-05-31Small typo in fadvise64_64 args (advise -> advice).njoly
2011-05-31Add needed linux_fadvise64.cnjoly
2011-05-30Regenerate files to pick up correct RCS Ids. Suggested by Chris Badura.alnsn
2011-05-30Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.alnsn
2011-05-28Fix typo in a comment.alnsn
2011-05-24Give the body the same static inline treatment as the definitionjoerg
2011-05-23Update from GNU extension to C99 syntax for designated initializerjoerg
2011-05-23Use __UNCONST to get rid of constjoerg
2011-05-14Replace simple_lock(9) with mutex(9), clean up.rmind
2011-05-05Adapt to new PCU based FPU code.matt
2011-05-01Catch up with lim_privatise() change (missed in previous commit).rmind
2011-04-26Remove PECOFF/Win32 emulation.joerg
2011-04-26Remove IRIX emulationjoerg
2011-04-26Remove Darwin, MACH and Mach-O support.joerg
2011-04-15Regenerate these files after adding pipe2() and dup3().he
2011-04-15Add dup3() and pipe2() for these archs as well.he
2011-04-14Fix this so that it builds (missing "struct" keyword).he
2011-04-14add the "special" pipe2.christos
2011-04-14move dup3 to a more appropriate place because pipe is "special". Gotta lovechristos
2011-04-10- implement dup3 and pipe2christos
2011-04-10We have O_CLOEXEC nowchristos
2011-04-10Regen: Argh:christos
2011-04-10add pipe2 and dup3christos
2011-04-10implement pipe2 and dup3christos
2011-04-10Regen: XXX: produces errors because of rump changes!christos
2011-04-10add pipe2 and dup3christos
2011-04-04remove FLASH_GET_INFO compat as it is no longer using size_tahoka
2011-04-04flash_addr_t -> flash_off_tahoka
2011-03-29tidy up include pathname to exclude undefined behaviourplunky
2011-03-24Add a new libquota library, which contains some blocks to build and/orbouyer
2011-03-19include flashio.hcliff
2011-03-19compat/netbsd32 ioctl support for FLASH_GET_INFOcliff
2011-03-07Regen: use COMPAT_50 quotactl, not the native onebouyer
2011-03-07Use the COMPAT_50 quotactl, not the native one.bouyer
2011-03-07Pass down ELF Auxillary Vectors for static NetBSD binaries too.joerg