Give the A-list code the ability to do a forward or reverse allocation
[dragonfly.git] / sys /
2007-10-16 Matthew DillonGive the A-list code the ability to do a forward or...
2007-10-16 Sepherosa ZiehauReplace dummynet(4)'s callout by systimer, so you will...
2007-10-16 Sepherosa ZiehauFix possible races between calling systimer callback...
2007-10-14 Hasso TepperAccording to RFC2711 routers shouldn't treat all packet...
2007-10-14 Sepherosa ZiehauMove assertion to the proper place, since the target...
2007-10-14 Sepherosa Ziehau- Pull NetBSD David Young's bitops.h into sys/sys,...
2007-10-13 Sepherosa ZiehauSave a copy of ethernet header instead of leaving it...
2007-10-13 Sepherosa ZiehauConstify ng_ether_input_p/ng_ether_input_orphan_p ...
2007-10-13 Sepherosa ZiehauHook fec
2007-10-13 Sepherosa ZiehauShut up gcc41 warnings by clearing return values before...
2007-10-13 Sepherosa ZiehauConstify vlan_input_p 'eh' parameter.
2007-10-13 Peter AvalosSpelling fix.
2007-10-13 Sepherosa Ziehau- Remove ef_input{EII,SNAP,8022}() 'eh' parameter,...
2007-10-13 Sepherosa ZiehauConstify 'eh', which will not be modified in ether_ipfw...
2007-10-13 Sepherosa ZiehauReduce code duplication: if_init() supressing is now...
2007-10-12 Peter AvalosMerge from vendor branch LESS:
2007-10-12 Peter AvalosMerge from vendor branch OPENSSL:
2007-10-12 Matthew DillonClean up the structural organization. Separate out...
2007-10-12 Matthew DillonAdjust the description of HAMMER's storage limitations...
2007-10-12 Sepherosa ZiehauAdd et(4), which supports Agere ET1310 based Ethernet...
2007-10-12 Sepherosa Ziehauregen
2007-10-12 Sepherosa Ziehau- Add OUI for PHYs from Agere
2007-10-12 Hasso TepperSimplify the code a lot - don't try to be too clever...
2007-10-11 Peter AvalosMerge from vendor branch TCPDUMP:
2007-10-11 Peter AvalosMerge from vendor branch LIBPCAP:
2007-10-10 Matthew DillonPrimary header file infrastructure and A-list implement...
2007-10-10 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-10-09 Peter AvalosMerge from vendor branch LESS:
2007-10-09 Matthew DillonAdd syslink_vfs.h for userfs, defining the syslink...
2007-10-09 Matthew DillonAdjust RB_PROTOTYPEX to match RB_GENERATE_XLOOKUP....
2007-10-09 Matthew DillonAdd a typedef for uuid_t for kernel compiles. One...
2007-10-09 Matthew DillonIndicate that alist_free() calls do not have to supply...
2007-10-09 YONETANI TomokazuMerge From FreeBSD:
2007-10-08 Hasso TepperDragonfly always passes a flag for every IO operation...
2007-10-06 Matthew DillonAllow the crc32.c module to be used in userland or...
2007-10-06 Sepherosa ZiehauBWI_BBP_ATTEN is 16bit register, not a 32bit one.
2007-10-03 Sascha WildnerSync with FreeBSD:
2007-10-03 Matthew Dillonlibiconv was declaring a base kobj_class structure...
2007-10-03 Sepherosa ZiehauThe "different pointer signedness" reported by gcc41...
2007-10-03 Sepherosa Ziehauregen
2007-10-03 Sepherosa ZiehauAdd device ids for Agere(LSI?) ET1310 chips
2007-10-03 Sepherosa ZiehauRestore BWI_PCIR_BAR with the correct value.
2007-10-03 Sepherosa Ziehau- Initialize 11b PHY rev4 according to v3 specification.
2007-10-02 Hasso Tepperlm(4) and it(4) drivers for hardware sensors used in...
2007-10-02 Hasso TepperCoretemp(4) driver for Intel Core on-die digital therma...
2007-10-02 Hasso TepperHardware sensors framework originally developed in...
2007-10-01 Sepherosa Ziehau- Remove the second parameter of ether_input(), since:
2007-10-01 Sepherosa Ziehau- Move polling disablement, i.e. deregistering all...
2007-10-01 Sepherosa ZiehauMove poll_each_burst adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- Move poll_burst_max adjustment out of hot code path.
2007-10-01 Sepherosa Ziehau- poll_burst and residual_burst are dynamicly adjusted...
2007-10-01 Sepherosa ZiehauMove reg_frac/reg_frac_count adjustment out of hot...
2007-10-01 Sepherosa Ziehau- Fix a bug introduced by dynamic polling frequency...
2007-09-30 Sepherosa ZiehauEnable Onoe TX rate control.
2007-09-30 Sepherosa Ziehau- Adjust comment according to the recent addition of...
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-09-29 Sascha WildnerAdd some missing files.
2007-09-27 Matthew DillonInterrupt thread preemption was switching in threads...
2007-09-27 Matthew Dillonalist debug mode - report unrounded byte usage.
2007-09-24 Yonghong Yancleanup the duplicated $DragonFly$ cvs id, my bad
2007-09-24 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-23 Hasso TepperAdd support for newer ICH SMBus controllers. Also corre...
2007-09-23 Hasso TepperRemove terminating semicolons from SYSCTL_ADD_* macros...
2007-09-23 Yonghong YanA simple README.amd64 and AMD64_GENERIC kernel config...
2007-09-23 Yonghong YanMore headers for pc64 platform kernel build/linking
2007-09-23 Yonghong Yanmore header changes for amd64 port; the pc64 building...
2007-09-23 Yonghong Yanprepare the amd64 kernel build, ext2_bitops.h merged...
2007-09-21 Sascha Wildnerstyle(9) nit.
2007-09-21 YONETANI TomokazuMerge rev 1.26 from FreeBSD:
2007-09-20 Sascha WildnerRemove unneeded #include.
2007-09-19 Sascha WildnerAdd bwi(4) entry.
2007-09-19 Hasso TepperRemove duplicates.
2007-09-17 Sepherosa ZiehauModulize bwi(4) debug prints. Leave ATTACH/INIT/TXPOWE...
2007-09-17 Hasso TepperAdd support for Vitesse VSC8601 and Realtek 8211B PHYs...
2007-09-17 Hasso TepperAdd info about Vitesse Semiconductor Corporation VSC860...
2007-09-17 Hasso TepperAdd many devices to the uftdi(4). Sources of the info...
2007-09-17 Hasso Tepperuftdi(4) related usbdevs work:
2007-09-16 Peter AvalosMake functions static and use M_ZERO instead of a separ...
2007-09-16 Sepherosa ZiehauCreate per-interface sysctl tree.
2007-09-16 Sepherosa Ziehau- Pass mgt packet's node into bwi_encap(), so fallback...
2007-09-16 Sepherosa Ziehau- Use RF/PHY information printing format to print BBP...
2007-09-16 Sepherosa ZiehauFor bwi(4) parts that use TX status registers:
2007-09-16 Sepherosa ZiehauFor bwi(4) parts that use TX status ring:
2007-09-16 Sepherosa Ziehau- Add radio tap support
2007-09-15 Sascha Wildnerif_ioctl takes a pointer to struct ucred.
2007-09-15 Sascha WildnerFix 'type qualifiers ignored on function return type...
2007-09-15 Sascha WildnerFix 'value computed is not used' warnings.
2007-09-15 Sascha WildnerFix some kprintf format warnings.
2007-09-15 Sascha WildnerSilence gcc 4.1's "packed attribute ignored..." warnings.
2007-09-15 Sepherosa ZiehauMake sure that the received frame contains at least...
2007-09-15 Sepherosa ZiehauConvert RSSI into signal strength (relative to noise...
2007-09-15 Sepherosa ZiehauShut up GCC41 warning: different pointer signedness
2007-09-15 Sepherosa ZiehauBug found by GCC41 warning:
2007-09-14 Sascha WildnerFix typo.
2007-09-12 Sepherosa ZiehauPrepare to support polling(4) on multiple cpus:
2007-09-12 Hasso TepperUpdate the agp(4) code to the latest one from FreeBSD...
2007-09-12 Hasso TepperAdd bus_alloc_resources() and bus_release_resources...
2007-09-10 Matthew Dillonkern_access() had the same bug kern_stat() had with...
2007-09-10 Sepherosa Ziehau- Add interrupt moderation support by only using TIMER...
2007-09-09 Sepherosa Ziehau- Make fwe(4) aware of IFF_POLLING setting in its if_in...
next