summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_misc.c
AgeCommit message (Expand)Author
2002-08-23Cleanup change. Since almost all callers (except one) of getvnode did a FREFArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-12test before commitTheo de Raadt
2002-02-12More FREF/FRELE protection. This time all users of getvnode.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-28don't reference seminfo if SYSVSEM isn't definedJason Wright
2001-08-26remove duplicate syscallargs() macrosTheo de Raadt
2001-08-22Consolidate svr4_waitsys with our wait4. Fixes gdt_get_slot panic, due to a ...Niklas Hallqvist
2001-06-27Remove old vm.Artur Grabowski
2001-06-21Do not FREE() stuff allocated in a poolNiklas Hallqvist
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-06-28add creat64 and mmap64.Federico G. Schwindt
2000-06-24Implement getdents64, lstat64 and stat64, basically the same functions ofFederico G. Schwindt
1999-10-07- fix typo in previous commitBrad Smith
1999-10-07- Fix stat and mknod syscalls to properly disassemble and reassembleBrad Smith
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-02-26cnt is called uvmexp in uvm and the names of the members have changed.Artur Grabowski
1999-02-10Correct directory entry reads, big directories lost entries as it were.Niklas Hallqvist
1998-03-06Make NCR rdebug behaviour dependent on p_os fieldNiklas Hallqvist
1997-12-12fix non-i386 caseTheo de Raadt
1997-12-02If i386, and COMPAT_LINUX is enabled, if setegid() is called with an outTheo de Raadt
1997-11-14void * change to mmap()Theo de Raadt
1997-11-13fake auditsys()Theo de Raadt
1997-11-13make svr4_sys_ulimit() return EINVAL for bad commandsTheo 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
1997-09-11sync with netbsd; missing SCARG() macrosTheo de Raadt
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-03-28added 34 - nicekstailey
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1997-01-27do not conflict against generic siginfo!Theo de Raadt
1996-08-03sys/dirent.h not sys/dir.h; netbsd pr#2599; jonathan@DSG.Stanford.EDUTheo de Raadt
1996-08-01Merge of NetBSD 0722Niklas Hallqvist
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1996-02-26From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt