aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix interface route addition with net/bird.Alexander V. Chernikov2021-02-121-24/+26
* | inetd: fix unix sockaddr's length assignmentKyle Evans2021-02-121-5/+4
* | mount_nullfs: rename a local variableAlan Somers2021-02-121-7/+7
* | ssh: remove ssh-hpn leftoversEd Maste2021-02-121-6/+0
* | Adding PRR sysctls to tcp(4) man pageRichard Scheffenegger2021-02-121-2/+15
* | Fix bug 253158 - Panic: snapacct_ufs2: bad block - mksnap_ffs(8) crashKirk McKusick2021-02-121-67/+70
* | ssh: remove unused variableEd Maste2021-02-121-1/+1
* | ssh: diff reduction against OpenBSD, remove unused includesEd Maste2021-02-122-2/+0
* | fifo: minor comment and assert improvements.Konstantin Belousov2021-02-122-4/+6
* | ffs_unlock: assert that IN_ENDOFF is not leaked past locked scopeKonstantin Belousov2021-02-121-0/+3
* | ffs softdep: Force processing of VI_OWEINACT vnodes when there is inode shortageKonstantin Belousov2021-02-122-0/+63
* | softdep_request_cleanup: wait for softdep_request_clean_flush() to passKonstantin Belousov2021-02-121-0/+6
* | ufs_inactive(): stop hiding ERELOOKUP from ffs_truncate(), return it.Konstantin Belousov2021-02-122-6/+5
* | Stop ignoring ERELOOKUP from VOP_INACTIVE()Konstantin Belousov2021-02-123-16/+42
* | ufs vnops: brace softdep_prelink() with DOINGSUJ instead of DOINGSOFTDEPKonstantin Belousov2021-02-121-6/+6
* | ffs softdep: remove will_direnter argument of softdep_prelink()Konstantin Belousov2021-02-123-45/+15
* | ufs_direnter: directory truncation does not need special case for renameKonstantin Belousov2021-02-124-26/+23
* | ufs_rename: use VOP_VPUT_PAIR and rely on directory sync/truncation thereKonstantin Belousov2021-02-121-28/+6
* | ufs_direnter: move directory truncation to ffs_vput_pair().Konstantin Belousov2021-02-123-25/+46
* | ffs_vput_pair(): try harder to recover from the vnode reclaimKonstantin Belousov2021-02-121-3/+36
* | FFS: implement special VOP_VPUT_PAIR().Konstantin Belousov2021-02-121-0/+55
* | nfsserver: use VOP_VPUT_PAIR().Konstantin Belousov2021-02-121-16/+22
* | ffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.Konstantin Belousov2021-02-121-2/+7
* | Use VOP_VPUT_PAIR() for eligible VFS syscalls.Konstantin Belousov2021-02-123-21/+18
* | nullfs: provide special bypass for VOP_VPUT_PAIRKonstantin Belousov2021-02-121-0/+49
* | Add VOP_VPUT_PAIR() with trivial default implementation.Konstantin Belousov2021-02-122-0/+24
* | vn_open(): If the vnode is reclaimed during open(2), do not return error.Konstantin Belousov2021-02-122-4/+9
* | ufs_direnter/SU: unconditionally UFS_UPDATE inode when extending directoryKonstantin Belousov2021-02-121-3/+1
* | ffs_syncvnode: only clear IN_NEEDSYNC after successfull syncKonstantin Belousov2021-02-121-1/+2
* | Merge ufs_fhtovp() into ffs_inotovp().Konstantin Belousov2021-02-123-30/+17
* | ffs_inotovp(): interface to convert (ino, gen) into alive vnodeKonstantin Belousov2021-02-124-29/+40
* | ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()Konstantin Belousov2021-02-122-4/+8
* | ffs: call ufsdirhash_dirtrunc() right after setting directory sizeKonstantin Belousov2021-02-123-6/+13
* | buf SU hooks: track buf_start() calls with B_IOSTARTED flagKonstantin Belousov2021-02-123-7/+27
* | ffs_vnops.c: Move opt_*.h includes to the top.Konstantin Belousov2021-02-121-2/+3
* | pkg(7): address minor nits (mostly clang-analyze complaints)Kyle Evans2021-02-122-5/+3
* | pkg(7): add an -r reponame option for bootstrap and addKyle Evans2021-02-124-19/+91
* | yacc: Regen test cases for the previous commitJung-uk Kim2021-02-1188-313/+313
* | yacc: Use NULL instead of 0 for pointersJung-uk Kim2021-02-114-14/+14
* | lex: Use NULL instead of 0 for pointersJung-uk Kim2021-02-111-1/+1
* | efibootmgr: Check for efi supported after parsing argsWarner Losh2021-02-111-2/+3
* | Fix blackhole/reject routes.Alexander V. Chernikov2021-02-111-2/+56
* | cam: Properly find the sim in the assertion in xpt_pollwait().John Baldwin2021-02-111-1/+2
* | iscsi: Mark iSCSI CAM sims as non-pollable.John Baldwin2021-02-111-9/+1
* | cam: Don't permit crashdumps on non-pollable devices.John Baldwin2021-02-113-4/+7
* | cam: Permit non-pollable sims.John Baldwin2021-02-113-1/+15
* | Widen ifnet_detach_sxlock coverageKristof Provost2021-02-113-7/+11
* | release.sh: fix OSVERSION and UNAME_r overridesGlen Barber2021-02-111-0/+7
* | mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston2021-02-114-9/+13
* | VOP_ADVLOCK(9): fix a typoGuangyuan Yang2021-02-111-2/+2