aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* linuxulator: rename linux_locore.s to .asmEd Maste2019-07-307-3/+3
* Enable witness(4) blessings.Mark Johnston2019-07-301-15/+15
* Regenerate after r350447.Mark Johnston2019-07-301-1/+1
* Enable copy_file_range(2) in capability mode.Mark Johnston2019-07-301-0/+5
* Handle refcount(9) wraparound.Mark Johnston2019-07-301-9/+40
* Fix MMCCAM kernel build.Ruslan Bukin2019-07-301-0/+2
* Add support for the SD/MMC controller found in Terasic DE10-ProRuslan Bukin2019-07-303-0/+10
* Bump __FreeBSD_version after removal of gzip'ed a.out support.Xin LI2019-07-301-1/+1
* Remove gzip'ed a.out support.Xin LI2019-07-309-2093/+0
* Fix sound on headset jack for ALC255 and ALC256 codec.Marcelo Araujo2019-07-302-2/+16
* Centralize the logic in vfs_vmio_unwire() and sendfile_free_page().Mark Johnston2019-07-294-128/+108
* seqc: add man pageMariusz Zaborski2019-07-291-49/+0
* proc: make clear_orphan an public APIMariusz Zaborski2019-07-292-6/+7
* Have arm64's pmap_fault() handle WnR faults on dirty PTEs.Mark Johnston2019-07-291-10/+11
* sendfile: don't panic when VOP_GETPAGES_ASYNC returns an errorAlan Somers2019-07-291-10/+27
|\
| * sendfile: don't panic when VOP_GETPAGES_ASYNC returns an errorAlan Somers2019-07-191-10/+30
| * fusefs: add a intr/nointr mount optionAlan Somers2019-07-184-5/+7
| * fusefs: fix another semi-infinite loop bug regarding signal handlingAlan Somers2019-07-181-8/+14
| * fusefs: multiple interruptility improvementsAlan Somers2019-07-173-22/+4
| * Revert r346608Alan Somers2019-07-171-1/+2
| * fusefs: fix the build with some NODEBUG kernelsAlan Somers2019-07-133-3/+3
| * projects/fuse2: build fixesAlan Somers2019-07-131-1/+0
| * fusefs: don't leak memory of unsent operations on unmountAlan Somers2019-06-281-0/+7
| * [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-2815-0/+75
| * MFHead @349476Alan Somers2019-06-27226-23479/+2647
| |\
| * | fusefs: fix a memory leak regarding FUSE_INTERRUPTAlan Somers2019-06-271-0/+1
| * | fusefs: recycle vnodes after their last unlinkAlan Somers2019-06-272-30/+32
| * | fusefs: counter(9) variables should not be statically initializedAlan Somers2019-06-272-3/+3
| * | fusefs: convert statistical sysctls to use counter(9)Alan Somers2019-06-2710-35/+104
| * | fusefs: fix some memory leaksAlan Somers2019-06-271-0/+3
| * | fusefs: implement protocol 7.23's FUSE_WRITEBACK_CACHE optionAlan Somers2019-06-264-11/+48
| * | fusefs: delete some unused mount optionsAlan Somers2019-06-262-23/+3
| * | fusefs: implement the "time_gran" feature.Alan Somers2019-06-263-2/+13
| * | fusefs: set ctime during FUSE_SETATTR following a writeAlan Somers2019-06-261-0/+5
| * | fusefs: automatically update mtime and ctime on writeAlan Somers2019-06-254-7/+67
| * | fusefs: writes should update the file size, even when data_cache_mode=0Alan Somers2019-06-251-2/+1
| * | fusefs: rewrite vop_getpages and vop_putpagesAlan Somers2019-06-253-235/+85
| * | fusefs: refine the short read fix from r349332Alan Somers2019-06-241-0/+5
| * | fusefs: improve the short read fix from r349279Alan Somers2019-06-241-5/+14
| * | fusefs: fix corruption on short reads caused by r349279Alan Somers2019-06-211-12/+16
| * | fusefs: correctly handle short readsAlan Somers2019-06-211-14/+42
| * | fusefs: raise protocol level to 7.23Alan Somers2019-06-213-9/+44
| * | fusefs: use standard integer types in fuse_kernel.hAlan Somers2019-06-211-223/+218
| * | fusefs: raise the protocol level to 7.21Alan Somers2019-06-211-6/+98
| * | fusefs: diff reduction of fuse_kernel.h vs the upstream versionAlan Somers2019-06-211-25/+25
| * | fusefs: raise protocol level to 7.15Alan Somers2019-06-202-1/+45
| * | fusefs: trivially raise protocol level to 7.14Alan Somers2019-06-201-1/+4
| * | fusefs: attempt to support servers as old as protocol 7.4Alan Somers2019-06-202-11/+25
| * | fusefs: raise protocol level to 7.13Alan Somers2019-06-202-2/+12
| * | fusefs: implement VOP_BMAPAlan Somers2019-06-205-4/+97