summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
2003-02-10include more opt_ files for nfs.christos
2003-02-10getfh is needed for NFS server.christos
2003-01-22lwp'ifychristos
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-08Introduce BSD system calls with alternate patch checking (in /emul) inmanu
2002-11-29add emul_find_interp() function: the function looks for interpreterjdolecek
2002-11-29de-__P()jdolecek
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-11-25Avoid strict-alias warnings.thorpej
2002-11-02Add lint infrastructureperry
2002-11-02set LLIBS= so we don't try to check the lint lib against llib-lc.lnperry
2002-10-05count executable image pages as executable for vm-usage purposes.chs
2002-09-28Add !defined(_LP64) in the appropriate places to correspond withscw
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-23Remove a meaningless type qualifier on a cast.simonb
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-06-18Updated version of cscope/mkid support. Check libkern and compat libwrstuden
2002-04-29build the netbsd32_compat* objects into libcompat.a, so they are availablemrg
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-17panic if more space than stackgaplen is requested. Maybe I should remove thechristos
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2001-12-12MKfoo=no -> NOfootv
2001-11-14Preload <bsd.own.mk> before .undef DESTDIR.tv
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-07-22return EMSGSIZE rather than ENOMEM if it would not be possible tojdolecek
2001-07-17Expel MSG_COMPAT/COMPAT_OLDSOCK, make the COMPAT_43 wrappersjdolecek
2001-07-07compat_43_sys_send(): wrap using sys_sendto() rathen than sendit()jdolecek
2001-06-25Back off the sendit()/recvit() change, some have problems with itjdolecek
2001-06-25Add 'kernsa' parameter for sendit()/recvit(); if nonzero, msg->msg_namejdolecek
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-05-30use _KERNEL_OPT.mrg
2001-04-09Change the first arg to fileops fo_stat routine to struct file *, adjustjdolecek
2001-04-07Add new 'stat' fileop and call the stat function via f_ops ratherjdolecek
2001-02-02emul_find(): actually, the emulation root vnode dance has to be done forjdolecek
2001-01-22Introduce CHECK_ALT_SYMLINK() - this checks for alternative location withoutjdolecek
2000-12-21don't define SYSVMSG if it's already definedjdolecek
2000-12-17make LKM safejdolecek
2000-12-05Have recursive make invocations depend on the .MAKE pseudo-target sosommerfeld
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-29LKMifyjdolecek
2000-11-20make const the struct emul * pointers passed/used in stackgap_init(),jdolecek
2000-11-08Don't dereference NULL t_linesw.eeh
2000-11-02Adapt to the new line discipline scheme.itohy
2000-09-28Add support for variable end of user stacks needed to support COMPAT_NETBSD32:eeh
2000-08-29Emulation stackgap sanity checks, based partly on fixes fromsommerfeld