Age | Commit message (Expand) | Author |
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 |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-25 | ntfs was the last user, LK_SLEEFAIL can die now. | Owain Ainsworth |
2009-03-24 | Only copy out the revents field, not the whole pollfd structure. This | Kurt Miller |
2009-03-24 | only apply the strict limit on F_SETLK; ok deraadt@ fgsch@ | Otto Moerbeek |
2009-03-23 | fix buffer cache pending writs statistic so it does not go negative. | Bob Beck |
2009-03-23 | Processor affinity for processes. | Artur Grabowski |
2009-03-23 | advisory locks should return ENOLCK if we're out of locks. | Otto Moerbeek |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-12 | regen | Philip Guenthe |
2009-03-12 | threxit() can't return, so its return type is really void | Philip Guenthe |
2009-03-09 | Clarify comment in namei(): the code commented doesn't check if the | Bret Lambert |
2009-03-08 | If a session leader exists s_leader is set to NULL, so don't dereference it | Mark Kettenis |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-03-03 | put back r1.25 (poisoning chain pointers after removing items from the | Miod Vallat |