aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | import zstd 1.4.1vendor/zstd/1.4.1Conrad Meyer2019-08-0862-1505/+2458
* | | Fix mac_veriexec_parser build after r347938Marcin Wojtas2019-08-081-1/+3
* | | Fix stack grow for init.Konstantin Belousov2019-08-081-1/+2
* | | Update comment explaining create_init().Konstantin Belousov2019-08-081-5/+3
* | | mips: Fix register target for SP setting in libprocJustin Hibbits2019-08-081-1/+1
* | | Add TCP_RFC7413Warner Losh2019-08-081-0/+1
* | | armv8crypto: add missing unlock for session (after r336439)Ed Maste2019-08-081-0/+2
* | | Rename IPPROTO 33 from SEP to DCCPTom Jones2019-08-081-1/+1
* | | frag6: move public structure into file local space.Bjoern A. Zeeb2019-08-082-15/+13
* | | frag6.c: cleanup varaibles and return statements.Bjoern A. Zeeb2019-08-081-41/+52
* | | frag6.c: initial comment and whitespace cleanup.Bjoern A. Zeeb2019-08-081-71/+62
* | | Fix a typo.Michael Tuexen2019-08-081-1/+1
* | | Convert DDB_CTF to use newer version of ZLIB.Xin LI2019-08-083-22/+2
* | | Update bxe(4) to use new zlib.Xin LI2019-08-081-1/+1
* | | Update geom_uzip to use new zlib:Xin LI2019-08-082-32/+5
* | | Ordinarily, during a superpage promotion or demotion within a pmap, theAlan Cox2019-08-082-36/+40
* | | r350739 try #2Conrad Meyer2019-08-081-1/+1
* | | Disable useless -Wformat-zero-lengthConrad Meyer2019-08-082-2/+7
* | | powerpc/pmap: Minor optimizations to 64-bit booke pmapJustin Hibbits2019-08-081-19/+7
* | | Change autounmountd(8) to use time_t for duration instead of doubleJustin Hibbits2019-08-081-17/+18
* | | Fix !DDB kernel configurations after r350713Conrad Meyer2019-08-081-1/+1
* | | Follow r350693 to add a link for sbuf_nl_terminate(9)Li-Wen Hsu2019-08-081-0/+1
* | | ddb(4): Add 'sysctl' commandConrad Meyer2019-08-081-2/+536
* | | rc.8: fix a typo in r350701Andriy Gapon2019-08-071-1/+1
* | | rc.8: add a reference to service(8)Andriy Gapon2019-08-071-4/+10
* | | Get configuration variable with default value for not breaking default settingLi-Wen Hsu2019-08-071-5/+5
* | | Remove the fuse.ko -> fusefs.ko symlinkAlan Somers2019-08-071-19/+0
* | | Fix a possible segfault in wcsxfrm(3) and wcsxfrm_l(3).Dimitry Andric2019-08-071-1/+1
* | | Use designated initializers for vmm_ops.Mark Johnston2019-08-072-32/+32
* | | cap_filergs: limit size of the file nameMariusz Zaborski2019-08-071-0/+5
* | | GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-0773-368/+279
* | | sbuf(9): Add sbuf_nl_terminate() APIConrad Meyer2019-08-073-2/+66
* | | sbuf(9): Refactor sbuf_newbuf into sbuf_newConrad Meyer2019-08-071-42/+42
* | | sbuf(9): Add NOWAIT dynamic buffer extension modeConrad Meyer2019-08-073-8/+16
* | | resource.h is sufficient here, no need for resoursevar.h.Gleb Smirnoff2019-08-071-1/+1
* | | Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-0716-6/+1285
* | | More places to clarify the robustness guarantees.Konstantin Belousov2019-08-073-9/+9
* | | Clarify the robustness guarantees.Konstantin Belousov2019-08-072-6/+6
* | | Correct the location of the first backup superblock in fsck_ffs.8.Kirk McKusick2019-08-072-1/+7
* | | Update RELNOTES for the fusefs rewriteAlan Somers2019-08-071-0/+20
* | | RELNOTES: fix formatting from r350482Alan Somers2019-08-071-2/+2
* | | Merge r3780 from elftoolchain.Mark Johnston2019-08-071-9/+18
* | | Enable nvme on aarch64Warner Losh2019-08-071-2/+2
* | | Make GCC happy about math in r350676.Alexander Motin2019-08-071-4/+1
* | | Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-076-45/+277
* | | Correct PCI device ID for XHCI USB controller.Hans Petter Selasky2019-08-071-1/+1
* | | ofw: ofw_reg_to_paddr: Use a 256 static array for the cellEmmanuel Vadot2019-08-071-1/+2
* | | arm: dts: am33xx: Fix the region for uart0Emmanuel Vadot2019-08-071-1/+1
* | | readelf: Close input files when done with them.Mark Johnston2019-08-071-2/+4
* | | Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-0715-48/+50