Don't fail if the file flags of source and copied symlinks don't match.
[dragonfly.git] / sys /
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:
2008-08-22 Hasso TepperMake Huawei E220 change the mode from device with singl...
2008-08-21 Sascha WildnerRemove wrong semicolon.
2008-08-21 Sepherosa Ziehau- Correct 'forward' support
2008-08-21 Sepherosa ZiehauDon't terminate the fragment iteration upon error;...
2008-08-19 Matthias SchmidtAdd another Qualcomm device ID.
2008-08-17 Nicolas TheryAdd minimal support for post-mortem (core dump) debuggi...
2008-08-17 Sepherosa ZiehauUtilize ifnet_{domsg,forwardmsg}()
2008-08-17 Sepherosa ZiehauAdd assertion to make sure that the next cpuid is withi...
2008-08-17 Sepherosa Ziehau- Rename ifa_{domsg,forwardmsg}() to ifnet_{domsg,forwa...
2008-08-17 Sepherosa ZiehauPass cpuid to ifa_domsg()
2008-08-17 Sepherosa ZiehauNuke INTR_NETSAFE
2008-08-17 Sepherosa ZiehauVarious tap functions of bpf(4) are the only non-MPSAFE...
2008-08-16 Thomas NikolajsenAdd missing `)'.
2008-08-16 Hasso TepperFix some NULL pointer dereferences, most of the in...
2008-08-16 Sepherosa Ziehau- bpfpoll() is a static function
2008-08-16 Sepherosa Ziehauipfw(4) parallelize stage 1, step 2/2: per-CPU static...
2008-08-16 Nicolas TheryRemove useless NULL check after kmalloc(M_WAITOK).
2008-08-15 Nicolas TheryAllocate unpcb structs with kmalloc() instead of zalloc().
2008-08-15 Nicolas TheryAllocate sackblock structs with kmalloc() instead of...
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
2008-08-14 Hasso TepperRemove some useless variables and assignments from...
2008-08-14 Sascha WildnerUse "ipl" as module name and not the full version strin...
2008-08-13 Sascha WildnerRemove a useless assignment and two unused variables.
2008-08-13 Sascha WildnerRemove unused variable.
2008-08-13 Sascha WildnerMove declaration and assignment of minr into #if 0.
2008-08-13 Sascha WildnerRemove useless variable/assignments and add a missing...
2008-08-13 Matthew DillonDon't bump intr_context when running from the softint...
2008-08-11 Sascha WildnerRemove two unused variables and improve readability...
2008-08-10 Matthew DillonRemove daddr_t dependancies in the swap code. Move...
2008-08-10 Hasso TepperFix interrupt pipe processing to treat a ugensa(4)...
2008-08-10 Hasso TepperCleanup err/error mess in the uticom_download_fw().
2008-08-10 Matthew DillonImplement a bounce buffer for physio if the buffer...
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-10 Sascha WildnerRemove unused variable.
2008-08-10 Sascha WildnerRemove unused variable.
2008-08-10 Sascha WildnerRemove useless assignment.
2008-08-10 Sascha WildnerRemove some useless code I forgot to remove in r1.24.
2008-08-09 Sepherosa Ziehau- Group together the declaration of static rule related...
next