Age | Commit message (Expand) | Author |
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 |
2009-04-19 | Add a new EX_FILLED flag to make extent_create() create an extent map that | Mark Kettenis |
2009-04-17 | Remove unused function proc_isunder() | Bret Lambert |
2009-04-15 | Misplaced comment. | Artur Grabowski |
2009-04-14 | Some tweaks to the cpu affinity code. | Artur Grabowski |
2009-04-10 | Add EX_CONFLICTOK flag that allows an allocation to conflict with existing | Mark Kettenis |
2009-04-04 | Make extent_print() use printf to avoid the pagination that db_printf | Mark Kettenis |
2009-04-03 | Make sure that sys_reboot runs on the primary cpu. Won't hurt when not | Artur Grabowski |
2009-04-03 | sched_peg_curproc_to_cpu() - function to force a proc to stay on a cpu | Artur Grabowski |
2009-04-03 | Fix SEM_UNDO handling for rthreads: use the struct process* instead | Philip Guenthe |
2009-03-30 | bzero -> PR_ZERO | Bret Lambert |
2009-03-28 | use a static and unique string as the disk lock name, so if we're waiting | David Gwynne |