| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
for sockets is non-blocking.
This allows us to G/C SS_NBIO. Having to keep the two flags in sync
in a mp-safe way is complicated.
This change introduce a behavior change in sosplice(), it can now
always block. However this should not matter much due to the socket
lock being taken beforhand.
ok bluhm@, benno@, visa@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
the uio specifies how much data may be returned in the mbuf.
this should make teary students less sad, but probably not cos
theyve already had to hand the assignment in.
|
|
|
|
| |
found by teary students.
|
|
|
|
|
| |
except for instances where \*(Le and \*(Ge are clearly understood as
mathematical symbols. Discussed with schwarze@
|
|
|
|
| |
- remove a duplicate
|
|
tweaks by me to match the OpenBSD reality. Additional help from jmc@
ja ja ja dlg@ and OK blambert@
|