Rename ${ENV} to ${ENVCMD} to prevent bad interference with some shells.
[dragonfly.git] / sys /
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...
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...
next