summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-23Remove unnecessary pointer dereference causing gcc2 to warn.Miod Vallat
2010-04-21Provide nmea(4) position information using the new angle sensor type.Stuart Henderson
2010-04-21the atomic primitives are still impossible to get at without using proc.hTheo de Raadt
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-11In sys_ioctl(), change the type of stkbuf to u_long to make sure it isMark Kettenis
2010-04-06Implement functions to take away the secondary CPUs from the scheduler andMark Kettenis
2010-04-04clock_settime() should cancel an in-progress adjtime() just likePhilip Guenthe
2010-04-02Add a case so that FIONREAD on the master side of a pty returns the sizeNicholas Marriott
2010-03-24Add a rwlock around the filehead and allproc lists, mainly to protectTed Unangst
2010-02-28Remove leftover debug printf in config_activate_children(); ok deraadtMiod Vallat
2010-02-05Use correct format specifiers for 'show bcstats'.Joel Sing
2010-01-28Make sure the process tree is is loop-free by forbidding ptrace()Philip Guenthe
2010-01-18regen, even though there is no code change, such that the RCS IDs match,Ingo Schwarze
2010-01-18fix a spelling error in a comment, no code change; from Brad TilleyIngo Schwarze
2010-01-16When allocating from the item header pool, we can't sleep, as we may be holdi...Ted Unangst
2010-01-14fix typos in comments, no code changes;Ingo Schwarze
2010-01-12Since ifinit() is now safe to be called earlier, call it just beforeTheo de Raadt
2010-01-12Move initialization of the MCLGETI ticker to mbinit(), instead of ifinit()Theo de Raadt
2010-01-11Negative offset or negative size in a buf is invalid. Treat just like otherKenneth R Westerback
2010-01-10Reimplement kvm_getproc2()'s support for reading crash dumps andPhilip Guenthe
2010-01-09Add code to stop scheduling processes on CPUs, effectively halting that CPU.Mark Kettenis