Properly vget() vnodes that the syncer intends to VOP_FSYNC(), rather then
[dragonfly.git] / sys / sys /
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-14 Matthew DillonMinor correction in umtx_*() calls, the mutex pointer...
2005-01-14 Joerg SonnenbergerInitial jail support for varsyms.
2005-01-14 Matthew DillonAdd syscall primitives for generic userland accessible...
2005-01-09 Matthew DillonAdd support for retrieving the journal status via mount...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2005-01-01 Hiten PandyaSlap 2005 into the copyright. Happy New Year!
2004-12-31 Matthew DillonJournaling layer work. Add shims and skeleton code...
2004-12-30 Matthew DillonJournaling layer work. Lock down the journaling data...
2004-12-30 Jeroen Ruigrok/asmodaiInclude sys/types.h for now.
2004-12-30 Jeroen Ruigrok/asmodaiAdd NetBSD's ieee754.h header file.
2004-12-30 Chris PresseyImprove seperation between kernel code and userland...
2004-12-29 Matthew DillonJournaling layer work.
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...
next