index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
uipc_socket.c
Age
Commit message (
Expand
)
Author
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-06-21
bump default so_snd.sb_lowat to increase chance to use loaning.
yamt
2006-06-13
Add EAFNOSUPPORT as a possible error if the address family is not
ginsbach
2006-05-25
move wait points for kva from upper layers to vm_map. PR/33185 #1.
yamt
2006-05-14
integrate kauth.
elad
2006-04-11
sodopendfree/sodopendfreel: remove unused "so" argument.
yamt
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2005-12-27
socreate: fix a null dereference on nfs reconnect, introduced by ktrace-lwp.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-12-08
Sprinkle static.
thorpej
2005-10-21
Check the argument to SO_LINGER.
nathanw
2005-05-08
Panic strings should not end with \n.
christos
2005-05-07
PR/30154: YAMAMOTO Takashi: tcp_close locking botch
christos
2005-04-01
merge yamt-km branch.
yamt
2005-02-26
nuke trailing whitespace
perry
2004-09-03
add a per-socket counter for dropped UDP packets when the internal buffers
darrenr
2004-08-25
bug reported by millert@openbsd:
itojun
2004-08-19
PR/26210: Matthew Mondor: Since revision 1.14 when net-2 was merged,
christos
2004-07-01
bump sb_timeo from short to int to allow longer timeouts.
yamt
2004-05-25
Remaining sysctl descriptions under kern subtree
atatat
2004-05-22
Eliminate several uses of `curproc' from the socket-layer code and from NFS.
jonathan
2004-05-01
Use EVCNT_ATTACH_STATIC
matt
2004-04-25
Initialise (most) pools from a link set instead of explicit calls
simonb
2004-04-22
Constify protosw arrays. This can reduce the kernel .data section by
matt
2004-04-17
PR/9347: Eric E. Fair: socket buffer pool exhaustion leads to system deadlock
christos
2004-03-24
Tango on sysctl_createv() and flags. The flags have all been renamed,
atatat
2004-03-21
Remove part of a very old change that caused NFS to not enforce socket buffer
mycroft
2004-03-17
sokvaalloc: 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-17
remove per-socket pendfree list.
yamt
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-15
include <sys/poll.h>
christos
2003-09-14
provide some more ksiginfo info.
christos
2003-09-06
SA_SIGINFO changes.
christos
2003-09-04
Adjust struct sockbuf and sorflush() so that we don't zero out
wrstuden
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-02
Make somaxkva modifyable via sysctl (and compile-time) instead of
ragge
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-05-03
export some of sosend loan routines for nfsd.
yamt
2003-04-09
* Use a pool_cache constructor to record the physical address of mbufs
thorpej
2003-02-26
Add MBUFTRACE kernel option.
matt
2003-02-01
Add extensible malloc types, adapted from FreeBSD. This turns
thorpej
2003-01-31
Change 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@openbsd
itojun
2002-11-27
small SO_RCVTIMEO values are mistakenly taken to be zero. FreeBSD PR kern/32...
itojun
2002-11-26
si_ -> sel_ to avoid conflicts with siginfo.
christos
[next]