dragonfly.git
2008-09-14 Hasso TepperPut IPV6_RTHDR_TYPE_0 define back until the world fixes...
2008-09-14 Sepherosa Ziehautypedef pfil_func_t
2008-09-14 Sepherosa Ziehaupfil_get_hook() is gone
2008-09-14 Sepherosa ZiehauMerge pfil_hook_get() into pfil_run_hooks(), use TAILQ_...
2008-09-14 Sepherosa Ziehau- Use {TAILQ,LIST}_FOREACH
2008-09-14 Sepherosa Ziehaupfil_hook_get() is only used in pfil.c, so hide it
2008-09-13 Sascha WildnerAdd line width calculations for 15/16 and 24/32 bit...
2008-09-13 Sepherosa ZiehauMove ipfw(4) code for ip_{input,output}() into ip_fw2...
2008-09-13 Simon SchubertConsolidate moved variables.
2008-09-13 Simon SchubertEnable hammer read support in boot2.
2008-09-13 Simon SchubertAdd hammer read support for loader.
2008-09-13 Sepherosa ZiehauAdd a place holder sysctl function to enable and disabl...
2008-09-13 Sepherosa ZiehauMove ipfw(4) related bits into ip_fw2_glue.c
2008-09-13 Sepherosa Ziehaupf(4) may reassemble ip fragments, so we probably shoul...
2008-09-13 Sepherosa Ziehau- Move IPDIVERT related bits into netinet/ip_divert.c
2008-09-13 Sepherosa ZiehauAdd FW_MBUF_REDISPATCH, which should be set by various...
2008-09-13 Sepherosa Ziehau- Let caller of ip_fw_dn_io_ptr call ip_dn_queue()...
2008-09-13 Sepherosa ZiehauUse extended interface FIFO depth to workaround CRC...
2008-09-13 Sepherosa Ziehau- Save device caps in device id array
2008-09-13 Sepherosa ZiehauSplit capabilities and flags
2008-09-13 Sepherosa Ziehau- Clean up header inclusion
2008-09-13 Sepherosa ZiehauUse IDs from pcidevs.h
2008-09-13 Sepherosa Ziehauregen
2008-09-13 Sepherosa ZiehauAdd IDs for JMicron and its JMC250/JMC260
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-09-11 Sascha WildnerSync libmd with FreeBSD:
2008-09-11 Sepherosa Ziehau- Add rtfree_remote(), which send rtentry to its owner...
2008-09-11 YONETANI Tomokazu#ifdef DDB without including "opt_ddb.h"
2008-09-11 Matthew DillonImprove code flow for KASSERT and KKASSERT using __pred...
2008-09-10 Matthew DillonAugment loader.conf's manual page to describe hw.usb...
2008-09-10 Matthias SchmidtFix spurious printing of the "got link" message.
2008-09-10 YONETANI Tomokazumissing crit_exit()
2008-09-09 Matthew DillonFix bug in hammer mirror command when used with a remot...
2008-09-09 Matthias SchmidtAdd example crontab line to the prune section.
2008-09-09 Sepherosa Ziehau- ipfw(4) does not need opt_ipdn.h and opt_ipdivert.h
2008-09-09 Matthew DillonAdd a MSGF_NORESCHED feature for lwkt thread-based...
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-09-08 Sepherosa Ziehau- Factor out ip_localforward()
2008-09-08 Hasso TepperTurn power off for detached (module unloaded) PCI devic...
2008-09-07 Sepherosa ZiehauMove next_hop (tranparent forwarding) testing and extra...
2008-09-07 Sepherosa ZiehauLet ipfw_chk() return IP_FW_{PASS,DENY,DUMMYNET,TEE...
2008-09-07 Sascha WildnerAdd missing .Nm
2008-09-07 Sascha WildnerMinor wording improvement.
2008-09-07 Sascha WildnerAdd missing .Nm's
2008-09-07 Sascha WildnerUse FILES section for referencing files etc.
2008-09-07 Sepherosa ZiehauCheck the mbuf returned by ip_fw_chk_ptr against NULL...
2008-09-07 Sascha WildnerRemove unused variables.
2008-09-07 Sascha WildnerUse standard section for examples.
2008-09-07 Sascha WildnerUse .Dq
2008-09-07 Sascha WildnerRemove unused variable.
2008-09-06 Sascha WildnerRemove obsolete sentence about ports & improve wording.
2008-09-06 Hasso TepperMake acpi support modules depend on acpi module.
2008-09-06 Hasso TepperSync pci_[gs]et_powerstate_method with FreeBSD which...
2008-09-06 Peter AvalosUpgrade to OpenSSL 0.9.8h.
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-06 Peter AvalosImport OpenSSL 0.9.8h.
2008-09-06 Sascha WildnerAdd markup.
2008-09-06 Sascha Wildnerirregardless -> regardless
2008-09-06 Sascha Wildner1) Small mdoc nit 2) regardless if -> regardless of.
2008-09-06 Sepherosa ZiehauBreak long line
2008-09-06 Sepherosa Ziehau- Save the route struct in dummynet mbuf tag into the...
2008-09-06 Thomas NikolajsenAdapt manual pages to change in boot code to support...
2008-09-06 Sepherosa ZiehauMove dummynet tag extraction and ipfw args setup into...
2008-09-06 Thomas NikolajsenFix Xrefs for ata[control](4): add / change to nata...
2008-09-06 Thomas NikolajsenAdd a bit markup.
2008-09-06 Thomas NikolajsenAdd a bit markup.
2008-09-06 Thomas NikolajsenDelete false note.
2008-09-06 Thomas NikolajsenAdd an example os how to change label format from 32...
2008-09-06 Thomas NikolajsenFix typo.
2008-09-06 Thomas NikolajsenAdd missing description on context addresses.
2008-09-06 Sepherosa Ziehau- Staticize lo{output,ioctl}
2008-09-06 Sepherosa Ziehau- Move stack variable near its usage
2008-09-06 Matthew DillonIncrease sockbuf send and receive buffers to 57344...
2008-09-06 Sepherosa ZiehauAdd hwcsum support to lo interface. This is mainly...
2008-09-06 Sepherosa ZiehauBring in if_loop.c 1.47.2.9 from FreeBSD (silby@freebsd...
2008-09-06 Matthew DillonAdd missing sleep.
2008-09-06 Matthew DillonBump up the size of the boot partition in the boot...
2008-09-05 Matthew DillonFix an endless recursion and double fault which could...
2008-09-05 Sascha WildnerBump .Dd, add .Lb, and use 'RFC xxxx'.
2008-09-05 Matthew DillonFix a crash on access to TAP's owning thread. The...
2008-09-05 Hasso TepperQuite minimal patchset to help to save some more power...
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-09-05 YONETANI TomokazuDon't fail if the file flags of source and copied symli...
2008-09-04 Sascha WildnerAnsify (silence -Wold-style-definition)
2008-09-04 Sascha WildnerSilence warning.
2008-09-04 Sascha WildnerAnsify (silence -Wold-style-definition)
2008-09-04 Hasso TepperForgot this file in the "RFC3542 support" SoC project...
2008-09-04 Matthias SchmidtUpdate the usage message again to be even more clear...
2008-09-04 Hasso TepperBring in newer ping6(8) from KAME via FreeBSD lying...
2008-09-04 Hasso TepperThe result of the "RFC3542 support" SoC project by...
2008-09-04 Sascha WildnerSet .Dd and remove unnecessary .Nm arguments.
2008-09-04 Thomas NikolajsenUpdate gpt.8:
2008-09-03 Hasso TepperMake pkgsrc/wip cvs checkout use -P.
2008-09-03 Matthias SchmidtNote that we imported the OpenBSD dhclient in 2.1.
2008-09-03 Matthew DillonAdd a reference for /usr/share/examples/rconfig to...
2008-09-03 Matthew DillonUpdate the rconfig examples. Correct a bug in auto...
2008-09-02 Thomas NikolajsenChange vkernel.7:
2008-09-02 Thomas NikolajsenUpdate gpt.8:
2008-09-02 Sascha WildnerRemove unused variable.
2008-09-02 Sascha WildnerRemove unused variable.
next