Age | Commit message (Expand) | Author |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
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-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-05-03 | alias bus_space_{read,write}_raw to the non-raw counterparts | David Gwynne |
2016-04-29 | Do not remove local symbols from the table. | Martin Pieuchot |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-04-27 | Stop using DDB_REGS. | Martin Pieuchot |
2016-04-25 | remove systrace | Ted Unangst |
2016-04-24 | Remove 'option COMPAT_PCVT' now that X doen't use it anymore. | Matthieu Herrb |
2016-04-20 | Move back #include <sys/mutex.h> outside #ifdef _KERNEL as it was | Landry Breuil |
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-03-01 | guard macro args with parens | mmcc |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | 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 | put mutex.h lower | Theo de Raadt |
2016-02-22 | Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archs | Landry Breuil |
2016-01-12 | dev/isa/isavar.h does not appear to be needed by any of consumers. | Theo de Raadt |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot |
2015-12-19 | make things fit, by skipping pcn* for now -- randomly firing a driver. | Theo de Raadt |
2015-12-04 | add a missing mtx_leave before a panic to give ddb/reboot a better | Jonathan Gray |
2015-11-07 | Spell `unused' correctly. | Miod Vallat |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-10-30 | Use NULL instead of 0 for pci_decompose_tag() pointer arguments. | Miod Vallat |
2015-10-23 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Claudio Jeker |
2015-10-22 | Build boot blocks with -msmall-data -msmall-text. | Miod Vallat |
2015-10-21 | Do not call uvm_swap_finicrypt_all() a second time in dumpsys(). | Martin Pieuchot |
2015-10-05 | alpha ramdisk ran out of space, very slightly. Probably due to the | Theo de Raadt |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-28 | Mechanical changes from manual buf set up to readdisksector(). | Kenneth R Westerback |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Philip Guenther |
2015-09-19 | No need for wsmux on these installation media, which lack USB support. | Miod Vallat |
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-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-15 | If the SRM has explicitely set up some ISA interrupts level-triggered, | Miod Vallat |
2015-08-15 | Store the {e,}isa_chipset_t in the softc, rather than on sio_bridge_callback()'s | Miod Vallat |
2015-08-15 | No need to cargo-cult include <alpha/pci/sioreg.h> here. | Miod Vallat |
2015-08-15 | Fix isa_chipset_t ic_intr_{alloc,check} prototype: these take an | Miod Vallat |