Age | Commit message (Expand) | Author |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-11-24 | Allow MD code to setup MD-specific mappings (kinda similar to the signal | Miod Vallat |
2010-11-24 | Ensure that hw.disknames gets updated whenever a disklabel is set, since | Joel Sing |
2010-11-19 | Make KERN_CPTIME return an avarage number of ticks across all CPUs | Mike Belopuhov |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-11-13 | backout 1.86 | Theo de Raadt |
2010-11-11 | Kill unused cinit(), and skip some diagnostic printf if option | Miod Vallat |
2010-11-05 | Implement m_print as real ddb command "show mbuf addr" in the way other | Claudio Jeker |
2010-11-03 | pool_sethardlimit should not imply pool_sethiwat; figured out with claudio | Mike Belopuhov |
2010-11-02 | export the network livelock counter. part of a diff i committed the | David Gwynne |
2010-10-31 | The return of rfork(RFTHREAD) must be consistent with getthrid(). | Philip Guenthe |
2010-10-30 | don't abuse lvalues, reported by Amit Kulkarni. | Ted Unangst |
2010-10-28 | Add m_print() a function to print mbuf headers. Can be called from ddb | Claudio Jeker |
2010-10-28 | Regen for new getdirentries. | Todd C. Miller |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-27 | The previous two commits cannot be right. If in fact offsets > 4GB are | Theo de Raadt |
2010-10-18 | PRU_PEEREID is only used by code under COMPAT_O47, so put it there too | Philip Guenthe |
2010-10-05 | implicitly protect m_cldrop with splnet; ok claudio dlg | Mike Belopuhov |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-26 | unify some pool and malloc flag values. the important bit is that all flags | Ted Unangst |
2010-09-24 | Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and | Matthew Dempsky |
2010-09-24 | useless store | Theo de Raadt |
2010-09-24 | Fixes before-boot umass hangs on units without media. | Theo de Raadt |
2010-09-24 | TCP send and recv buffer scaling. | Claudio Jeker |
2010-09-24 | dead store; found by clang | Theo de Raadt |
2010-09-24 | move DEBUG-only variable into #ifdef | Theo de Raadt |
2010-09-23 | The only sensible argument for VOP_* calls that take a struct proc pointer is | Owain Ainsworth |
2010-09-23 | Include the disklabel UID in hw.disknames. | Joel Sing |
2010-09-23 | When a disk is attached create a workq task to read the disklabel, | Joel Sing |
2010-09-23 | tweak the mclgeti algorithm to behave better under load. | David Gwynne |
2010-09-22 | Fix a locking bug in accept(2) caught by sthen@ using my strict | Matthew Dempsky |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-21 | Add assertwaitok(9) to declare code paths that assume they can sleep. | Matthew Dempsky |
2010-09-20 | sync | Theo de Raadt |
2010-09-20 | Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library | Theo de Raadt |
2010-09-20 | Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-17 | don't forget to free program header sections when writing | Mike Belopuhov |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-08 | remove a useless comment | Theo de Raadt |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-08 | Reintroduce most crypto/crypto.c r1.55: | Joel Sing |
2010-09-08 | Add $OpenBSD$ prompted by mikeb@ | Thordur I. Bjornsson |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-09-03 | thib insists i take responsibility too | David Gwynne |
2010-09-02 | Inline bufq_impl_disksort and bufq_impl_fifo's definitions into | Matthew Dempsky |