kernel: Fix alignment problem for sendmsg ancillary message data.
[dragonfly.git] / sys / sys / socket.h
2011-08-17 Venkatesh Srinivaskernel: Fix alignment problem for sendmsg ancillary...
2011-08-05 Sepherosa Ziehaugetsockopt: Add SO_SNDSPACE
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2010-10-06 Antonio Huete Jimenezsend(2) - Add MSG_NOSIGNAL flag.
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2010-02-18 Rui PauloAdd AF_IEEE80211.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-02-16 Sascha Wildneruio.h: Move definition of struct iovec to <sys/_iovec.h>.
2008-11-10 Matthew DillonAdd required range checks prior to kmalloc()ing socket...
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2007-12-30 Hasso TepperKernel part of bluetooth stack ported by Dmitry Komissa...
2007-02-27 Sascha WildnerValidate msg_controllen, as per RFC2292.
2007-01-18 Sepherosa ZiehauPut socket() declaration into __{BEGIN,END}_DECL, so...
2007-01-14 Sepherosa ZiehauExpose socket() function declaration for vkernel too.
2007-01-08 Matthew DillonRename the following special extended I/O system calls...
2007-01-08 Matthew DillonMake more libc prototypes available to _KERNEL builds.
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-11 Joerg SonnenbergerDon't depend on POSIX namespace pollution with u_char...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2003-11-15 Jeroen Ruigrok/asmodaiChange wrapping definition from ending in DECLARED_...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-10-03 David P. Reese, Jr.Modify kern_{send,recv}msg() to take struct uio's,...
2003-09-19 David P. Reese, Jr.Separate all of the send{to,msg} and recv{from,msg...
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: