summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2009-05-160 -> PR_NOWAIT for clarity.Thordur I. Bjornsson
2009-05-15Validate the main MBR minimally; if it does not have the AA55 thingy we mustTheo de Raadt
2009-05-13initialize d_npartitions to MAXPARTITIONS always; ok krwTheo de Raadt
2009-05-06endrun(4) - EndRun Technologies native time-of-day message timedeltaKevin Steves
2009-05-06remove erroneous fldcnt test. fldcnt can never be 13 here. this isKevin Steves
2009-05-03Discovering an extended MBR partition and setting 'wander' to 1Kenneth R Westerback
2009-04-26don't zero sensor .value and .flags immediately after the allocation w/ M_ZER...Constantine A. Murenin
2009-04-24Change format strings to allow 64 bit addresses to display properly,Jonathan Gray
2009-04-22Make the interactions in allocating buffers less confusing.Artur Grabowski
2009-04-22When starting up idle, explicitly set p_cpu and the peg flag for theArtur Grabowski
2009-04-22initialise the constructor and destructor function pointers to NULLDavid Gwynne
2009-04-20Make pegging a proc work when there are idle cpus that are looking forArtur Grabowski
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Add a new EX_FILLED flag to make extent_create() create an extent map thatMark Kettenis
2009-04-17Remove unused function proc_isunder()Bret Lambert
2009-04-15Misplaced comment.Artur Grabowski
2009-04-14Some tweaks to the cpu affinity code.Artur Grabowski
2009-04-10Add EX_CONFLICTOK flag that allows an allocation to conflict with existingMark Kettenis
2009-04-04Make extent_print() use printf to avoid the pagination that db_printfMark Kettenis
2009-04-03Make sure that sys_reboot runs on the primary cpu. Won't hurt when notArtur Grabowski
2009-04-03sched_peg_curproc_to_cpu() - function to force a proc to stay on a cpuArtur Grabowski
2009-04-03Fix SEM_UNDO handling for rthreads: use the struct process* insteadPhilip Guenthe
2009-03-30bzero -> PR_ZEROBret Lambert
2009-03-28use a static and unique string as the disk lock name, so if we're waitingDavid Gwynne
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-25ntfs was the last user, LK_SLEEFAIL can die now.Owain Ainsworth
2009-03-24Only copy out the revents field, not the whole pollfd structure. ThisKurt Miller
2009-03-24only apply the strict limit on F_SETLK; ok deraadt@ fgsch@Otto Moerbeek
2009-03-23fix buffer cache pending writs statistic so it does not go negative.Bob Beck
2009-03-23Processor affinity for processes.Artur Grabowski
2009-03-23advisory locks should return ENOLCK if we're out of locks.Otto Moerbeek
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-12regenPhilip Guenthe
2009-03-12threxit() can't return, so its return type is really voidPhilip Guenthe
2009-03-09Clarify comment in namei(): the code commented doesn't check if theBret Lambert
2009-03-08If a session leader exists s_leader is set to NULL, so don't dereference itMark Kettenis
2009-03-05Make ELF platforms generate ELF core dumps. Somewhat based on code fromMark Kettenis
2009-03-03put back r1.25 (poisoning chain pointers after removing items from theMiod Vallat
2009-03-02the packet length passed to m_clget is a u_int, print it with %u not %d inDavid Gwynne
2009-02-22Don't enforce a minimum size for nkmempages by default; if the computedMiod Vallat
2009-02-22fix PR 6082: do not create more fd's than will fit in the message onOtto Moerbeek
2009-02-17ensure all pi_magic checks are inside DIAGNOSTICTheo de Raadt
2009-02-16at tedu's request, bring back the basic single "first word" PI_MAGIC checkTheo de Raadt
2009-02-16Disable pool debug stuff for the release (it has a performance hit, butTheo de Raadt
2009-02-13use nitems(); dunnoseriously@gmailTheo de Raadt
2009-02-10Sync with current MI tree.Alexander Yurchenko
2009-02-09Don't panic if m_copyback() is working on a M_READONLY() mbuf. The old versionClaudio Jeker
2009-02-09two more consistency checks for a disklabel, to prevent havoc laterOtto Moerbeek
2009-02-04Make m_copyback() a lot smarter. Make it use all of the last mbufClaudio Jeker
2009-01-29Remove KASSERT() that could trigger when an rthread in sigwait()Philip Guenthe