summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
1999-09-28Remplace kern.shortcorename sysctl with a more flexible sheme,bouyer
1999-08-25Add compatibility calls for the 1.4 System V IPC *ctl() calls, andthorpej
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
1999-05-05Add "use counting" to file entries. When closing a file, and it's referencethorpej
1999-04-29Make ss_size something reasonable (not 0) so sigaltstack does not fail.christos
1999-04-27From cgd again: pbuf == path on failure.christos
1999-04-27Make the usage consistant and document it:christos
1999-04-24implement a simple function, emul_flags_translate() to do table-basedcgd
1999-04-23a quick hack to make generating errno conversion tables from our and othercgd
1999-04-01remove unneeded <vm/*> includesdrochner
1999-03-30Explicitly mask mode returned in old stat structure to 16 bits. Also correctwrstuden
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-02-14Provide a way for compat programs to specify files in the normal tree.christos
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-09char * and char ** -> const char * and const char **christos
1998-12-18solve the COMPAT_OLDSOCK/MSG_COMPAT problem differently:drochner
1998-12-18back out previous; it breaks when MSG_COMPAT is not defined (no compatibilit...mrg
1998-12-14Nuke some #ifdefs that no longer work with COMPAT_43 defopted.mycroft
1998-10-19Defopt SYSVMSG, SYSVSEM and SYSVSHM.tron
1998-10-03Assign to TNF completely.fvdl
1998-09-14Fix copyout() arguments.pk
1998-09-13Put the prototypes for native_sig*_to_sig*() in one place.thorpej
1998-09-11Substantial signal handling changes:mycroft
1998-09-05distclean is a synonym for cleandirlukem
1998-09-05Assign copyright to TNF.christos
1998-08-29move <vm/vm_swap.h> to <sys/swap.h>. <vm/vm_swap.h> still works for now (goes...mrg
1998-08-15Make copyright notices with my name consistent.mycroft
1998-08-04UIO_MAXIOV -> IOV_MAXkleink
1998-08-03Fix two off-by-one bugs, both present in each recvmsg(2) and sendmsg(2):kleink
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1998-04-28Make adding new source files easier and enhance readability by ordering SRCSkleink
1998-03-05Modified compat_10_sys_semsys to correctly read in a union arg (a5)scottb
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-19Include the UNION option header.thorpej
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1998-01-22Fix an old typo that caused shmdt() to fail.mycroft
1997-11-29Modify the recent sigaltstack() interface change to use the __RENAME() scheme;kleink
1997-11-25In XPG4.2, the ss_size member of type stack_t (struct sigaltstack) is specifiedkleink
1997-11-04Pass down the values of: AR NM RANLIBgwr
1997-10-20Fix the shared library versioning snafu caused by the recent changesthorpej
1997-10-19Copy the whole timespec, not just half of it. Other minor changes.mycroft
1997-10-16add stat12 compatibility calls and rename ostat to stat43christos
1997-10-16PR/4269: msync is missing MS_*christos
1997-10-16Rename to vm_12.cchristos
1997-10-15Adjust u_int arguments of some system calls to int, to match user-levelmycroft
1997-10-10u_long -> off_t, I missed the big endian case. From Juergen Hannken-Illjesfvdl
1997-10-10remove advertising clause from all my licenses.mrg
1997-10-10Add getdirentries backward compat syscall. Provide common function tofvdl
1997-09-03machine/psl.h is deprecated; move #include <machine/psl.h> inside #ifdef m68k.jonathan