Add an argument to vfs_add_vnodeops() to specify VVF_* flags for the vop_ops
[dragonfly.git] / sys /
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-16 Matthew DillonSplit spinlock.h into spinlock.h and spinlock2.h so...
2005-09-16 Matthew DillonReserve the same amount of space for the spinlock struc...
2005-09-16 Matthew DillonBump __Dragonfly_version to 130006 (+ slip preview...
2005-09-16 Matthew DillonBump the development sub-version to 6, covering the...
2005-09-16 Matthew DillonCleanup a couple of serious issues with vinum.
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-12 Matthew DillonFix a token bug. A preempting interrupt thread blockin...
2005-09-12 Matthew DillonFix a serializer bug. The SMP serializer would in...
2005-09-12 Matthew DillonDragonFly's malloc only guarentees X alignment when...
2005-09-12 Joerg SonnenbergerCall resettodr on shutdown to ensure that RTC and wall...
2005-09-12 Joerg SonnenbergerWhen testing whether a negative delta is smaller than...
2005-09-11 Sepherosa Ziehauremove unnecessary XXX marked comment
2005-09-11 Sepherosa Ziehaufree aha_softc only after it is not used any more
2005-09-11 Sepherosa Ziehau- convert PRVERB to use device_printf()
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-11 Sascha WildnerRemove Tahoe support.
2005-09-11 Sascha WildnerRemove custom 'load' and 'unload' targets.
2005-09-10 Sascha WildnerRemove Tahoe support.
2005-09-10 Sepherosa Ziehautypo fixing
2005-09-10 Sascha WildnerRemove more scripts whose only purpose was to kldload...
2005-09-10 Sascha WildnerRemove joy(8). Its sole purpose was to kldload joy.
2005-09-10 Matthew DillonFix isa_wrongintr. The APIC vector was being directly...
2005-09-10 Matthew DillonSyntax cleanup, add a code comment, add a newline in...
2005-09-09 Sepherosa Ziehauuse ether_crc32_be()
2005-09-09 Sepherosa ZiehauProblem:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-09 Sepherosa ZiehauIn axe_stop(), move axe_reset() after usbd_close_pipe().
2005-09-09 Sepherosa Ziehaunew device:
2005-09-08 Sascha WildnerAdd axe(4) driver.
2005-09-08 Sepherosa Ziehau- set dc_softc.{dc_type, dc_flags, dc_pmode} for ADM951...
2005-09-07 Matthew DillonSlightly reorganize the transaction data. Instead...
2005-09-07 Sascha WildnerAdjust pointer in function definition.
2005-09-07 Sepherosa Ziehaufix the support for AN985 chip, which does not set...
2005-09-06 Matthew DillonDocument a special case for Journaling PAD records...
2005-09-06 Matthew Dillon* Generally change NOXXX to NO_XXX, similar to work...
2005-09-06 Sepherosa Ziehauadd missing {} after if()
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-06 Sepherosa Ziehau- use pci_{get, set}_powerstate() instead of reinventin...
2005-09-06 Matthew DillonRework and expand the algorithms in JSCAN, part 1/2...
2005-09-06 Sepherosa Ziehauremove nonexistent kernel tunable parameters' statments.
2005-09-06 Hiten PandyaDocument the dscheck(9) function and explain how it...
2005-09-04 Sascha WildnerK&R style function declarations -> ANSI C style.
2005-09-04 Sascha WildnerFix loader.rc path.
2005-09-04 YONETANI TomokazuAvoid panic by not using linker_* API in the early...
2005-09-04 Matthew Dillon1.101 Update code comments.
2005-09-04 Matthew DillonMerge the following revs from NetBSD (in an attempt...
2005-09-04 Matthew DillonRevert the very last commit to ehci.c (1.12). It was...
2005-09-04 Matthew DillonCleanup the module build and conditionalize a goto...
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2005-09-03 Matthew DillonCompile up both the NFS and the TFTP version of the...
2005-09-03 Matthew DillonRemove old #if 0'd sections of code, add a few comments...
2005-09-03 Matthew DillonPrint out a little more information on the PXE boot...
2005-09-03 Matthew DillonAdd a missing crit_exit(), fixing a panic. Attempt...
2005-09-03 Joerg SonnenbergerUpdate __DragonFly_version as well. Don't let this...
2005-09-03 Simon SchubertAdd a stopgap to get a proper osversion and osrelease...
2005-09-03 Matthew DillonMake sure the vnode is unlocked across a dev_dclose...
2005-09-02 Sepherosa Ziehau1) merge almost identical cs_{isa, pccard}_attach(...
2005-09-02 Sepherosa Ziehauin cs_isa_probe()
2005-09-02 Sepherosa Ziehau- printf("%s: str", if_xname) ==> if_printf/device_printf
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-09-01 Sepherosa ZiehauFor Arcnet, announce link layer address in arc_ifattch(),
2005-09-01 Sepherosa Ziehau1) in cm_isa_attach(), setup intr in the last step
2005-09-01 Sascha WildnerRemove PC98 support (forgot these in my last commit).
2005-09-01 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerRemove PC98 support.
2005-08-31 Sascha WildnerScrap PC98 specific snc(4) driver.
2005-08-31 Jeffrey HsuFix indentation with previous commit.
2005-08-31 Jeffrey HsuCheck the IP length first to avoid a memory leak later.
2005-08-30 YONETANI TomokazuForced commit to note that the review and the suggestion
2005-08-30 YONETANI TomokazuWorkaround the panic, triggered by the netgraph attempt...
2005-08-30 Sepherosa Ziehau1) Remove compat code
2005-08-30 Sepherosa Ziehauin cm_isa_probe():
2005-08-30 Sepherosa Ziehauprintf("%s: str", ifp->if_xname) ==> if_printf(ifp...
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-08-29 Matthew DillonUse a typedef that already conveniently exists instead...
2005-08-29 Jeffrey HsuAdd a space to the output for legibility.
2005-08-29 Noritoshi DemizuFix the same problem described in FreeBSD-SA-05:15...
2005-08-29 Sepherosa ZiehauRemove unnecessary bzero(softc).
2005-08-29 Noritoshi DemizuFix a bug in NewReno which may send a huge amount of...
2005-08-28 Matthew DillonFix a deadlock in ffs_balloc(). This function was...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Matthew DillonBump the development sub-version to 1.3.5.
2005-08-28 Jeroen Ruigrok/asmodaiFix PROCDURE -> PROCEDURE.
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-28 Matthew DillonAdd a typedef ufs1_ino_t to represent inodes for UFS1...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-27 Jeroen Ruigrok/asmodaiSynchronise with NetBSD:
2005-08-27 Jeroen Ruigrok/asmodaiSynchronise with NetBSD (some come from OpenBSD):
2005-08-27 Jeroen Ruigrok/asmodaiPlace && at the right place.
next