Add brief description about the recently added interrupt moderation sysctl nodes
[games.git] / sys /
2008-05-28 Sepherosa Ziehau- Rename bce_init_context() to bce_init_ctx()
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-28 Sepherosa Ziehau- Add tunables and sysctl nodes for interrupt moderatio...
2008-05-28 Simon SchubertInclude sys/fd_set.h in the BSD_VISIBLE case.
2008-05-28 Simon SchubertMove definition of fd_set to sys/fd_set.h.
2008-05-27 Matthew DillonGenerate a semi-random MAC address when connecting...
2008-05-27 Matthew DillonFix socketvar.h inclusion by userland. This is a tempo...
2008-05-27 Sepherosa ZiehauUse standard include path
2008-05-27 Sepherosa ZiehauOnly collect 'count' packets when polling(4) is used...
2008-05-27 Michael NeumannAdd a boot loader tunable hw.usb.hack_defer_exploration...
2008-05-27 Sepherosa Ziehau- Apply same adjustment to softc cached TX/RX BD index
2008-05-27 Matthew DillonDo not try to set-up the bridge or tap interfaces when...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-26 Sepherosa ZiehauAvoid panic upon module unloading
2008-05-26 Michael NeumannAllow a NULL pointer as argument to usb_get_next_event...
2008-05-26 Michael NeumannRemove __HAVE_GENERIC_SOFT_INTERRUPTS ifdefs as we...
2008-05-26 Sepherosa ZiehauFix following possible bugs for SIOCSIFADDR, if in_ifin...
2008-05-26 Michael NeumannFix typos and cosmetic changes.
2008-05-26 Michael NeumannGet completely rid of sc_dev in usb_softc and uhub_soft...
2008-05-26 Michael NeumannExpand delay macro into DELAY.
2008-05-25 Nicolas TheryFix warnings (missing casts).
2008-05-25 Matthew DillonHAMMER 48/Many: finish vop_setattr support, ncreate...
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2008-05-25 Michael NeumannRemove duplicate include of header file "sys/bus.h".
2008-05-25 Michael NeumannDefer boot-time exploration of USB busses until all...
2008-05-25 Michael NeumannMake sure to use delay() in usb_delay_ms() while cold...
2008-05-25 Sepherosa Ziehau- Count and defrag mbuf before setup TX desc
2008-05-24 Matthew DillonFix a very old bug where the root mount was not getting...
2008-05-24 Sepherosa ZiehauUse "pause" in spin loop.
2008-05-24 Sascha WildnerFix two cases where device_printf() was used with an...
2008-05-24 Sepherosa ZiehauAvoid possible memory leakage.
2008-05-24 Sepherosa Ziehau- Put inaddr hash table alterations in crit section
2008-05-24 Sepherosa Ziehau- Add blank lines between code segments
2008-05-24 Sepherosa ZiehauNo need to cast
2008-05-24 Sepherosa ZiehauHold ifnet.if_serializer around ifnet.if_ioctl; rtinit...
2008-05-24 Sepherosa ZiehauMinor style change. Add blank line between two 'switch...
2008-05-24 Sepherosa ZiehauMinor white space and style changes
2008-05-24 Sepherosa ZiehauAdd comment
2008-05-23 Matthew DillonCalls to DIOCSYNCSLICEINFO were being made with the...
2008-05-23 Sepherosa Ziehau- Print L3 cache (on NorthBridge) information
2008-05-23 Sepherosa Ziehau- For 350 chips, don't set various INTR bits in TX...
2008-05-22 Matthew DillonHAMMER 47/Many: Stabilization pass
2008-05-22 Sascha WildnerAdd KTR_KERNENTRY to ktr(4) and LINT.
2008-05-21 Michael Neumannkprintf to device_printf conversion.
2008-05-21 Matthew DillonBring in fixes for a bug which occurs when the filesyst...
2008-05-20 Matthew DillonAdd a define for IEEE80211_FC1_PROTECTED.
2008-05-20 Matthew DillonProperly track the write-open count when updating a...
2008-05-20 Matthew DillonAdd a DELAY(500) during the register init phase to...
2008-05-19 Simon SchubertFill CPU info for vkernels. This makes KTR use TSC...
2008-05-19 Simon SchubertAdd KTR for tracing userland->kernel entries, i.e....
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-05-18 Matthew DillonHAMMER 46B/Many: Stabilization pass
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-05-18 Peter AvalosSync CAM with FreeBSD using lockmgr locks instead of...
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-05-18 Sepherosa ZiehauCount if_opackets and if_oerrors.
2008-05-18 Sepherosa ZiehauCount if_opackets.
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-18 Sepherosa Ziehau- Add devq which stores mbuf dequeued from ifnet.if_snd...
2008-05-18 Sepherosa ZiehauReturn after calling bridge_ouput_p.
2008-05-18 Peter AvalosIt's "useful" not "usefull".
2008-05-18 Sepherosa ZiehauKNOTE still needs mplock, so tapifstart() could be...
2008-05-18 Matthew DillonHAMMER 46/Many: Performance pass, media changes, bug...
2008-05-18 Matthew DillonChange cluster_read() to not block on read-ahead buffer...
2008-05-17 Nicolas TheryRemove unused proc_zone declaration.
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Matthew DillonSyntax cleanup and also commit a missing piece of the...
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-16 Sepherosa ZiehauCasting anything above ~2.1G to 'int' makes the result...
2008-05-16 Sepherosa ZiehauUnify vlan_input() and vlan_input_tag():
2008-05-15 Sepherosa Ziehau'check' label is only used in SMP build.
2008-05-15 Matthew DillonHAMMER 45/Many: Stabilization pass, undo sequencing.
2008-05-14 Hasso TepperMake use of interrupt endpoint to increase responsiveness.
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-13 Matthew DillonHAMMER 44/Many: Stabilization pass, user-guaranteed...
2008-05-13 Hasso TepperRemove udbp(4) form tree. It was never connected to...
2008-05-13 Hasso TepperAssorted fixes to ugen(4) from FreeBSD.
2008-05-13 Matthew DillonHAMMER 43C/Many: Performance cleanup
2008-05-13 Matthew DillonHAMMER 43B/Many: Correct delete-on-disk record bug.
2008-05-12 Matthew DillonHAMMER 43A/Many: Cleanup, bug fixes.
2008-05-12 Matthew DillonHAMMER 43/Many: Remove records from the media format...
2008-05-12 Matthew DillonHAMMER 42E/Many: Cleanup.
2008-05-11 Matthew DillonHAMMER 42D/Many: Stabilization.
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-11 Hasso TepperAdd useconds_t and suseconds_t used for time in microse...
2008-05-10 Matthew DillonHAMMER Utilities: scan feedback
2008-05-10 Matthew DillonHAMMER 42C/Many: Stabilization.
2008-05-10 Matthew DillonHAMMER 42B/Many: Stabilization.
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-10 Sepherosa Ziehauiwi(4) does not support hardware based WEP encryption...
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Matthew DillonHAMMER 42A/Many: Stabilization.
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonHAMMER 42/Many: Cleanup.
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix fork/vfork statistics. forks and vforks were being...
next