dragonfly.git
2011-12-12 Sascha Wildnerbsd.kern.mk: -Wold-style-declaration is unknown to...
2011-12-12 Sascha Wildnerndis_events(8): Handle the "no event matched" case...
2011-12-12 Matthew Dillonkernel - Misc fixes and debugging
2011-12-12 Matthew DillonKernel - Fix double-unlock in nlookupdotdot
2011-12-12 Matthew Dillonkernel - Dynamically size lwkt_cache_threads free cache
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Francois TigeotVFS accounting: list enabled filesystems
2011-12-11 Sascha Wildnerkernel/vfs_quota: Put the 'accounting enabled' message...
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Disable interrupt load balance by...
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Per-cpu irqmap array
2011-12-11 Sepherosa Ziehaui386/MachIntrABI: Remove unnecessary setidt in intr_set...
2011-12-11 Sepherosa Ziehaui386/ioapic: Add missing imen_lock/unlock
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Optimize the GSI search a little bit
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Record the max line based IRQ
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Rework debug messages
2011-12-11 Sepherosa Ziehaui386/nexus: Per-cpu IRQ rman
2011-12-11 Sepherosa Ziehaui386/ioapic: Allow GSI's target CPU to be configured
2011-12-11 YONETANI TomokazuFix the panic on atkbdc_configure() failure
2011-12-10 Francois TigeotVFS accounting: add in-memory storage counters
2011-12-10 Sascha Wildnerinstaller: Remove some unused variables and code.
2011-12-10 Sascha Wildnerkernel/netgraph7: Replace usage of MALLOC/FREE with...
2011-12-10 Sascha Wildnervquota(8): Silence 'has more than one link' messages.
2011-12-10 Sascha Wildnerbsd.kern.mk: Add a missing space.
2011-12-10 Sascha WildnerAdd -Wold-style-declaration to the kernel's warning...
2011-12-10 Sascha WildnerAdd vknetd to etc/rc.d/Makefile.
2011-12-10 Venkatesh Srinivaskernel -- Remove references to obsolete i586 optimized...
2011-12-10 Venkatesh Srinivaskernel -- Remove i686_pagezero.
2011-12-10 Sascha Wildner<sys/ktr.h>: Move static to the first place in declarat...
2011-12-10 Sascha Wildnerkernel: Add acpi_if.h to the ACPI module Makefiles.
2011-12-09 Sascha Wildnerbuildkernel: Disable building of acpi_hp.ko. It will...
2011-12-09 Sascha WildnerFix various whitespace and indent issues (no functional...
2011-12-09 Sascha Wildnerpfctl(8): Add missing braces.
2011-12-09 Sascha Wildnerpw(8): Add missing braces.
2011-12-09 Sascha Wildnerdfregress(8): Add some missing braces.
2011-12-09 Sascha Wildnerlib: Fix various whitespace and indent issues (no funct...
2011-12-09 Sascha WildnerSome cosmetics: #if(0) -> #if 0
2011-12-09 Sascha Wildnerkernel/nfs: Fix a bug due to missing braces.
2011-12-09 Sascha Wildnerkernel: Fix various whitespace and indent issues (no...
2011-12-08 Sascha Wildnersf(4): Remove a duplicated flag in a header.
2011-12-08 Sascha Wildnerrc.conf.5: Start a sentence in upper case.
2011-12-08 Sascha Wildnertcpdump(1): Fix some sizeof(sizeof(x)) issues.
2011-12-08 Sascha Wildneracpi: Include acdragonfly.h from acenv.h.
2011-12-08 Matthew Dillonkernel - Support bdwrite() on tmpfs buffer cache buffers
2011-12-08 Sepherosa Ziehautcp: Don't check PRUS_OOB again in tcp_usr_send
2011-12-08 Matthew Dillonkernel - Fix missing token release on I/O error during...
2011-12-08 Matthew Dillonkernel - Remove partially commit debug code
2011-12-08 Matthew Dillonkernel - Remove unneeded initialization
2011-12-08 Matthew Dillonkernel - Clear the quick-return flag when changing...
2011-12-08 Matthew Dillonkernel - Add additional safety assertions in the pmap...
2011-12-08 Matthew Dillonkernel - Adjust stack by an addition 128 in sendupcall()
2011-12-08 Matthew Dillonkernel - Add -fno-stack-protector for kernel build
2011-12-08 Matthew Dillonkernel - Do not use LK_NOWAIT for vfs_busy() after...
2011-12-08 Matthew Dillonkernel - Fix panic during diskless mount
2011-12-08 Matthew Dillonkernel - Fix endless nfs error 70 during shutdown
2011-12-08 Matthew Dillonkernel - Add TDF_RUNNING assertions
2011-12-08 Matthew Dillonkernel - Fix alarm() timer race against exit
2011-12-08 Matthew Dillonkernel - add DEBUG_LOCKS_LATENCY option
2011-12-08 Matthew Dillonbuildworld - Add uuid for HAMMER2
2011-12-08 Matthew Dillonbuildworld - Fix -j n collisions
2011-12-08 Matthew Dillonkernel - Fix panic in vm_page_try_to_free()
2011-12-08 Matthew Dillonkernel - Fix kqueue race with NOTE_EXIT
2011-12-07 Sascha Wildnerkernel/netgraph: Set resp to NULL if it is kfree()...
2011-12-07 Sascha Wildnerkfree.cocci: Add a few more memory freeing functions...
2011-12-07 Sepherosa Ziehaux86_64/ioapic: Always allow user to specify GSI's targe...
2011-12-07 Sepherosa Ziehaux86_64/icu: Implement rman_setup MachIntrABI method
2011-12-06 Sascha Wildnerkernel: Save another bzero() by using M_ZERO.
2011-12-06 Sascha Wildnerkernel: Remove another NULL check after kmalloc() with...
2011-12-06 Antonio Huete... vknetd - Document recently added rc.d script.
2011-12-06 Sascha Wildner<sys/malloc.h>: Remove the MALLOC() and FREE() macros.
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-12-06 Antonio Huete... rc.d - Add a basic vknetd script.
2011-12-06 Matthew Dillonkernel - Remove unnecessary < 0 checks for sopt_valsize...
2011-12-06 Sascha Wildnervknetd.8: Use the full month name in .Dd.
2011-12-06 Sascha Wildnerkfree.cocci: We neither have BUG() nor BUG_ON().
2011-12-06 Sascha WildnerAdd a coccinelle patch that searches for use-after...
2011-12-06 Sascha Wildnermlx(4): Don't free 'meo' until we're finished using it.
2011-12-06 Sascha Wildnerkernel/nfs: Don't free 'info' until we're finished...
2011-12-06 Sascha Wildnercryptodev(4): Fix a bug where the wrong key was bzero...
2011-12-06 Sascha Wildnerdpt(4): Remove duplicate bit in an | operation.
2011-12-05 Sascha Wildnerpthread_condattr_setclock(3): Fix the check for a known...
2011-12-05 Antonio Huete... vknetd - Fix a bug in previous commit.
2011-12-05 Sascha Wildnerkernel: Use M_ZERO for kmalloc() instead of bzero(...
2011-12-05 Sascha Wildnerkernel: Remove some unneeded NULL checks after kmalloc...
2011-12-04 Antonio Huete... vknetd - Add pidfile and signal handlers.
2011-12-04 Sascha Wildnerkernel/netinet6: Add back a ':' I accidentally removed.
2011-12-04 Sascha Wildnerkernel/netinet6: Fix stupid NULL pointer derefs.
2011-12-04 Sascha Wildnerkernel: Move some dereferences below the NULL checks.
2011-12-04 Sascha Wildnerkernel: Fix two cases of sizeof(sizeof(x)).
2011-12-04 Sascha WildnerAdd a simple coccinelle patch for finding NELEM() candi...
2011-12-04 Sascha Wildnerkernel: Use NELEM() in some more places.
2011-12-04 Sepherosa Ziehaupru_send: Allow non-NULL address parameter to be passed
2011-12-04 Sepherosa Ziehauudp: Support asynchronized pru_send for connected socket
2011-12-04 Sepherosa Ziehauudp: Prepare for the asynchronized pru_send 2
2011-12-04 Sepherosa Ziehauudp: Prepare for the asynchronized pru_send
2011-12-04 Sepherosa Ziehauudp: Simplify udp_output interface
2011-12-03 Antonio Huete... dhclient - Use -q option instead of redirection.
2011-12-03 Antonio Huete... dhclient - Do not add/remove route 127.0.0.1 for our...
2011-12-03 Francois TigeotVFS accounting: implement an initialization framework
2011-12-03 Sascha Wildnernrelease: In the mk.conf we add, don't quote PKG_DEFAUL...
2011-12-03 Sascha Wildnerdu(1): Move the fts_close() behind fts_read()'s errno...
next