aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-0/+36
* We don't need to INCLUDENUL, so turn it off to avoid assertion...Warner Losh2020-08-291-0/+1
* Use sbuf_cat instead of sbuf_cpyWarner Losh2020-08-291-3/+3
* Avoid NULL pointer dereferencesWarner Losh2020-08-291-3/+12
* Move to using sbuf for some sysctl in newbusWarner Losh2020-08-291-42/+26
* Retire devctl_notify_f()Warner Losh2020-08-293-12/+5
* devctl: move to using a uma zoneWarner Losh2020-08-291-115/+185
* Add a comment to clarify when and why cached names are deletedKirk McKusick2020-08-271-0/+10
* Fix writing of the final block of encrypted, compressed kernel dumps.Mark Johnston2020-08-271-3/+5
* cache: don't update timestmaps on found entryMateusz Guzik2020-08-271-1/+13
* cache: assorted clean upsMateusz Guzik2020-08-271-142/+86
* cache: ncp = NULL early to account for sdt probes in ailure pathMateusz Guzik2020-08-271-0/+1
* Implement FLUSHOWarner Losh2020-08-272-1/+34
* Fix a "v_seqc_users == 0 not met" panic when VFS_STATFS() fails during mount.Rick Macklem2020-08-261-1/+8
* vmem: Avoid allocating span tags when segments are never released.Mark Johnston2020-08-261-13/+50
* cache: relock on failure in cache_zap_locked_vnodeMateusz Guzik2020-08-261-5/+9
* cache: stop null checking in cache_freeMateusz Guzik2020-08-261-5/+7
* cache: make it mandatory to request both timestamps or neitherMateusz Guzik2020-08-261-5/+5
* cache: convert bucketlocks to a mutexMateusz Guzik2020-08-262-101/+77
* cache: only evict negative entries on CREATE when ISLASTCN is setMateusz Guzik2020-08-261-23/+27
* cache: decouple smr and locked lookup in the slowpathMateusz Guzik2020-08-261-66/+118
* cache: factor dotdot lookup out of cache_lookupMateusz Guzik2020-08-261-79/+127
* crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers2020-08-261-0/+5
* vfs: respect PRIV_VFS_LOOKUP in vaccess_smrMateusz Guzik2020-08-253-4/+70
* Fix hangs with processes stuck sleeping on btalloc on i386.Rick Macklem2020-08-251-1/+5
* Remove RT_LOCK mutex from rte.Alexander V. Chernikov2020-08-241-1/+0
* Change the resume notification event from 'kern' to 'kernel'Warner Losh2020-08-241-2/+4
* cache: remove leftover assert in vn_fullpath_any_smrMateusz Guzik2020-08-241-2/+0
* cache: lockless reverse lookupMateusz Guzik2020-08-241-14/+187
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-246-44/+39
* cache: perform reverse lookup using v_cache_dd if possibleMateusz Guzik2020-08-241-3/+20
* cache: populate v_cache_dd for non-VDIR entriesMateusz Guzik2020-08-241-17/+15
* vfs: validate ndp state after the lookupMateusz Guzik2020-08-231-0/+75
* vfs: convert nameiop into an enumMateusz Guzik2020-08-231-4/+0
* vfs: support denying access in vaccess_vexec_smrMateusz Guzik2020-08-231-5/+15
* vfs: factor away doomed vnode handling into vdropl_finalMateusz Guzik2020-08-231-19/+28
* Fix another minor style glitch.Warner Losh2020-08-231-4/+2
* Pass pointers to info parsed from notes, to brandinfo->header_supported filter.Konstantin Belousov2020-08-231-10/+19
* kern_sharedpage.c: Add exec_sysvec_init_secondary() helper.Konstantin Belousov2020-08-231-0/+18
* vfs: mark freevnode as noinlineMateusz Guzik2020-08-231-1/+1
* Fix several issues with process group orphanage.Konstantin Belousov2020-08-222-43/+123
* Whitespace change to line up dev_sotfc definition.Warner Losh2020-08-221-9/+9
* Retire obsolete sysctl hw.bus.devctl_disableWarner Losh2020-08-221-43/+1
* vfs: assert that HASBUF is only set with SAVENAME or SAVESTARTMateusz Guzik2020-08-221-0/+1
* cache: stronger vnode asserts in cache_enter_timeMateusz Guzik2020-08-221-4/+6
* fd: pwd_drop after releasing filedesc lockMateusz Guzik2020-08-221-2/+4
* vfs: add a work around for vp_crossmp bug to realpathMateusz Guzik2020-08-222-1/+31
* vfs: fix freevnode accountingMateusz Guzik2020-08-211-14/+35
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-214-4/+4
* Move from TAILQ to STAILQ because the nodes are a bit smaller.Warner Losh2020-08-201-15/+15