dragonfly.git
2012-08-28 Sepherosa Ziehautcp: RFC3517bis is now officially RFC6675
2012-08-28 Sepherosa Ziehauacpi/pcib: Guard against invalid GSI provided by PRT
2012-08-28 Sepherosa Ziehauacpi/resource: Use legacy_intr_find to detect invalid...
2012-08-28 Sepherosa Ziehaupci: Guard against wrong user supplied IRQ assignment
2012-08-28 Sepherosa Ziehauacpi/fadt: Make sure that SCI IRQ is valid
2012-08-28 Sepherosa Ziehaupci/pir: Make sure that the IRQ is allowed to be configured
2012-08-28 Sepherosa ZiehauMachIntr: Add two methods to find IRQ
2012-08-28 Sepherosa Ziehauacpi/intr: Fix comment, source index is GSI _not_ IRQ
2012-08-27 Sascha Wildnerkernel: Turn the delay before mounting root into a...
2012-08-27 Sascha Wildner/boot/defaults/loader.conf: Adjust a comment.
2012-08-27 François Tigeotixgbe: add tso_pullup function
2012-08-27 François Tigeotixgbe: enable existing FreeBSD IPv4 TSO code
2012-08-27 François Tigeotkernel: IFCAP_TSO is really IPv4-specific
2012-08-26 Matthew Dillonkernel - reduce kern.maxvnodes default on 32 bit systems
2012-08-26 Sascha Wildnergrowfs(8)/ffsinfo(8): Use __func__
2012-08-26 Sascha Wildnergrowfs(8): Fix building with -DFS_DEBUG.
2012-08-26 Sascha Wildnermake_dev.9: Fix typo.
2012-08-26 Sascha Wildnerkernel/ffs: Compare v_rdev directly when updating mounts.
2012-08-26 Sascha Wildnerkernel/linprocfs: Implement /proc/devices.
2012-08-26 Sascha Wildnerkernel/devfs: Fill out cdev_t's si_major field (and...
2012-08-26 Sascha Wildnerkernel/devfs: Pass more arguments to the callback for...
2012-08-26 Sascha Wildnerkernel/devfs: Rename devfs_nodetype members (conflicts...
2012-08-25 François Tigeotixgbe: enable VLAN code
2012-08-25 Sascha Wildnerkernel/devfs: Assert that the callback isn't NULL in...
2012-08-25 Sascha WildnerAdd a device_get_name(9) manual page (from FreeBSD).
2012-08-25 Matthew Dillonkernel - Do not allow destroyed namecache entries to...
2012-08-24 Matthew Dillontmpfs - Fix numerous races and adjust to use cache_unlink()
2012-08-24 Matthew Dillonkernel - Adjust devfs, hammer, and puffs to use the...
2012-08-24 Matthew Dillonkernel - add cache_unlink(), fix a rename issue.
2012-08-24 Nuno Antunesmutex.9: Misc updates and minor improvements.
2012-08-24 Matthew Dillonkernel - Add additional clock_gettime() modes
2012-08-24 Matthew Dillonsysperf - Add tests for clock_gettime(CLOCK_*_FAST...
2012-08-24 Alex Hornungusched_bsd4 - use wakeup_mycpu as appropriate
2012-08-24 Alex Hornungusched_bsd4 - fix incorrect use of PINTERLOCKED tsleep
2012-08-24 Matthew Dillonfastbulk - Exit w/success on more conditions
2012-08-24 Matthew Dillonkernel - Fix pmap_remove() issue.
2012-08-24 Matthew Dillonkernel - Implement Errata 721 for 32-bit kernels too
2012-08-24 Matthew Dillonkernel - Do not allow the time to be set to { 0, 0 }
2012-08-24 Matthew Dillonfastbulk - Rework and clean up the Makefile
2012-08-24 Matthew Dillonlinprocfs - Fix process exit / procfs vnode access...
2012-08-23 Matthew Dillonlinprocfs - Fix missing PRELE()s.
2012-08-23 Sascha Wildnermake_dev.9: devfs_scan_callback() takes an arg to pass...
2012-08-23 Sascha Wildner<sys/devfs.h>: Fix comment typos.
2012-08-23 Nuno Antunesmsgport.9: Sort cross references alphabetically.
2012-08-23 Nuno Antunesmsgport.9: Add cross reference to sleep(9).
2012-08-23 Nuno Antunessleep.9: Catch up with spin_{,un}lock_wr() -> spin_...
2012-08-23 Sepherosa Ziehauvm: Put vm_page_alloc_contig debug prints under vm_cont...
2012-08-23 Sepherosa Ziehaujme: Add TSO support
2012-08-23 Sepherosa Ziehauroute: Routing table is replicated to all CPUs, not...
2012-08-22 Matthew Dillonkernel - Attempt to fix i386 wire_count panic (98)
2012-08-22 Matthew Dillonkernel - Fix 32-bit build
2012-08-22 Matthew Dillonfastbulk - more work
2012-08-22 Matthew Dillonfastbulk - More fixes and improvements
2012-08-22 Matthew Dillonfastbulk - Remove core files & empty dirs from /var...
2012-08-22 Sascha WildnerAdd an MLINK for KTR_COND_LOG.
2012-08-22 Alex Hornungktr.4 - add note about KTR_USCHED_BSD4
2012-08-22 Mihai Carabasusched_bsd4 - Topology-aware scheduling
2012-08-22 Mihai Carabasvkernel{,64} - CPU topology support
2012-08-22 Mihai CarabasCPU topology support
2012-08-22 Mihai Carabasktr - add KTR_COND_LOG
2012-08-22 Sascha Wildnermsgport.9: Fix some minor mdoc issues.
2012-08-22 Matthew Dillonfastbulk - Adjustments to fix various issues (2)
2012-08-22 Matthew Dillonfastbulk - Adjustments to fix various issues
2012-08-22 Matthew Dillonkernel - Attempt to fix i386 wire_count panic
2012-08-22 Sepherosa Ziehaujme: Let the software to check hardware supplied hash
2012-08-22 Sepherosa Ziehauether: Add instrument to detect wrong hardware supplied...
2012-08-21 Sascha Wildnerkernel/linprocfs: Fix accessing files in /proc (such...
2012-08-21 Sascha Wildnerkernel/linprocfs: Fix a panic when accessing /proc...
2012-08-21 François Tigeotixgbe: Rework ixgbe_xmit()
2012-08-21 Sascha Wildnerkernel/procfs: Remove some unneeded parentheses.
2012-08-21 Sascha Wildnerkernel/linprocfs: Remove an unreached return.
2012-08-21 Sascha Wildnertools: Remove old script for installing 3rd party sourc...
2012-08-21 Nuno Antunesmdoc: Add a msgport(9) manual page documenting LWKT...
2012-08-21 Sepherosa Ziehauip: Put fast dispatch/slow dispatch and hashing done...
2012-08-20 John Marinortld: Perform reloc before filtree dependency object...
2012-08-20 John Marinortld: Delay DF_1_NODELETE process until object DAG...
2012-08-20 François Tigeotkernel: Set kern.ipc.shm_use_phys to 1 by default
2012-08-19 Sepherosa Ziehaujme: Cache align RX/TX data structure
2012-08-19 Sepherosa Ziehaujme: Only main serializer is needed for timeout callback
2012-08-19 Antonio Huete... dhclient - Assume link is up when IFM_AVALID isn't...
2012-08-19 Antonio Huete... dhclient - Have only one timeout at once.
2012-08-19 Antonio Huete... dhclient - Add some more paranoia and make code clearer.
2012-08-19 Antonio Huete... dhclient - Delete trailing NUL's when parsing NVT ASCII...
2012-08-19 Antonio Huete... dhclient - Nuke interface_link_status().
2012-08-19 Antonio Huete... dhclient - Change return code test logic.
2012-08-19 Antonio Huete... dhclient - Set state to S_REBOOTING when calling state_...
2012-08-19 Antonio Huete... dhclient - Cancel all timeouts in state_reboot().
2012-08-19 Antonio Huete... dhclient - Try harder to re-initialize parsing state.
2012-08-19 Antonio Huete... dhclient - Tweak parsing.
2012-08-19 Antonio Huete... dhclient - Tweak leases file handling.
2012-08-19 Antonio Huete... dhclient - Sequential options processing more friendly.
2012-08-19 Antonio Huete... dhclient - Only warn on unknown options when appropiate.
2012-08-19 Antonio Huete... dhclient - Properly handle zero-length option hints.
2012-08-19 Antonio Huete... dhclient - Remove wrong processing of option 33 (static...
2012-08-19 Antonio Huete... dhclient-script(8) - Align man page with current reality.
2012-08-19 Antonio Huete... dhclient - Stray '$medium' missed in last commit.
2012-08-19 Antonio Huete... dhclient - Drop medium/alias useless utilization.
2012-08-19 Antonio Huete... dhclient - Fix interval handling.
2012-08-19 Antonio Huete... dhclient.conf(5) - New sentence, new line.
2012-08-19 Antonio Huete... dhclient.conf(5) - Few fixes. Reword a sentence.
next