aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* netipsec key_register: check for M_NOWAIT alloc failureRyan Libby2019-06-251-1/+1
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-2515-662/+559
* Free all allocated unit IDs in cuse(3) after the client characterHans Petter Selasky2019-06-251-2/+2
* Fix for deadlock situation in cuse(3)Hans Petter Selasky2019-06-251-14/+29
* Follow the RFC 3128 and drop short TCP fragments with offset = 1.Andrey V. Elsukov2019-06-251-0/+5
* Mark default rule with IPFW_RULE_NOOPT flag, so it can be showed inAndrey V. Elsukov2019-06-251-0/+1
* vm_map_protect may return an INVALID_ARGUMENT or PROTECTION_FAILUREDoug Moore2019-06-251-4/+2
* The definition of icmptypes in ip_compt.h is dead code as it alreadyCy Schubert2019-06-251-153/+3
* Replay r349342 by imp accidentally reverted by r349352Warner Losh2019-06-251-10/+4
* Replay r349340 by imp accidentally reverted by r349352Warner Losh2019-06-254-22/+29
* Replay r349339 by imp accidentally reverted by r349352Warner Losh2019-06-251-11/+14
* Replay r349334 by markj accidentally reverted by r349352Warner Losh2019-06-251-4/+0
* Remove NAND and NANDFS supportWarner Losh2019-06-2569-21936/+39
* powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-251-0/+13
* arm64 acpi_iort: add some error handlingJayachandran C.2019-06-241-4/+30
* arm64 gicv3_its: enable all ITS blocks for a CPUJayachandran C.2019-06-241-3/+1
* arm64 gic: Drop unused GICV3_IVAR_REDIST_VADDRJayachandran C.2019-06-242-6/+1
* Add missing include of sys/boot.hWarner Losh2019-06-241-0/+1
* Move to using a common kernel path between the boot / laoder bits andWarner Losh2019-06-242-1/+3
* Use the cam_ed copy of ata_params rather than malloc and freeingWarner Losh2019-06-241-10/+4
* Create ata_param_fixupWarner Losh2019-06-244-22/+29
* Go ahead and completely fix the ata_params before calling the vetoWarner Losh2019-06-241-11/+14
* Remove a lingering use of splbio().Mark Johnston2019-06-241-4/+0
* Clean out duplicate definitions of TCP macros also found in netinet/tcp.h.Cy Schubert2019-06-241-31/+0
* Add pwm devices to NOTES.Ian Lepore2019-06-241-0/+4
* Add gpio(4) and related drivers to NOTES.Ian Lepore2019-06-241-0/+12
* The gpiopps(4) driver currently has probe and attach code only for FDT basedIan Lepore2019-06-241-1/+1
* Build an armv7 LINT kernel in addition to armv5 LINT. You might think thisIan Lepore2019-06-244-51/+117
* amd64 pmap: block on turnstile for lock-less DI.Konstantin Belousov2019-06-231-27/+104
* Allow compiling ukbdmap.h on arm, since it appears to work fine.Ian Lepore2019-06-231-0/+6
* Switch to check for effective user id in r349320, and disable dumpingKonstantin Belousov2019-06-231-5/+13
* pmap_enter_quick_locked() never replaces a valid mapping, so it need notAlan Cox2019-06-231-2/+5
* Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-06-2310-137/+400
* coredump: avoid writing to core files not owned by the real user.Konstantin Belousov2019-06-231-2/+3
* Add some i2c slave-device drivers that were missing from NOTES.Ian Lepore2019-06-231-0/+5
* The sy8106a and syr827 drviers require FDT and the ext_resources subsystem.Ian Lepore2019-06-231-2/+2
* Add the rtc8583 driver to conf/files. Also, move sy8106a fromIan Lepore2019-06-232-1/+2
* Remove some unused header files from the ad7418 driver.Ian Lepore2019-06-231-9/+0
* Decouple enc/ses verbosity from bootverbose.Alexander Motin2019-06-223-2/+14
* Introduce pmap_remove_l3_range() and use it in two places:Alan Cox2019-06-221-33/+83
* ddb show proc typoRyan Libby2019-06-221-1/+1
* Remove ancient SCSI-2/3 mentioning.Alexander Motin2019-06-222-17/+5
* VirtIO SCSI: validate seg_max on attachEric van Gyzen2019-06-221-0/+23
* Make ELEMENT INDEX validation more strict.Alexander Motin2019-06-221-16/+48
* Refactor xpt_getattr() to make it more readable. No outwardlyScott Long2019-06-211-34/+48
* Fix individual_element_index when some type has 0 elements.Alexander Motin2019-06-211-7/+3
* Reduce namespace pollution from r349233Alan Somers2019-06-213-7/+8
* LinuxKPI: Additions to rcu list.Johannes Lundberg2019-06-212-3/+26
* LinuxKPI: Add atomic_long_sub macro.Johannes Lundberg2019-06-211-0/+1
* Add pwm to the armv7 GENERIC kernel, it's now used by TI and Allwinner.Ian Lepore2019-06-211-0/+3