NFS - Fix numerous issues with NFS root mounts, primarily for vkernels
[dragonfly.git] / sys / vfs / nfs / bootp_subr.c
2009-10-10 Matthew DillonNFS - Fix numerous issues with NFS root mounts, primari...
2009-07-16 Matthew DillonNFS - create nfsm_subs.c, clean up externs
2008-03-08 Sepherosa ZiehauCleanp leftover of the ifnet.if_addrhead parallelizing.
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-11-08 Matthew DillonMove the Maxmem extern to systm.h
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-03 Sascha WildnerRemove all occurences of double semicolons at the end...
2006-06-14 Sascha WildnerAdd necessary #includes (fixes LINT build).
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-06 Matthew DillonAdd some ifioctl() td -> ucred changes that were missed.
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-10-27 Sepherosa Ziehauremove getdec() declaration, since this static function...
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-04-16 Joerg Sonnenbergerfor() ==> TAILQ_FOREACH
2004-01-06 Matthew Dillonif_xname support Part 2b/2: Convert remaining netif...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: