Conditionalize an #include so libcam can build the file.
[dragonfly.git] / sys / kern /
2005-06-01 Matthew DillonAdd a simple API tha allows the interrupt timer to...
2005-06-01 Joerg SonnenbergerBack out last commit, this wasn't supposed to crep in.
2005-06-01 Matthew DillonDisable the ability to change the system clock with...
2005-06-01 Matthew DillonMore cleanups, add the API implementation to select...
2005-06-01 Joerg SonnenbergerRemoving rest of debugging code which slipped into...
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-06-01 Joerg SonnenbergerAdd back support for SYSV binaries. Those are nasty...
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 HsuRename local variable for clarity.
2005-05-29 Jeffrey HsuUse m_getl() to get the right sized mbuf.
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-05-26 Matthew DillonFix a bug in the serializer's race detection code....
2005-05-25 Matthew DillonFix a race in the serializer's use of atomic_intr_cond_...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew Dillon(add missing file related to last commit)
2005-05-24 Matthew DillonGet rid of the bad hack that was doing network polling...
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-08 Matthew Dillonincore() is used to detect logical block number collisi...
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-26 Matthew DillonCorrect a bug in the last two commits. The time_second...
2005-04-26 Matthew DillonOn MP systems, malloc's using R_NOWAIT are not supposed...
2005-04-24 Matthew DillonFix the structural type for kern.boottime and kern...
2005-04-23 Matthew DillonMake access to basetime MP safe and interrupt-race...
2005-04-23 Joerg SonnenbergerAlways use SYSCTL_OUT, sysctl doesn't print the value...
2005-04-23 Joerg SonnenbergerMake kern.ntp.delta preemption save.
2005-04-22 Joerg SonnenbergerDon't call cpu_mb1 after lwkt_setcpu_self, but call...
2005-04-22 Joerg SonnenbergerMove to CPU #0 in settime() to prevent races.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
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 HsuCosmetic changes, mostly changing zeros to NULLs.
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 DillonDocument the rwlock routines as being MP safe.
2005-04-20 Matthew DillonMake the kernel malloc() and free() MP safe by pushing...
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-20 Chris PresseyStyle(9) cleanup: use ANSI format for function definitions.
2005-04-20 Joerg SonnenbergerUse get_approximate_time_t().
2005-04-20 Hiten PandyaFix whitespace in copyright dates.
2005-04-20 Jeffrey Hsusbappend() is called by stream-oriented as well as...
2005-04-20 Joerg SonnenbergerCorrect a bug in the positive 32bit overflow handling...
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 SonnenbergerMake kern.ntp.permanent specify the frequency correctio...
2005-04-18 Matthew Dillonstaticize lwkt_reqtoken_remote().
2005-04-18 Matthew DillonFix a bug in the last commit. A FIFO calculation was...
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-04-14 Joerg Sonnenbergerleap second, not leaf second. fix totally stupid, but...
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg Sonnenbergerwether ==> whether
2005-04-14 Joerg SonnenbergerSimplified NTP kernel interface:
2005-04-13 Matthew DillonOnly bump the switch_count counter when lwkt_switch...
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-04-08 Joerg SonnenbergerSimply the loop based on the knowledge that fd <= fdp...
2005-04-08 Joerg SonnenbergerRegen.
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-04-03 Matthew DillonA cache invalidation race that generates a warning...
2005-04-02 Matthew DillonThe vnode recycler was not handling a hardlinking case...
2005-04-02 Joerg SonnenbergerMove the processing of malloc flags out of the loop...
2005-03-31 Matthew DillonMove the setting of sopt->sopt_dir down into the lower...
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-29 David RhodusRemove some uses of the SCARG macro.
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 Joerg SonnenbergerRemove redundant panic.
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2005-03-24 Joerg SonnenbergerLicense typo.
2005-03-23 Matthew DillonRemove an assertion in bundirty() that requires the...
2005-03-23 Matthew DillonBecause destroy_all_dev() checks the mask/match against...
2005-03-22 David XuDon't restart a timeout wait, one can periodically...
2005-03-22 Matthew DillonStart working on the full-duplex journaling feature...
2005-03-21 Joerg Sonnenbergerregen
2005-03-21 Joerg SonnenbergerChange prototype of sys_set_tls_area and sys_get_tls_ar...
2005-03-19 Joerg SonnenbergerGeneric firmware support. Currently implemented is...
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-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-09 Hiten PandyaAdd a new function to the nlookup API, called nlookup_s...
2005-03-09 Matthew DillonFix a serious bug in cache_inval_vp()'s TAILQ iteration...
2005-03-09 Hiten PandyaFix $FreeBSD$ ident string.
2005-03-09 Matthew Dillonpipe->pipe_buffer.out was not being reset to 0 when...
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 David XuMerge from FreeBSD:
2005-03-05 Matthew DillonFix a number of alignment and offset bugs that were...
2005-03-04 Matthew DillonFix an incorrect pointer in a journal_build_pad() that...
2005-03-04 Matthew Dillonmsf_buf_alloc() can be called with a NULL vm_page_t...
next