summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socketcall.c
AgeCommit message (Collapse)Author
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
Regen syscall files after script change.
1998-10-03Attempt to fix the mess.christos
1998-10-01Split linux/compat/linux_socket.c into common and multi-architechture parts. ↵erh
linux_socketcall.c contains the socketcall multiplexer.
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
prototypes into scope.
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
from the svr4 exec code plus the linux compat mods) * Include file change * Add multicast sockopts (from John Brezak)
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