summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket.c
AgeCommit message (Expand)Author
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-21bump default so_snd.sb_lowat to increase chance to use loaning.yamt
2006-06-13Add EAFNOSUPPORT as a possible error if the address family is notginsbach
2006-05-25move wait points for kva from upper layers to vm_map. PR/33185 #1.yamt
2006-05-14integrate kauth.elad
2006-04-11sodopendfree/sodopendfreel: remove unused "so" argument.yamt
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-27socreate: fix a null dereference on nfs reconnect, introduced by ktrace-lwp.yamt
2005-12-11merge ktrace-lwp.christos
2005-12-08Sprinkle static.thorpej
2005-10-21Check the argument to SO_LINGER.nathanw
2005-05-08Panic strings should not end with \n.christos
2005-05-07PR/30154: YAMAMOTO Takashi: tcp_close locking botchchristos
2005-04-01merge yamt-km branch.yamt
2005-02-26nuke trailing whitespaceperry
2004-09-03add a per-socket counter for dropped UDP packets when the internal buffersdarrenr
2004-08-25bug reported by millert@openbsd:itojun
2004-08-19PR/26210: Matthew Mondor: Since revision 1.14 when net-2 was merged,christos
2004-07-01bump sb_timeo from short to int to allow longer timeouts.yamt
2004-05-25Remaining sysctl descriptions under kern subtreeatatat
2004-05-22Eliminate several uses of `curproc' from the socket-layer code and from NFS.jonathan
2004-05-01Use EVCNT_ATTACH_STATICmatt
2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb
2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt
2004-04-17PR/9347: Eric E. Fair: socket buffer pool exhaustion leads to system deadlockchristos
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-21Remove part of a very old change that caused NFS to not enforce socket buffermycroft
2004-03-17sokvaalloc: unreserve kva if uvm_km_valloc_wait failed.yamt
2004-03-17- move kern.somaxkva sysctl stuff from init_sysctl.c to uipc_socket.c.yamt
2004-03-17- fix locking of sosend kva allocation.yamt
2004-03-17remove per-socket pendfree list.yamt
2003-10-21Cache the "adjusted" value of sb_max when sb_max is changed, in orderthorpej
2003-09-22- pass signo to fownsignal [ok by jd]christos
2003-09-15include <sys/poll.h>christos
2003-09-14provide some more ksiginfo info.christos
2003-09-06SA_SIGINFO changes.christos
2003-09-04Adjust struct sockbuf and sorflush() so that we don't zero outwrstuden
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-02Make somaxkva modifyable via sysctl (and compile-time) instead ofragge
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-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-03export some of sosend loan routines for nfsd.yamt
2003-04-09* Use a pool_cache constructor to record the physical address of mbufsthorpej
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Change ext_size to a size_t, and update the signature of ext_free.thorpej
2002-11-27"tv->tv_sec * hz" could overflow a long. millert@openbsditojun
2002-11-27small SO_RCVTIMEO values are mistakenly taken to be zero. FreeBSD PR kern/32...itojun
2002-11-26si_ -> sel_ to avoid conflicts with siginfo.christos