Age | Commit message (Expand) | Author |
2015-01-19 | unneccessary cmask variable; ok guenther | Theo de Raadt |
2015-01-13 | Many architectures call initmsgbuf() really really early, before uvm is | Mark Kettenis |
2014-12-31 | copyright_year=$(date +%Y) | Joel Sing |
2014-12-28 | The greatest happiness is to scatter inferiour APIs, to drive them | Kenneth R Westerback |
2014-12-17 | Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter | Philip Guenther |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-11-18 | Disable the page zeroing thread on MULTIPROCESSOR mips64 kernels as well. | Miod Vallat |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-25 | Do not launch the page zeroing thread on MULTIPROCESSOR m88k systems. This | Miod Vallat |
2014-10-17 | redo the performance throttling in the kernel. | Ted Unangst |
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 |