dragonfly.git
2004-08-07 Matthew DillonAdd an event handler to adjust the cpu throttle state...
2004-08-06 Chris PresseyCorrect an inaccuracy in disklabel(8)'s manual page...
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 DillonUpgrade our CVS build from 1.12.8 to 1.12.9 to fix...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Matthew DillonBring cvs-1.12.9 into the CVS repository
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 obj hierarchy must be built before the ssh-etc...
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-08-02 Joerg SonnenbergerSync with FreeBSD CURRENT (most white space cleanup...
2004-08-01 David RhodusCorrect path location search when pulling packages...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMissing files from OpenSSH import
2004-07-31 Scott UllrichMissing files from OpenSSH import
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMissing files during OpenSSH import.
2004-07-31 Jeroen Ruigrok... Update mk files list with the current supplied one.
2004-07-31 Scott UllrichMissed file from OpenSSH import.
2004-07-31 Scott UllrichImport OpenSSH 3.8.1.p1 into base.
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichImport OpenSSH 3.8.1.p1 into base.
2004-07-31 Eirik NygaardRemove local main() definition.
2004-07-31 Eirik NygaardAdd WARNS?=6 and remove CFLAGS=.
2004-07-31 Eirik NygaardDon't depend on pollution in <limits.h> for the definit...
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-30 Matthew DillonBring in the latest pkg_install sources from FreeBSD-5.
2004-07-30 Matthew DillonAdd the ndiscvt utility from FreeBSD-5, which is used...
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 Dillonadd the 'y' and 'Y' options to ps, and add the 'iac...
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 Justin C. SherrillA cvsup file that pulls the "checked out" version of...
2004-07-28 Matthew DillonChange the default syslogd flags from -s to -ss, which...
2004-07-28 Joerg SonnenbergerNTOHL / HTONL removal.
2004-07-28 Joerg SonnenbergerNTOHL(x) ==> x = ntohl(x)
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 Joerg SonnenbergerSync with FreeBSD CURRENT.
2004-07-28 Matthew Dillonudev2dev() can return NODEV now, make sure it doesn...
2004-07-28 Chris PresseyDragonFly-ize pgrep/pkill:
2004-07-28 Hiten PandyaReadd the $DragonFly$ Id tag which I removed by mistake...
2004-07-28 Chris PresseyImport from NetBSD: `pgrep' and `pkill' utilities for...
2004-07-28 Hiten PandyaMajor cleanup of the base IPFilter:
2004-07-27 Matthew Dillonrename functions that clash with reserved math procedur...
2004-07-27 Matthew Dillonrename exp() to expx() to avoid conflict with gcc-3...
2004-07-27 Matthew DillonPatch out tcsh's use of 'exp2', which is math-reserved...
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 Hiten PandyaKNF/style and warnings clean up. ANSI style prototype...
2004-07-27 Hiten PandyaUse the correct header file, which is located in netpro...
2004-07-27 Hiten PandyaMinor cleanups to bring us on-par with FreeBSD's cat(1):
2004-07-27 Hiten PandyaKNF/style changes. Match scanfiles() function prototyp...
2004-07-27 Hiten PandyaAdd the ieee80211(9) API manual pages.
2004-07-27 Joerg SonnenbergerRemove now obsolete header.
2004-07-27 Joerg SonnenbergerRefer to netproto/802_11/ieee80211{.h,_ioctl.h} instead...
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 Joerg SonnenbergerUse netproto/802_11 includes, instead of net/if_ieee80211.h
2004-07-27 Hiten PandyaRemove VAX conditionalized code.
2004-07-27 Joerg SonnenbergerMake raycontrol(8) WARNS=6 safe by adding const and...
2004-07-27 Hiten PandyaRemove UIO_USERISPACE, we do not support any split...
2004-07-27 Joerg Sonnenberger- turn a strcpy into a strlcpy to avoid overflow
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... Get rid of varargs.h.
2004-07-27 Jeroen Ruigrok... Actually add the main file for Pentium 4 Thermal Contro...
next