dragonfly.git
2006-12-10 Sepherosa ZiehauAdd missing header if USB_DEBUG is defined
2006-12-10 Sepherosa ZiehauAdd support for RT2501USB/RT2601USB devices.
2006-12-10 Sepherosa ZiehauAdd support for RT2500USB devices.
2006-12-10 Sepherosa ZiehauUpdate following manpage to reflect changes made to...
2006-12-10 Sepherosa ZiehauSync USB support (host controller part) with FreeBSD6.
2006-12-09 Sepherosa Ziehauregen
2006-12-09 Sepherosa Ziehau- Add ids for RT2501USB/RT2601USB/RT2500USB
2006-12-09 Sepherosa Ziehau- Use ieee80211_probe_resp_alloc() to setup probe respo...
2006-12-09 Sepherosa Ziehau- Factor out _ieee80211_probe_resp_alloc() from ieee802...
2006-12-09 Sascha WildnerFix compilation warnings when compiling without DEVICE_...
2006-12-08 Thomas E. SpanjaardFix the paths in ata_if.m and the module Makefiles...
2006-12-08 Sepherosa ZiehauFix a stack overflow in ifconfig(8).
2006-12-07 Thomas E. SpanjaardExpand the Intel Brand ID table to cover all known...
2006-12-07 Thomas E. SpanjaardRevert to zero'ing the objects we pull out of our objca...
2006-12-06 Thomas E. SpanjaardFix some of the C++/Java-style comments in ata-usb...
2006-12-06 Thomas E. SpanjaardAdd a function to retrieve the speed a USB device is...
2006-12-06 Thomas E. SpanjaardPending enlightenment, specify confstr(3) to conform...
2006-12-06 Thomas E. SpanjaardAdd a SUSv3 symbol to our local mdoc(7) file. A patch...
2006-12-06 Sepherosa Ziehaunfe_init() should be called with softc not ifnet
2006-12-06 Thomas E. SpanjaardFix a bug in our confstr(3) implementation, it did...
2006-12-06 Simon SchubertCorrect a signedness bug which allowed members of the...
2006-12-05 Matthew DillonLocal variables that were improperly named 'errno'...
2006-12-05 Matthew DillonFor the moment conditionally remove the declaration...
2006-12-05 Thomas E. SpanjaardImport of the port of the new(er) FreeBSD atacontrol...
2006-12-05 Thomas E. SpanjaardOur cam_sim_free() does not have a flag to signify...
2006-12-05 Thomas E. SpanjaardAdd more kmods to the Makefile after testing.
2006-12-05 Thomas E. SpanjaardUse IODATA as pcmcia vendor id for the IO-Data CBIDE2...
2006-12-05 Matthew DillonFix a NULL pointer dereference introduced in the previo...
2006-12-05 Matthew DillonGenerate forwarding header files to mimic /usr/include...
2006-12-05 Matthew DillonAdd a generic interrupt controller type that the virtua...
2006-12-05 Sepherosa ZiehauOrder ${_MACHINE_FWD}/include/machine and ${_FWDHDRS...
2006-12-05 Jeffrey HsuClean up code.
2006-12-04 Matthew DillonMisc vkernel work.
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-12-04 Thomas E. SpanjaardNow that the objcache supports M_ZERO for objcache_get...
2006-12-04 Thomas E. SpanjaardInitial import of the port of the new(er) FreeBSD ATA...
2006-12-03 Thomas E. SpanjaardHello, world!
2006-12-03 Sascha WildnerQuick-fix some mdoc errors.
2006-12-03 Sascha WildnerMove the committer manpage (outlining the rules for...
2006-12-03 Matthew DillonAdd a manual page outlining the rules for committers.
2006-12-03 Matthew DillonCheck an additional special pattern to detect dangerous...
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.17:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.6:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.16:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.15:
2006-12-03 Jeffrey HsuApply FreeBSD rev 1.9:
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-12-02 Matthew DillonAllow M_ZERO to be specified when using simple object...
2006-12-01 Sepherosa ZiehauIn rtw_pci_shutdown(), hold serializer before calling...
2006-12-01 Sepherosa Ziehau- Enable PBCC based rate 22Mbit/s
2006-12-01 Sepherosa ZiehauAdd PBCC modulation support in netproto/802_11:
2006-11-30 Sepherosa ZiehauProperly set ifmedia_entry.ifm_data when nge(4) tries...
2006-11-29 Sepherosa ZiehauDon't use unprocessed (e.g. negociated) peer node's...
2006-11-28 Sepherosa ZiehauAccording to IEEE Std 802.11b-1999 subclause 7.3.1.4:
2006-11-28 Sepherosa ZiehauM_NOWAIT -> MB_DONTWAIT
2006-11-27 Sascha WildnerSync zoneinfo database with tzdata2006p from elsie.
2006-11-27 Sepherosa ZiehauWrong #undef
2006-11-27 Sepherosa ZiehauThe Problem [1]:
2006-11-26 Peter AvalosA u_short cannot be greater than 0xffff, so remove...
2006-11-26 Sepherosa ZiehauUse LIST_FOREACH()
2006-11-26 Sepherosa Ziehau- Factor out front part of ieee80211_set_shortpreamble...
2006-11-25 Peter AvalosAdd an error if the patch file doesn't actually exist.
2006-11-25 Peter AvalosAdd the directory created by the comma syntax to CLEANDIRS.
2006-11-25 Sepherosa ZiehauCorrect short preamble support.
2006-11-25 Sepherosa ZiehauMove conditional preprocessing out from the IEEE80211_D...
2006-11-25 Sepherosa ZiehauEnsure outbound data packets in hostap mode are deliver...
2006-11-25 Sepherosa ZiehauAdd per-sta ucast/mcast stats
2006-11-25 Sepherosa ZiehauNuke macros that are moved to ieee80211.h
2006-11-25 Sepherosa Ziehau- Add some missing stats to the global ieee80211_stats
2006-11-25 Sepherosa Ziehau- Add IEEE80211_IOC_BMISSTHRESHOLD for managing the...
2006-11-25 Sepherosa Ziehau- Add noise floor in ieee80211_nodestats; return it...
2006-11-23 Sepherosa ZiehauIf power save mode changes, call ieee80211com.ic_reset...
2006-11-23 Sepherosa ZiehauImplement set(IEEE80211_IOC_STA_STATS) for hostapd...
2006-11-21 Sepherosa Ziehau- Tighten invariant on loops used to parse ie's; this...
2006-11-20 Matthew DillonUse spinlocks instead of tokens to interlock the objcac...
2006-11-20 Matthew DillonFictitious VM pages must remain structurally stable...
2006-11-20 Sascha WildnerAdd minimal umodem(4) manual page.
2006-11-20 Peter AvalosUpdate for OpenSSH-4.5p1, and add some upgrade notes.
2006-11-20 Peter AvalosRemove files no longer in vendor's distribution.
2006-11-20 Peter AvalosUpdate build for OpenSSH-4.5p1.
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Peter AvalosImport OpenSSH 4.5p1.
2006-11-20 Sepherosa ZiehauRework rt2661 TX interrupts processing
2006-11-20 Peter AvalosWe aren't using the asm files so store this in the...
2006-11-20 Peter AvalosRemove files no longer used.
2006-11-20 Peter AvalosUpdate READMEs for latest import.
2006-11-20 YONETANI TomokazuThe ":R" operator is never needed after ":S/./_/g"...
2006-11-20 Peter AvalosUpgrade to OpenSSL 0.9.8d
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
2006-11-20 Peter AvalosImport OpenSSL 0.9.8d.
2006-11-19 Victor Balada... Document pentium-m support
2006-11-19 Victor Balada... Add support for pentium-m CPUs.
2006-11-19 Sascha WildnerFix typo.
2006-11-19 Sascha Wildnerifconfig manpage upgrade:
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 WildnerAdd stge(4).
2006-11-18 Sascha Wildneran, awi, cue and kue don't use the miibus interface.
2006-11-18 Sepherosa Ziehau- Cleanup #includes
next