| Age | Commit message (Expand) | Author |
| 2003-10-21 | Cache the "adjusted" value of sb_max when sb_max is changed, in order | thorpej |
| 2003-09-22 | - pass signo to fownsignal [ok by jd] | christos |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-09-06 | SA_SIGINFO changes. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-04-17 | A bit of an ugly workaround to avoid a warning for a larger MSIZE. | fvdl |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-08-22 | In sbcompress(), if we toss an empty mbuf, make sure to update | thorpej |
| 2002-07-03 | Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from | thorpej |
| 2002-07-03 | Rename sbappend_stream() to sbappendstream(), per suggestion from | thorpej |
| 2002-07-03 | Make insertion of data into socket buffers O(C): | thorpej |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-08-05 | Give different names for different wait channels. | enami |
| 2001-07-27 | Now that M_TRAILINGSPACE() checks buffer writeability properly, | thorpej |
| 2001-06-16 | Use SB_ASYNC in struct sockbuf sb_flags field instead of SS_ASYNC in | manu |
| 2001-04-30 | Large values of sb_max would cause an overflow in sbreserve(); cast to | kml |
| 2001-02-27 | convert to ANSI KNF | lukem |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-02-29 | more fix to ancillary data alignment. we need padding after | itojun |
| 2000-02-18 | fix alignment problem in ancillary messages (alpha). | itojun |
| 1999-08-04 | The old compaction test had an off-by-one error that caused it to not compact | mycroft |
| 1999-08-04 | Don't compress mbuf clusters which are referenced by multiple | matt |
| 1999-08-04 | It's now possible for sbcompress() to compact mbuf clusters, so do it. | mycroft |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-04-22 | Move inclusion of "opt_sb_max.h" from sys/socketvar.h to | simonb |
| 1999-03-23 | Ensure that you can only bind a more specific address when it is done by the | lukem |
| 1999-01-20 | Do not remove sockets from the accept(2) queue on close. | mycroft |
| 1998-08-04 | Abolition of bcopy, ovbcopy, bcmp, and bzero, phase one. | perry |
| 1998-08-02 | Use the pool allocator for sockets. | thorpej |
| 1998-04-25 | Hook for 0-copy (or other optimized) sends and receives | matt |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-01-07 | Make insertion and removal of sockets from the partial and incoming | thorpej |
| 1997-10-09 | Make various standard wmesg strings const. | mycroft |
| 1997-06-26 | In sbappendaddr(), if the sockaddr length is larger than will fit in | thorpej |
| 1997-01-11 | Implement sbcreatecontrol(), a generic function to create a "control" | thorpej |
| 1996-12-09 | In sbreserve(), don't allow a count of 0. Fixes PR #2794, from | thorpej |
| 1996-11-26 | Back out previous soqinsque() and soqremque() changes. This will | thorpej |
| 1996-11-10 | Optimization of soqinsque() and soqremque(): | thorpej |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-04 | First pass at prototyping | christos |
| 1995-08-16 | Access rights are now stored in MT_CONTROL mbufs. Document this. | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |