Age | Commit message (Expand) | Author |
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 |
2010-09-01 | Do not panic in parsedisk() for ``second class'' block devices (which we can't | Miod Vallat |
2010-09-01 | There is no point doing wakeups in bufq_done() unless we're actually in the | Mark Kettenis |
2010-09-01 | Clarify why we can walk the list of bufqs without holding a mutex with a | Mark Kettenis |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-30 | Add a device number to struct disk and populate it on disk attach. Whilst | Joel Sing |
2010-08-23 | fix two problems identified by matthew@: | David Gwynne |
2010-08-20 | Change hzto(9) and tvtohz(9) arguments to const pointers. | Matthew Dempsky |
2010-08-19 | Introduce an MI kern.consdev sysctl that will replace the MD | Mark Kettenis |
2010-08-18 | delete some rogue spaces and tabs. no binary change. | Marco Peereboom |
2010-08-18 | - fix compilation of kernel without FFS...don't ask ;-) | Jasper Lievisse Adriaanse |
2010-08-12 | Nuke extra (typoed) extern declaration and a spare newline from the last | Owain Ainsworth |
2010-08-11 | Make the number of vnodes to correspond to the number of buffers in | Bob Beck |
2010-08-06 | Every time you ignore uiomove() return value, $DEITY kills a little | Miod Vallat |
2010-08-03 | matthew did not commit the diff he passed around for us to inspect... | Theo de Raadt |
2010-08-03 | If an asynchronous request invalidates a buf, then we might remove it | Matthew Dempsky |
2010-08-02 | Fix knote handling for exiting processes: when triggering a NOTE_EXIT | Philip Guenthe |
2010-07-28 | Add a dummy kqueue filter similar to seltrue and use it for anything | Nicholas Marriott |
2010-07-28 | more #ifdef needed for the case of not pegging on a non-MP kernel | Theo de Raadt |
2010-07-28 | It's pretty pointless to peg ourselves to the primary CPU if that's the | Mark Kettenis |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-24 | struct emul's e_arglen member is expected to count in units of | Philip Guenthe |
2010-07-23 | Make sure the u area of new processes is zero-filled; this got lost in | Miod Vallat |
2010-07-22 | We have this nice KMEMSTATS option to control when we use kmemstats, | Matthew Dempsky |
2010-07-21 | ptm needs no read/write, just use enodev. | Nicholas Marriott |
2010-07-19 | Rollback the allproclk and fileheadlk addition. When grabbing an | Philip Guenthe |
2010-07-19 | Avoid interleaving of mutexes that would leave is with the wrong spl after | Mark Kettenis |
2010-07-15 | m_getptr(m, 0, ...) may return an mbuf different from m -- if m has no | Claudio Jeker |
2010-07-15 | limit the pools from 14 bits down. We cannot use PAGE_SIZE because it | Theo de Raadt |
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky |
2010-07-14 | oops; Fred Crowson | Theo de Raadt |
2010-07-13 | dma_alloc() and dma_free(). This is a thin shim on top of a bag of | Theo de Raadt |
2010-07-10 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |