Fix to make jumbo frames work properly.
[dragonfly.git] / sys /
2004-12-26 Matthew DillonFix to make jumbo frames work properly.
2004-12-26 Matthew DillonProperly recognize a YUKON device's on-board ram.
2004-12-24 Jeroen Ruigrok/asmodaiAdd ICH5 10/100 Mbit interface id.
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-12-24 Matthew DillonSilence a compiler warning by adding parenthesis.
2004-12-24 Matthew DillonTry to be a bit smarter when closing down a ULPT device.
2004-12-24 Matthew DillonMake sure ntfs_lookup() has the correct side effects...
2004-12-24 Jeffrey HsuFix problem with last commit that was breaking tcpdump.
2004-12-24 Matthew DillonAdd a missing initialization for the error variable...
2004-12-24 Matthew DillonRemove now-unused loop_cnt variable.
2004-12-24 Matthew DillonDo not loop 3 times in the interrupt processing code...
2004-12-22 Joerg SonnenbergerRemove my local patch again, it was still not meant...
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-22 Joerg SonnenbergerAdd digi driver to simplify testing. This should replac...
2004-12-22 Matthew DillonMake sure that cn_flags is properly updated to account...
2004-12-22 Joerg SonnenbergerTrust your intuition. If something feels wrong, it...
2004-12-21 Joerg SonnenbergerDepend on _KERNEL or _KERNEL_STRUCTURES.
2004-12-21 Matthew DillonRemove confusing comment.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-21 Jeffrey HsuFix whitespace.
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Matthew DillonClean up "`cache' might be used uninitialized" warnings...
2004-12-20 Matthew DillonFix printf format specifier from %lx->%x for ntohl...
2004-12-20 Matthew DillonFix duplicate script warnings byt remove a duplicate...
2004-12-20 Matthew DillonFix format %lx->%x for ntohl conversions in diagnostic...
2004-12-20 Joerg SonnenbergerRemove unecessary range check. start and num are unsign...
2004-12-20 Joerg SonnenbergerConsistently use /:/boot:/modules as search path in...
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-12-20 Matthew DillonRemove bogus DIAGNOSTIC code that checked if the proces...
2004-12-20 Matthew DillonThere seems to be a race during shutdown where ifa...
2004-12-20 Matthew DillonThe dos slice scanner was incorrectly including extende...
2004-12-19 Liam J. Foy- Deregister strlcpy
2004-12-19 Matthew DillonTemporarily allow recursion on locks to deal with a...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiLet the allocation of registers be done by compilers...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-18 Jeroen Ruigrok/asmodaiAdd some nForce2 identifiers.
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-18 Matthew DillonCleanup missing and duplicate defines from the last...
2004-12-17 Matthew DillonSynchronize usbdevs with NetBSD and regenerate.
2004-12-17 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-17 Jeroen Ruigrok/asmodaiMajor cleanup and expansion of the NVIDIA id section.
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-12-16 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-16 Jeroen Ruigrok/asmodaiAdd more detail to the 845, 865, and 915 family.
2004-12-16 Matthew DillonFix the keyboard lockup problem. There were two big...
2004-12-16 Matthew DillonCorrect a bug where incoming connections do not properl...
2004-12-15 Matthew DillonRemove bool and boolean_t typedefs from header files...
2004-12-15 Jeffrey HsuPatch up user/kernel space difference with boolean...
2004-12-15 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Matthew DillonFix a diagnostic check related to new VOP_INACTIVE...
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Joerg SonnenbergerRemove generic generating counting. I'm going to use...
2004-12-14 Jeroen Ruigrok/asmodaiRegenerate.
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-14 Jeroen Ruigrok/asmodaiAdd IDs for the following:
2004-12-14 Matthew DillonDo not reinitialize the translation mode if reattaching...
2004-12-11 Jeffrey HsuMerge from FreeBSD:
2004-12-10 Matthew Dillonvm_page_free_*() now requires the page to be busied...
2004-12-10 Matthew DillonBring in elements from the FreeBSD usbdevs that the...
2004-12-10 Matthew DillonBring in FreeBSD/1.206 by Alan Cox, bde@, and tegge@:
2004-12-10 YONETANI TomokazuRemove unnecessary weird locking macro I added to blind...
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-12-08 Joerg SonnenbergerImplement generation counters as (at least) 64 bit...
2004-12-08 Joerg SonnenbergerMark the following stuff as depricated:
2004-12-08 Matthew DillonUnlock the namecache record when traversing a mount...
2004-12-05 David RhodusHandle all types of interrupts when operating the uhci...
2004-12-04 Jeffrey HsuAccept resets sent while the receive window is zero.
2004-12-04 Matthew DillonFix the boottime calculation when the time of day is...
2004-12-04 Jeffrey HsuHandle window updates inside header prediction to incre...
2004-12-04 Jeffrey HsuWe have to replicate listening IPv6 sockets in the...
2004-12-03 Joerg SonnenbergerReplace div_pcblist / rip_pcblist / udp_pcblist with...
2004-12-03 Joerg SonnenbergerMake rp(4) compilable again. Don't even think about...
2004-12-01 Joerg SonnenbergerDon't read userland pointers directly, copy them first...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-30 Joerg SonnenbergerRemove struct ipprotosw. It's identical to protosw...
2004-11-30 Joerg SonnenbergerDon't include stddef.h from the kernel.
2004-11-30 Matthew DillonFix a bug in ESTALE handling for NFS. If we get ESTALE...
2004-11-30 Joerg SonnenbergerFix a bug that leads to a crash when binat rules of...
2004-11-24 Joerg SonnenbergerAdd the basic of libkcore. Switch pstat to use kcore...
2004-11-24 Matthew DillonCleanup some ESTALE issues on the client when files...
2004-11-23 Matthew DillonRemove the checkpoint module. checkpointing is now...
2004-11-23 Matthew DillonRemove checkpt/ from Makefile.modules. checkpt is...
2004-11-23 Matthew DillonThere is enough demand for Kip Macy's checkpointing...
2004-11-23 Matthew DillonDocument the mandatory use of vget() prior to modifying...
2004-11-23 Matthew DillonFix a bug in chown, chmod, and chflags. When the setff...
2004-11-22 Matthew DillonThe fp argument to vn_open() is optional but the code...
2004-11-22 Matthew DillonAdd support for adjusting the interrupt throttling...
2004-11-21 Matthew DillonCleanup the 'cache_lock: blocked on..' warning message...
2004-11-21 YONETANI Tomokazulwkt_runnable is declared in <sys/thread2.h>
2004-11-20 Matthew DillonFix a number of SMP issues.
2004-11-20 Matthew Dillonsendfile() was seriously broken. It was calling vm_pag...
2004-11-20 Matthew DillonAdd code to the BIOS VM86 emulator to detect writes...
2004-11-20 Matthew DillonFix a conditional. sdl was not unconditionally being...
2004-11-18 Matthew DillonRe-enable SACK by default. Jeff fixed the corruption...
2004-11-18 Matthew DillonCleanup some dangling issues with cache_inval(). A...
2004-11-18 Joerg SonnenbergerReplace lvalue cast.
next