Age | Commit message (Expand) | Author |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-10-04 | The new thread's userspace v0, a3, and a4 registers are updated in | Philip Guenther |
2016-09-27 | typo | Theo de Raadt |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-19 | ansify function definitions | Jasper Lievisse Adriaanse |
2016-09-19 | fix whitespace at EOL | Jasper Lievisse Adriaanse |
2016-09-18 | option INSECURE is obsolete | Theo de Raadt |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-02 | Add switch(4) cdev entry | Kazuya Goda |
2016-08-15 | normalize some comments | Ted Unangst |
2016-08-01 | bring the light of ansi to a few more files | Ted Unangst |
2016-06-13 | rename _splraise to splraise | David Gwynne |
2016-06-08 | remove obsolete raid from namtoblk tables. from Artturi Alm | Ted Unangst |
2016-06-07 | consistently set ipls on pmap pools. | David Gwynne |
2016-05-23 | Place a cpu-dependent trap/illegal instruction over the remainder of the | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar. | Theo de Raadt |
2016-05-15 | Implement TCB_{GET,SET} using PAL_{rd,wr}unique. | Philip Guenther |
2016-05-11 | Add the sigcontext cookie clearing block, which was missed in the previous | Theo de Raadt |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-04-27 | Stop using DDB_REGS. | Martin Pieuchot |
2016-04-25 | remove systrace | Ted Unangst |
2016-03-30 | Better support for alphas without all IEEE-mode instructions | Andrew Fresh |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-02-26 | Remove stale RAIDframe entries from chrtoblktbl. | natano |
2016-02-26 | Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't | mmcc |
2016-02-22 | Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archs | Landry Breuil |
2015-12-04 | add a missing mtx_leave before a panic to give ddb/reboot a better | Jonathan Gray |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). | Kenneth R Westerback |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Philip Guenther |
2015-09-13 | intr_barrier(9) for alpha. | Mark Kettenis |
2015-09-08 | Give the pool page allocator backends more sensible names. We now have: | Mark Kettenis |
2015-09-02 | sizes for free() | Theo de Raadt |
2015-08-15 | When resetting the hwrpb after a succesfull secondary processor spinup, | Miod Vallat |
2015-07-20 | go a bit further with miods last change to copy{in,out}{,str} and | David Gwynne |
2015-07-20 | Make pmap_remove() grab the kernel lock. This is a big hammer but makes MP | Mark Kettenis |
2015-07-03 | Correctly restore ipl in fpusave_proc() when we have to busy loop. | Miod Vallat |
2015-06-27 | MP_LOCKDEBUG code should only be compiled if MULTIPROCESSOR is defined | David Gwynne |
2015-06-23 | Disable some of the pmap_emulate_reference() DEBUG checks if option | Miod Vallat |
2015-06-23 | In the copy(9) function, make sure to remember curproc accross the bcopy() | Miod Vallat |
2015-06-23 | delete more p==NULL checks; discussed with miod, kettenis, dlg before | Theo de Raadt |
2015-06-11 | In the copyout family of functions, if the address is out of range | Theo de Raadt |
2015-06-05 | And ... more discussion occurs between miod and kettenis about | Theo de Raadt |
2015-06-05 | And part 2 of the onfault repair. Do the actual clearing of pcb_onfault | Theo de Raadt |
2015-06-05 | Do not unconditionally clear pcb_onfault after a uvm_fault. That will | Theo de Raadt |
2015-06-05 | these days, curproc is never NULL, so skip those checks. | Theo de Raadt |