Age | Commit message (Expand) | Author |
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 |
2009-03-02 | the packet length passed to m_clget is a u_int, print it with %u not %d in | David Gwynne |
2009-02-22 | Don't enforce a minimum size for nkmempages by default; if the computed | Miod Vallat |
2009-02-22 | fix PR 6082: do not create more fd's than will fit in the message on | Otto Moerbeek |
2009-02-17 | ensure all pi_magic checks are inside DIAGNOSTIC | Theo de Raadt |
2009-02-16 | at tedu's request, bring back the basic single "first word" PI_MAGIC check | Theo de Raadt |
2009-02-16 | Disable pool debug stuff for the release (it has a performance hit, but | Theo de Raadt |
2009-02-13 | use nitems(); dunnoseriously@gmail | Theo de Raadt |
2009-02-10 | Sync with current MI tree. | Alexander Yurchenko |
2009-02-09 | Don't panic if m_copyback() is working on a M_READONLY() mbuf. The old version | Claudio Jeker |
2009-02-09 | two more consistency checks for a disklabel, to prevent havoc later | Otto Moerbeek |
2009-02-04 | Make m_copyback() a lot smarter. Make it use all of the last mbuf | Claudio Jeker |
2009-01-29 | Remove KASSERT() that could trigger when an rthread in sigwait() | Philip Guenthe |