Add journaling restart support, required to produce a robust journaling
[dragonfly.git] / sys / sys /
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Jeffrey HsuKeep a hint for the last packet in the singly-linked...
2005-03-28 Joerg SonnenbergerSeparate M_NULLOK from M_RNOWAIT.
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-27 Matthew DillonFix a bug where the main system clock stops operating...
2005-03-22 Matthew DillonStart working on the full-duplex journaling feature...
2005-03-21 Joerg SonnenbergerInclude sys/types.h to make it self-contained.
2005-03-21 Joerg SonnenbergerAdjust userland prototypes as well.
2005-03-21 Joerg Sonnenbergerregen
2005-03-19 Sascha WildnerFix order for SI_SUB_TUNABLES.
2005-03-19 Joerg SonnenbergerGeneric firmware support. Currently implemented is...
2005-03-17 YONETANI TomokazuNow that const'ification of users of dktypenames also...
2005-03-16 David XuAdd types prgregset_t and psaddr_t which will be used by
2005-03-16 Joerg SonnenbergerMore Citrus code.
2005-03-16 Joerg SonnenbergerMake dktypnames const.
2005-03-15 Matthew DillonImplement CLOCK_MONOTONIC using getnanouptime(), which...
2005-03-13 Matthew DillonAdd a function that returns an approximate time_t for...
2005-03-13 Sascha WildnerRemove PC98 support.
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Joerg SonnenbergerChange PACKET_TAG_* ids to be consecutive.
2005-03-12 Joerg SonnenbergerRemove MT_FTABLE, it is not used anymore. Remove the...
2005-03-09 Hiten PandyaProvide a better annotations for KTR_VOP and KTR_NFS...
2005-03-09 Hiten PandyaAdd a new function to the nlookup API, called nlookup_s...
2005-03-08 Joerg SonnenbergerInitialize all fields in kobj_class.
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 Hiten PandyaConditionalise include of "opt_ktr.h" under _KERNEL.
2005-03-06 Matthew DillonDo some WARNS 6 cleanups. Add __unused, add a few...
2005-03-05 Sascha WildnerRemove PC98 support.
2005-03-05 Matthew DillonFix a number of alignment and offset bugs that were...
2005-03-05 Matthew DillonAdd a simple msf_buf_bytes() inline which returns the...
2005-03-04 Hiten PandyaAdd a typedef msf_t for struct msf_buf *.
2005-03-04 Matthew DillonMake msf_buf_kva() return the correct base address...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-01 Matthew DillonClean up the XIO API and structure. XIO no longer...
2005-03-01 Hiten PandyaHeader include protection from userland.
2005-03-01 Hiten PandyaFix whitespace for function prototypes.
2005-03-01 Simon SchubertFix a bug in the ioctl mapping (written by me), which...
2005-02-28 Hiten PandyaMove the MALLOC_DECLARE into sys/msfbuf.h header file.
2005-02-28 Matthew DillonJournaling layer work. Generate output for path names...
2005-02-28 Joerg SonnenbergerMark symname const
2005-02-26 Matthew DillonAdd signal mask save/restore to the checkpoint code...
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-22 Matthew DillonAdd system call prototypes for userland.
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-21 Matthew DillonTrack the last read and last write timestamp at the...
2005-02-20 David XuRegen.
2005-02-20 David XuImplement sigtimedwait and sigwaitinfo syscalls.
2005-02-20 Joerg SonnenbergerAdd m_defrag_nofree, which works like m_defrag, but...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-16 Joerg SonnenbergerAdd __pure as attribute. A __pure function can only...
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2005-02-14 Sascha WildnerMake VGA palette registers available.
2005-02-12 Eirik NygaardAdd per cpu buffer for storing KTR information.
2005-02-12 Matthew DillonFix a cache_resolve() vs cache_inval() race which can...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-07 Matthew Dillongdb-6 uses /dev/kmem exclusively for kernel addresses...
2005-02-06 Joerg SonnenbergerAdd missing */.
2005-02-05 Joerg SonnenbergerAdd a macro SYSCTL_SET_CHILDREN. Use it to avoid lhs...
2005-02-05 Joerg Sonnenberger- Add support for DT_FLAGS.
2005-02-04 Joerg SonnenbergerStop caring about GCC versions between 2.5 and 2.7...
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2005-02-03 Joerg SonnenbergerNo namespace pollution in sys/cdefs.h. Rename VM_CACHEL...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerRegen.
2005-01-31 Joerg SonnenbergerUncomment the entry for kern_chrot in kern_syscall...
2005-01-31 Joerg SonnenbergerSplit vn_fullpath into cache_fullpath and vn_fullpath...
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
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:
next