dragonfly.git
2006-12-17 Matthew DillonRepo copy machine/pc32/i386/mem.c to kern/kern_memio...
2006-12-17 Matthew DillonPass NULL to objcache_create() to indicate that null_ct...
2006-12-15 Sepherosa Ziehau- Factor out ieee80211_print_rateset().
2006-12-14 Sascha WildnerAdd a manual page for umct(4).
2006-12-14 Sascha WildnerMake umct compilable into the kernel and add it to...
2006-12-14 Sascha WildnerFix a typo (found in FreeBSD) and update CVS tag.
2006-12-14 Thomas E. SpanjaardThere is no "atapi-all.h" anymore. Remove reference...
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-13 Matthew DillonFix umct and add F5U409 USB Serial Adaptor.
2006-12-13 Thomas E. SpanjaardHave the genassym.o target depend on forwarding-headers...
2006-12-13 YONETANI Tomokazu${_LHDRS} must succeed ${_MACHINE_FWD}/include/machine...
2006-12-13 Thomas E. SpanjaardModify the device description for the standard nForce...
2006-12-13 Thomas E. SpanjaardExplicitly specify null_dtor as our objcache destructor...
2006-12-12 Matthew DillonAdd another ICH PCI ID.
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-12 Peter AvalosUpdate to file-4.19.
2006-12-12 Peter AvalosUpdate to file-4.19.
2006-12-12 Peter AvalosWe don't use magic2mime, so remove it.
2006-12-12 Sepherosa Ziehau- Correct some debug messages format.
2006-12-12 Sepherosa ZiehauExploring low speed busses during cold boot, so USB...
2006-12-12 Peter AvalosUpdate with the latest newsletters from the ISO3166...
2006-12-12 Sascha WildnerRemove unnecessary escape character.
2006-12-12 Sascha WildnerConvert to mdoc.
2006-12-12 Sascha WildnerConvert to mdoc.
2006-12-12 Sascha WildnerAdd documentation for the mcontrol system call.
2006-12-12 Sascha WildnerAdd markup and bump date for rev. 1.5.
2006-12-11 Sascha WildnerFix typos: mininum/minimun -> minimum
2006-12-11 Matthew DillonDocument MADV_SETMAP and MAP_VPAGETABLE. These functio...
2006-12-11 Matthew DillonUse ${.CURDIR} to get the correct path to the root...
2006-12-10 Thomas E. SpanjaardThis time *really* fix the .PATHs in the kmod Makefiles...
2006-12-10 Thomas E. SpanjaardFix a deadlock in the request completion code when...
2006-12-10 Sepherosa ZiehauDon't mention recently nuked sysctl MIBs
2006-12-10 Sepherosa ZiehauMention required kernel devices for rtw(4) and acx(4)
2006-12-10 Sepherosa Ziehaurtw(4) requires wlan_wep(4)
2006-12-10 Sepherosa Ziehau- Add manpage for rum(4)
2006-12-10 Sepherosa Ziehau- Hook rum(4) and ural(4) into GENERIC and LINT
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.
next