Age | Commit message (Expand) | Author |
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 |
2010-09-08 | Reintroduce most crypto/crypto.c r1.55: | Joel Sing |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-06-29 | We always copy struct pcred when creating a new process, so the reference | Philip Guenthe |
2010-05-14 | Make sure we initialize sched_lock before we try to use it. | Mark Kettenis |
2010-01-12 | Since ifinit() is now safe to be called earlier, call it just before | Theo de Raadt |
2010-01-01 | copyright++; | Miod Vallat |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-02-13 | use nitems(); dunnoseriously@gmail | Theo de Raadt |
2009-01-01 | copyright_year++; | Miod Vallat |
2008-12-03 | add vscsi(4), a virtual scsi controller that passes all scsi requests up to | David Gwynne |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |