Age | Commit message (Expand) | Author |
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 |
2009-11-22 | Add basic suspend/resume autoconf functionality. | Paul Irofti |
2009-11-19 | Dell's SVR4 apparently mapped page zero to the executable. We don't | Philip Guenthe |
2009-11-13 | >15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah] | Theo de Raadt |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-30 | pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling | Theo de Raadt |
2009-10-30 | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers | Nicholas Marriott |
2009-10-28 | For the TIOCSET* ioctls, validate that the tty speeds are positive (since | Theo de Raadt |
2009-10-16 | cancel the timeout upon disabling profiling / virtual timer; so | Martynas Venckus |
2009-10-14 | Remove a redundant if (maxpty == npty) in check_pty - this is also tested by | Nicholas Marriott |
2009-10-13 | Make sure we do not loop when allocating an extent region with EX_CONFLICTOK | Miod Vallat |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-05 | Don't drop the big lock at the end of exit1(), but move it into the middle of | Theo de Raadt |
2009-09-29 | Having pty_isfree_locked() be inlined may make pty allocation a tiny | Theo de Raadt |
2009-09-18 | Make sure we handle all possible ways regions can overlap when EX_CONFLICTOK | Mark Kettenis |