Age | Commit message (Collapse) | Author |
|
This will enable uvm_map to behave intelligently when allocating.
Prodded by deraadt to commit this.
|
|
This enables future uvm_map allocator to behave intelligently.
|
|
This will enable future uvm_map code to make intelligent decisions during
allocation.
|
|
This will enable future uvm_map to make intelligent allocation decisions.
|
|
This will enable intelligent decisions with future uvm_map.
|
|
This enables future uvm_map code to make intelligent decisions.
Code is not called at the moment.
|
|
Enables future uvm_map code to make intelligent decisions during allocation.
No functional change.
|
|
Enables future uvm_map code to make intelligent decisions.
No functional change.
|
|
|
|
this removes the session_schedule() in the task_pdu_cb().
|
|
the initial SCSI REQUEST so use conn_task_issue() in vscsi_dataout().
|
|
- add nearbyint, nearbyintf and nearbyintl implemented using fenv
|
|
|
|
|
|
Tested by naddy, thanks! Major bump for safety.
ok kettenis espie
|
|
|
|
"Yes, go ahead then" deraadt
|
|
|
|
closed. if you're using iscsid with mpath, this will let mpath retry the
commands when iscsid comes back.
discussed with claudio@
|
|
their start routines, they dont have to pass pointers to them in the
ops struct.
|
|
This fixes the problem of binding sockets to broadcast IPs in other
rdomains.
OK henning@
|
|
used to "do things later" and was potentially sleeping in swapper
context. the latter is really bad, because it might never wake up.
instead, move the things that usb_first_explore() was doing to the
first run of the explore task. since tasks are run in a kthread,
they are in process context and ok to sleep.
fixes boot hang noticed by jsg@, which mikeb@ debugged and found
usb_first_explore() to be sleeping swapper context
|
|
- reword EXAMPLES a little, for readability
|
|
from Michael W. Bombardieri <mb at ii.net>, thanks
|
|
from Michael W. Bombardieri <mb at ii.net>, thanks!
|
|
local network boradcast. While there kill some leftover AF_IMPLINK
checks.
OK henning@, sthen@
|
|
These sockets will only see broadcast sent to that particular address.
Some applications like samba use this feature.
Problem found and initial version by sthen@, OK sthen@, henning@
|
|
work over TCP, for instance, to expose the sound card of one machine
with other machines of the network.
The first client generates a 128-bit random number (aka the
session cookie), saves it in $HOME/.aucat_cookie and sends it to the
server. Successive clients load the cookie from $HOME/.aucat_cookie
and send it to the server but the server accepts only clients whose
cookie matches the session cookie. When all clients are gone, the
session is over, and another cookie could start a new session, and so
on.
TCP is enabled on the server with the new -L option, and on the client
side hostnames are specified with a new optional component in the
device name.
hints from damien, dlg and deraadt, tweaks from jmc
|
|
|
|
|
|
|
|
an expensive state lookup (via natlook ioctl) and shrinks the code.
tested by me and sthen, ok reyk sthen
|
|
ok dlg@
|
|
|
|
requested by deraadt
|
|
ok deraadt@
|
|
|
|
Default gcc on alpha to -mfp-rounding-mode=d, to make code which assumes
the rounding mode is always controlled by fpsetround() happy.
ok martynas@, miod@
|
|
initiatior config which is just the ISID in case someone needs
to fix them to a specific value.
|
|
|
|
this function since it does connections scheduling.
|
|
|
|
XS_POLL handling is still wrong, but reportedly it works, so leaving
it be for now.
ok dlg@
|
|
ok ratchov
|
|
|
|
|
|
|
|
tree, no idea where it came from; ok millert@ jmc@
|
|
text in without explaining what it is, and that is beyond the remit of this
(or currently any) man page; the pertinent info has been moved to faq4
as discussed with schwarze and ajacoutot...
|
|
storage arrays.
at the moment it makes a naive decision about which controller in an array
to talk to. it does work, but a smarter version is being worked on.
tested by and ok deraadt@
|