Age | Commit message (Expand) | Author |
2014-10-13 | disable pagezero thread on hppa, until failure gets diagnosed, ok miod kettenis | Theo de Raadt |
2014-10-11 | back out; does not even compile | Theo de Raadt |
2014-10-11 | resurrect a many year old diff. move CPU throttling into the kernel, | Ted Unangst |
2014-10-03 | Introduce a thread for zeroing pages without holding the kernel lock. This | Mark Kettenis |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |
2014-07-11 | It's init as a process that's special, not init's original thread. | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
2014-05-04 | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, | Philip Guenther |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-03-31 | Grab the kernel lock before autoconf. This way device drivers can drop it in | Mark Kettenis |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-02-12 | Eliminate the exit sig handling, which was only invokable via the | Philip Guenther |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-19 | Refactor rnd startup so arc4random/arc4random_buf can create a chacha state | Theo de Raadt |
2014-01-19 | insane typo | Theo de Raadt |
2014-01-19 | oops, forgotten part | Theo de Raadt |
2014-01-19 | With the earlier initialization of the random subsystem, random_hostseed() | Theo de Raadt |
2014-01-19 | We can call random_start() immediately after cpu_startup, that is the | Theo de Raadt |
2014-01-01 | copyright++ | Federico G. Schwindt |
2013-12-28 | oops, the fallback stack protector code must handle 64-bit guards | Theo de Raadt |
2013-12-28 | change the stack protector guard into a long word (removing the old legacy | Theo de Raadt |
2013-12-28 | We can initialize the srandom/random system earlier from arc4random, | Theo de Raadt |
2013-12-28 | We can random_start() earlier (not that it does too much) and call | Theo de Raadt |
2013-12-01 | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and | Kenneth R Westerback |
2013-10-29 | introduce tasks and taskqs as an alternative to workqs. | David Gwynne |
2013-08-26 | move attach mpath before any hardware. the benefits being: | David Gwynne |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-25 | reseed the random pool with 'dmesg' when more devices are attached | Markus Friedl |
2013-01-01 | copyright++; | Jasper Lievisse Adriaanse |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-06-13 | Expose reaperproc. | Ariane van der Steldt |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-01-01 | copyright++ | Federico G. Schwindt |
2011-07-07 | Functions used in files other than where they are defined should be | Philip Guenthe |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-03-07 | The scheduling 'nice' value is per-process, not per-thread, so move it | Philip Guenthe |
2011-01-08 | split randomattach into random_init() and random_start(), so that we | Theo de Raadt |
2011-01-01 | copyright++; | Theo de Raadt |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |