* Add documentation for the batch and lastcpu keywords.
[dragonfly.git] / sys /
2006-01-31 Simon SchubertPull the fix from procfs_vnops.c:1.27 also to linprocfs
2006-01-30 YONETANI Tomokazucrit_exit() is called where crit_enter() is supposed...
2006-01-29 Simon SchubertSync nv with FreeBSD and update the binary driver to...
2006-01-29 Sepherosa Ziehau- Add NVIDIA nForce MCP12 support
2006-01-28 Sepherosa ZiehauPass serializer to bus_setup_intr()
2006-01-28 Sepherosa ZiehauIn ep_if_start(), restore 'm' after it is used to trave...
2006-01-26 Matthew DillonAdd a missing #include <sys/lock.h> to fix a UP kernel...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2006-01-25 Joerg SonnenbergerMerge OpenBSD r1.104:
2006-01-22 Sascha Wildner* Move function types to a separate line.
2006-01-22 Sascha WildnerAdd some casts to silence warnings.
2006-01-22 Sascha WildnerRemove unused variables.
2006-01-22 Sascha WildnerInitialize variable.
2006-01-22 Sascha WildnerAdd missing header for isab_attach prototype.
2006-01-21 Matthew DillonSwitch the type and how argument declarations around...
2006-01-20 Sepherosa ZiehauPass correct argument to lwkt_serialize_{enter, exit}()
2006-01-19 Simon SchubertProperly refcount module dependencies loaded by loader
2006-01-18 Sascha WildnerFix comment indent.
2006-01-14 Sascha WildnerSet %bx register instead of %di register as specified...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-13 Matthew Dillonbx is supposed to point to twiddle_chars, not contain...
2006-01-11 Simon SchubertRetire old subvers file
2006-01-11 Simon SchubertImport a softdep fix from FreeBSD rev 1.183 by tegge:
2006-01-11 Simon SchubertUse _KERNEL_STRUCTURES where appropriate
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-10 Sepherosa Ziehaudo not try to hold serializer in nge_rxeof(), since...
2006-01-10 Simon SchubertFix a refcount bug which would appear when you kldunloa...
2006-01-09 Simon SchubertAdd missing \n to printf
2006-01-09 Simon SchubertFix proc->lwp conversion error
2006-01-06 Joerg SonnenbergerAllow static compilation of linprocfs using a LINPROCFS...
2006-01-06 Joerg SonnenbergerHonour NOSFCHG for the kernel installation as well...
2006-01-06 Joerg SonnenbergerSleep before commit, remove trailing ,
2006-01-06 Joerg Sonnenbergernextpid is not public, so don't use it. It's not really...
2006-01-06 Joerg SonnenbergerRemove useless define.
2006-01-04 Matthew DillonClean up unmount() by removing the vnode resolution...
2006-01-04 Matthew DillonMostly fix nullfs. There are still namespace race...
2006-01-02 YONETANI TomokazuFix buildworld with WANT_GCC40 defined. In gcc-4.0...
2006-01-01 YONETANI TomokazuSome of ServeRAID card may report an unusual status...
2006-01-01 Sascha WildnerAdd 2006 to the copyrights.
2005-12-31 Matthew DillonFinish fixing NDIS serialization. Wrap detach in the...
2005-12-31 Matthew DillonPreliminary ndis cleanup. The serializer has taken...
2005-12-31 Sepherosa ZiehauMove bus_teardown_intr() from wi_free() into wi_detach...
2005-12-31 Sepherosa Ziehau{ether,ieee80211}_ifdetach() can't be called with seria...
2005-12-30 Matthew DillonDo not call ether_ifdetach() with the serializer held...
2005-12-30 Matthew Dillonether_input() no longer allows the MAC header to be...
2005-12-30 Joerg SonnenbergerProvide proper offsetof macro for C++. Prefer __size_t...
2005-12-30 Sepherosa ZiehauAdd support for Xircom X3201
2005-12-28 Matthew DillonMake wait*() behave the same as it did before we moved...
2005-12-28 Sepherosa ZiehauIn fxp_detach(), disable interrupts after fxp_stop...
2005-12-28 YONETANI TomokazuDo not try to detach when successfully attached.
2005-12-27 Matthew DillonAfter much hair pulling the problem with dual BGE inter...
2005-12-27 Matthew DillonFix a type-o that was causing the wrong mbuf's csum_dat...
2005-12-26 Sepherosa Ziehauhook rgephy
2005-12-26 Sepherosa Ziehauregen
2005-12-26 Sepherosa ZiehauAdd PHY module for re(4)
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-12-23 Sascha WildnerFix parameter order in livelock message.
2005-12-23 Sascha Wildner* Ansify function definitions.
2005-12-23 Matthew Dillon1.4 Release branched, HEAD is now 1.5.
2005-12-23 Simon SchubertAccount for packets sent out via the bridge interface
2005-12-23 Simon SchubertBPF_MTAP at the right place so packets to the bridge...
2005-12-23 Matthew DillonBump us to 1.3.8 in preparation for pre-release tagging.
2005-12-23 Matthew DillonCleanup minor typeos.
2005-12-22 Simon SchubertAquire serializer before calling ioctl
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-20 Matthew DillonClean up some minor typos in comments.
2005-12-19 Matthew DillonFix a number of panic conditions for network cardbus...
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
2005-12-18 Sepherosa ZiehauAfter bus/pci/pcivar.h rev1.10, pcib_get_bus() should...
2005-12-18 Matthew DillonAdd KTR logging to the core tcp protocol loop.
2005-12-18 Sepherosa Ziehau- serialize iwi(4)
2005-12-17 Sepherosa Ziehau1) Add support for NIC found in Sony FS570 laptops
2005-12-16 Matthew DillonProperly integrate the now mandatory serializer into...
2005-12-14 Matthew DillonpfnStop() seems to take a flags argument which as far...
2005-12-12 Matthew DillonMove tsc_offsets[] to a new home to unbreak kernel...
2005-12-11 Sascha WildnerFix typo.
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-10 Matthew DillonAdd a feature and a sysctl (debug.ktr.testipicnt) to...
2005-12-10 Matthew DillonFix another interesting bug. td_threadq is shared...
2005-12-10 Matthew DillonAdd KTR logging for IF_EM to measure interrupt overhead...
2005-12-10 Matthew DillonAdd KTR logging for tsleep entry/exit and wakeup entry...
2005-12-10 Matthew DillonMake the KTR test logging work for UP as well as SMP.
2005-12-10 Matthew DillonFix UP build issues. Move tsc_offsets[] from mp_machde...
2005-12-10 Matthew DillonBeef up error reporting for a particular assertion...
2005-12-10 Sascha WildnerAnsify function definitions.
2005-12-10 Sascha WildnerAnsify function definitions.
2005-12-10 Sascha WildnerFix some manlint nits and add .Dx where appropriate.
2005-12-08 Matthew DillonFix the directory scan code for SMBFS. It was losing...
2005-12-08 Matthew DillonSB_NOINTR must be set for the socket to prevent nbssn_r...
2005-12-08 Matthew DillonClean up more spinlock conversion issues and fix relate...
2005-12-07 Matthew DillonAdd additional KTR lines to allow us to characterize...
2005-12-07 Matthew DillonAdd KTR_TESTLOG and debug.ktr.testlogcnt, which issues...
next