summaryrefslogtreecommitdiff
path: root/sys/compat/linux
AgeCommit message (Expand)Author
2005-08-1964 bit inode changes.christos
2005-06-25- include <sys/wait.h> so that this compilechristos
2005-06-24More accurate SIGCHLD code and status for siginfomanu
2005-06-22report the right process statusmanu
2005-06-22Fix siginfo to return the right child's status.manu
2005-06-22Implent CLONE_PARENT_SETTID, CLONE_CHILD_CLEARTID, and CLONE_CHILD_SETTIDmanu
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-06-19remove duplicate declaration.christos
2005-06-02Add a const.tsutsui
2005-06-02more cast-qual falloutdrochner
2005-05-29- sprinkle const.christos
2005-05-23Regenjmc
2005-05-23Add clock_* POSIX functions.jmc
2005-05-22sigreturn doesn't take arguments. Instead, find out where the signalfvdl
2005-05-22Regen after sigreturn argument change.fvdl
2005-05-22Change sigreturn to have no arguments.fvdl
2005-05-22Use a modified buildcontext function for Linux signals. It doesn't setfvdl
2005-05-20Define linux_usertrap function, and set it in struct emul. For allfvdl
2005-05-20tramp and vers are used unconditionally, make them visible everywhere.mrg
2005-05-19Add support for Linux SA_RESTORER on amd64.manu
2005-05-16Implement clock_* POSIX functions.fvdl
2005-05-16Regen.fvdl
2005-05-16Add clock_* POSIX functions.fvdl
2005-05-16Regen.fvdl
2005-05-16Add *xattr functions (they all return EOPNOTSUPP).fvdl
2005-05-16Include linux_sigevent.h (to be used later).fvdl
2005-05-16Add Linux sigevent definitions.fvdl
2005-05-15Fix up COMPAT_LINUX support for amd64. Still a work in progress, notfvdl
2005-05-15Make the arch_prctl system call use the saved %gs and %fs mechanism.fvdl
2005-05-09#endif for LINUX_SS_ONSTACK needs to go after linux_sys_sigaltstack or buildsjmc
2005-05-03First work on COMPAT_LINUX/amd64manu
2005-04-19PR/29696: Joel Carnat: NetBSD freezes when accessing smbfs mounted FS withchristos
2005-03-26s/uvm_map_defaultaddr/uvm_default_mapaddr/ HI FRANK!christos
2005-03-26Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses.fvdl
2005-03-10revert part of previous commit (the block size type and the pad renumbering).christos
2005-03-10Add nanosecond handling on the stat and stat64 code for the i386.christos
2005-02-28Emulate basic mtio ioctls.soren
2005-02-28Remove duplicate statement.soren
2005-02-26regenperry
2005-02-26regenperry
2005-02-26nuke trailing whitespaceperry
2005-02-24Fix number of elements calculation when converting socket options.martin
2005-02-13SG_GET_VERSION_NUM returns an int. Also make the version number patchable.soren
2005-02-13Don't zero out the linux request; we still need values from it.christos
2005-02-13We were zeroing out the wrong struct.christos
2005-02-03Add scsi-generic stuff.christos
2005-02-03Add linux scsi-generic to work for simple cases. Allows gendalia's changechristos
2005-01-30Don't try to map a 0 size bss.christos
2004-12-12Fix comments slighlyabs
2004-11-13Remove setup stack function. It moved to linux_exec_machdep.c.christos