spl->critical section conversion.
[dragonfly.git] / sys / sys /
2005-06-10 Matthew Dillonspl->critical section conversion, plus remove some...
2005-06-09 Eirik NygaardReplace the hand rolled linked list with a SLIST.
2005-06-08 Matthew DillonRollup mbuf/objcache fixes.
2005-06-07 Jeffrey HsuRe-implement the mbuf allocator using the object cache.
2005-06-07 Jeffrey HsuGeneric cache of pre-initialized objects. It uses...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-05 Joerg SonnenbergerAdd f_owner (user who mounted the filesystem), f_type...
2005-06-05 Jeroen Ruigrok/asmodaiAdd include file protection wrapper.
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2005-06-03 Jeroen Ruigrok/asmodaiAdd first stab at a statvfs.h.
2005-06-03 Jeroen Ruigrok/asmodaiAdd id_t, a general identifier type, per IEEE Std 1003...
2005-06-03 Jeroen Ruigrok/asmodaiAdd blkcnt_t and blksize_t per IEEE Std 1003.1, 2004...
2005-06-03 Jeroen Ruigrok/asmodaiAdd fsblkcnt_t and fsfilcnt_t.
2005-06-02 Matthew DillonRemove variable names from procedure declarations so...
2005-06-01 Matthew DillonAdd a simple API tha allows the interrupt timer to...
2005-06-01 Matthew DillonMore cleanups, add the API implementation to select...
2005-06-01 Joerg SonnenbergerStop branding DragonFly binaries with the FreeBSD ABI.
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-31 Joerg SonnenbergerDon't match executables with ELFOSABI_NONE against...
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
2005-05-29 Jeffrey HsuSimplify the interface to m_uiomove().
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-07 David XuDefine type lwpid_t, it will be used for thread debugge...
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-25 Hiten PandyaBe consistent for preventing redundant header inclusion.
2005-04-24 Jeroen Ruigrok/asmodai__pure__ is supported from 2.96 onward, not 3.0.
2005-04-24 Jeroen Ruigrok/asmodaiSynch our GNU_PREREQ() macro with FreeBSD:
2005-04-23 Joerg SonnenbergerAdd forgotten SYSCTL_ADD_QUAD, move the SYSCTL_ADD_INT...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-20 Jeffrey HsuClean up some of the sockbuf append code.
2005-04-20 Jeffrey HsuStrip away a layer of indirection. Now that we properl...
2005-04-20 Joerg Sonnenbergerbasetime should be static, all access done via PKI.
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-04-18 Matthew Dillonstaticize lwkt_reqtoken_remote().
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-04-14 Eirik NygaardA few more instances of leaf that should be leap.
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerSimplified NTP kernel interface:
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-04-08 Joerg SonnenbergerRegen.
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-04-08 Matthew DillonBump HEAD's official release #define to 130000.
2005-03-30 Sascha WildnerFix typo.
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Jeffrey HsuKeep a hint for the last packet in the singly-linked...
2005-03-28 Joerg SonnenbergerSeparate M_NULLOK from M_RNOWAIT.
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2005-03-22 Matthew DillonStart working on the full-duplex journaling feature...
2005-03-21 Joerg SonnenbergerInclude sys/types.h to make it self-contained.
2005-03-21 Joerg SonnenbergerAdjust userland prototypes as well.
2005-03-21 Joerg Sonnenbergerregen
2005-03-19 Sascha WildnerFix order for SI_SUB_TUNABLES.
2005-03-19 Joerg SonnenbergerGeneric firmware support. Currently implemented is...
2005-03-17 YONETANI TomokazuNow that const'ification of users of dktypenames also...
2005-03-16 David XuAdd types prgregset_t and psaddr_t which will be used by
2005-03-16 Joerg SonnenbergerMore Citrus code.
2005-03-16 Joerg SonnenbergerMake dktypnames const.
2005-03-15 Matthew DillonImplement CLOCK_MONOTONIC using getnanouptime(), which...
2005-03-13 Matthew DillonAdd a function that returns an approximate time_t for...
2005-03-13 Sascha WildnerRemove PC98 support.
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Joerg SonnenbergerChange PACKET_TAG_* ids to be consecutive.
2005-03-12 Joerg SonnenbergerRemove MT_FTABLE, it is not used anymore. Remove the...
2005-03-09 Hiten PandyaProvide a better annotations for KTR_VOP and KTR_NFS...
2005-03-09 Hiten PandyaAdd a new function to the nlookup API, called nlookup_s...
2005-03-08 Joerg SonnenbergerInitialize all fields in kobj_class.
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 Hiten PandyaConditionalise include of "opt_ktr.h" under _KERNEL.
2005-03-06 Matthew DillonDo some WARNS 6 cleanups. Add __unused, add a few...
2005-03-05 Sascha WildnerRemove PC98 support.
2005-03-05 Matthew DillonFix a number of alignment and offset bugs that were...
2005-03-05 Matthew DillonAdd a simple msf_buf_bytes() inline which returns the...
2005-03-04 Hiten PandyaAdd a typedef msf_t for struct msf_buf *.
2005-03-04 Matthew DillonMake msf_buf_kva() return the correct base address...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
next