dragonfly.git
2012-12-31 Sascha Wildnerkernel/atm: Include <net/ifq_var.h> for ifq_set_max().
2012-12-31 Sascha Wildnerng_fec: Fix a typo and include <net/ifq_var.h> for...
2012-12-31 Justin C. SherrillReinforce that make dports-replace does not update...
2012-12-29 Antonio Huete... boot - Use ether_sprintf() where appropriate.
2012-12-29 Antonio Huete... libstand - Make ether_sprintf() public.
2012-12-29 Antonio Huete... Revert "if_vke"
2012-12-29 Antonio Huete... if_vke
2012-12-28 YONETANI Tomokazure: RealTek8111F found in ASUS C60M1-I
2012-12-28 Sepherosa Ziehauem: Don't update TDT upon very packets transmitted
2012-12-28 Sepherosa Ziehaupktgen: Pregenerate 3/4 of the ifq_maxlen should be...
2012-12-28 Sepherosa Ziehauigb: Fix comment
2012-12-28 Sepherosa Ziehauemx: Fix comment
2012-12-28 Sepherosa Ziehaunetgraph7/iface: Use ifq_dispatch() instead of ifq_hand...
2012-12-28 Sepherosa Ziehauvlan: Use ifq_dispatch() instead of ifq_handoff()
2012-12-28 Sepherosa Ziehauatm: Use ifq_dispatch() instead of ifq_handoff()
2012-12-28 Sepherosa Ziehauifq: Add ifq_purge_all(); currently it's same as ifq_pu...
2012-12-27 John Marino/usr/Makefile: Support dports and add error checking
2012-12-27 John MarinoAdd native dports support
2012-12-27 Sepherosa Ziehauifq: Move ifq_set_maxlen declaration to the declaration...
2012-12-27 Sepherosa Ziehauip6: Don't test ifq_len against ifq_maxlen; let IFQ...
2012-12-27 Sepherosa Ziehausctp: Don't test ifq_len against ifq_maxlen; let IFQ...
2012-12-27 Sepherosa Ziehauifq: Use ifq_set_maxlen for ifnet.if_snd
2012-12-27 Sepherosa Ziehauifq/staging: Add comment about IFQ packet staging mechanism
2012-12-27 Sepherosa Ziehauifq/staging: Remove debug code
2012-12-27 Sepherosa Ziehauifq/staging: Clean up IFQ packet staging resources
2012-12-27 Sepherosa Ziehauifq/staging: Increase ifq_maxlen a little bit for packe...
2012-12-27 Sepherosa Ziehauifq/staging: Perform IFQ packet staging for if_start...
2012-12-27 Sepherosa Ziehauif_start: Use if_start_schedule in if_start_dispatch
2012-12-27 Sepherosa Ziehaupolling: Perform RX polling before TX polling
2012-12-27 Sepherosa Ziehauifq/staging: Initial implementation of IFQ packet stagi...
2012-12-25 Sascha Wildnerkernel/powernow: Remove two unused variables.
2012-12-25 Sascha Wildnerlibpthread: Add sem_timedwait().
2012-12-25 Sascha Wildneraio_write.3: Bring back a bit that should not have...
2012-12-25 Sascha Wildnerkernel/clock: Remove some pointless #include/#ifdef.
2012-12-24 Sascha Wildneraio*.3: Some cleanup, wording improvement, etc.
2012-12-24 Sascha WildnerMove AIO manual pages to librt.
2012-12-24 Sascha Wildnerlibrt/aio_cancel(): Set errno to EBADF if the fd is...
2012-12-23 François Tigeotkernel: Add CLOCK_THREAD_CPUTIME_ID
2012-12-22 Sascha Wildneriscontrol(8): Remove some unneeded includes.
2012-12-22 Sascha Wildnermount_ntfs(8): Remove old __FreeBSD_version checks.
2012-12-22 Sascha Wildnerfwcontrol(8): Remove dead code.
2012-12-22 Sascha Wildnerkernel/ndis: We want the ctx_list and oid for now.
2012-12-22 Sascha Wildnerkernel/acpi: Fix #include, <sys/mutex.h> is not needed.
2012-12-22 Sascha Wildnermlx(4): Remove unused defines.
2012-12-22 Sascha Wildnerkernel/iscsi: Do not conditionalize on undefined names.
2012-12-22 Sascha Wildnerkernel/procfs: Silence gcc47's whining.
2012-12-22 Sepherosa Ziehauifq_dispatch: Avoid accessing the mbuf after it has...
2012-12-22 Sascha Wildnerarcmsr(4): Add missing D_MPSAFE (forgot when porting).
2012-12-22 Sascha Wildnerkernel/mmc: Remove an unused variable.
2012-12-21 Sascha Wildnerarcmsr(4): Remove some dead code and an unused variable.
2012-12-21 Sepherosa Ziehauifq_dispatch: If mbuf can't be enqueued and ifq has...
2012-12-21 Sepherosa Ziehauip_forward: Optimize out the mbuf allocation for ICMP...
2012-12-20 Sepherosa Ziehauip_output: Don't drop packet based on if_snd queue...
2012-12-20 Sascha Wildnerinstaller: Remove CAPS remains.
2012-12-20 Sascha Wildnershare/Makefile: Break at initial letter boundary and...
2012-12-20 Sascha Wildnerinstaller: Use the LiveDVD's pfi.conf generally (works...
2012-12-20 Sascha WildnerRevert "mknod(2): Restrict functionality to creating...
2012-12-20 Sascha WildnerRemove the mknod(8) utility.
2012-12-20 Sascha Wildnermknod(2): Restrict functionality to creating FIFOs.
2012-12-20 Sascha Wildnerstandards.7: Add URLs for a couple of standards.
2012-12-20 Sascha Wildnermdoc: Add definition for XSH, Issue 4, Version 2.
2012-12-19 Sepherosa Ziehautools/toeplitz: Force 0 padding in result printing
2012-12-19 Sepherosa Ziehaupktgenctl: Allow pktgen device to be specified
2012-12-19 Sepherosa Ziehaupktgen: Create 4 device nodes by default
2012-12-19 Sepherosa Ziehaupktgen: This module is MPSAFE
2012-12-18 Sepherosa Ziehaunetisr: Remove unused macros
2012-12-18 Sepherosa Ziehaunetisr: Add priority for netisr "rollup" functions
2012-12-18 Sepherosa Ziehaupolling: Increase default polling rate to 6000Hz
2012-12-18 Sepherosa Ziehauif_start: Fix indentation
2012-12-17 Sascha Wildnerinstaller: Always take the root directory's /dev.
2012-12-17 Sascha Wildnerkernel/atm: Fix wrong rt_tables[] access.
2012-12-17 Sepherosa Ziehauif_start: Fix a race that could delay the packets trans...
2012-12-16 Sascha WildnerRemove VFS_INIT(9) manpage via 'make upgrade'.
2012-12-16 Sascha Wildnersglist.9: Add a missing include to the SYNOPSIS.
2012-12-16 Sascha WildnerRemove VFS_INIT.9 manual page, there is no such macro.
2012-12-16 Sascha WildnerVFS_MOUNT.9: Adjust to the current state in /usr/src.
2012-12-15 Sascha WildnerUpdate the pciconf(8) database.
2012-12-15 Matthew Dillonhammer2 - Split flush code out into its own source...
2012-12-14 Matthew Dillonkernel - Fix buffer cache mismatch assertion (hammer)
2012-12-14 Sascha Wildnerlibkiconv: Remove unneeded SHLIBDIR in the Makefile.
2012-12-14 Matthew Dillonkernel - ufs softdep fix under heavy load
2012-12-14 Sascha Wildnerwlandebug.8: Don't reference manual pages which we...
2012-12-14 Sepherosa Ziehaupolling: Increase default rx.each_burst to 50
2012-12-14 Sepherosa Ziehaupolling: Diverge each CPU's polling frequency a little...
2012-12-14 Matthew Dillonhammer2 - bigger stabilization & performance pass
2012-12-14 Sepherosa Ziehauipfw: Don't spam the log if dynamic rules allocation...
2012-12-14 Matthew Dillonhammer2 - small stabilization & performance pass
2012-12-14 Sepherosa Ziehaupktgen: Clear ip.ip_sum before calling in_cksum_hdr()
2012-12-13 Matthew Dillonhammer2 - redo the flush collision handling
2012-12-13 Sascha Wildnerkernel: Remove USERFS.
2012-12-13 Matthew Dillonhammer2 - Cleanup various races, better flush
2012-12-13 Matthew Dillonkernel - Fix sync() system call
2012-12-13 Sepherosa Ziehauthread: Add td_type field; this avoids blowout td_flags...
2012-12-13 Matthew Dillonkernel - Fix missing B_ORDERED inheritance
2012-12-13 Venkatesh Srinivaskernel -- ffs: ufs_ihash may not match for vnode recycl...
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-12-12 Sepherosa Ziehaubce: Disable RX max BDs based interrupt moderation
2012-12-12 Sascha Wildnerkernel/makesyscalls.sh: Fix copy/paste error.
2012-12-11 Sascha Wildnerkernel/makesyscalls.sh: Improve comment and regenerate...
2012-12-11 Sascha Wildnerkernel/makesyscalls.sh: Output a friendlier comment...
next