dragonfly.git
2004-04-11 Jeffrey HsuSilence warning about missing prototype.
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 DillonAdd vfork/exec perf test. exec1 tests static binaries...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-04-10 Matthew DillonANSIfication and style cleanups. Non operational.
2004-04-10 Joerg SonnenbergerExplicitly build the boot2.c without propolice. We...
2004-04-10 Jeffrey HsuAlways send the sendfile header out even if the file...
2004-04-10 Jeffrey HsuMake the declaration of notifymsglist visible outside...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-10 Jeffrey HsuAdd header file to pull in the setting of the TCP_DISTR...
2004-04-09 Jeffrey HsuFix typo with last minute change in last commit.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-09 Joerg Sonnenbergernawk => awk
2004-04-09 Joerg SonnenbergerThis is _SYS_XIO_H, not _SYS_UIO_H.
2004-04-08 Matthew DillonIntroduce negative (ENOENT) caching for NFS. Before...
2004-04-08 Matthew Dillonnamecache work stage 4a: Do some minor performance...
2004-04-08 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 5/21: ext2fs.
2004-04-08 Jeffrey HsuWorkaround for not having a proc context. Use the...
2004-04-08 Matthew Dillonnamecache work stage 4:
2004-04-08 Matthew Dillon/tmp/motd* files were being left sitting around after...
2004-04-08 Joerg SonnenbergerAdd support for AC'97 codec of the AMD-8111 chipset.
2004-04-07 Matthew DillonTCP statistics structure renamed tcpstat -> tcp_stats.
2004-04-07 Matthew DillonMake TCP stats per-cpu. (forgot to add new header file)
2004-04-07 Chris PresseyStyle(9) cleanup.
2004-04-07 Matthew DillonEnable propolice (stack smashing detector) by default...
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-04-07 Joerg SonnenbergerAdjust the C++ preprocessor to include /usr/include...
2004-04-07 Joerg SonnenbergerSince GCC 2.95.4 is known to produce bad code for highe...
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 Joerg SonnenbergerReadd _G_config.h and the missing std headers. This...
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 DillonRemove makewhatis from /usr/bin (it officially resides...
2004-04-05 Matthew DillonPartial sync from FreeBSD adds some more support and...
2004-04-05 Matthew DillonBring in FreeBSD 1.2.2.2. Properly unwind the stack...
2004-04-05 Matthew DillonFix buildworld. Document TOOLS_PREFIX and USRDATA_PREF...
2004-04-05 Matthew DillonUndo the last commit. Utility programs which install...
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 Joerg SonnenbergerCorrect C++ header handling for gcc2 and lex.
2004-04-04 Matthew DillonSetting the date/time does not always properly write...
2004-04-04 Matthew DillonPerl is no longer needed by buildworld/buildkernel.
2004-04-03 Matthew DillonCleanup NXENV so it works properly when running buildwo...
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 Matthew DillonCorrect the commented-out example for MODULES_OVERRIDE.
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 Matthew DillonMake buildkernel's require a buildworld to be done...
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 Matthew DillonGet rid of the upper-end malloc() limit for the pipe...
2004-04-01 Jeffrey HsuRemove the ip_mthread_enable sysctl option. Enough...
2004-03-31 Chris PresseyStyle(9) cleanup.
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 Chris PresseyCorrect type slippage in previous commit: a u_int was...
2004-03-31 Matthew DillonCleanup the forking behavior of the CAPS client test...
2004-03-31 Matthew DillonAllow the child priority (receive side of the pipe...
2004-03-31 Chris PresseyClarify the purpose of liby:
2004-03-31 Matthew DillonCleanup libcaps to support recent LWKT changes. Add...
2004-03-31 Chris PresseyRemove `-ly' and `${LIBY}' from our Makefiles. Linking...
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.
next