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