Age | Commit message (Expand) | Author |
2017-06-12 | Limit the maximum size of softraid crypto volumes that can be created to | Joel Sing |
2017-06-12 | Upon failure, only return zero from the softraid ioctl handler when there | Joel Sing |
2017-06-12 | Fix another long standing softraid crypto bug where if all 32 keys are in | Joel Sing |
2017-06-12 | Factor out and reuse the code that frees the crypto sessions, instead of | Joel Sing |
2017-06-12 | Fix a long standing off-by-one bug in the softraid crypto number of keys | Joel Sing |
2017-06-12 | specify free() size from the old allocation, not new allocation. | Theo de Raadt |
2017-06-12 | ifq_start does OACTIVE and RUNNING checks for the driver | Mike Belopuhov |
2017-06-12 | typo; from bryan vyhmeister | Theo de Raadt |
2017-06-12 | From FreeBSD (r227593, r307982): | Kevin Lo |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-11 | Use a common 'goto bad' style and set mp to NULL after freeing it | Alexander Bluhm |
2017-06-11 | Define register_splx_handler() in one place. | Visa Hankala |
2017-06-11 | Fix TLB size computation on OCTEON II and III. The CPUs have utilized | Visa Hankala |
2017-06-11 | Add a memory barrier to ensure that stores become visible | Visa Hankala |
2017-06-11 | integer overflow for two range checks | Theo de Raadt |
2017-06-10 | Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are tested | Kevin Lo |
2017-06-10 | Use software interrupt to process TX/RX data between sio and tty(4) | Kenji Aoyama |
2017-06-09 | Fill RX ring during init and bail early on send if OACTIVE is set | Mike Belopuhov |
2017-06-09 | - pfsync_input() must grab PF_LOCK | Alexandr Nedvedicky |
2017-06-09 | Remove a WAITOK that has sneaked in | Mike Belopuhov |
2017-06-09 | Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fit | Mike Belopuhov |
2017-06-09 | Introduce iwm_nic_assert_locked() to verify that the driver has correctly | Stefan Sperling |
2017-06-09 | Fix the resume code path in iwm(4) to no longer call iwm_stop() before | Stefan Sperling |
2017-06-09 | Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even | Martin Pieuchot |
2017-06-08 | Remove esym (.data) patching. Thanks to Mark we stopped requiring this | Patrick Wildt |
2017-06-08 | ASLR, W^X, and guard pages trigger processor traps that result in | Alexander Bluhm |
2017-06-08 | Notify userland when a new ND is reachable. | Martin Pieuchot |
2017-06-08 | Wrap startup code with .ent and .end for proper disassembly. | Visa Hankala |
2017-06-08 | Move loongson/octeon/sgi unmap_startup() under arch/mips64. | Visa Hankala |
2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link | Visa Hankala |
2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link | Visa Hankala |
2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-06-08 | remove the _rb_color prototype in RBT, it's unused/unimplimented | David Gwynne |
2017-06-08 | make rb_n2e return a struct rb_entry *, not void * | David Gwynne |
2017-06-08 | use unsigned long instead of caddr_t to move between nodes and entries. | David Gwynne |
2017-06-08 | add RBT_SET_LEFT, RBT_SET_RIGHT, and RBT_SET_PARENT | David Gwynne |
2017-06-08 | make the gem tx path MPSAFE. | David Gwynne |
2017-06-07 | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows | Alexander Bluhm |
2017-06-07 | Acquire submit queue mutex only once per xbf_complete_cmd invocation | Mike Belopuhov |
2017-06-07 | Assert that the KERNEL_LOCK() is held when messing with routing, | Martin Pieuchot |
2017-06-07 | Assert that the calling CPU is holding the KERNEL_LOCK() in malloc(9) | Martin Pieuchot |
2017-06-07 | Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals | Martin Pieuchot |
2017-06-06 | Set the weak variant of hysteresis as default. | Ulf Brosziewski |
2017-06-06 | Rewrite the driver to handle 64kb transfers | Mike Belopuhov |
2017-06-06 | Call xbf_intr for polled transfers that can't sleep | Mike Belopuhov |
2017-06-06 | Add support for tap gestures. | Ulf Brosziewski |
2017-06-06 | Provide sufficient info in error messages to identify | Kenneth R Westerback |
2017-06-06 | Remove code that is not needed right now. | Visa Hankala |
2017-06-06 | Implement startup smashing in C. The code should be moved | Visa Hankala |