Add IFPOLL_ENABLE to LINT
[dragonfly.git] / sys /
2009-04-27 Sepherosa ZiehauAdd IFPOLL_ENABLE to LINT
2009-04-27 Sepherosa Ziehauemx(4): If error happens, we must hold all of the seria...
2009-04-27 Sepherosa Ziehauifpoll: Fix comment
2009-04-27 Sepherosa Ziehauifpoll: Reorganize TX/RX polling sysctl tree
2009-04-27 Sepherosa Ziehauifpoll: Use rdtsc() whenever possible to calculate...
2009-04-27 Sepherosa Ziehauifpoll: Expose kernel time fraction; currenly for debug...
2009-04-27 Sepherosa Ziehauifpoll: Put pollmore under crit section
2009-04-27 Sepherosa Ziehauifpoll: crit_{enter,exit}() -> crit_{enter,exit}_gd()
2009-04-27 Sepherosa Ziehauifpoll: Let callers of sched_* enter/exit crit section
2009-04-27 Sepherosa Ziehauifpoll: Put iteration of polling handlers under crit...
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-26 Matthew DillonFix recursive lock in detached close of /dev/tty.
2009-04-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-25 Matthew DillonAdd a dummy offset to the arrays generated by genassym...
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 Matthew DillonFix the backslashes in a __asm line's interference...
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 AlexFix various clang compile issues
2009-04-23 Matthew DillonDon't call vm_map_findspace() when MAP_TRYFIXED is...
2009-04-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-23 Matthew DillonMake adjustments to how MAP_STACK works to prevent...
2009-04-23 Sascha Wildnercxm(4): Fix a crash by warning if no firmware is compil...
2009-04-23 Matthew DillonFix VM panic. Add required overflow check for MAP_STAC...
2009-04-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-22 Matthew DillonFix a bug in krealloc(). Note that krealloc() is very...
2009-04-22 Matthew DillonFix vkernel issues - enable ithread preemption, races...
2009-04-22 Sepherosa Ziehautcp/ip4 mapped address: Add tcp6_soport()
2009-04-22 Sepherosa Ziehautcp/ipv4 mapped address: Make sure that tcp_output...
2009-04-22 Sepherosa Ziehautcp_timer: Add assertion to make sure that tcp timers...
2009-04-21 Peter AvalosSync libc/stdio with FreeBSD:
2009-04-20 Sascha Wildnercxm(4): Silence compilation warning.
2009-04-19 Sascha Wildnercxm(4): Oops, remove #include opt_cxm.h for now.
2009-04-19 Sascha WildnerAdd cxm(4), a driver for Hauppauge PVR-250/350 video...
2009-04-19 Sascha Wildnerpcidevs: Regenerate pcidevs.h and pcidevs_data.h
2009-04-19 Sascha Wildnerpcidevs: Add iTVC16
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-13 Sepherosa ZiehauAdd some new DLTs found in libpcap-1.0.0
2009-04-13 Sepherosa ZiehauAllow users to turn off certain arp logging.
2009-04-13 Sepherosa ZiehauAdd description about sysctl nodes under net.link.ether...
2009-04-12 Sascha Wildneri4b(4): Reorder includes slightly to silence some compi...
2009-04-12 Sascha Wildneri4b(4): Initialize callout handles before first accessi...
2009-04-12 Sascha Wildnersppp(4): Properly initialize keepalive_timeout.
2009-04-12 Sepherosa ZiehauPut lwkt_serialize_array_{enter,try,exit}() into its...
2009-04-12 Sepherosa Ziehauifnet serializer split: Whack ifnet.if_serializer if...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa Ziehauemx(4): Add serialize/deserialize functions which just...
2009-04-12 Sepherosa ZiehauFactor out lwkt_serialize_array_{enter,try,exit}()
2009-04-12 Sepherosa ZiehauAdd IFNET_SERIALIZE_RX(idx)
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 3/many: We no longer need...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauMerge altq_cbq fix defc2f8f8d209ca94cc6f3d0a8f64c465258a43f
2009-04-12 Sepherosa ZiehauLet emx(4) install its own ifnet serialize functions
2009-04-12 Sepherosa ZiehauPut ifnet.if_serializer assertion under FIX_SERIALIZE_A...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2009-04-11 Sepherosa Ziehausln(4): Include <sys/param.h>
2009-04-11 Sepherosa ZiehauUnbreak GENERIC building
2009-04-11 Sepherosa Ziehaunetgraph/i4b: sppp struct should start with arpcom...
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-08 Sascha Wildnertcp_{debug,timer}.h & protosw.h: Constify some strings.
2009-04-08 Sascha Wildnersemaphore.h: Revert the last commit. NULL is not define...
2009-04-08 Sepherosa Ziehaualtq_cbq: In restart, release ALTQ serializer to avoid...
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Matthew DillonHAMMER VFS - Fix edge case in mirroring code.
2009-04-07 Sascha WildnerSync a couple of prototypes (mknod(), mktemp() & friend...
2009-04-07 Thomas NikolajsenMerge commit 'chlamydia/master'
2009-04-07 Thomas Nikolajsensys/types.h: Add protection of typedefs
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha Wildner<sys/un.h>: #include <sys/file.h> for struct file.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha Wildnersys/dev/usbmisc/Makefile: Remove duplicate entry.
2009-04-07 Peter AvalosBump libc's version and __DragonFly_version for recent...
2009-04-07 Peter AvalosClean up sysconf and associated headers.
2009-04-07 Peter AvalosFix some namespace issues with grp.h and pwd.h.
2009-04-07 Peter AvalosAdd a tcgetsid() function that returns session id.
2009-04-07 Peter AvalosSync syslogd with FreBSD:
2009-04-07 Peter AvalosSync sys/queue.h with FreeBSD:
2009-04-07 Peter AvalosMake FLT_ROUNDS reflect the dynamic rounding mode and...
2009-04-07 Peter AvalosAdd a few new errnos and improve documentation.
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-04-07 Peter AvalosAdd a <fenv.h> implementation.
2009-04-05 Sepherosa Ziehauether_input(): Remove unapplied comment
2009-04-05 Sepherosa Ziehauvlan(4): Support IFF_PROMISC and IFF_ALLMULTI
2009-04-05 Sepherosa Ziehauether_input: Defer promiscous packet discarding until...
2009-04-05 Sepherosa ZiehauUse ETHER_IS_MULTICAST, which is more expressive.
2009-04-05 Sepherosa Ziehaumbuf: Don't discount the objcache limits required by...
2009-04-05 Sepherosa Ziehaualtq: ifq needs protection here; not ifnet
2009-04-04 Sascha Wildnervkernel: Comment out unused variable.
2009-04-04 Sepherosa Ziehaubridge(4): if_snd.ifq_maxlen does not need explicit...
2009-04-04 Matthew DillonHAMMER - Fix extra TAILQ_REMOVE in HAMMER shutdown...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 2/2.
2009-04-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2009-04-03 Sascha Wildnerusched_dummy: Silence warning
2009-04-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-02 Matthew DillonAMD64 - Fixes to make dynamic binaries run
2009-04-02 Matthew DillonAMD64 - More signal handler work. Signals now appear...
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2009-04-02 Matthew DillonAMD64 - Remove some debugging.
2009-04-02 Matthew DillonAMD64 - Make signals operational, fix reg mappings...
next