aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* First pass at a LINT for arm64.Warner Losh2019-08-082-0/+250
* Make arm64 32-bit mode compile with COMPAT_43Warner Losh2019-08-081-0/+28
* Update to Zstandard 1.4.2Conrad Meyer2019-08-0874-2096/+3332
* 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
* 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
* Disable useless -Wformat-zero-lengthConrad Meyer2019-08-081-2/+4
* powerpc/pmap: Minor optimizations to 64-bit booke pmapJustin Hibbits2019-08-081-19/+7
* Fix !DDB kernel configurations after r350713Conrad Meyer2019-08-081-1/+1
* ddb(4): Add 'sysctl' commandConrad Meyer2019-08-081-2/+536
* Remove the fuse.ko -> fusefs.ko symlinkAlan Somers2019-08-071-19/+0
* Use designated initializers for vmm_ops.Mark Johnston2019-08-072-32/+32
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-0771-361/+249
* sbuf(9): Add sbuf_nl_terminate() APIConrad Meyer2019-08-072-1/+53
* sbuf(9): Refactor sbuf_newbuf into sbuf_newConrad Meyer2019-08-071-42/+42
* sbuf(9): Add NOWAIT dynamic buffer extension modeConrad Meyer2019-08-072-7/+10
* Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-0710-5/+1159
* Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-072-2/+4
* 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
* Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI2019-08-0715-48/+50
* fusefs: merge from projects/fuse2Alan Somers2019-08-0718-2171/+4312
|\
| * fusefs: remove superfluous counter_u64_zeroAlan Somers2019-08-064-5/+0
| * fusefs: fix the build after r350446Alan Somers2019-07-311-0/+1
| * Bump __FreeBSD_versionAlan Somers2019-07-301-1/+1
| * MFHead @350453Alan Somers2019-07-3031-2316/+218
| |\
| * \ MFHead @350426Alan Somers2019-07-3036-218/+502
| |\ \
| * \ \ MFHead @350390Alan Somers2019-07-281-3/+5
| |\ \ \
| * | | | fusefs: fix panic when writing with O_DIRECT and using writeback cacheAlan Somers2019-07-281-3/+58
| * | | | MFHead @r350386Alan Somers2019-07-28382-5408/+14728
| |\ \ \ \
* | | | | | Fix LOCAL_MODULES and improve the make output.John Baldwin2019-08-061-2/+4
* | | | | | Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,Jeff Roberson2019-08-065-139/+101
* | | | | | Detect invalid PCI devices more correctly in PCI interrupt router drivers.John Baldwin2019-08-062-6/+12
* | | | | | Implement a MINBUCKET zone flag so we can use minimal caching on zones thatJeff Roberson2019-08-062-2/+7
* | | | | | Add two new kernel options to control memory locality on NUMA hardware.Jeff Roberson2019-08-066-43/+165
* | | | | | ral: rt2860: fix wcid2ni access/size issueKyle Evans2019-08-062-2/+4
* | | | | | Ignore UFS/FFS superblock check hash failures so as to allow a higherKirk McKusick2019-08-061-2/+2
* | | | | | A race condition existed between the time a UFS/FFS superblock checkKirk McKusick2019-08-061-1/+7