Fix to make jumbo frames work properly.
[dragonfly.git] / sys / sys /
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
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-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
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/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-12-15 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-24 Joerg SonnenbergerAdd the basic of libkcore. Switch pstat to use kcore...
2004-11-23 Matthew DillonThere is enough demand for Kip Macy's checkpointing...
2004-11-20 Matthew DillonAdd code to the BIOS VM86 emulator to detect writes...
2004-11-18 Matthew DillonCleanup some dangling issues with cache_inval(). A...
2004-11-18 Joerg SonnenbergerAdd a new system library, libkinfo. It is intended...
2004-11-18 Matthew DillonLots of bug fixes to the checkpointing code. The big...
2004-11-17 Matthew DillonRemove unused junk from the slab allocator.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerDefine IOV_MAX for userland too and make it available...
2004-11-09 Matthew DillonAdd lockcountnb() - a non-blocking version of lockcount...
2004-11-09 Matthew DillonCreate a non-blocking version of BUF_REFCNT() called...
2004-10-26 Matthew DillonFix bugs in the vm_map_entry reservation and zalloc...
2004-10-25 Matthew DillonFix a compiler warning by pre-declaring struct vnode;
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-23 Joerg SonnenbergerGCC 3.4 doesn't check for NULL format-strings for __att...
2004-10-19 Matthew DillonFix bugs in the limiting code for negative-hit namecach...
2004-10-14 Matthew DillonDo not use non-blocking malloc()'s in the busdma suppor...
2004-10-13 Matthew DillonAvoid redefined symbol warning when libcaps uses thread...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-07 Matthew DillonThe last commit was improperly documented as being...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 8a/99: Sync other...
2004-10-06 Matthew DillonVFS messaging/interfacing work stage 7e/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-10-02 Matthew DillonVFS messaging/interfacing work stage 7b/99: More firmin...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-09-30 Joerg SonnenbergerAdd CTASSERT, a facility for simple compile time assert...
2004-09-28 Matthew DillonVFS messaging/interfacing work stage 6/99. Populate...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5b/99. More clean...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-09-25 Joerg SonnenbergerFrom FreeBSD:
2004-09-23 Joerg SonnenbergerTypo.
2004-09-23 Joerg SonnenbergerUse the protected names for BYTE_ORDER and co, the...
2004-09-23 Hidetoshi ShimokawaAdd support for eui64(5) to libc.
2004-09-20 Eirik NygaardAdd KTR, a facility that logs kernel events to help...
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-19 Matthew DillonQuick cleanup in preparation for a more complete cleanup.
2004-09-19 Joerg SonnenbergerKernel part of PF
2004-09-19 Matthew DillonRemove timeout() and untimeout() plus all related suppo...
2004-09-17 Matthew DillonOops CALLOUT_DID_INIT had the same flags value as CALLO...
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_* for p->p_ithandle
2004-09-17 Matthew DillonMove all the softclock/callout initialization out of...
2004-09-16 Matthew Dillontimeout/untimeout ==> callout_*
2004-09-14 Joerg SonnenbergerRemove the unused PACKET_TAG definitions and document...
2004-09-14 Matthew DillonGive the MP fields in the thread structure useful names...
2004-09-13 Matthew DillonClean up struct session hold/rele management. The...
2004-09-10 Matthew DillonImplement a convenient lwkt_initport_null_rport() call...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-09-04 Matthew DillonFix a bug in sillyrename handling in nfs_inactive(...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-27 Joerg SonnenbergerFix linker set creation for GCC 3.4 with -funit-at...
2004-08-25 Matthew DillonVFS messaging/interfacing work stage 3/99: Bring in...
2004-08-24 Matthew DillonFix a SFBUF memory leak in sendfile(). We were not...
2004-08-24 Joerg SonnenbergerUse sys/types.h here, since we don't want to restrict...
2004-08-23 Joerg SonnenbergerImprove the endian support for DragonFly by providing...
2004-08-19 Joerg SonnenbergerAdd implemenation of splay tree and red-black tree.
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-13 Joerg SonnenbergerIOCTL mapping layer Part I/II
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-08-12 Joerg SonnenbergerAdd LIST_FOREACH_MUTABLE which works like TAILQ_FOREACH...
2004-08-07 Matthew DillonDo not hack a #define __FreeBSD_version if __FreeBSD__...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-02 Matthew DillonMake doubly sure that timer2 is not used for speaker...
2004-08-02 Matthew DillonAdd a global, clocks_running, which tells us when timeo...
2004-08-02 Matthew Dillontaskqueue_create() should use M_INTWAIT rather then...
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
next