Remove macro definitions for BPF_MTAP
[dragonfly.git] / sys / kern / vfs_bio.c
2004-03-11 Hiten PandyaReplace a manual check for a VMIO candidate with vn_can...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-16 Matthew Dillonbuftimetoken must be declared in a .c file.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-10-08 Matthew DillonDisable background bitmap writes. They appear to cause...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-26 Robert Garrett__P() removal
2003-08-25 Matthew DillonAdd an alignment feature to vm_map_findspace(). This...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: