Remove spurious semicolon.
[dragonfly.git] / sys / sys /
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-07 David XuDefine type lwpid_t, it will be used for thread debugge...
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-25 Hiten PandyaBe consistent for preventing redundant header inclusion.
2005-04-24 Jeroen Ruigrok/asmodai__pure__ is supported from 2.96 onward, not 3.0.
2005-04-24 Jeroen Ruigrok/asmodaiSynch our GNU_PREREQ() macro with FreeBSD:
2005-04-23 Joerg SonnenbergerAdd forgotten SYSCTL_ADD_QUAD, move the SYSCTL_ADD_INT...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-20 Jeffrey HsuClean up some of the sockbuf append code.
2005-04-20 Jeffrey HsuStrip away a layer of indirection. Now that we properl...
2005-04-20 Joerg Sonnenbergerbasetime should be static, all access done via PKI.
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-04-18 Matthew Dillonstaticize lwkt_reqtoken_remote().
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-04-14 Eirik NygaardA few more instances of leaf that should be leap.
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerSimplified NTP kernel interface:
2005-04-13 Matthew DillonOptimize lwkt_send_ipiq() - the IPI based inter-cpu...
2005-04-08 Joerg SonnenbergerRegen.
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-04-08 Matthew DillonBump HEAD's official release #define to 130000.
2005-03-30 Sascha WildnerFix typo.
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
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...
next