aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tmpfs: drop acq fence now that vn_load_v_data_smr has consume semanticsMateusz Guzik2021-01-252-4/+0
* zfs: use atomic_load_consume_ptr for z_cached_symlinkMateusz Guzik2021-01-251-4/+1
* vfs: use atomic_load_consume_ptr in vn_load_v_data_smrMateusz Guzik2021-01-251-1/+1
* atomic: add stub atomic_load_consume_ptrMateusz Guzik2021-01-252-0/+13
* atomic: make atomic_store_ptr type-awareMateusz Guzik2021-01-254-7/+8
* zfs: fix panics with invariant kernels from zfs_replay_setattrMateusz Guzik2021-01-251-0/+5
* Rename kern_mmap_req to kern_mmapBrooks Davis2021-01-255-35/+52
* ndis(4): remove as previous announcedBrooks Davis2021-01-2553-26392/+11
* Decode NFIT Platform Capabilities.Alexander Motin2021-01-251-1/+17
* pfctl: FreeBSD now supports DIOCGIFSPEEDKristof Provost2021-01-251-29/+0
* altq: Remove unused arguments from altq_attach()Kristof Provost2021-01-257-24/+9
* altq tests: Basic ALTQ testKristof Provost2021-01-253-1/+75
* Add FEATURE sysctls for ALTQ disciplinesKristof Provost2021-01-251-0/+32
* newvers.sh: add newline at EOF in generated vers.cEd Maste2021-01-251-1/+1
* cache: assorted cleanupsMateusz Guzik2021-01-251-19/+21
* cache: track calls to cache_symlink_alloc with unsupported sizeMateusz Guzik2021-01-251-0/+6
* diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones2021-01-253-0/+8
* diff: add a test case for failed -s optionBaptiste Daroussin2021-01-251-0/+11
* ifconfig: fix UBSan signed shift errorAlex Richardson2021-01-251-1/+1
* Create symlinks to host tools on non-FreeBSD hostsAlexander Richardson2021-01-251-4/+14
* qeueue.h: Add {SLIST,STAILQ,LIST,TAILQ}_END()Alex Richardson2021-01-252-0/+12