dragonfly.git
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...
2012-12-10 Matthew Dillonkernel - Reduce the size of the callout wheel
2012-12-10 Matthew Dillonkernel - Fix softupdates panic with UFS
2012-12-10 Matthew Dillonkernel - Remove unnecessary mplock from ata I/O path
2012-12-10 Matthew Dillonkernel - Make UFS ihash table per-mount
2012-12-10 Matthew Dillonkernel - Fix bug (not reached in normal operation)...
2012-12-10 Matthew Dillonkernel - Fix debug output label
2012-12-10 Sascha WildnerFix buildkernel with 'options KTR' in the config.
2012-12-10 Sepherosa Ziehaubge: Obey the RX polling count
2012-12-10 Sepherosa Ziehaubge: Avoid unnecessary local scope stack variable resetting
2012-12-10 Sepherosa Ziehaupolling: Add tunable for net.ifpoll.X.rx.user_frac
2012-12-10 Sepherosa Ziehaubnx: Avoid unnecessary local scope stack variable resetting
2012-12-09 François Tigeotagp: Do not limit attachment to primary devices
2012-12-09 François Tigeotagp: Add PCI ID for Ivy Bridge GT2 server variant
2012-12-09 François Tigeotagp: A rewrite of the i810 bits of the driver
2012-12-09 Sepherosa Ziehaubnx: Obey the RX polling count
2012-12-09 Sepherosa Ziehauigb: The RDT writing thresh should be tested w/ ">...
2012-12-09 Sepherosa Ziehaubnx: Remove redundant TX/RX index reading from polling...
2012-12-09 François Tigeotkernel: Add cpu_wbinvd_on_all_cpus()
2012-12-09 Sepherosa Ziehaupktgen: Fix csum_data setting for in_delayed_csum()
2012-12-09 Sepherosa Ziehauigb: Improve tiny packets reception performance on...
2012-12-08 Matthew Dillonkernel - Fix improper assertion panic in vinvalbuf()
2012-12-08 François Tigeotkernel: add VM_OBJECT_LOCK/UNLOCK macros
2012-12-08 François TigeotDocumentation: MPASS conversion
2012-12-08 Sascha Wildnerkernel: Remove MPASS{,4} entirely and use KKASSERT...
2012-12-08 François Tigeotkernel: Move MPASS and MPASS4 definitions around
2012-12-08 François Tigeotkernel: Import sglist subsystem from FreeBSD
2012-12-08 Matthew Dillonkernel - Adjust NFS server for new allocvnode() code
2012-12-08 Matthew Dillonkernel - Change allocvnode() to not recursively block...
2012-12-07 Matthew Dillonkernel - Fix filesystem lookup error due to parent...
2012-12-07 Matthew Dillonkernel - Fix issues where tmpfs loses file data
2012-12-07 Sascha Wildneretc/Makefile: Some cleanup.
2012-12-07 Sascha Wildnerrc.conf.5: Document rc.conf.d/
2012-12-07 Sascha Wildneriso639: Sync with Library of Congress list.
2012-12-06 Sascha WildnerRemove MFILES from kernel module Makefiles. It should...
2012-12-06 Sascha Wildnerkern.fwd.mk: Move comments to the start of the line.
2012-12-06 Sascha Wildneragp(4): Fix some minor issues.
2012-12-05 Sascha Wildnertwe(4): Sync with FreeBSD.
2012-12-05 Sascha WildnerRemove some unneeded semicolons across the tree.
2012-12-05 Matthew Dillonkernel - Fix memory starvation issue w/tmpfs
2012-12-05 François Tigeotagp: Fix a kernel panic on boot issue
2012-12-05 Matthew Dilloncluster - Stabilization
2012-12-05 Matthew Dilloncluster - xdisk automatic BIO restart
2012-12-05 Matthew Dilloncluster - misc cleanup
2012-12-04 Matthew Dilloncluster - misc work
2012-12-04 Matthew Dilloncluster - Improve hammer2 connect directive, add /etc...
2012-12-04 Sascha WildnerFix LINT building.
2012-12-04 Sascha Wildnertwe(4): Remove non-existing flag from the Makefile.
2012-12-04 Sascha Wildnerkernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
2012-12-04 rnolandagp: Fix a handful of issues with via agp support
2012-12-04 François Tigeotagp: Sync with FreeBSD
2012-12-04 Matthew Dilloncluster - Kernel cluster code work
2012-12-04 Matthew Dilloncluster - Add 'circ <msgid>' command to cluster debug...
2012-12-04 Matthew Dilloncluster - more libdmsg work
2012-12-03 Matthew Dillonkernel - Reorder dsched teardown to fix race
2012-12-03 Matthew Dilloncluster - Major kernel component work (diskiocom, xdisk...
2012-12-03 Matthew Dilloncluster - circuit tracking, bug fixes
next