namecache work stage 4:
[dragonfly.git] / sys /
2004-04-08 Matthew Dillonnamecache work stage 4:
2004-04-08 Joerg SonnenbergerAdd support for AC'97 codec of the AMD-8111 chipset.
2004-04-07 Matthew DillonMake TCP stats per-cpu. (forgot to add new header file)
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-04-07 Jeffrey HsuCosmetic changes.
2004-04-07 Matthew DillonGeneral ata malloc() flags cleanup. Use M_INTWAIT...
2004-04-07 Matthew DillonGeneral bus malloc() flags cleanup, M_NOWAIT -> M_INTWA...
2004-04-07 Matthew DillonGeneral netif malloc() flags cleanup. Use M_INTWAIT...
2004-04-07 Matthew DillonUse hex bit values instead of decimal bit values (non...
2004-04-07 Matthew DillonProtect nfs socket locks with a critical section. ...
2004-04-06 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 4/21: fifofs.
2004-04-05 Matthew DillonDo not reset %gs in signal handlers, some programs...
2004-04-05 Matthew DillonSubsystems which install an so_upcall may themselves...
2004-04-05 Matthew DillonExport the lwkt_default_*() message port default functi...
2004-04-05 Matthew Dillonper-cpu tcbinfo[]s aren't ready for prime time yet...
2004-04-05 Eirik NygaardWe are DragonFly not FreeBSD, so rename the name in...
2004-04-05 Jeffrey HsuConsistently use "foreign" and "local", which are invar...
2004-04-05 Matthew DillonPartial sync from FreeBSD adds some more support and...
2004-04-05 Matthew DillonQuake 3 server (running under linux emulation) was...
2004-04-04 Matthew DillonFix a missing wildcard binding in the recent wildcard...
2004-04-04 Matthew DillonSetting the date/time does not always properly write...
2004-04-03 Jeffrey HsuDispatch reassembled fragment.
2004-04-03 Jeffrey HsuFix byte-order.
2004-04-03 Matthew DillonCreate a normal stack frame in generic_bcopy() to aid...
2004-04-03 Matthew DillonFix bugs in xio_copy_*(). We were not using the masked...
2004-04-03 Hiten PandyaAdd `device atapicam' to unbreak TINDERBOX config.
2004-04-03 Matthew DillonIn the sysclock commit I tried to make 'boottime' a...
2004-04-02 Joerg SonnenbergerAllocate the DMA segment array in bus_dma_tag_create...
2004-04-02 Hiten PandyaGarbage-collect unused variable.
2004-04-02 Hiten PandyaAdapt the netisr message handlers to accomodate the...
2004-04-02 Hiten PandyaAdd Makefile for the netif/ie ISA NIC driver.
2004-04-02 Hiten PandyaThe globaldata houses a pointer and not an embedded...
2004-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-04-01 Jeffrey HsuConsolidate length checks in ip_demux().
2004-04-01 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 3/21: fdesc.
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-04-01 Matthew DillonFix an unused variable warning (non-operational).
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-04-01 Joerg SonnenbergerConvert sis(4) from vtophys to busdma.
2004-04-01 Joerg SonnenbergerKObj extension stage II/III
2004-04-01 Joerg SonnenbergerKObj extension stage I/III
2004-04-01 Joerg SonnenbergerRemove struct driver and make driver_t directly defined...
2004-04-01 Joerg SonnenbergerAdd the "struct ucred *" argument to the remaining...
2004-04-01 Joerg SonnenbergerFix warning about unused variable
2004-04-01 Joerg SonnenbergerRemove unused obsolete drivers.
2004-04-01 Jeffrey HsuRemove the ip_mthread_enable sysctl option. Enough...
2004-03-31 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 2/21: deadfs.
2004-03-31 Matthew DillonAdd missing sf_buf_free()'s.
2004-03-31 Matthew DillonCleanup libcaps to support recent LWKT changes. Add...
2004-03-31 Matthew DillonTrash the vmspace_copy() hacks that CAPS was previously...
2004-03-31 Matthew DillonChange CAPS over to use XIO instead of the vmspace_copy...
2004-03-31 Matthew DillonHook XIO up to the kernel build.
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-31 Jeffrey HsuOnly enter into wildcard hash table if bind succeeds.
2004-03-31 Jeffrey HsuOnly enter into wildcard hash table if bind succeeds.
2004-03-31 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 1/21: coda.
2004-03-31 Jeffrey HsuOnly enter wildcard sockets into the wildcard hash...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-30 Joerg SonnenbergerAdd SI_SUB_LOCK as sysinit priority for the initialisat...
2004-03-29 Matthew DillonProtect the mntvnode scan for coda with the proper...
2004-03-29 Matthew DillonCount vnodes held on the mount list simply by using the
2004-03-29 David RhodusMove vm_fault_quick() out from the machine specific...
2004-03-29 David RhodusMake sure the ELF header size is not too large. This...
2004-03-29 Matthew DillonUDF was not properly cleaning up getblk'd buffers in...
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 David Rhodus* Fix an off-by-one problem.
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-29 Matthew DillonInitialize the pcpu clocks after we've activated the...
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-28 Chris PresseyCorrect misspelling of "orphan" and fix up comment...
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-25 Chris PresseyCorrect obvious typo in comment.
2004-03-25 Matthew DillonReturn a low priority for the "hostb%d" catch-all for...
2004-03-24 Jeffrey HsuDirectly call pru_control until copyin problem is resolved.
2004-03-24 Jeffrey HsuNeed header file to deference proc structure.
2004-03-24 Matthew DillonFix malloc semantics (M_NOWAIT->M_INTWAIT/M_WAITOK).
2004-03-24 Matthew Dillonagp_nvidia.c was not being linked into the module build.
2004-03-24 Matthew DillonFix malloc semantics, M_NOWAIT->M_WAITOK.
2004-03-24 David RhodusShould have been on last commit.
2004-03-24 David RhodusHook in UDF to the build process.
2004-03-24 Hiten PandyaCorrect a bug in vm_page_cache(). We should make sure...
2004-03-24 Jeffrey HsuEliminate use of curproc and curthread by propagating...
2004-03-24 Jeffrey HsuPass the credentials along when available.
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-23 Jeffrey HsuDo all the length checks before returning even if ...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-22 Joerg SonnenbergerChange to PCI_VENDOR_DELL
2004-03-22 Joerg SonnenbergerAdd device IDs of BCM5788, BCM5901 and BCM5901A2. Fix...
2004-03-22 Jeffrey HsuConsolidate length checks in ip_demux().
next