aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cnv(9): Use a proper manual page sectionGordon Bergling2021-01-271-1/+1
* altq: Fix typo in features sysctl descriptionKristof Provost2021-01-271-1/+1
* pf: Improve pf_rule input validationKristof Provost2021-01-271-31/+41
* cache: add missing MNT_NOSYMFOLLOW check to symlink traversalMateusz Guzik2021-01-271-0/+15
* cache: fallback when encountering a mount point during .. lookupMateusz Guzik2021-01-271-1/+1
* e1000: fix build after c1655b0fMarius Strobl2021-01-271-44/+44
* firmware(9): extend firmware_get() by a "no warn" flag.Bjoern A. Zeeb2021-01-273-21/+69
* conf/kern.mk: save some work by using realpath instead of cd ; pwdMateusz Guzik2021-01-271-1/+1
* diff: eleminitate useless macrosBaptiste Daroussin2021-01-271-57/+56
* diff: simplify the hash functionsBaptiste Daroussin2021-01-271-50/+27
* diff: fix typo in a commentBaptiste Daroussin2021-01-271-1/+1
* diff: remove stalled entries in headersBaptiste Daroussin2021-01-271-3/+0
* diff: eliminate space at end of lineBaptiste Daroussin2021-01-271-33/+33
* diff: eliminate a useless lseekBaptiste Daroussin2021-01-271-1/+0
* diff: add a test case about the non regular file supportBaptiste Daroussin2021-01-271-0/+15
* cp: fix indentationBaptiste Daroussin2021-01-271-1/+1
* Remove old Marvell driversAndrew Turner2021-01-273-672/+0
* Remove DTS files for arm boards we don't supportAndrew Turner2021-01-2714-3464/+0
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-264-9/+74
* vt: panic while changing vt fontToomas Soome2021-01-261-0/+2
* rc.conf(5): regenerate after WITHOUT_NDIS removalMarius Strobl2021-01-261-4/+1
* build: remove NDIS optionMarius Strobl2021-01-261-3/+0
* KDB: remove obsolete KDB_WHY_NDISMarius Strobl2021-01-261-1/+0
* man: remove stale references to ndis(4)Marius Strobl2021-01-264-23/+6
* e1000: consistently use the hw variablesMarius Strobl2021-01-261-82/+75
* tests: Skip cap_fileargs if build without capsicum capabilitiesOlivier Cochard2021-01-262-0/+31
* cache: tidy up handling of foo/bar lookups where foo is not a directoryMateusz Guzik2021-01-261-12/+3
* cache: stop referring to removing entries as invalidating themMateusz Guzik2021-01-261-2/+2
* Fix fsck_ffs incorrectly reporting "CANNOT READ BLK: NNNN" errors.Kirk McKusick2021-01-261-2/+3
* Bump __FreeBSD_version after e63539f3059728ff58328ac0ecb2a7bf4e2f08e8Dimitry Andric2021-01-261-1/+1
* Reserve gaps in syscall numbers for local useBrooks Davis2021-01-263-150/+145
* syscalls.master: Add a new syscall type: RESERVEDBrooks Davis2021-01-262-9/+17
* Remove documentation of unimplemented syscallsBrooks Davis2021-01-263-54/+38
* vm_map_protect.9: update after code changesKonstantin Belousov2021-01-261-44/+74
* Add missing decrement of active ratelimit connections.Hans Petter Selasky2021-01-261-0/+3
* Don't allow allocating a new send tag on an INP which is being torn down.Hans Petter Selasky2021-01-261-1/+6
* Fix clang assertion when compiling the devel/onetbb portDimitry Andric2021-01-2616-99/+121
* netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeLutz Donnerhacke2021-01-267-1/+839
* TCP PRR: Patch div/0 in tcp_prr_partialackRichard Scheffenegger2021-01-261-3/+5
* Adjust line length in tcp_prr_partialackRichard Scheffenegger2021-01-261-5/+8
* marvell: ap806_clock: add missing frequency modesMarcin Wojtas2021-01-261-4/+30
* cache: convert cache_fplookup_parse to void now that it always succeedsMateusz Guzik2021-01-261-6/+2
* Import sqlite 3.34.1 (3340100).Cy Schubert2021-01-2611-829/+2685
* Remove ndis(4) remnants from kernel configsMateusz Guzik2021-01-264-11/+0
* Fix build following bfc99943b04b46a6c1c885ce7bcc6f235b7422aa.Cy Schubert2021-01-251-2/+2
* ipfilter: Retire pre-standard C support.Cy Schubert2021-01-2522-195/+4
* cache: change ->v_cache_dd synchronisation rulesMateusz Guzik2021-01-251-22/+24
* cache: make ->v_cache_dd accesses atomic-clean for lockless usageMateusz Guzik2021-01-251-13/+13
* cache: make ->nc_flag accesses atomic-clean for lockless usageMateusz Guzik2021-01-251-7/+11
* cache: store vnodes in local vars in cache_zap_lockedMateusz Guzik2021-01-251-16/+18