forced commit to test new log_accum.pl script
[dragonfly.git] / sys /
2006-03-24 Matthew DillonBackout the rest of 1.29. There are a number of issues...
2006-03-23 David RhodusHold MP lock for getppid(). As noted by Dillon getppid...
2006-03-23 David RhodusMerge from FreeBSD.
2006-03-23 David RhodusMark a few more system calls MPSAFE.
2006-03-23 David RhodusProperly copy in userland scheduler name via copyinstr.
2006-03-23 Sepherosa ZiehauAdd a new tunable "hw.bge.fake_autoneg", get rid of...
2006-03-22 David RhodusAdd missing code needed for the detection of IPSec...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-21 Matthew DillonMake a slight adjustment to the last commit. Change...
2006-03-19 Matthew DillonPrevent the driver from reinitializing the card when...
2006-03-19 Matthew DillonFix a serious bug in the olddelta microseconds calculat...
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2006-03-15 Matthew Dilloncache_fromdvp() uses a recursive algorithm to resolve...
2006-03-12 Matthew DillonChange KKASSERT() to not embed #exp in the control...
2006-03-12 Sascha WildnerFix typo.
2006-03-10 Matthew DillonAdd missing block number assignment in ATA raid mirrori...
2006-03-10 David RhodusFix typeo.
2006-03-10 Matthew Dilloncluster_read() was very dangerously issuing a blind...
2006-03-09 David XuIf we got a SIGKILL signal in kern_sigtimedwait, call...
2006-03-08 Matthew DillonStruct buf's cannot simply be bcopy'd any more due...
2006-03-08 Jeremy C. ReedOnly define atop for _KERNEL or _KERNEL_STRUCTURES.
2006-03-07 Matthew DillonRemove two incorrect serializer calls in the NDIS code.
2006-03-07 Simon SchubertSwitch to building a libgdb and both gdb and kgdb.
2006-03-05 Matthew DillonRoll 1.5.1 for the slip tag
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-03-04 Matthew DillonUnlock vnodes prior to issuing VOP_NREMOVE to accomodat...
2006-03-03 Matthew DillonAdd additional red-black tree functions for fast numeri...
2006-03-02 Matthew Dillonvfs_bio_awrite() was unconditionally locking a buffer...
2006-03-02 Matthew Dillonbuftimespinlock is utterly useless since the spinlock...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-03-01 David RhodusMerge in security fix from FreeBSD.
2006-03-01 Matthew Dillondvp must be unlocked prior to issuing a VOP operation...
2006-03-01 Matthew DillonA thread may be freed from a different cpu then it...
2006-02-28 Matthew DillonProperly check for buffered data in ukbd_check_char...
2006-02-28 Matthew DillonDo not set the pcb_ext field until the private TSS...
2006-02-28 Sascha WildnerUse \(xx style escape sequences for some special charac...
2006-02-27 Simon SchubertFix file sizes > 2GB on isofs. This has already been...
2006-02-21 Matthew DillonChange the server side NFS write gather delay from...
2006-02-21 Matthew Dillonbioops.io_start() was being called in a situation where...
2006-02-21 Matthew DillonReduce the default NFSv3 access cache timeout from...
2006-02-21 Matthew DillonReformulate some code which was #if 0'd out in the...
2006-02-21 Matthew DillonFix a bunch of race cases in the NFS callout timer...
2006-02-19 Sascha Wildner* Remove unused SC_RENDER_DEBUG option.
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-17 Matthew DillonProperly assert the state of the MP lock in the async...
2006-02-15 Simon SchubertFix patch handling in kernel sources.
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-02-12 Matthew DillonRemove serialization calls that are no longer correct...
2006-02-06 YONETANI TomokazuMove serializer locking from pppoutput() to pppwrite...
2006-02-01 Simon SchubertSet proper termio flags for the sysmouse tty
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
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...
next