Age | Commit message (Expand) | Author |
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 |
2008-10-14 | Back-in; problems were apparently elsewhere. | Philip Guenthe |
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt |
2008-10-09 | Put a reference count in struct process to prevent use-after-free | Philip Guenthe |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-05-06 | retire vfs_mountroot(); | Thordur I. Bjornsson |
2008-01-01 | Welcome to the jungle of 2008. | Miod Vallat |
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst |
2007-10-16 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt |
2007-05-31 | add an interface for work queues run from a kernel thread. | David Gwynne |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |