summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2010-06-29Remove the "if the string address faulted, see if it looks like an int"Ted Unangst
2010-06-29Fail instead of lying if a process asks sysctl()'s KERN_PROC2 orPhilip Guenthe
2010-06-29makefstype was only used in ported from freebsd filesystems. fix themTed Unangst
2010-06-29eliminate some very redundant SCARG usage. ok artTed Unangst
2010-06-29correct some minor style violationsTed Unangst
2010-06-29less SCARG, more pretty. ok guentherTed Unangst
2010-06-29some late breaking style comments from guentherTed Unangst
2010-06-29regenTed Unangst
2010-06-29Eliminate RTHREADS kernel option in favor of a sysctl. The actual statusTed Unangst
2010-06-28<sys/time.b> is for ftime(), which is just in libcompat and not the kernel,Philip Guenthe
2010-06-28clock_gettime(CLOCK_PROF) didn't account for the time between the lastArtur Grabowski
2010-06-28Add the rtable id as an argument to rn_walktree(). Functions likeClaudio Jeker
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27garbage collect the debugging gooThordur I. Bjornsson
2010-06-27Add missing $OpenBSD$.Mark Kettenis
2010-06-27A process on the zombie list can have a NULL p_pgrp if it sleeps whenPhilip Guenthe
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-27Factor out code used to read a disklabel. We'll be making use of this soon.Joel Sing
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-23No need to do the splbio/splx dance around the pool_get inThordur I. Bjornsson
2010-06-21No need to include mutex.h twice.Thordur I. Bjornsson
2010-06-20Add some missing includes, so we do not have implicit functionPeter Hessler
2010-06-19Skip exiting procesess in sysctl_file2(). As processes in exit1()Thordur I. Bjornsson
2010-06-17aligment -> alignmentMiod Vallat
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-07Replace some handrolled instances of m_getptr() with that function, whichBret Lambert
2010-06-01add beagle, mentioned by drahnTheo de Raadt
2010-05-31This file never contained anything of value.Theo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-31attempt to partially update the list of arch's and src dirs, though weTheo de Raadt
2010-05-30Tweak bufq code to handle corner cases. Makes upcoming cd(4)Kenneth R Westerback
2010-05-29As noted by art, two processes with the same pid would be bad. GrabPhilip Guenthe
2010-05-28Delete a fallback definition for CPU_INFO_UNIT that's both unnecessaryPhilip Guenthe
2010-05-27Switch the signal status "percent" sensor, which is currentlyStuart Henderson
2010-05-26Trying this again. Mixing anoncvs with cvs is _not_ a good idea.Thordur I. Bjornsson
2010-05-26Bad tedu, no cookie.Owain Ainsworth
2010-05-25Actively remove processes from the runqueues of a CPU when we stop it.Mark Kettenis
2010-05-20Don't dereference cp to shut gcc4 up (the intent anyway).Marco Peereboom
2010-05-19clean up a few things that where left to rot after bob's vfs cache work.Thordur I. Bjornsson
2010-05-18move knote list to struct process. ok guentherTed Unangst
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-05-14Make sure we initialize sched_lock before we try to use it.Mark Kettenis
2010-05-06Fix favail format string.Marco Pfatschbacher
2010-05-03Provide a disk_map() function which attempts to map a disklabel UID to theJoel Sing
2010-05-02Use intermediate vaddr_t cast when casting a pointer to off_t. PreventsMark Kettenis
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-28When setting a disklabel automatically generate a new UID if it does notJoel Sing
2010-04-26cut down simple locks (so simple that they don't even lock) to the pointTheo de Raadt
2010-04-25introducing a 64-bit type to the disklabel structure leads some architecturesTheo de Raadt
2010-04-23Merge the only relevant (for now) parts of simplelock.h into lock.hTheo de Raadt