summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update string tables in hccontrol(8).Hans Petter Selasky2020-04-211-14/+2185
* Don't access a user buffer directly from the kernel.John Baldwin2020-04-211-2/+10
* Retire two unused background fsck sysctls.John Baldwin2020-04-212-186/+3
* Check the magic value in longjmp() before calling sigprocmask().John Baldwin2020-04-211-5/+5
* Handle non-dtrace-triggered kernel breakpoint traps in mips.John Baldwin2020-04-212-3/+5
* Abort transfer if fseeko() fails.John Baldwin2020-04-211-3/+23
* Add description string for VM_CAP_BPT_EXIT.John Baldwin2020-04-211-19/+12
* Also update est(4) as r360162 and r360164Li-Wen Hsu2020-04-211-7/+7
* Update .DdLi-Wen Hsu2020-04-211-1/+1
* Handle PCATCH in blockcount_sleep() so it can be interrupted.Mark Johnston2020-04-212-13/+22
* hwpstate_intel(4): small text tweaksLi-Wen Hsu2020-04-211-5/+5
* kevent32: fix the split of data into data1/data2Kyle Evans2020-04-211-1/+1
* Factor out the kmem contig page alloc and reclamation code.Mark Johnston2020-04-211-34/+39
* Minimize conditional compilation for handling of M_EXEC.Mark Johnston2020-04-211-10/+3
* Remove extern from function declarations in common.hAlex Richardson2020-04-211-11/+11
* Fix OpenSSL remote denial of service.Gordon Tetlow2020-04-211-1/+1
* Silence down a warning which should really be a debug message.Edward Tomasz Napierala2020-04-211-1/+1
* blacklistd.8: fix db file pathEd Maste2020-04-211-1/+1
* Correctly set up the initial TCP congestion windowRichard Scheffenegger2020-04-213-17/+18
* kqueue: fix conversion of timer data to sbintimeKyle Evans2020-04-211-1/+1
* Fix build with NO_HISTORY setBryan Drewery2020-04-211-3/+3
* Fix immediate crash when snmpd is bound to a specific IP address.Gleb Smirnoff2020-04-201-14/+17
* Update comments about IVs used in IPsec ESP.John Baldwin2020-04-201-16/+30
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-2019-177/+46
* Generate IVs directly in esp_output.John Baldwin2020-04-201-4/+4
* Merge commit 64b31d96d from llvm git (by Nemanja Ivanovic):Dimitry Andric2020-04-201-2/+3
* Fix kern.evdev.rcpt_mask on powerpcNiclas Zeising2020-04-201-1/+1
* acpi_ec(4): Do not probe "successfully" if an error occurredConrad Meyer2020-04-201-5/+4
* Temporarily skip timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386Li-Wen Hsu2020-04-201-2/+9
* Merge commit ce5173c0e from llvm git (by Reid Kleckner):Dimitry Andric2020-04-201-2/+3
* Implement the atomic fetch add unless functions for the LinuxKPI.Hans Petter Selasky2020-04-203-0/+42
* Change kern.evdev.rcpt_mask to 12 by defaultNiclas Zeising2020-04-201-1/+6
* diff(1): reject conflicting formatting optionsKyle Evans2020-04-203-4/+52
* hdac: remove unused macroEd Maste2020-04-201-3/+0
* Allow namespace-id specification where it makes sense.Alexander Motin2020-04-204-42/+142
* Handle trashed queue pointers in vm_page_acquire_unlocked().Mark Johnston2020-04-201-1/+1
* Only skip sys.netinet.socket_afinet.socket_afinet_bind_zero in CI envLi-Wen Hsu2020-04-201-1/+2
* Temporarily disable sys.netinet.divert.* on i386Li-Wen Hsu2020-04-201-0/+10
* Implement aligned LinuxKPI types for u16, u32 and u64.Hans Petter Selasky2020-04-201-0/+4
* Allow test_bit() in the LinuxKPI to accept a const pointer.Hans Petter Selasky2020-04-201-1/+1
* Open device with O_RDONLY when command is non-invasive.Alexander Motin2020-04-207-22/+21
* Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky2020-04-203-17/+23
* Allow the ERR_CAST() function in the LinuxKPI to take a const void pointer.Hans Petter Selasky2020-04-201-2/+4
* tests: kqueue: fix some issues with now() on ILP32 platformsKyle Evans2020-04-201-10/+9
* vmm(4): Bump VM_MAX_MEMMAPS for vmgenidConrad Meyer2020-04-191-1/+1
* Due to popular demand, revert r360102.Cy Schubert2020-04-194-16/+8
* snd_hda: whitespace and style(9) cleanupsEd Maste2020-04-192-23/+16
* Use LIST_FOREACH_SAFE instead of LIST_FOREACH as we are removingXin LI2020-04-191-2/+2
* Conditionally install Kerberos rc files based on MK_KERBEROS_SCRIPTSCy Schubert2020-04-194-8/+16
* Convert ipfilter to the new routing KPI.Cy Schubert2020-04-191-8/+13