summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socketcall.c
AgeCommit message (Expand)Author
2017-02-09use proper arg functions, remove bogus ones.christos
2017-02-03add sendmmsg and recvmmsgchristos
2017-02-03handle accept4 for i386christos
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2014-06-21If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's notmaxv
2013-12-27Rename ipcall/socketcall specific defines to avoid conflict withnjoly
2012-06-22From the "parse errors that you just do not see as a human" department:martin
2012-06-21fix token pasting.christos
2012-06-20print proper ktruser names depending on the emulation.christos
2008-07-03Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new linux_ifreqnjoly
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-06-02wrap #include "opt_ktrace.h" by #ifdef _KERNEL_OPT.yamt
2007-06-01(Ab)use a KTR_USER trace entry for the linux socket command and arguments.dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle const.christos
2005-05-03First work on COMPAT_LINUX/amd64manu
2004-09-05improve the (#ifdef DEBUG_LINUX) socketcall argument dump code:jdolecek
2004-08-29dump socketcall data #ifdef DEBUG_LINUXjdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
2002-03-29- #undef DPRINTF for files that are included from other files.christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-07-22make linux_socketcall_argsize[] static constjdolecek
2001-07-04Do address family (AF_*) number translation for socket system calls whichjdolecek
2001-06-22linux_sys_socketcall(): refuse negative 'what' valuesjdolecek
1999-03-25commit fix to PR7072: emulate linux non-blocking connect behavior more correctlysommerfe
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
1998-10-03Attempt to fix the mess.christos
1998-10-01Split linux/compat/linux_socket.c into common and multi-architechture parts. ...erh
1996-12-22Make this compile again, including Politically Correct const handling.fvdl
1996-04-05Prototyping changes.christos
1996-03-08Separate ioctl emulation by group. Add (minimal) audio emulation.mycroft
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-08-14Rearrange #includes.mycroft
1995-06-24Use compat_util.[ch].christos
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
1995-05-28Need netinet/tcp.h.mycroft
1995-05-28Convert TCP socket options.mycroft
1995-05-28Fill in `name' argument to getsockopt() correctly.mycroft
1995-05-28Fix typo.mycroft
1995-05-28Convert IP socket options.mycroft
1995-05-28Get rid of damned `static's.mycroft
1995-02-28Added Linux compat code.fvdl