- Clean up header inclusion
[dragonfly.git] / sys /
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 YONETANI Tomokazumissing crit_exit()
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 Sepherosa ZiehauCheck the mbuf returned by ip_fw_chk_ptr against NULL...
2008-09-07 Sascha WildnerRemove unused variables.
2008-09-07 Sascha WildnerRemove unused variable.
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 AvalosMerge from vendor branch OPENSSL:
2008-09-06 Sascha Wildnerirregardless -> regardless
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 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-05 Matthew DillonFix an endless recursion and double fault which could...
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-04 Sascha WildnerSilence warning.
2008-09-04 Hasso TepperThe result of the "RFC3542 support" SoC project by...
2008-09-02 Matthew DillonRemove boot0gpt - it isn't ready yet (and may never...
2008-09-02 Hasso TepperFix coretemp(4) to provide temperatures from all cores...
2008-09-02 Hasso TepperHandle (unit == -1) case in the device_find_child(...
2008-09-02 Matthew DillonAdjust the boot code to boot from either a root with...
2008-09-02 Matthew DillonContinue working the abort path. Move SS_ABORTING...
2008-09-02 Matthias SchmidtRename /kernel and /module to /boot/kernel and /boot...
2008-09-01 Matthew Dillon* Move /kernel to /boot/kernel and /modules to /boot...
2008-09-01 Sepherosa ZiehauIn aue(4) txeof, differ ifnet.if_start to ifnet's CPU to:
2008-09-01 Sepherosa ZiehauEnable intr_mpsafe by default
2008-08-31 Aggelos EconomopoulosSet fp to NULL on EINVAL
2008-08-30 Sascha WildnerAdjust for dhcpd removal.
2008-08-30 Sascha WildnerAdjust whitespace (reduce differences with FreeBSD).
2008-08-30 Hasso TepperRemove dhcp-3.0 from base and import dhclient from...
2008-08-30 Matthew DillonFlesh out BUF_CMD_FLUSH support.
2008-08-29 Matthew DillonAMD64: Add JG64 config file for testing purposes.
2008-08-29 Matthew DillonHAMMER: Mass storage flush command support
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-29 Matthew DillonBack-out the tls change. The field must be signed...
2008-08-29 Matthew DillonAMD64 - Sync AMD64 support from Jordan Gordeev's svn...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-08-28 Matthew DillonAdd memset() to help w/amd64 support.
2008-08-28 Hasso TepperUnbreak build.
2008-08-28 Sepherosa ZiehauMove IPDIVERT related declaration from netinet/ip_var...
2008-08-28 Sepherosa ZiehauFix comment
2008-08-28 Sepherosa ZiehauMake IPDIVERT transparent to ip reassemble code by...
2008-08-28 Sepherosa ZiehauMove IPDIVERT processing from ip_input() normal code...
2008-08-28 Sepherosa ZiehauUnbreak compile: we have STAILQ_FOREACH_MUTABLE
2008-08-28 Hasso TepperAdd acpi_video(4) - a driver for ACPI video extensions.
2008-08-28 Hasso TepperAdd STAILQ_FOREACH_MUTABLE.
2008-08-28 Hasso TepperAdd ACPI support module for IBM/Lenovo Thinkpad laptops...
2008-08-28 Hasso TepperMove acpi_toshiba.c, it's not pc32 specific.
2008-08-27 Hasso TepperAdd some methods to ACPI to handle embedded controllers...
2008-08-27 Sepherosa ZiehauPrepare to make IPDIVERT transparent to ip reassemble...
2008-08-26 Sepherosa Ziehau- Consistently test pkt_dst instead of ip_dst
2008-08-26 Sepherosa ZiehauGrrr, forward address is in network byte order
2008-08-26 Sepherosa ZiehauDon't allow multicast address to be used as the target...
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-25 Matthew DillonAMD64 Support:
2008-08-24 Sascha WildnerRemove __P.
2008-08-23 Peter AvalosUpdate SCSI opcodes and ASCs.
2008-08-23 Peter AvalosFix whitespace.
2008-08-23 Sepherosa ZiehauWhite space
2008-08-23 Sepherosa ZiehauIf a packet is to be reinjected by dummynet onto ethern...
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2008-08-23 Sepherosa ZiehauStaticize save_rte()
2008-08-23 Sepherosa Ziehau- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED...
2008-08-22 Sascha WildnerRemove /* within block comment.
2008-08-22 Sepherosa ZiehauMove ip fragments reassemble related code from ip_input...
2008-08-22 Sepherosa ZiehauMove ipstat.ips_reassembled updating from ip_input...
2008-08-22 Sepherosa ZiehauWhite space
2008-08-22 Sascha WildnerRemove unused variable/assignment.
2008-08-22 Sepherosa Ziehaunext_hop information is now saved in mtag, so the netms...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-08-22 Sascha WildnerRemove unused variable.
2008-08-22 Sascha WildnerRemove unused variable.
2008-08-22 Sascha WildnerRemove unused variables.
2008-08-22 Hasso TepperSome agp(4) fixes:
next