Merge from vendor branch GROFF:
[dragonfly.git] / sys /
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.
2005-08-27 Jeroen Ruigrok/asmodaiSync with NetBSD:
2005-08-27 Jeroen Ruigrok/asmodaiUpdate FreeBSD tag to what the source code has.
2005-08-27 Jeroen Ruigrok/asmodaiUpdate with the NetBSD code (which can include FreeBSD...
2005-08-27 Jeroen Ruigrok/asmodaiAdd vendor ids for ATi and Philips.
2005-08-27 Jeroen Ruigrok/asmodaiSynchronise with NetBSD v1.18:
2005-08-27 Simon SchubertDereference pointer like we should.
2005-08-27 Jeffrey HsuThe proper way to check for a normal mbuf cluster is...
2005-08-27 Matthew DillonOnly include thread2.h for kernel builds (its macros...
2005-08-27 Matthew DillonFix a serious bug in cache_inefficient_scan() related...
2005-08-26 Hiten PandyaAdd a comment on top of ad_start, mentioning that it...
2005-08-26 Hiten PandyaStyle: break line into two, so it fits nicely in 80...
2005-08-26 Hiten PandyaAdd more documentation comments to disk_create() and...
2005-08-25 Matthew DillonReduce critical section warnings for AHC when critical...
2005-08-25 Hiten PandyaRemove NO_B_MALLOC preprocessor macro, it was never...
2005-08-25 David RhodusChange the MAX_BUTTONS count to 31. This allows us...
2005-08-25 Matthew DillonImplement FSMID. Use one of the spare 64 bit fields...
2005-08-25 Simon SchubertConvert to use vop_write_direntry,
2005-08-25 Simon SchubertA break was still hanging around from the conversion of
2005-08-24 Matthew DillonWhen writing UNDO records, only try to output the file...
2005-08-24 Matthew DillonFilesystem journaling. Reorganize the journal scan...
2005-08-23 Matthew DillonAdd a TTY_PATH_MAX limit, set to 256, and reduce the...
2005-08-23 Joerg SonnenbergerBack out accidental commit.
2005-08-23 YONETANI TomokazuRetire old, FreeBSD 4.x -derived ACPI code.
2005-08-22 Joerg SonnenbergerAlso document BGE_FAKE_AUTONEG in LINT.
2005-08-22 Hiten PandyaUpdate the TWE 3ware/AMCC driver code, bringing in...
2005-08-22 Joerg SonnenbergerGC unused macro.
next