Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-02 | structure copy the unp_connid to the other socket | Theo de Raadt | |
2010-07-02 | Switch to nitems for the table, save some space. `Looks good' deraadt@. | Paul Irofti | |
2010-07-02 | Use M_NOWAIT only if SCSI_NOSLEEP is set, as is the usual idiom. From | Kenneth R Westerback | |
matthew@ who won't be home until late. ok matthew@ & tedu@. | |||
2010-07-02 | Implement FPU shootdowns for hppa multiprocessor kernels. There are still | Joel Sing | |
some subtle bugs however these can be fixed in tree. ok kettenis@ | |||
2010-07-01 | Repost T510 video using the emulator. | Mike Larkin | |
ok deraadt@ | |||
2010-07-01 | When a process' FPU context is evicted or restored record which CPU the | Joel Sing | |
context is on so that we can handle FPU shootdowns. ok kettenis@ | |||
2010-07-01 | Mobility hd4870 works, add it. | Owain Ainsworth | |
From jcr | |||
2010-07-01 | regen | Ted Unangst | |
2010-07-01 | 3.5 compat is old, but relied upon by other compats still in tree. the | Ted Unangst | |
fhstat syscall, however, isn't needed and can go away. ok deraadt | |||
2010-07-01 | sync | Owain Ainsworth | |
2010-07-01 | Radeon mobility Hd4870, from jcr. | Owain Ainsworth | |
2010-07-01 | Make our trapframe squeeky clean in setregs(). Avoid leaking registers into | Mark Kettenis | |
the new process image. ok deraadt@, guenther@ | |||
2010-07-01 | It seems the x200s doesn't need the video bios call from locore. | Paul Irofti | |
Retested on yuo's machine with a clean kernel and it works fine without the hack. This should also fix the issues other x200s users were seeing with resuming from X. | |||
2010-07-01 | Add more support bits for ARMv7, including frame for VIPT (pmap_prefer). | Dale Rahn | |
2010-07-01 | Another radeon hd3200. | Owain Ainsworth | |
from brad | |||
2010-07-01 | CPU id is not enough to tell 3430 from 3530 so change the printed name. | Dale Rahn | |
2010-07-01 | Move rdcap/rdcap16 structs used to get info about disk size off of | Kenneth R Westerback | |
stack and malloc/free them instead. First stirrings of the tide of de-stacking to come. Feedback, fixes and ok matthew@ & tedu@. | |||
2010-07-01 | Oops. Lost the < 0 check on file position I had in the circulated | Kenneth R Westerback | |
diff. A bit of paranoia suggested by beck@. | |||
2010-07-01 | Synch instead of flush FPU state on APs before suspending. | Mike Larkin | |
tested by kettenis@ on i386 and myself on amd64 ok kettenis@ | |||
2010-07-01 | We don't do CamelCase: fix style(9) violations in goto labels. | Owain Ainsworth | |
no binary change. | |||
2010-07-01 | Implement vs{,un}lock_device and use it for physio. | Artur Grabowski | |
Just like normal vs{,un}lock, but in case the pages we get are not dma accessible, we bounce them, if they are dma acessible, the functions behave exactly like normal vslock. The plan for the future is to have fault_wire allocate dma acessible pages so that we don't need to bounce (especially in cases where the same buffer is reused for physio over and over again), but for now, keep it as simple as possible. | |||
2010-07-01 | Ensure that IPIs have priority and are run first to avoid deadlock. This | Joel Sing | |
is a rather ugly hack and needs to be revisited at a later date. ok kettenis@ | |||
2010-07-01 | garbage collect the now unused PAGEFASTRECYCLE option. | Thordur I. Bjornsson | |
ok deraadt@, david@ | |||
2010-07-01 | Typo in comment. | Mike Larkin | |
ok oga@ | |||
2010-07-01 | constrain malloc to only grab pages from dma reachable memory. | Thordur I. Bjornsson | |
Do this by calling uvm_km_kmemalloc_pla with the dma_constraint. ok art@ (ofcourse, he eats his cereal and okeys everything). OK beck@, deraadt@ | |||
2010-07-01 | Allow swapping to happen in the case where where we have more memory | Owain Ainsworth | |
than we can realistically dma to. In the swap encrypt case we already bounce through a intermediate buffer for pageout, so just make sure that that buffer is constrained to dmaable memory. In the other cases we check to see if the memory is dmaable, then if not we bounce it. ok beck@, art@, thib@. | |||
2010-07-01 | I accidentally whacked something important. Sorry. | Ted Unangst | |
2010-07-01 | g/c unused param to pf_translate | Henning Brauer | |
2010-07-01 | make sure that buf's on the stack set the b_bq to NULL. | Thordur I. Bjornsson | |
one memset -> bzero. ok marco@, jsing@ | |||
2010-07-01 | pool setconstraints must be called immediately after pool_init, otherwise | Bob Beck | |
if we allocate memory before applying constraints we get memory outside the constraints allocated in the pool. this is bad. ok claudio@ | |||
2010-07-01 | SO_PEERCRED should return ENOTCONN when the sockets are not connected | Theo de Raadt | |
2010-07-01 | suspend/resume to the same level as apm machines. note: that is kind | Theo de Raadt | |
of broken since it does not detach+reattach the card (which it has to) ok mlarkin | |||
2010-07-01 | leases have expired. (remove a comment). | Thordur I. Bjornsson | |
2010-07-01 | Return EINVAL if the file position is greater than LONG_MAX, since | Kenneth R Westerback | |
otherwise truncation will occur on archs where LONG LONG and LONG are not the same. Noticed at n2k10. Error return suggested by deraadt@. ok beck@ millert@ deraadt@ guenther@ | |||
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst | |
2010-07-01 | SO_PEERCRED should pass out the main pid, not the "pid" of the current | Theo de Raadt | |
thread. Discussion with guenther. | |||
2010-07-01 | See, I said the #ifdef's are a confusing maze -- they confused me. | Theo de Raadt | |
2010-07-01 | Make this compile with SMALL_KERNEL. The #ifdef farm this produces should | Theo de Raadt | |
probably be cleaned up... | |||
2010-07-01 | make this compile with SMALL_KERNEL | Theo de Raadt | |
2010-07-01 | compile when SMALL_KERNEL is set | Theo de Raadt | |
2010-07-01 | do bufq quiesce again, since vnd/the bufq_done call in | Thordur I. Bjornsson | |
biodone has been fixed. | |||
2010-07-01 | Call bufq_done at the top of biodone, so we don't call it on | Thordur I. Bjornsson | |
a freed buf as that causes problems... | |||
2010-07-01 | for the allocated buf, set the b_bq flag to NULL so we do not | Thordur I. Bjornsson | |
call bufq_done in biodone. | |||
2010-07-01 | ioctl XS_SENSE/XS_SHORTSENSE should print the sense info like | Kenneth R Westerback | |
everyone else when SCSIDEBUG is set. | |||
2010-07-01 | - don't do curupte checks if the current miss address is user space | Jasper Lievisse Adriaanse | |
from netbsd ok miod@ | |||
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave | |
2010-07-01 | Create a struct to store FP state and include a pointer to the CPU that | Joel Sing | |
currently holds the FPU context for this process. This will be soon used to implement FPU shootdowns on multiprocessor kernels. ok kettenis@ | |||
2010-07-01 | Die struct scsi_device! Die! Instead, save a pointer to the routine | Kenneth R Westerback | |
to interpret sense errors. This is initialized to the basic interpretation routine, and specific scsi drivers (sd/st/cd) can replace this with their own. While here kill EJUSTRETURN dance and make more specialized interpretation routines directly call the basic routine if desired. Fixes by matthew@ to my first diff. Most original work by dlg@. ok matthew@ marco@ dlg@ | |||
2010-07-01 | Provide uvm constraints. | Joel Sing | |
ok kettenis@ thib@ | |||
2010-07-01 | Provide safepri. | Joel Sing | |