summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2009-06-02Instead of the global hash table with the terrible hashfunction and aOwain Ainsworth
2009-06-02Constipate the second argument to timeout_add_*(). Also, usePhilip Guenthe
2009-06-02Add some extra protection against non-monotonic timestamps. ok steveskChris Kuethe
2009-06-02ANSIfyPhilip Guenthe
2009-06-02truncated format strings; found by Parfait and gccTheo de Raadt
2009-06-02msgctl(), shmctl(), semctl() all have operations that are supposedPhilip Guenthe
2009-06-02A process should always be able to attach kevent filters to its ownPhilip Guenthe
2009-06-02set needfree to NULL in sys_writev() so stack garbageThordur I. Bjornsson
2009-06-02it is better when ramdisks compileTheo de Raadt
2009-06-02dofile{read,write} are essentially identical to their iovec equivalents,Bret Lambert
2009-06-02Move M_PREPEND macro code to be entirely into m_prepend the function;Bret Lambert
2009-05-31Move splassert checks from pool_do_get to pool_get(). Since the formerMiod Vallat
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