summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-11-19- don't use MALLOC for non constant countschristos
2003-11-19Don't include malloc.h if you are not going to use it.christos
2003-10-15Don't put the netbsd32_compat*.c files in the 'compat library'. Unconditionallyfvdl
2003-09-06SA_SIGINFO changeschristos
2003-08-08- GC all the setup_stack functionschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-05simplify bsd_sys_bind()christos
2003-06-05Ooops, I deleted a debug printf just before committing and one bit wasmanu
2003-06-05Search alternate /emul/* path for AF_LOCAL sockets at bind() time.manu
2003-06-04Build again with SAmanu
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
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