summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-02structure copy the unp_connid to the other socketTheo de Raadt
2010-07-02Switch to nitems for the table, save some space. `Looks good' deraadt@.Paul Irofti
2010-07-02Use M_NOWAIT only if SCSI_NOSLEEP is set, as is the usual idiom. FromKenneth R Westerback
2010-07-02Implement FPU shootdowns for hppa multiprocessor kernels. There are stillJoel Sing
2010-07-01Repost T510 video using the emulator.Mike Larkin
2010-07-01When a process' FPU context is evicted or restored record which CPU theJoel Sing
2010-07-01Mobility hd4870 works, add it.Owain Ainsworth
2010-07-01regenTed Unangst
2010-07-013.5 compat is old, but relied upon by other compats still in tree. theTed Unangst
2010-07-01syncOwain Ainsworth
2010-07-01Radeon mobility Hd4870, from jcr.Owain Ainsworth
2010-07-01Make our trapframe squeeky clean in setregs(). Avoid leaking registers intoMark Kettenis
2010-07-01It seems the x200s doesn't need the video bios call from locore.Paul Irofti
2010-07-01Add more support bits for ARMv7, including frame for VIPT (pmap_prefer).Dale Rahn
2010-07-01Another radeon hd3200.Owain Ainsworth
2010-07-01CPU id is not enough to tell 3430 from 3530 so change the printed name.Dale Rahn
2010-07-01Move rdcap/rdcap16 structs used to get info about disk size off ofKenneth R Westerback
2010-07-01Oops. Lost the < 0 check on file position I had in the circulatedKenneth R Westerback
2010-07-01Synch instead of flush FPU state on APs before suspending.Mike Larkin
2010-07-01We don't do CamelCase: fix style(9) violations in goto labels.Owain Ainsworth
2010-07-01Implement vs{,un}lock_device and use it for physio.Artur Grabowski
2010-07-01Ensure that IPIs have priority and are run first to avoid deadlock. ThisJoel Sing
2010-07-01garbage collect the now unused PAGEFASTRECYCLE option.Thordur I. Bjornsson
2010-07-01Typo in comment.Mike Larkin
2010-07-01constrain malloc to only grab pages from dma reachable memory.Thordur I. Bjornsson
2010-07-01Allow swapping to happen in the case where where we have more memoryOwain Ainsworth
2010-07-01I accidentally whacked something important. Sorry.Ted Unangst
2010-07-01g/c unused param to pf_translateHenning Brauer
2010-07-01make sure that buf's on the stack set the b_bq to NULL.Thordur I. Bjornsson
2010-07-01pool setconstraints must be called immediately after pool_init, otherwiseBob Beck
2010-07-01SO_PEERCRED should return ENOTCONN when the sockets are not connectedTheo de Raadt
2010-07-01suspend/resume to the same level as apm machines. note: that is kindTheo de Raadt
2010-07-01leases have expired. (remove a comment).Thordur I. Bjornsson
2010-07-01Return EINVAL if the file position is greater than LONG_MAX, sinceKenneth R Westerback
2010-07-01another day, another compat gets removed. today is ibcs2's turnTed Unangst
2010-07-01SO_PEERCRED should pass out the main pid, not the "pid" of the currentTheo de Raadt
2010-07-01See, I said the #ifdef's are a confusing maze -- they confused me.Theo de Raadt
2010-07-01Make this compile with SMALL_KERNEL. The #ifdef farm this produces shouldTheo de Raadt
2010-07-01make this compile with SMALL_KERNELTheo de Raadt
2010-07-01compile when SMALL_KERNEL is setTheo de Raadt
2010-07-01do bufq quiesce again, since vnd/the bufq_done call inThordur I. Bjornsson
2010-07-01Call bufq_done at the top of biodone, so we don't call it onThordur I. Bjornsson
2010-07-01for the allocated buf, set the b_bq flag to NULL so we do notThordur I. Bjornsson
2010-07-01ioctl XS_SENSE/XS_SHORTSENSE should print the sense info likeKenneth R Westerback
2010-07-01- don't do curupte checks if the current miss address is user spaceJasper Lievisse Adriaanse
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-07-01Create a struct to store FP state and include a pointer to the CPU thatJoel Sing
2010-07-01Die struct scsi_device! Die! Instead, save a pointer to the routineKenneth R Westerback
2010-07-01Provide uvm constraints.Joel Sing
2010-07-01Provide safepri.Joel Sing