summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2010-01-08As advertised in the man page, make open(2) return ELOOP (insteadStefan Sperling
2010-01-04Don't decrement the refcnt on a plimits until after we're donePhilip Guenthe
2010-01-03Use atomic operations to access the per-cpu scheduler flags.Mark Kettenis
2010-01-01copyright++;Miod Vallat
2009-12-28Sanity check flags in fork1(), banning some combos we don't supportPhilip Guenthe
2009-12-27Correct previous commit: match the errno return by thrsleep() inPhilip Guenthe
2009-12-23The process's rdomain should be, well, per-process and not per-rthread,Philip Guenthe
2009-12-20When using ptrace(), death of the traced process should always sendPhilip Guenthe
2009-12-20svr4_sys_waitsys() was seemingly implemented by copying sys_wait4()Philip Guenthe
2009-12-17if anyone vref()s a VNON vnode, panic. This should not happen.Owain Ainsworth
2009-11-29Backout previous commit. There is a possible race which makes it possibleMark Kettenis
2009-11-29- add net80211, from Vladimir KirillovStuart Henderson
2009-11-27RegeneratePhilip Guenthe
2009-11-27Add setrdomain() and getrdomain() system calls. Committing now toPhilip Guenthe
2009-11-27Convert thrsleep() to an absolute timeout with clockid to eliminate aPhilip Guenthe
2009-11-27Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_tPhilip Guenthe
2009-11-27Change threxit() to take a pointer to a pid_t to zero out from thePhilip Guenthe
2009-11-27typo in documentation; missing full stop.Igor Sobrado
2009-11-25Add a mechanism to stop the scheduler from scheduling processes on aMark Kettenis
2009-11-23Make config_activate_children() more useable as a suspend-and-resumeTheo de Raadt
2009-11-23Replace in-line implementation of soqinsque with a call to soqinsque.Jacek Masiulaniec