summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
1999-01-07ready for INET6 and KEYTheo de Raadt
1999-01-07new APIs: m_pullup2, m_copym2, m_zero, MCL_ALIGN; NRL/cmetzTheo de Raadt
1999-01-021999Theo de Raadt
1998-12-28remove old leftovers from lite2 upgradeArtur Grabowski
1998-12-28simple_lock fixesArtur Grabowski
1998-12-28simple debugging for simple locksArtur Grabowski
1998-12-23Opps. the flag that says that we are sleeping is MNT_MWAIT, not MNT_WAITArtur Grabowski
1998-12-22deconfuse vprint, print holdcount, not refcount when we are talking about hol...Artur Grabowski
1998-12-21return EOPNOTSUPP when there is no support for this filesystem in the kernel.Artur Grabowski
1998-12-10Several fixes to dounmount.Artur Grabowski
1998-12-10vfs_unmountall: retry to unmount all remaining filesystems when one unmount f...Artur Grabowski
1998-12-05Reinstate supposed dead codeConstantine Sapuntzakis
1998-12-05Updated vnode_if specificiationConstantine Sapuntzakis
1998-12-05Framework for generating automatic test code for locking disciplineConstantine Sapuntzakis
1998-12-05Dead code eliminationConstantine Sapuntzakis
1998-12-04consider limits, in fdavail(); michaels@inet.noTheo de Raadt
1998-12-04VFS-Lite2 requires stricter locking around vnode buffer queues. vinvalbufConstantine Sapuntzakis
1998-11-29indentArtur Grabowski
1998-11-20vn_lock already unlocks the simple lock. don't do that againArtur Grabowski
1998-11-18regenArtur Grabowski
1998-11-18syscalls behind #ifdef should have an #elseArtur Grabowski
1998-11-15GC unnecessary declarationArtur Grabowski
1998-11-12More soft updates fixes from Kirk McKusick.Constantine Sapuntzakis
1998-11-12Integrate latest soft updates patches for McKusick.Constantine Sapuntzakis
1998-11-10put text after endif into commentsArtur Grabowski
1998-10-13In vrele, vget, reinstate to following orderConstantine Sapuntzakis
1998-10-13More fixes for huge (>2GB) files.Constantine Sapuntzakis
1998-10-11Fix from Kirk McKusick to make sure that clustering works correctly acrossConstantine Sapuntzakis
1998-10-01Fix a serious bug in extent_alloc_subregion where the subregion startFederico G. Schwindt
1998-09-27Only update vfs_refcount when the mount succeeds and MNT_UPDATE not set.Todd C. Miller
1998-09-24pretty up previous fixArtur Grabowski
1998-09-23use the same flags for f_flag as there were used for vn_open, otherwise vn_cl...Artur Grabowski
1998-09-18Sync with previous commit of syscall.master that did not make it into the cha...Artur Grabowski
1998-09-17always use xfspioctlArtur Grabowski
1998-09-16add openbsd copyright; if you have not talked to me about this already, do so...Theo de Raadt
1998-09-14allow the recvfrom (fd, NULL, 0, MSG_PEEK, ...) again, pr 584.Niels Provos
1998-08-30Cleanup.Constantine Sapuntzakis
1998-08-30syncTheo de Raadt
1998-08-30cleanTheo de Raadt
1998-08-30regen with xfspioctlArtur Grabowski
1998-08-30glue for xfspioctl syscallArtur Grabowski
1998-08-30glue for xfsArtur Grabowski
1998-08-27Undo changes which were not discussed.Theo de Raadt
1998-08-27defopt NTPMichael Shalayeff
1998-08-17Make sure the file system is unbusied on error.Constantine Sapuntzakis
1998-08-17Fix turd left over from soft updates patch.Constantine Sapuntzakis
1998-08-08Document the locking discipline a bit betterConstantine Sapuntzakis
1998-08-07Fix portal FS & PR #556Constantine Sapuntzakis
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-08-05return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2Todd C. Miller