summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-09-27add support for tracing process stacks in ddb (trace /p).Mike Belopuhov
2010-09-27tedu's shiny new pool_get kassert found an instance of PR_NOWAIT orMarco Peereboom
2010-09-26support variable sized (bControlSize != 2) processing unit bmControls,Jacob Meuser
2010-09-26No need for ums either; from BradMiod Vallat
2010-09-26No need for pms on the installation media; from BradMiod Vallat
2010-09-26unify some pool and malloc flag values. the important bit is that all flagsTed Unangst
2010-09-26Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.Miod Vallat
2010-09-26remove static so things show up in ddb.Thordur I. Bjornsson
2010-09-26Length field in L2TP header was broken.YASUOKA Masahiko
2010-09-25ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroffMike Larkin
2010-09-25when vscsi is closed, deactivate all child devices so when we kill theDavid Gwynne
2010-09-24- missing semicolon from r@undefined.chJasper Lievisse Adriaanse
2010-09-24- let zaurus compile again after utwitch enableJasper Lievisse Adriaanse
2010-09-24avoid potential infinite loopBret Lambert
2010-09-24Add L2TP support to PIPEX.SUENAGA Hiroki
2010-09-24use a better description for the vnd(4) entry on this file.Igor Sobrado
2010-09-24When processing IPv6 RA messages we may end up adding a new IPv6 addressJoel Sing
2010-09-24Implement if_freenameindex() as a real function as required by posix.Claudio Jeker
2010-09-24Make the endpointer also const so that there is no warning from gcc4Claudio Jeker
2010-09-24Add stricter asserts to DIAGNOSTIC kernels to help catch mutex andMatthew Dempsky
2010-09-24vscsi lives once more!David Gwynne
2010-09-24Fix bus space mapping bugs for GPIO's and MFGPT's and while at it add properPaul Irofti
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-09-24useless storeTheo de Raadt
2010-09-24fix typo in utwitchDavid Gwynne
2010-09-24Fixes before-boot umass hangs on units without media.Theo de Raadt
2010-09-24try to print the attach dmesg line in one unit, rather than intermixingTheo de Raadt
2010-09-24TCP send and recv buffer scaling.Claudio Jeker
2010-09-24dead store; found by clangTheo de Raadt
2010-09-24move DEBUG-only variable into #ifdefTheo de Raadt
2010-09-24itojun picked exactly the right reason in that REASON_SET call. really noHenning Brauer
2010-09-24use pd->rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead ofHenning Brauer
2010-09-24no need to pf_tag_packet in the stateless case in pf_test sinceHenning Brauer
2010-09-24hello, this is captain obvious speaking:Henning Brauer
2010-09-24remove misleading XXX comment. it is pretty clear by now thatHenning Brauer
2010-09-24nicer linewraps, purely cosmeticHenning Brauer
2010-09-24enable utwitch(4) for SGI machines too.Yojiro Uo
2010-09-24init err to 0 in sd_get_parms to avoid confusion when checking rigidDavid Gwynne
2010-09-24remove useless storeDavid Gwynne
2010-09-24no use setting cmd in mfi_ioctl_setstate if you never use it.David Gwynne
2010-09-24vol_list in mpi_get_raid is never used.David Gwynne
2010-09-24kill some unused arguments to pf_create_stateJonathan Gray
2010-09-24tsleep on a static and private handle, since our goal is to not beTheo de Raadt
2010-09-23The only sensible argument for VOP_* calls that take a struct proc pointer isOwain Ainsworth
2010-09-23In procfs_root(), while the vn_lock on a newly-allocated vnode can notOwain Ainsworth
2010-09-23Change:Owain Ainsworth
2010-09-23remove dying flag in the detach() function.Yojiro Uo
2010-09-23remove m_pad in favor of m_inject as it's equivalent to m_injectMike Belopuhov
2010-09-23enable utwitch(4) (formely uyurex(4)) by defaultYojiro Uo
2010-09-23rename uyurex(4) to utwitch(4)Yojiro Uo