Do some minor critical path performance improvements in the scheduler
[dragonfly.git] / sys / kern /
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.
2004-03-05 Jeffrey HsuRemember the next lowest power of 2 of "npus" in "ncpus2".
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-02 Joerg SonnenbergerThe slab allocator has been in for while now. Change...
2004-03-01 Eirik NygaardUse MALLOC_DEFINE.
2004-03-01 Joerg SonnenbergerMake subr_bus.c more consistent with regard to style...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 Matthew DillonImplement a pipe KVM cache primarily to reduce unnecess...
2004-02-18 Joerg SonnenbergerFix typo.
2004-02-18 Matthew DillonMerge vfs/ufs/ufs_disksubr.c into kern/subr_disk.c...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-16 Matthew Dillonbuftimetoken must be declared in a .c file.
2004-02-16 Joerg SonnenbergerAdd device_is_attached to allow a driver to check wethe...
2004-02-15 Matthew DillonCleanup and augment the cpu synchronization API a bit...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...
2004-02-14 Matthew DillonGet rid of some old cruft and add a failsafe for M_WAIT...
2004-02-14 Eirik NygaardReplace K&R style functions with ANSI C style functions.
2004-02-14 Hiten PandyaRemove my middle initial.
2004-02-14 Matthew DillonFix forgotten lwkt_send_ipiq() API update. cpuid ...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-11 Matthew Dillonactivate any tick-delayed software interrupts in the...
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) uipc_socket.c rev. 1.68.2.24
2004-02-10 Hiten PandyaMerge from FreeBSD:
2004-02-10 Matthew DillonUse a globaldata_t instead of a cpuid in the lwkt_token...
2004-02-10 Matthew Dillondevsw() does not exist in DFly. use dev_dflags() to...
2004-02-09 Hiten PandyaMerge from FreeBSD:
2004-02-09 Matthew DillonSplit the lwkt_token code out of lwkt_thread.c. Give...
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2004-02-05 David Rhodusnectar 2004/02/05 10:00:35 PST
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Joerg SonnenbergerBuild lwkt_process_ipiq_frame only for the kernel,...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-27 Matthew DillonTry to work-around a DFly-specific crash that can occur...
2004-01-24 Matthew DillonWhen creating a new uidinfo structure, check for an...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
next