summaryrefslogtreecommitdiff
path: root/sys/kern/sys_socket.c
AgeCommit message (Expand)Author
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
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-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-01-06writable, not writeable.wiz
2002-10-23merge kqueue branch into -currentjdolecek
2001-11-12add RCSIDslukem
2001-06-16Use SB_ASYNC in struct sockbuf sb_flags field instead of SS_ASYNC inmanu
2001-05-19Backed out a previous commit that was incomplete and hence broke severalmanu
2001-05-19Moved e_flags outsied of ifdef __HAVE_MINIMAL_EMUL in struct emulmanu
2001-05-07Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so thatmanu
2001-05-07Make this file *just* compiles again when __HAVE_MINIMAL_EMUL is defined.enami
2001-05-07Fix broken indentation introduced by previous commit.enami
2001-05-06implement the recently introduced EMUL_BSD_ASYNCIO_PIPE emulation packagemanu
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
2000-03-30Get rid of register declarations.augustss
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1998-08-04Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one.perry
1998-07-31fix sizeofs so they comply with the KNF style guide. yes, it is pedantic.perry
1998-06-30Add two additional arguments to the fileops read and write calls, athorpej
1998-04-25Hook for 0-copy (or other optimized) sends and receivesmatt
1998-03-01Merge with Lite2 + local changesfvdl
1996-09-07Implement poll(2).mycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1995-08-12splnet --> splsoftnetmycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-05-11Minor changes.mycroft
1994-05-11Minor changes.mycroft
1994-04-25Set the file type correctly for stat().mycroft
1994-04-25Remove sbselqueue().mycroft
1993-12-18Canonicalize all #includes.mycroft
1993-06-27ANSIfications - removed all implicit function return types and argumentandrew
1993-05-22add include of select.h if necessary for protos, or delete if extraneouscgd
1993-05-18make kernel select interface be one-stop shopping & clean it all up.cgd
1993-03-21initial import of 386bsd-0.1 sourcescgd