Include language describing the prefered method for recognizing authors as
[dragonfly.git] / sys /
2004-08-19 Joerg SonnenbergerAdd implemenation of splay tree and red-black tree.
2004-08-19 David RhodusPlug in missing brelse calls as to fix a bug in the...
2004-08-19 Matthew DillonAdd the vop_ops for ntfs before obtaining the root...
2004-08-18 Matthew DillonProperly free the temporary sf_buf in uiomove_fromphys...
2004-08-17 Matthew DillonAdd some robustness to the error-requeue code. FreeBSD...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-15 Joerg SonnenbergerMake the addr parameter to kernacc and useracc const.
2004-08-15 Joerg SonnenbergerIOCTL mapping layer Part II/II
2004-08-14 Matthew DillonAdd a missing uio_td assignment (that unionfs needs).
2004-08-14 Jeffrey HsuMove a comment to the right place.
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-13 David RhodusRemove unused variable.
2004-08-13 Joerg SonnenbergerIOCTL mapping layer Part I/II
2004-08-13 Joerg SonnenbergerAdd MODULE_VERSION(pci, 1), e.g. agp(4) can't be loaded...
2004-08-13 Matthew DillonOops, undo portions of the last commit, some extra...
2004-08-13 Matthew DillonClose a kernel mem disclosure bug in linprocfs. The...
2004-08-13 Matthew DillonThe base/count bounds checking was insufficient, leadin...
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-08-12 Joerg SonnenbergerAdd LIST_FOREACH_MUTABLE which works like TAILQ_FOREACH...
2004-08-12 Joerg SonnenbergerThe EISA attachment of vx does have a softc, export...
2004-08-11 Matthew DillonAdd a state to sanity check tcp_close() to make sure...
2004-08-11 Matthew DillonDiscard accepted and pending connections after we detac...
2004-08-10 Matthew DillonPPP stupidly hardwires some flag constants that it...
2004-08-10 Eirik NygaardFix gcc 3.4 build.
2004-08-09 Matthew DillonThe SF64-PCR card has no sound support but stupidly...
2004-08-09 Matthew Dillonffs_dirpref() calculates dirsize = (fs->fs_avgfilesize...
2004-08-09 David RhodusDocument that there seems to be a problem with the...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-08-07 Matthew DillonDo not hack a #define __FreeBSD_version if __FreeBSD__...
2004-08-07 Matthew DillonRemove the unconditional timer_restore in the bios...
2004-08-07 Matthew DillonAdd an event handler to adjust the cpu throttle state...
2004-08-06 Matthew Dilloneventhandler_register() M_NOWAIT->M_INTWAIT.
2004-08-06 Matthew DillonGCC3.4's (default) unit-at-a-time optimization is incom...
2004-08-06 Matthew Dillonmake the __asm for the pushfl fakery __volatile.
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Joerg SonnenbergerAdd re(4) to LINT as well.
2004-08-03 Joerg SonnenbergerAdd re(4) to GENERIC.
2004-08-03 Jeffrey HsuFix bug with tracking the previous element in a list.
2004-08-03 Matthew DillonThe TCP stack is notified every time userland reads...
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
2004-08-02 Matthew DillonMake doubly sure that timer2 is not used for speaker...
2004-08-02 Matthew DillonRip out the badly designed softint-based taskqueue...
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 Matthew DillonFix buggaboos that prevented ACPI_DEBUG from working.
2004-08-02 Joerg SonnenbergerRelease to correct ressource in re_detach, this is...
2004-08-02 Joerg SonnenbergerForced commit to annotate the (unrelated) changes from...
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 DillonSince mbufs are no longer limited by an mb_map the...
2004-07-31 Matthew DillonGet rid of mb_map. Retool the mbuf and mbuf cluster...
2004-07-30 Matthew DillonChange sendfile() to use the new m_ext callback scheme...
2004-07-29 Matthew DillonProvide some basic instructions on how to create an...
2004-07-29 Matthew DillonFix more __stdcall issues. Move the __stdcall into...
2004-07-29 Matthew DillonNDIS_INFO -> NDIS_LOCK_INFO
2004-07-29 Matthew DillonGenerally speaking modules should unconditionally enabl...
2004-07-29 Matthew DillonBring in NDIS emulation support from FreeBSD-5. NDIS...
2004-07-29 Matthew DillonSync the IFM_MAKEMODE() macro from FreeBSD-5.
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: ...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: fp_op...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: Only...
2004-07-29 Matthew DillonAdd a test-and-set and release poll function. This...
2004-07-29 Matthew DillonRemove a recently added incorrect assertion. I was...
2004-07-29 Matthew DillonMove kthread_create() from lwkt_thread.c to kern_kthrea...
2004-07-29 Matthew DillonAdd LWKT convenience functions lwkt_getpri() and lwkt_g...
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-07-29 Matthew DillonImplement a kernel strdup() function (API synch with...
2004-07-29 Matthew DillonStage 1/many: mbuf/cluster accounting rewrite and mbuf...
2004-07-29 Matthew DillonOutput a more descriptive error message when AGP can...
2004-07-28 Matthew Dillon(From Alan):
2004-07-28 Joerg SonnenbergerAdd IF_QLEN and the ALTQ macros. This are only the...
2004-07-28 Joerg SonnenbergerAdd two more 802.11 media types.
2004-07-28 Matthew Dillonudev2dev() can return NODEV now, make sure it doesn...
2004-07-28 Hiten PandyaMajor cleanup of the base IPFilter:
2004-07-27 Matthew DillonBoot1 tries to clear boot2's BSS. It makes several...
2004-07-27 David RhodusWe will need more resource-limiting compliance work...
2004-07-27 David RhodusCorrect getpriority() and setpriority() function defini...
2004-07-27 David RhodusCorrect line wrap.
2004-07-27 Joerg SonnenbergerRemove now obsolete header.
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee80211.h.
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee8021...
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee80211.h
2004-07-27 Joerg SonnenbergerUse netproto/802_11 includes instead of net/if_ieee80211.h.
2004-07-27 Hiten PandyaRemove VAX conditionalized code.
2004-07-27 Hiten PandyaRemove UIO_USERISPACE, we do not support any split...
2004-07-27 Hiten PandyaFix generation of opt_inet.h and opt_ipx.h by providing...
2004-07-27 Hiten PandyaAdd MOD_SHUTDOWN to be processed by the module event...
2004-07-27 Jeroen Ruigrok/asmodaiActually add the main file for Pentium 4 Thermal Contro...
2004-07-27 Jeroen Ruigrok/asmodaiAdd Pentium 4 Thermal Control Circuit support.
2004-07-27 Chris PresseyStyle(9) cleanup:
2004-07-26 David RhodusPOSIX.1-2003: Changing the group ID is permitted to...
2004-07-26 Joerg SonnenbergerImport generic 802.11 layer.
2004-07-26 Joerg SonnenbergerDon't use cast as lvalues.
2004-07-26 Joerg SonnenbergerDon't cast lvalues.
2004-07-26 Joerg SonnenbergerAdd macro to test for broadcast / multicast Ethernet...
2004-07-26 Jeroen Ruigrok/asmodaiRemove stray fr_checkp() declaration.
2004-07-26 Scott UllrichMinor comment update.
2004-07-26 Scott UllrichAllow options BRIDGE to be defined without having to...
next