Fix synopsis (reminded by Constantine A. Murenin) and history.
[dragonfly.git] / sys /
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...
2007-09-09 Sepherosa ZiehauCorrect DEVICE_POLLING support in vr_init()
2007-09-09 Sepherosa ZiehauNULL should never be passed to ether_poll_deregister...
2007-09-09 Sepherosa Ziehau- Fix comment.
2007-09-09 Sepherosa ZiehauNuke the hack in vr(4) that polling(4) will be turned...
2007-09-08 Sepherosa ZiehauIt does not make sense to call interface's initializati...
2007-09-08 Sepherosa ZiehauKill token ring remainder.
2007-09-08 Sepherosa Ziehau- Add missing header protector
2007-09-08 Sepherosa ZiehauHook bwi(4)
2007-09-08 Sepherosa ZiehauAdd WIP support for Broadcom wireless chips:
2007-09-08 Peter AvalosMerge from vendor branch OPENSSH:
2007-09-07 Matthew DillonGeneral userfs fleshing out work. Abstract out constru...
2007-09-07 Matthew DillonRemove a bogus assertion. in_vm86call may have been...
2007-09-06 Sascha WildnerUse bcd2bin().
2007-09-06 Sascha WildnerRemove redundant initialization.
2007-09-05 Matthew DillonSet si_iosize_max to silence run-time warnings.
2007-09-04 Matthew DillonChange the virtual kernel's default hz to 20, because...
2007-09-04 Matthew DillonForce an over-the-wire transaction when resolving the...
2007-09-03 Peter AvalosRemove options that don't make sense for a vkernel...
2007-09-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-09-03 Matthew DillonBring in FreeBSD/1.177 - fix a bug in a call made to...
2007-09-03 Matthew DillonAdd a MNTK_ flag to the mount structure allowing a...
2007-09-02 Sepherosa ZiehauSwitch ipfw from ipfw1 to ipfw2.
2007-09-01 Peter AvalosTAILQ_FOREACH to enhance readability.
2007-08-31 Hasso TepperHandle baudrate requests algorithmically with newer...
2007-08-31 Hasso TepperSimplify the way how chip type is determined. Instead...
2007-08-31 Sascha WildnerGC even more remains of the recent old driver removal.
2007-08-30 Peter AvalosAdd WCONTINUED option for waitpid(2).
2007-08-29 Sascha WildnerFix LINT: Remove cm(4) and fla(4) remains.
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-08-28 Matthew DillonAdd vop_stdgetpages() and vop_stdputpages() and replace...
2007-08-27 Hasso TepperMissed this file in previous commit.
2007-08-27 Hasso TepperNuke nv(4), we have nfe(4) which replaces it.
2007-08-27 Hasso TepperNuke fla(4). It's known to be buggy, supports very...
2007-08-27 Hasso TepperRemove remainings of the oltr(4).
2007-08-27 Hasso TepperNuke FDDI support.
2007-08-27 Hasso TepperNuke token ring support. This also means one blob less...
next