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