Fix typo.
[dragonfly.git] / sys /
2006-11-19 Sepherosa ZiehauNuke redundant declaration of 'nfs_diskless_valid'
2006-11-19 Sepherosa ZiehauDon't append extra _H in forward headers' guardian...
2006-11-19 Sepherosa Ziehau- Add kern.fwd.mk to generate forward headers for missi...
2006-11-18 Sascha Wildneran, awi, cue and kue don't use the miibus interface.
2006-11-18 Sepherosa Ziehau- Cleanup #includes
2006-11-18 Sepherosa ZiehauDon't turn on TX_BUSY (rt2560/rt2661) or TX_CIPHER_BUSY...
2006-11-18 Sepherosa ZiehauCorrect layout of RT2661_TXRX_CSR4
2006-11-18 Sepherosa ZiehauProperly setup Link/Act LED for rt2x61 chips.
2006-11-17 Matthew Dillonunresolve the vnode associated with the namecache entry...
2006-11-16 Sepherosa ZiehauChange to ${.CURDIR} before generating miidevs.h
2006-11-16 Sepherosa Ziehau- Add stge(4) for Sundance/Tamarack TC9021 Gigabit...
2006-11-16 Sepherosa Ziehauregen
2006-11-16 Sepherosa ZiehauAdd ids for Marvell 88e3082 and IC PLUS IP1000A
2006-11-16 Sepherosa ZiehauMake sure BBP is ready before writing to it.
2006-11-16 Sepherosa Ziehau- Correct register name
2006-11-16 Sepherosa ZiehauClean up #includes
2006-11-15 Peter AvalosMerge from vendor branch FILE:
2006-11-14 Sascha WildnerFix for the latest developments in the kernel architect...
2006-11-14 Sepherosa ZiehauSync re(4) with FreeBSD:
2006-11-14 Sepherosa Ziehau- busdma(9)fy
2006-11-14 Sepherosa Ziehauregen
2006-11-14 Sepherosa Ziehau- GALILEO -> MARVELL
2006-11-14 Joerg SonnenbergerAdd some more PCI IDs for the SATA300 controllers of...
2006-11-13 Sascha WildnerSync the uplcom(4) driver with FreeBSD.
2006-11-13 Sascha WildnerRegenerate
2006-11-13 Sascha WildnerAdd USB serial adapters/cable.
2006-11-13 Sepherosa ZiehauAvoid duplicated ifname in debug message.
2006-11-12 Peter AvalosMerge from vendor branch FILE:
2006-11-11 Peter AvalosMerge from vendor branch FILE:
2006-11-11 Matthew DillonEnable the building of boot0cfg for pc32.
2006-11-08 Peter AvalosMerge from vendor branch TNFTP:
2006-11-08 Matthew DillonAdd a missing #undef to properly compile atomic.c funct...
2006-11-08 Matthew DillonGet the MI portions of VKERNEL to build, start linking...
2006-11-08 Matthew DillonMove the Maxmem extern to systm.h
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-11-07 Matthew DillonMove <machine/dvcfg.h> to the one device that actually...
2006-11-07 Matthew DillonMove <machine/ccbque.h> to <sys/ccbque.h>. ccbque...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-11-05 Simon SchubertAbort if the device doesn't exist.
2006-11-03 Simon Schubertre-add vinumsize, so that vinum volumes can be used...
2006-11-03 Jeffrey HsuFix userland compilation error.
2006-11-02 Jeffrey HsuClean up code.
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-28 Sepherosa ZiehauBug fixing:
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-10-26 Sascha WildnerRemove obsolete prototype and documentation of the...
2006-10-26 Matthew DillonFix a stack overflow due to recursion. When the nameca...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-25 Sascha WildnerFix typos in some messages: writting -> writing
2006-10-25 Jeffrey HsuLocalize some variables.
2006-10-25 Simon SchubertUnbreak compilation without IPSEC: move variables...
2006-10-24 Matthew DillonPurge the IFQ when associating a new altq. Packets...
2006-10-24 Sascha WildnerFix file-/pathnames which have changed now.
2006-10-24 Jeffrey HsuFix compilation error with IPSEC.
2006-10-24 Sepherosa ZiehauAdd support in ONOE/AMRR for drivers that can't provide...
2006-10-24 Jeffrey HsuRemove nested block.
2006-10-24 Jeffrey HsuCosmetic changes.
2006-10-24 Jeffrey HsuCosmetic changes.
2006-10-24 Jeffrey HsuEliminate a macro layer of indirection to clear up...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-23 Matthew DillonBump the config version. Add a 'cpu_arch' directive...
2006-10-23 Matthew DillonGet rid of the indirect function pointer for bzero...
2006-10-23 Sascha WildnerRather than making static declarations global, get...
2006-10-22 Matthew DillonFix paths to arch/i386, related to the recent architect...
2006-10-22 Matthew Dillonmemset must be a real procedure rather then an indirect...
2006-10-22 Matthew DillonReorganize the way machine architectures are handled...
2006-10-21 Sepherosa ZiehauWOL_MAGIC 0x7770 -> 0x1111
2006-10-21 Sepherosa ZiehauChange the AMRR TX rate control algorithm:
2006-10-21 Sepherosa ZiehauNuke M_HASFCS processing in ieee80211_input(), since
2006-10-21 Matthew DillonReformulate the way the kernel updates the PMAPs in...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-20 Jeffrey HsuRefactor internal ip6_splithdr() API to make it more...
2006-10-19 Sascha WildnerAdjust stuff to the renaming of free to kfree and reall...
2006-10-19 Sascha WildnerAdjust man pages, comments, messages and some defunct...
2006-10-19 Jeffrey HsuCosmetic cleanups.
2006-10-18 Jeffrey HsuOpenBSD rev 1.66:
2006-10-17 Sepherosa Ziehauregen
2006-10-17 Sepherosa ZiehauAdd device id for USR Robotics 997902 Gigabit Ethernet
2006-10-17 Sepherosa Ziehauregen
2006-10-17 Sepherosa ZiehauMore Realtek chip IDs
2006-10-17 Simon SchubertWe're long on 1.7, so remove 1.5 subvers info
2006-10-16 Sepherosa ZiehauAdd comment that Rev.3 Linksys EG1032 is handled by...
2006-10-16 Sepherosa ZiehauAdd support for Linksys EG1032 rev.3 GigE
2006-10-16 Sepherosa Ziehausk(4) only supports Rev.2 of Linksys EG1032 GigE
2006-10-16 Sepherosa Ziehau- Use RE_RX_LIST_SIZE instead of RE_TX_LIST_SIZE while...
2006-10-16 Sepherosa ZiehauAdd support Corega CG-LAPCIGT Gigabit Ethernet(8169S)
2006-10-16 Sepherosa Ziehauregen
2006-10-16 Sepherosa ZiehauAdd device id for Corega CG-LAPCIGT (8169S)
2006-10-14 Sascha WildnerRemove references to device.hints.
2006-10-14 Matthew DillonRemove inode free race warning messages. These were...
2006-10-14 Jeffrey HsuNever dereference a NULL pointer.
2006-10-12 YONETANI TomokazuImplement suspend method and wait for channels to be...
2006-10-12 Jeffrey HsuFix missing malloc -> kmalloc conversions.
2006-10-10 Matthew DillonAdd a device that attaches to the memory controller...
2006-10-10 Matthew DillonCorrect a compiler warning from the last commit.
2006-10-10 Matthew DillonNULLFS was not releasing a reference to the root of...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
next