Age | Commit message (Expand) | Author |
2011-01-08 | split randomattach into random_init() and random_start(), so that we | Theo de Raadt |
2011-01-07 | Add socket option SO_SPLICE to splice together two TCP sockets. | Alexander Bluhm |
2011-01-05 | use __func__ where possible. shaves 4k and makes indentation much better. | Federico G. Schwindt |
2011-01-01 | copyright++; | Theo de Raadt |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-21 | Ugly workaround in nmbclust_update(). Additionally to setting the limit | Claudio Jeker |
2010-12-19 | Since we have an ioctl that uses a struct with an off_t member as its | Mark Kettenis |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
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 |