summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_misc.c
AgeCommit message (Expand)Author
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-22Replace a whole bunch of scary uses of strncpy() with strlcpy() andJean-Francois Brousseau
2003-12-02Count from now, not from the epoch, to arm alarm.Thomas Nordin
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-15simplify.Federico G. Schwindt
2003-08-14unbust my previous commit.Federico G. Schwindt
2003-07-23add sys_sysinfo. from marius aamodt eriksen.Ted Unangst
2003-07-03add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXEDTed Unangst
2003-06-21add exec/fork/exit hooks per process for compat emulations.Ted Unangst
2003-01-30Bring back setreuid(2) and setregid(2) as first class syscallsTodd C. Miller
2002-10-30Now that we have [gs]etres[ug]id() as a native system call, use itTodd C. Miller
2002-10-28getdents64 support, based on FreeBSD.Federico G. Schwindt
2002-08-23Cleanup change. Since almost all callers (except one) of getvnode did a FREFArtur Grabowski
2002-07-25Avoid time wrap at securelevel 2. ok millert@ fgsch@Thomas Nordin
2002-06-05provide local versions of getpid, getuid and getgid that do notjasoni
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-12More FREF/FRELE protection. This time all users of getvnode.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-12absolutely no need to include vm_parm.h after vm.hMichael Shalayeff
2001-07-03rename 2 more syscalls to syscallname16 (missed last time)jasoni
2001-07-03rename some syscalls to <syscall>16 to make room for new ones.jasoni
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis
2000-09-10Linux mmap ignores the fd argument when MAP_ANON is on. Always pass -1jasoni
2000-09-07common/compat_util.cEric Jackson
2000-07-23OpenBSD -> NetBSD where previously missed.jasoni
2000-07-17Oops.Artur Grabowski
2000-07-17Be more careful about return values from hzto.Artur Grabowski
2000-06-26Use new timeouts.Artur Grabowski
2000-04-12Implement linux's setfsuid and getfsuid (from NetBSD)jasoni
2000-02-28Add missing system calls as unimplemented.jasoni
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-06-14avoid future register_t vs int problems, if this becomes 64 bitTheo de Raadt
1999-06-08better fd leak preventionTheo de Raadt
1999-06-08use sys_opipe(), but note the descriptor leakageTheo de Raadt
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-02-10strncpy; edx trashing solution in sys_pipe(); freebsdTheo de Raadt
1999-02-10Correct directory entry reads, big directories lost entries as it were.Niklas Hallqvist
1998-07-05fix netbsd bug; from boquist@cs.chalmers.seJason Downs
1998-07-04emulate shrinking in mremap(); boquist@cs.chalmers.seTheo de Raadt
1998-04-26correct utimes() emulationTheo de Raadt
1998-03-22correct a commentTodd C. Miller
1998-02-23GCC 2.8 -WallNiklas Hallqvist
1997-11-26enforce VM_PROT_READ in mmapTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-11-13put mremap() in linux_misc.cTheo de Raadt
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis