Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-20 | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process | Artur Grabowski | |
in a correct way. Use it in all places where the vnode was changed. (most of the earlier code was incorrect and had races). | |||
2000-04-19 | Unbreak genio (how could I commit that garbage?). | Artur Grabowski | |
Let ktrwrite return an error if the write failed so that we won't loop in genio writing to a full disk (or whatever other error happened). | |||
2000-04-19 | When logging genio, check if we need to yield in the same way as in uiomove. | Artur Grabowski | |
2000-04-19 | Don't abuse malloc to allocate small fixed-size structs that we can keep on ↵ | Artur Grabowski | |
the stack. | |||
2000-04-18 | If the user does a huge I/O split the genio logging into smaller chunks | Artur Grabowski | |
to avoid allocating a huge buffer which could lead to kmem starvation. | |||
2000-04-06 | Random cleanup. | Artur Grabowski | |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski | |
1999-02-11 | do not copyout uninitialized memory; arnej@math.ntnu.no | Theo de Raadt | |
1998-06-02 | Integrated fix from NetBSD kern/5357. | Constantine Sapuntzakis | |
1998-02-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt | |
1997-11-14 | Fixed up a VOP_UNLOCK call so that it uses the correction proc * | Constantine Sapuntzakis | |
1997-11-11 | uninitialized variable | Niklas Hallqvist | |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-12-14 | from netbsd; emulation records | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |