a -> an
[dragonfly.git] / sys /
2008-04-14 Matthew DillonFix a bug in umtx_sleep(). This function sleeps on...
2008-04-14 Matthew DillonMinor optimization to LIST_FOREACH_MUTABLE taken from...
2008-04-14 Matthew DillonDon't free held clean pages when asked to clean.
2008-04-14 Matthew DillonFix ktrace for threaded processes. Move the KTRFAC_ACT...
2008-04-12 Matthew Dillonpfsync_state doesn't have or need a hash field, the...
2008-04-11 Matthew DillonImplement a number of major new features to PF.
2008-04-09 Hasso TepperAdd double_t and float_t typedefs for both i386 and...
2008-04-07 Matthew DillonMFC 1.33/pf.c from NetBSD. Don't apply a window scale...
2008-04-06 Matthew DillonBring the 'probability' keyword into PF from NetBSD...
2008-04-06 Peter AvalosLK_EXCLUSIVE has no business being in lockinit.
2008-04-06 Matthew DillonAdd fairq to altq. Fairq is a fair queueing algorithm...
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-05 Matthew DillonFix a snafu with the last commit. Not all of the new...
2008-04-05 Hasso TepperDRM update to git snapshot from 2008-01-04.
2008-04-05 Sepherosa ZiehauWhen aarpwhohas() is called, interface's serializer...
2008-04-05 Sepherosa ZiehauHold serializer of the correct interface when calling...
2008-04-05 Sepherosa Ziehautunoutput() is declared as static function and is used...
2008-04-05 Sepherosa Ziehausppp_output() is installed in ifnet.if_output and is...
2008-04-05 Sepherosa Ziehauatm_output() must be serialized.
2008-04-03 Sepherosa ZiehauUnbreak UP building
2008-04-03 Sepherosa ZiehauParallelize ip_flow:
2008-04-03 Sepherosa ZiehauAdd counters for serializer enter/try
2008-04-02 Sascha WildnerAdd support for the Core 2 Duo T7500.
2008-04-02 Sepherosa ZiehauConstify second parameter of timeval{add,sub}()
2008-04-02 Sepherosa Ziehau- Add two fields in lwkt_serialize to profile serialize...
2008-04-02 Sepherosa ZiehauUse sysctl_ctx in softc
2008-04-01 Nicolas TheryUse M_ZERO instead of bzero().
2008-04-01 Nicolas TheryMigrate allocation of proc structures from zones to...
2008-04-01 Sascha WildnerMake the value of PTT_RELAY_SID match the RFC.
2008-03-30 Matthew DillonHAMMER 36B/many: Misc debugging.
2008-03-30 Matthew DillonIt's frankly long past time that we turn net.inet.tcp...
2008-03-30 Sascha WildnerFix 'testmain' building.
2008-03-30 Hasso TepperDecrease the number of reported stray interrupts from...
2008-03-30 Sepherosa ZiehauClean it up a little bit
2008-03-29 Sascha Wildner* Update to Ficl 3.03:
2008-03-29 Matthew DillonHAMMER 36/many: Stabilization pass.
2008-03-29 Sepherosa ZiehauAdd tunable for polling burst max, which is a significa...
2008-03-29 Sepherosa ZiehauAdd two tunables to run netisr and udp_thread without...
2008-03-29 Sepherosa Ziehauifaddr threads does not need MP lock
2008-03-29 Sepherosa ZiehauAdd MPSAFE version of netmsg_service_loop()
2008-03-28 Sepherosa ZiehauPull back part of rev1.7
2008-03-27 Matthew DillonMake sure there is no possibility of a cothread trying...
2008-03-26 Sepherosa ZiehauFix bugs concerning cached route entry in UDP inpcb.
2008-03-26 Matthew DillonHAMMER 35C/many: Stabilization pass.
2008-03-25 Matthew DillonHAMMER 35B/many: Stabilization pass, cleanups.
2008-03-24 Matthew DillonHAMMER 35/many: Stabilization pass, cleanups
2008-03-24 Sascha Wildnergx(4) and ray(4) are gone
2008-03-24 Matthew DillonRename PCIP_STORAGE_SATA_AHCI to PCIP_STORAGE_SATA_AHCI_1_0
2008-03-24 Matthew DillonSynchronize various changes from FreeBSD. This is...
2008-03-23 Sascha WildnerRemove ipw(4) remains.
2008-03-23 Sepherosa ZiehauNuke debug prints.
2008-03-23 Sepherosa ZiehauAdd Broadcom 4402 in bfe(4)
2008-03-23 Sepherosa Ziehauregen
2008-03-23 Sepherosa ZiehauAdd PCI id for Broadcom 4402 10/100 ethernet controller
2008-03-23 Matthew DillonHAMMER 34B/many: Stabilization pass.
2008-03-22 Matthew DillonFix collision in conf/files, add hammer_signal.c.
2008-03-22 Matthew DillonAdd a FS_HAMMER id for disklabel.
2008-03-22 Sepherosa ZiehauGC ipw(4)
2008-03-22 Sepherosa ZiehauRemove ipw(4) from LINT building and module building
2008-03-22 Sepherosa Ziehau- Set number of TX descriptors to 512.
2008-03-22 Matthew DillonHAMMER 34/many: Stabilization pass
2008-03-21 Matthew DillonWe must hold the lwp we are trying to kill to prevent...
2008-03-21 Sascha WildnerRemove old function (no longer used since r1.25).
2008-03-20 Sascha WildnerRemove unused variables.
2008-03-20 Sepherosa Ziehau- Nuke last parameter of ether_ipfw_chk(), which is...
2008-03-20 Sepherosa ZiehauChange ether_demux() interface to accept mbuf containin...
2008-03-20 Sepherosa ZiehauTypo
2008-03-20 Matthew DillonHAMMER 33C/many: features and bug fixes.
2008-03-20 Matthew DillonRemove calls to pmap_clear_modify() in the swap_pager...
2008-03-20 Matthew DillonA threaded process going into SZOMB may still have...
2008-03-20 Matthew DillonImprove vkernel support.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-19 Matthew DillonHAMMER 33B/many: Further B-Tree fix.
2008-03-19 Matthew DillonHAMMER 33/many: Expand transaction processing, fix...
2008-03-19 Sepherosa ZiehauTiny step to keep ether header in mbuf on ethernet...
2008-03-19 Sepherosa Ziehau- Factor out ether_restore_header() from ether_ipfw_chk...
2008-03-18 Matthew DillonHAMMER 32B/many: Reblocking work.
2008-03-18 Sepherosa ZiehauNuke stack variable which is only used by INVARIANTS
2008-03-18 Hasso TepperSync Bluetooth stack with NetBSD.
2008-03-18 Hasso TepperProtect macros with "do { } while(0)" where needed.
2008-03-18 Matthew DillonHAMMER 32/many: Record holes, initial undo API, initial...
2008-03-16 Hasso TepperRegenerate miidevs.h.
2008-03-16 Hasso Tepper10Base-TX -> 10Base-T and 1000Base-TX -> 1000Base-T...
2008-03-16 Sepherosa ZiehauRework vlan configuration processing:
2008-03-16 Sepherosa ZiehauAdd ASSERT_NOT_SERIALIZED
2008-03-15 Aggelos EconomopoulosThe i386/amd64 abi specifies that the direction flag...
2008-03-14 Matthias SchmidtIntroduce two new ioctl(2) commands, BIOCLOCK and BIOCS...
2008-03-13 Sascha WildnerNuke unneded include.
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-10 Sepherosa ZiehauAdd ETHER_BPF_MTAP() which will call vlan_ether_ptap...
2008-03-10 Hasso TepperRemove #ifndef __cplusplus around wchar related stuff...
2008-03-10 Sepherosa ZiehauFactor out vlan_ether_ptap() from vlan_input_tag()
2008-03-10 Sepherosa Ziehau- Embed ether vlan tag in mbuf packet header. Add...
2008-03-10 Sepherosa ZiehauAdd 'volatile' qualifier
2008-03-10 Sepherosa ZiehauSet framelen to 0; it might be used without being initi...
2008-03-09 Sascha WildnerAdd iwl
2008-03-09 Sepherosa Ziehau- Nuke no longer needed .PATH
2008-03-09 Sepherosa Ziehau- Add an entry for iwl(4)
2008-03-08 Sepherosa ZiehauShut up gcc warning (if ifac is not NULL, ifa must...
2008-03-08 Sepherosa ZiehauDon't duplicate code of ether_ioctl()
next