Correct pre-processor conditional surrounding mmxopt's declaration by
[dragonfly.git] / sys / kern /
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2004-05-02 Matthew Dillon(non bug) The hash routines are never called with a...
2004-05-02 Matthew DillonWe must pmap_qremove() pages that we previously pmap_qe...
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-29 Matthew DillonMake SF_BUF_HASH() into an inline routine, sf_buf_hash...
2004-04-29 Matthew DillonMake hash tables one power of 2 larger so they don...
2004-04-28 Joerg SonnenbergerConditionalize accept_filter variable on defined(INET).
2004-04-26 Matthew Dillonnextsoftcheck must be a volatile pointer, not a pointer...
2004-04-26 Matthew DillonIf the server goes away while the client is trying...
2004-04-25 Hiten PandyaThe "Hashed Timers and Hierarchical Wheels: Data Struct...
2004-04-24 Matthew Dillon#ifdef out the PCATCH/CURSIG code for userland (libcaps...
2004-04-24 Hiten PandyaRename the sysctl handler for nchstats to reflect reali...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-24 David RhodusCount statistics for exec calls.
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-21 Justin C. SherrillAdded short descriptions for kern.acct_suspend, kern...
2004-04-21 Matthew DillonFollowup commit, redo the way the root file descriptor...
2004-04-21 Hiten PandyaAdd a KKASSERT to mount(2) to make sure we have a proc...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) vfs_syscalls.c rev. 1.151...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_event.c rev. 1.2.2.10
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) kern_descrip.c rev. 1.81...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonWhen an mpipe was being destroyed, each element in...
2004-04-20 Joerg Sonnenbergerm_tag_alloc illegally passed the mbuf flags to malloc...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-19 Matthew DillonUse vm_page_hold() instead of vm_page_wire() for exec...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-04-15 David RhodusUpdate tag creation paths to reflect the cvs
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-15 Matthew DillonDetect when the target process's thread is sitting...
2004-04-15 Matthew DillonImplement lwkt_abortmsg() support. This function chase...
2004-04-14 Joerg SonnenbergerKObj extension stage IIIa/III
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-12 Matthew DillonThe malloc() call in at_fork() needs to use M_WAITOK...
2004-04-12 Matthew DillonANSIfication/style cleanups (non operational)
2004-04-11 Jeffrey HsuFix compilation errors with missing header files and...
2004-04-11 Matthew DillonUse the sf_buf facility rather then kmem_alloc_wait...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-04-10 Matthew DillonANSIfication and style cleanups. Non operational.
2004-04-10 Jeffrey HsuAlways send the sendfile header out even if the file...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-08 Matthew Dillonnamecache work stage 4a: Do some minor performance...
2004-04-08 Matthew Dillonnamecache work stage 4:
2004-04-05 Matthew DillonExport the lwkt_default_*() message port default functi...
2004-04-03 Matthew DillonFix bugs in xio_copy_*(). We were not using the masked...
2004-04-03 Matthew DillonIn the sysclock commit I tried to make 'boottime' a...
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-04-01 Joerg SonnenbergerKObj extension stage II/III
2004-04-01 Joerg SonnenbergerKObj extension stage I/III
2004-03-31 Matthew DillonAdd missing sf_buf_free()'s.
2004-03-31 Matthew DillonChange CAPS over to use XIO instead of the vmspace_copy...
2004-03-31 Matthew DillonInitial XIO implementation. XIOs represent data throug...
2004-03-31 Joerg SonnenbergerM_NOWAIT => M_INTWAIT conversion. This subsystems are...
2004-03-31 David RhodusThe existing hash algorithm in bufhash() does not distr...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-29 David RhodusMake sure the ELF header size is not too large. This...
2004-03-29 Matthew DillonBring in a bunch of well tested MPIPE changes. Preallo...
2004-03-29 Matthew DillonGenerally bring in additional sf_buf improvements from...
2004-03-29 David Rhodus* Change the offset alignment in vn_rdwe_inchunks()
2004-03-29 Joerg SonnenbergerRevert last commit. This should not have happened.
2004-03-29 Joerg SonnenbergerRemove the old locking based on memory flags by lockmgr...
2004-03-29 Joerg Sonnenbergerkern_sysctl.c
2004-03-28 Matthew DillonImport Alan Cox's /usr/src/sys/kern/sys_pipe.c 1.171...
2004-03-28 Matthew DillonDo some major performance tuning of the userland scheduler.
2004-03-28 Matthew DillonProtect v_usecount with a critical section for now...
2004-03-27 Jeffrey HsuChange sendfile() to send the header out coaleseced...
2004-03-27 Jeffrey HsuPull out m_uiomove() functionality from sosend().
2004-03-27 Jeffrey HsuGive UDP its own sosend() function.
2004-03-26 David RhodusChange this vnode check inside of the VFS_BIO_DEBUG
2004-03-24 Jeffrey HsuDirectly call pru_control until copyin problem is resolved.
2004-03-20 Matthew DillonAdd a missing resetpriority() which was causing all...
2004-03-20 Matthew DillonFix p_pctcpu and p_estcpu (addendum). Add a ESTCPUFREQ...
2004-03-20 Matthew DillonFix p_pctcpu and p_estcpu. When the new systimer stuff...
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-19 Hiten PandyaMerge: FreeBSD (HEAD) sys/kern/sysv_sem.c rev. 1.69
2004-03-19 Matthew DillonMake ALWAYS_MSG the default. This introduces an extra...
2004-03-16 Hiten PandyaGive the VFS initialisation functions an update:
2004-03-16 Matthew DillonSeparate chroot() into kern_chroot(). Rename change_di...
2004-03-15 Matthew Dillonnextsoftcheck (which is a really aweful interrupt inter...
2004-03-15 Matthew DillonThe kernel realloc() does not support M_ZERO, assert...
2004-03-15 Matthew DillonDo not free the old VFS vector when recomputing the...
2004-03-14 Joerg SonnenbergerFix warning about missing prototyp for psignal
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-12 Joerg SonnenbergerThe free(9) implementation based on the slab allocator...
2004-03-11 Hiten PandyaReplace a manual check for a VMIO candidate with vn_can...
2004-03-08 Matthew DillonANSIfy the tsleep() and sched_setup() procedure definit...
2004-03-08 Matthew Dillonlibcaps now compiles ipiq and token in userland, make...
2004-03-07 Eirik NygaardMove the ASSERT_VOP_LOCKED and ASSERT_VOP_UNLOCKED...
2004-03-06 Matthew DillonThe sys/xxx2.h files are supposed to be included after...
2004-03-06 Matthew DillonAdditional CAPS IPC work. Add additional system calls...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-06 Jeffrey HsuUse 0 for integer value rather than NULL.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
next