summaryrefslogtreecommitdiff
path: root/sys/compat/ultrix
AgeCommit message (Expand)Author
2010-03-03Remove nfssvc non-emulations I missed yesterday.pooka
2010-03-02regen:pooka
2010-03-02remove nfssvc emulation (or non-emulation)pooka
2010-03-02Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditionalpooka
2009-12-14Regen (new makesyscalls.sh)matt
2009-12-14Merge from matt-nb5-mips64matt
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-01-17Regenerate files after updating syscalls.master for compat_ultrix:he
2009-01-17Adapt to the state after the recent time_t change.he
2009-01-13Regen to prove I didn't screw up the conversion: purely RCSID changes.pooka
2009-01-13Convert the syscalls.master to a format from which it is easierpooka
2009-01-13regenpooka
2009-01-13UNIMPL police (two mount syscalls with the same signature?!?)pooka
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-24COMPAT_ULTRIX does not work on vax because there are no hooks, but makead
2008-11-20take ecoff header for ecoff code.cegger
2008-11-19Regen.ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-15Merge wrstuden-revivesa into HEAD.wrstuden
2008-08-08'if (error = 0)' -> 'if (error == 0)'bjs
2008-08-07convert some [left behind] compat code to use new sockopt APIplunky
2008-06-24Replace references to getsock/getvnode.ad
2008-06-19regen from syscalls.master r1.46hans
2008-06-19include <sys/sched.h> for cpuset_thans
2008-05-06PR kern/38141 lookup/vfs_busy acquire rwlock recursivelyad
2008-04-30PR kern/38135 vfs_busy/vfs_trybusy confusionad
2008-04-30Fix build of these files after the vfs_trybusy change. Apply the samejmmv
2008-04-23Make this compile again, from Jan-Benedict Glaw jbglaw at lug-owl dot dechristos
2008-04-23Regen.ad
2008-04-23-SYCALL_MPSAFEad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-30PR kern/37706 (forced unmount of file systems is unsafe):ad
2008-01-05Use FILE_LOCK() and FILE_UNLOCK().dsl
2007-12-27make this compile again.christos
2007-12-20regendsl
2007-12-20Convert all the system call entry points from:dsl
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-11-27more VFS_STATVFS(x,y,z) fallout; change them to VFS_STATVFS(x,y). (hi, pooka!)dogcow
2007-10-23vfs_getopsbyname("ngs") -> vfs_getopsbyname("nfs"). 'nuff saidpooka
2007-10-10Merge from vmlocking:ad
2007-07-17include <compat/sys/mount.h> for MFSNAMELENchristos
2007-07-14<dsl> I suspect my set of test build kernels is longer than ad's :-)ad
2007-07-12Change compat mount code to pass do_sys_mount() kernel resident buffers.dsl
2007-06-01Fallout from the interface ioctl changes:he
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos
2007-05-13Delete fom stackgap lines that seem to have got left in.dsl
2007-05-12Split the fcntl locking code out from its copyin/out.dsl
2007-04-25Make this compile again (after stackgap removal)matt
2007-04-22Change the way that emulations locate files within the emulation root todsl
2007-03-05Need a char* for doing pointer arithmetic.he