Age | Commit message (Expand) | Author |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-28 | When setting a disklabel automatically generate a new UID if it does not | Joel Sing |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-23 | Remove unnecessary pointer dereference causing gcc2 to warn. | Miod Vallat |
2010-04-21 | Provide nmea(4) position information using the new angle sensor type. | Stuart Henderson |
2010-04-21 | the atomic primitives are still impossible to get at without using proc.h | Theo de Raadt |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-11 | In sys_ioctl(), change the type of stkbuf to u_long to make sure it is | Mark Kettenis |
2010-04-06 | Implement functions to take away the secondary CPUs from the scheduler and | Mark Kettenis |
2010-04-04 | clock_settime() should cancel an in-progress adjtime() just like | Philip Guenthe |
2010-04-02 | Add a case so that FIONREAD on the master side of a pty returns the size | Nicholas Marriott |
2010-03-24 | Add a rwlock around the filehead and allproc lists, mainly to protect | Ted Unangst |
2010-02-28 | Remove leftover debug printf in config_activate_children(); ok deraadt | Miod Vallat |
2010-02-05 | Use correct format specifiers for 'show bcstats'. | Joel Sing |
2010-01-28 | Make sure the process tree is is loop-free by forbidding ptrace() | Philip Guenthe |
2010-01-18 | regen, even though there is no code change, such that the RCS IDs match, | Ingo Schwarze |
2010-01-18 | fix a spelling error in a comment, no code change; from Brad Tilley | Ingo Schwarze |
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be holdi... | Ted Unangst |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2010-01-12 | Since ifinit() is now safe to be called earlier, call it just before | Theo de Raadt |
2010-01-12 | Move initialization of the MCLGETI ticker to mbinit(), instead of ifinit() | Theo de Raadt |
2010-01-11 | Negative offset or negative size in a buf is invalid. Treat just like other | Kenneth R Westerback |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2010-01-09 | Add code to stop scheduling processes on CPUs, effectively halting that CPU. | Mark Kettenis |
2010-01-08 | As advertised in the man page, make open(2) return ELOOP (instead | Stefan Sperling |
2010-01-04 | Don't decrement the refcnt on a plimits until after we're done | Philip Guenthe |
2010-01-03 | Use atomic operations to access the per-cpu scheduler flags. | Mark Kettenis |
2010-01-01 | copyright++; | Miod Vallat |
2009-12-28 | Sanity check flags in fork1(), banning some combos we don't support | Philip Guenthe |
2009-12-27 | Correct previous commit: match the errno return by thrsleep() in | Philip Guenthe |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |
2009-12-20 | When using ptrace(), death of the traced process should always send | Philip Guenthe |
2009-12-20 | svr4_sys_waitsys() was seemingly implemented by copying sys_wait4() | Philip Guenthe |
2009-12-17 | if anyone vref()s a VNON vnode, panic. This should not happen. | Owain Ainsworth |
2009-11-29 | Backout previous commit. There is a possible race which makes it possible | Mark Kettenis |
2009-11-29 | - add net80211, from Vladimir Kirillov | Stuart Henderson |
2009-11-27 | Regenerate | Philip Guenthe |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-27 | Convert thrsleep() to an absolute timeout with clockid to eliminate a | Philip Guenthe |
2009-11-27 | Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t | Philip Guenthe |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe |
2009-11-27 | typo in documentation; missing full stop. | Igor Sobrado |
2009-11-25 | Add a mechanism to stop the scheduler from scheduling processes on a | Mark Kettenis |
2009-11-23 | Make config_activate_children() more useable as a suspend-and-resume | Theo de Raadt |
2009-11-23 | Replace in-line implementation of soqinsque with a call to soqinsque. | Jacek Masiulaniec |