dragonfly.git
2012-05-01 Sascha Wildnerkernel: Remove some bogus casts of NULL to something.
2012-05-01 Sascha Wildnerhptmv(4): Remove an unneeded NULL check after M_WAITOK.
2012-05-01 Sascha Wildnerkernel/plip: A little indent fix.
2012-05-01 Sascha Wildnerkernel: Adjust some indentation.
2012-05-01 Sascha Wildnerkernel: Remove some unused variables.
2012-04-30 Matthew DillonHAMMER VFS - Only set B_CLUSTEROK on 64K buffers
2012-04-30 Matthew Dillonkernel - Fix degenerate cluster_write() cases
2012-04-30 Sascha WildnerRevert "kernel/vga: Remove some unneeded #ifdef/#define's."
2012-04-30 Sascha Wildnerkernel/vga: Remove some unneeded #ifdef/#define's.
2012-04-30 Sascha Wildnerkernel: Remove some unused variables.
2012-04-30 Sascha Wildnerkernel: Remove some unused variables.
2012-04-30 Sepherosa Ziehautcp: Implement part of Eifel Response Algorithm (RFC4015)
2012-04-29 Sascha Wildnervquota.8: Remove extra .El
2012-04-29 Sascha Wildnerkernel: Use LIST_FOREACH in some places.
2012-04-28 Sascha Wildnervquotactl.2: Add back a reference to loader.conf(5).
2012-04-28 Sascha Wildnervquotactl.2: Fix some small mdoc issues.
2012-04-28 Francois TigeotDocument the vquotactl() syscall
2012-04-28 Sascha Wildnernrelease: Build the git we ship on the LiveCD without...
2012-04-28 Sascha Wildnermake upgrade: Don't remove /var/heimdal.
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-28 Sascha WildnerAdd tap(4) to LINT/LINT64.
2012-04-28 Sascha Wildnertap(4): Use the number of instances from the kernel...
2012-04-28 Sepherosa Ziehaumsgport: Implement dropmsg for spin port
2012-04-27 Sascha WildnerRemove some CLEANFILES in kernel module Makefiles.
2012-04-27 Peter AvalosUpdate files for OpenSSL-1.0.1b import.
2012-04-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-27 Peter AvalosImport OpenSSL-1.0.1b.
2012-04-27 Sepherosa Ziehautcp: Update snd_last upon spurious timeout retransmissi...
2012-04-27 Sepherosa Ziehautcp: Fix window scaling for accecpted socket
2012-04-26 Sepherosa Ziehautcp: Balance aggressiveness of SACK rescue retransmission
2012-04-25 Sascha Wildnerntp_{adj,get}time.2: Mention our dntpd(8) and mark...
2012-04-25 Sepherosa Ziehautcp: Implement "Rescue Retransmission for SACK-based...
2012-04-25 Sascha Wildnerntp_adjtime.2: Use the correct function name.
2012-04-24 Sascha Wildnerntp_adjtime.2: Use the correct function name.
2012-04-24 Sascha Wildner<sys/lock.h>: A little whitespace adjustment.
2012-04-24 Markus Pfeifferkernel: Change wmesg type for lockinit, lockreinit
2012-04-24 Markus Pfeiffertest/test/README: add a few lines
2012-04-22 Sascha Wildnerkernel/viapm: Makefile cleanup (remove unneeded .PATH...
2012-04-22 Sascha Wildnerkernel/modules: Remove opt_pci.h (which doesn't exist...
2012-04-22 Venkatesh Srinivaskernel -- ffs: Soft updates locking fixes
2012-04-21 Sascha Wildnerkernel: Fix some whitespace from the previous commit.
2012-04-21 Matthias Rampkekill zombies if the parent set SIG_IGN on SIGCHLD
2012-04-21 John Marinortld: Add write-lock to case of filter loading
2012-04-21 Venkatesh Srinivaskernel -- vm_pageout: Handle pages w/ NULL vm_objects...
2012-04-21 Sascha Wildnerpthread_join(3): If the target thread is detached,...
2012-04-21 Peter AvalosUpdate files for OpenSSL-1.0.1a import.
2012-04-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-21 Peter AvalosImport OpenSSL-1.0.1a.
2012-04-20 Sascha Wildnerkernel: Remove some leftover references to struct cfdriver.
2012-04-19 Sascha Wildnerdsched_bfq.4: Fix capitalization.
2012-04-19 Sascha Wildnerdigi.4: Remove some wrong documentation.
2012-04-19 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2012-04-19 Sepherosa Ziehautcp: Reimplement TCP_FASTKEEP socket option using per...
2012-04-19 Sepherosa Ziehautcp: Reset keepalive timer, if TCP_KEEPIDLE is changed
2012-04-19 Sepherosa Ziehaujme: Unbreak buildkernel w/ KASSERT
2012-04-19 Sepherosa Ziehaujme: Move TX descriptor count into chain_data
2012-04-19 Sepherosa Ziehaujme: Option file adjustment
2012-04-19 Sepherosa Ziehaujme: Move RX ring count and RX descriptor count into...
2012-04-19 Sepherosa Ziehaujme: Use RX data's interrupt mask to test interrupt...
2012-04-19 Sepherosa Ziehaujme: Pass rxdata to RX functions
2012-04-18 François TigeotRename vfs_accounting_enabled to vfs_quota_enabled
2012-04-18 Sascha Wildneref(4): Bring in some small fixes from FreeBSD.
2012-04-18 Sascha WildnerRemove a deleted mpt(4) related header file with 'make...
2012-04-18 Sepherosa Ziehaujme: Don't enable RSS by default
2012-04-18 Sepherosa Ziehaujme: MSI-X interrupt handler bug fixes
2012-04-18 Sepherosa Ziehautcp: Correct sending idle detection and implement part...
2012-04-18 Sepherosa Ziehausocket: Change sysctl names sosnd -> sosend, no functio...
2012-04-17 François Tigeotvquota(8): document a limit of 0 means no check
2012-04-17 Francois TigeotVFS quota: enforce user and group limits
2012-04-17 Francois TigeotVFS quota: add a command to set a group quota
2012-04-17 Francois TigeotVFS quota: add a command to set a user's quota
2012-04-17 Sascha Wildnermpt(4): Sync with FreeBSD.
2012-04-17 Sascha Wildnermpt(4): Pass INTR_MPSAFE when setting up the interrupt.
2012-04-16 Francois TigeotVFS quota: start enforcing limits
2012-04-16 Francois TigeotVFS quota: add a function to set a per mount-point...
2012-04-16 Francois TigeotVFS accounting: have syscalls fail if not enabled
2012-04-16 Francois TigeotVFS quota: report per mount-point space limits
2012-04-16 Sepherosa Ziehaujme: Change how IFCAP_RSS is handled
2012-04-16 Sepherosa Ziehaujme: Per-device tunable knobs
2012-04-16 Sepherosa Ziehauifnet: Factor out if_ring_count2()
2012-04-16 Sepherosa Ziehauemx: Change how IFCAP_RSS is handled
2012-04-16 Sepherosa Ziehauemx: Allow user to specify the number of RX ring to use
2012-04-16 Sepherosa Ziehauemx: Per-device tunable knobs
2012-04-16 Sepherosa Ziehaubus: Change device_getenv_int interface a little bit
2012-04-16 Sepherosa Ziehaupci: Utilize device_getenv_int
2012-04-16 Sepherosa Ziehaubus: Add device_getenv_int helper function
2012-04-16 Sepherosa Ziehauroute: Turn on route_assert_owner_access by default
2012-04-15 Sascha Wildnerkernel: Use ${.TARGET} in module Makefiles.
2012-04-15 François TigeotVFS accounting: remove unneeded code
2012-04-15 Francois TigeotVFS accounting: do not call initialization functions...
2012-04-15 Sascha Wildnerkernel/netgraph7: Remove some atalk remains.
2012-04-15 Francois TigeotVFS accounting: fix vfs_register()
2012-04-15 Francois TigeotVFS quota: add per mount-point global, uid and gid...
2012-04-15 Sepherosa Ziehauif: Remove experimental ifnet.if_start related sysctls
2012-04-15 Sascha Wildnermake.conf: Remove the unused LOADER_TFTP_SUPPORT variable.
2012-04-14 Sascha WildnerRemove some unnecessary inclusions of <sys/cdefs.h...
2012-04-14 Venkatesh Srinivaskernel -- Enable threaded syncer for NFS mounts.
2012-04-14 Venkatesh Srinivaskernel -- Per-mount threaded syncer infrastructure.
2012-04-13 Sascha Wildnerkernel: Clean up some module Makefiles.
2012-04-13 Sascha Wildnercxm(4): Remove an unused file (opt_cxm.h) from the...
next