ffs_dirpref() calculates dirsize = (fs->fs_avgfilesize * fs->fs_avgfpdir).
[dragonfly.git] / sys /
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...
2004-07-24 Matthew DillonMove usched_debug out of the INVARIANTS conditional...
2004-07-24 Matthew DillonMake fstat() account for pending direct-write data...
2004-07-24 Matthew DillonHave DDBs 'ps' command display additional scheduler...
2004-07-24 Matthew DillonAdjust gd_vme_avail after ensuring that sufficient...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-07-24 Joerg SonnenbergerLast commit changed a NTOHL to ntohs, correct this.
2004-07-24 Jeroen Ruigrok/asmodaiBump version number for the 1.1-CURRENT tree.
2004-07-23 Joerg SonnenbergerRemove usage of NTOHS / NTOHL / HTONS / HTONL.
2004-07-23 Joerg SonnenbergerComment out extra token at end of #endif.
2004-07-23 Joerg SonnenbergerInstead of casting the function, cast the argument...
2004-07-23 Hiten PandyaIt is 'estcpu', not 'setcpu'.
2004-07-23 Joerg SonnenbergerAdd RC4 to the crypto module / device. This will be...
2004-07-23 Joerg SonnenbergerRegenerate.
2004-07-23 Joerg SonnenbergerSync with FreeBSD 5-CURRENT.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-21 David RhodusDragonFly MP support, not fbsd anymore.
2004-07-21 Hiten PandyaAesthatical change, move 'All rights reserved' to the...
2004-07-21 Joerg SonnenbergerAdd handling of patches to the module framework.
2004-07-21 Jeroen Ruigrok/asmodaiDocument PCIY_xxx.
2004-07-21 Jeroen Ruigrok/asmodaiInspired by rev 1.33 of FreeBSD, but which was not...
2004-07-21 Jeroen Ruigrok/asmodaiAdd identifiers for Serial Attached SCSI per dicussion...
2004-07-21 Matthew DillonFix a device pager leak for the case where the page...
2004-07-20 Matthew DillonAdd a dire warning about PCI_ENABLE_IO_MODES.
2004-07-20 Matthew Dillonata-raid associates raw ata disk devices to record...
2004-07-20 Joerg SonnenbergerAdd llc_snap shortcut.
next