Since intr has been setup in the last step of vr_attach(), mii_phy_probe()
[dragonfly.git] / sys / sys /
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Hiten PandyaAdd counters for recording Token/MPlock contention...
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-07-06 Matthew DillonImplement the full-duplex ack protocol. refurbish...
2005-07-06 Matthew DillonAdd another argument to fp_read() to tell the kernel...
2005-07-05 Hiten PandyaUse _KERNEL macro for wrapping kernel-only code.
2005-07-04 Matthew DillonFix a few issues in the kernel-side journal.
2005-07-03 Simon Schubert- Use __inline instead of __inline__. Therefore include...
2005-07-03 Simon Schubert- Convert `inline' to `__inline__' to make gcc happy...
2005-07-02 Simon SchubertLots of third party programs declare
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-29 Matthew DillonYet more scheduler work. Revamp the batch detection...
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-26 Matthew DillonMove more scheduler-specific defines from various place...
2005-06-26 Matthew DillonMove remaining scheduler-specific functions into the...
2005-06-25 Matthew DillonCleanup indentation, no operational changes.
2005-06-25 Matthew DillonAssociate a userland scheduler control structure with...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-21 Jeffrey HsuReplace the linear search in file descriptor allocation...
2005-06-21 Matthew DillonBump fd_lastfile, freefile, and refcnt to 32 bit ints...
2005-06-20 Matthew DillonCorrect a missing macro element for the NON-KTR case.
2005-06-20 Matthew DillonInclude a bitmap of allocated entries when built with...
2005-06-20 Matthew DillonAdd a caller backtrace feature (enabled by default...
2005-06-20 Matthew DillonReimplement the kernel tracepoint facility. The new...
2005-06-19 Matthew DillonAdd more magic numbers for the token code.
2005-06-19 Matthew DillonFix two bugs in the LWKT token code.
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-17 Matthew DillonAbstract out the location of an m_tag's data by adding...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-11 Hiten PandyaThe BLIST API is just as usable in userland as it is...
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.
next