Age | Commit message (Expand) | Author |
2009-06-05 | abort any time adjustment in progress if the clock is set with settimeofday | Chris Kuethe |
2009-06-05 | Dynamic buffer cache sizing. | Bob Beck |
2009-06-05 | %zu is not meant for size_t in the kernel. Change to %lu. | Ray Lai |
2009-06-05 | Clamp the ending bound to the size of the disk. This makes disklabel -A | Theo de Raadt |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-04 | obvious shrinkage. | Owain Ainsworth |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | add $OpenBSD$ tag | Thordur I. Bjornsson |
2009-06-04 | POOL_DEBUG and DIAGNOSTIC should be better friends | Theo de Raadt |
2009-06-04 | the POOL_DEBUG checks needed to be more friendly with DIAGNOSTIC | Theo de Raadt |
2009-06-04 | enable POOL_DEBUG again just for the hackathon. | Owain Ainsworth |
2009-06-04 | unfuck msleep - fixed by art and ariane after much horror and teeth gnashing | Bob Beck |
2009-06-04 | don't use splvm ourselves, use pool_setipl on the pool we're allocating | Owain Ainsworth |
2009-06-04 | Put readv/writev changes back in, as they no longer hang ckuethe's ntpd. | Bret Lambert |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | xfs -> nnpfs | Thordur I. Bjornsson |
2009-06-03 | sync | Janne Johansson |
2009-06-03 | remove bad #ifdef from syscall.master | Janne Johansson |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | Add a callback specifically for softraid. If you touch this kittens will | Marco Peereboom |
2009-06-03 | Change bufhash from the old grotty hash table to red-black trees hanging | Bob Beck |
2009-06-03 | Revert readv/writev changes, as they trigger an apparent file descriptor | Bret Lambert |
2009-06-03 | remove the never used bufq_ code. | Thordur I. Bjornsson |
2009-06-02 | Change the wait-channel type to 'const volatile void *', eliminating | Philip Guenthe |
2009-06-02 | Instead of the global hash table with the terrible hashfunction and a | Owain Ainsworth |
2009-06-02 | Constipate the second argument to timeout_add_*(). Also, use | Philip Guenthe |
2009-06-02 | Add some extra protection against non-monotonic timestamps. ok stevesk | Chris Kuethe |
2009-06-02 | ANSIfy | Philip Guenthe |
2009-06-02 | truncated format strings; found by Parfait and gcc | Theo de Raadt |
2009-06-02 | msgctl(), shmctl(), semctl() all have operations that are supposed | Philip Guenthe |
2009-06-02 | A process should always be able to attach kevent filters to its own | Philip Guenthe |
2009-06-02 | set needfree to NULL in sys_writev() so stack garbage | Thordur I. Bjornsson |
2009-06-02 | it is better when ramdisks compile | Theo de Raadt |
2009-06-02 | dofile{read,write} are essentially identical to their iovec equivalents, | Bret Lambert |
2009-06-02 | Move M_PREPEND macro code to be entirely into m_prepend the function; | Bret Lambert |
2009-05-31 | Move splassert checks from pool_do_get to pool_get(). Since the former | Miod Vallat |
2009-05-16 | 0 -> PR_NOWAIT for clarity. | Thordur I. Bjornsson |
2009-05-15 | Validate the main MBR minimally; if it does not have the AA55 thingy we must | Theo de Raadt |
2009-05-13 | initialize d_npartitions to MAXPARTITIONS always; ok krw | Theo de Raadt |
2009-05-06 | endrun(4) - EndRun Technologies native time-of-day message timedelta | Kevin Steves |
2009-05-06 | remove erroneous fldcnt test. fldcnt can never be 13 here. this is | Kevin Steves |
2009-05-03 | Discovering an extended MBR partition and setting 'wander' to 1 | Kenneth R Westerback |
2009-04-26 | don't zero sensor .value and .flags immediately after the allocation w/ M_ZER... | Constantine A. Murenin |
2009-04-24 | Change format strings to allow 64 bit addresses to display properly, | Jonathan Gray |
2009-04-22 | Make the interactions in allocating buffers less confusing. | Artur Grabowski |
2009-04-22 | When starting up idle, explicitly set p_cpu and the peg flag for the | Artur Grabowski |
2009-04-22 | initialise the constructor and destructor function pointers to NULL | David Gwynne |
2009-04-20 | Make pegging a proc work when there are idle cpus that are looking for | Artur Grabowski |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |