dragonfly.git
2005-09-06 Joerg SonnenbergerWelcome OpenSSH 4.2.
2005-09-06 Sascha Wildnermergemaster -> make upgrade
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-06 Sascha WildnerTake back last commit. It's about normal vs. context...
2005-09-06 Sascha WildnerRemove false statement. Rejected hunks will come out...
2005-09-05 Simon SchubertAdd gcc40 build hooks. Gcc40 isn't built per default...
2005-09-05 Sascha WildnerFreeBSD -> DragonFly
2005-09-05 Sascha WildnerRemove old wtmp conversion tool.
2005-09-05 Sascha Wildner* Constify and initialize potentially uninitialized...
2005-09-05 Sascha WildnerCleanup:
2005-09-05 Sascha Wildner* Remove parameter names in function declarations.
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 Sepherosa Ziehautcpd.h:
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 SonnenbergerAdd strnvis, which is orthogonal to strvisx by bounding...
2005-09-03 Joerg SonnenbergerSync with FreeBSD HEAD.
2005-09-03 Joerg SonnenbergerGC openssh-3.9
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 Liam J. FoyK&R style function removal. Update functions to ANSI...
2005-09-01 Liam J. FoyZap unused variable!
2005-09-01 Jeroen Ruigrok... Update to groff 1.19.1.
2005-09-01 Sascha WildnerRemove pointless -? flag.
2005-09-01 Joerg SonnenbergerDon't add files patches via *.no_obj.patch back to...
2005-09-01 Jeroen Ruigrok... Retire old perl 5.00503 optional manpath and replace...
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-31 Sascha WildnerRemove pointless -? flag.
2005-08-31 Liam J. Foyperror() -> err()
2005-08-31 Liam J. FoyKill unused variables
2005-08-31 Joerg SonnenbergerRetire old sendmail.
2005-08-31 Sascha WildnerUpdate zoneinfo database.
2005-08-31 Liam J. FoyRemove the sleeper crap and use MAXPATHLEN
2005-08-31 Chris PresseyTwo small alterations to 'make upgrade':
2005-08-31 Simon SchubertDetect pkgtools fakeroot feature and use it.
2005-08-30 Liam J. FoyThis program requires at least one option. Clean up...
2005-08-30 Liam J. FoyMinor typo
2005-08-30 Liam J. FoyInclude the option-arguments in the description and...
2005-08-30 Liam J. FoyRemove undocumented historic support for treating ...
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 Simon SchubertRemove VPLACEMARKER
2005-08-28 Matthew DillonFix a deadlock in ffs_balloc(). This function was...
2005-08-28 Liam J. Foy- Don't write our own pid file, just use pidfile()
2005-08-28 Liam J. Foy- Use pidfilei(3) to write a pid file in /var/run
2005-08-28 Jeroen Ruigrok... Taken from FreeBSD-HEAD:
2005-08-28 Jeroen Ruigrok... Merge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok... Remove mdoc.local, we need to make this truly local.
2005-08-28 Jeroen Ruigrok... Remove mdoc.local, we need to make this truly local.
2005-08-28 Jeroen Ruigrok... Merge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok... Update and reorder.
2005-08-28 Jeroen Ruigrok... Merge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok... Add groff 1.19.1, stripped down appropriately.
2005-08-28 Jeroen Ruigrok... Merge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok... Add groff 1.19.1, stripped down appropriately.
2005-08-28 Simon SchubertAdd a version identifier to enable detection of additio...
2005-08-28 Simon SchubertAdd a hack to pkgtools to install to a different root...
2005-08-28 Jeroen Ruigrok... Merge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok... fdl.texi is needed.
2005-08-28 Jeffrey HsuA machine-independent spinlock implementation. It...
2005-08-28 Jeroen Ruigrok... Commit a missed change.
2005-08-28 Jeroen Ruigrok... Switch to texinfo 4.8, which is needed for a lot of...
2005-08-28 Jeroen Ruigrok... Add texinfo 4.8, appropriately stripped down.
2005-08-28 Jeroen Ruigrok... Merge from vendor branch TEXINFO:
2005-08-28 Matthew DillonRequire HEAD users to upgrade to 1.3.5 before running...
2005-08-28 Matthew DillonBump the development sub-version to 1.3.5.
2005-08-28 Jeroen Ruigrok... Use FreeBSD's HEAD tag.
next