pmap - Missing critical section when calling lwkt_ipiq_process().
[dragonfly.git] / sys /
2011-10-17 Antonio Huete Jimenezpmap - Missing critical section when calling lwkt_ipiq_...
2011-10-16 Thomas Nikolajsenloader(8): Update: add more text on kenv vs local varia...
2011-10-16 Sascha Wildnerlgue(4): Fix an issue and do some cleanup.
2011-10-14 Sascha Wildnerath(4): Remove a debug message (not in FreeBSD's either).
2011-10-14 Sascha WildnerAdd PCI MMC/SD drivers to our standard kernel configura...
2011-10-14 Antonio Huete Jimenezsyscons - Fix comments related to do_switch_scr()
2011-10-14 Antonio Huete Jimenezsyscons - Fix comment.
2011-10-14 Sascha Wildneripiq: Remove an extra semicolon that was messing up...
2011-10-13 Sascha Wildnerkernel/tmpfs: Remove a useless (and wrong, anyway)...
2011-10-11 Sepherosa ZiehauMerge branch 'devel'
2011-10-11 Sepherosa Ziehaulegacy devices: Utilize bus_alloc_legacy_irq_resource()
2011-10-11 Sepherosa Ziehaupsm: Utilize bus_alloc_legacy_irq_resource
2011-10-11 Sepherosa Ziehauatkbd: Utilize bus_alloc_legacy_irq_resource()
2011-10-11 Sepherosa Ziehaubus: Add bus_alloc_legacy_irq_resource()
2011-10-11 Sascha Wildnerkernel/drm: Clean up the Makefiles a bit.
2011-10-10 Sascha Wildnerkernel/ufs: Fix mount_point access in ffs_blkfree(...
2011-10-10 Sascha Wildnerpadlock(4): Match ENTRY()s with END()s.
2011-10-10 Sepherosa Ziehauatkbd: Interrupt resource is not shareable
2011-10-10 Sepherosa Ziehaunexus: Log invalid target CPUID for interrupt resource
2011-10-10 Sepherosa Ziehaupsm: Set the interrupt's target CPU properly
2011-10-10 Sepherosa Ziehauatkbd: Set the interrupt's target CPU properly
2011-10-09 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-09 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-09 Sepherosa Ziehaurman: Record owner CPUID during initialization
2011-10-07 TimTRIM support
2011-10-07 Venkatesh Srinivaskernel -- Resolve NULL ptr dereference in fill_kinfo_proc.
2011-10-07 Matthew Dillonkernel - Fix bug in lwkt_token_swap()
2011-10-06 Antonio Huete Jimenezx86_64 - Remove unneeded globaldata.c file.
2011-10-06 Venkatesh Srinivaskernel -- Add pool spinlocks interface.
2011-10-04 Matthew Dillonkernel - Fix spin lock held across contigfree/kfree...
2011-10-04 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-04 François TigeotImport proplib from NetBSD
2011-10-04 Justin C. Sherrill2.13 update. v2.13.0
2011-10-03 Sepherosa ZiehauMachIntrABI: Add method to return IRQ's target CPU
2011-10-03 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-03 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-09-30 Venkatesh Srinivaskernel - VM MPSAFE fixes
2011-09-29 Matthew Dillonkernel - Numerous VM MPSAFE fixes
2011-09-26 Venkatesh Srinivaskernel -- vfs_bio.c: Rework bread() in terms of breadn().
2011-09-25 Sepherosa Ziehaupoll(2): Set POLLERR properly
2011-09-24 Venkatesh Srinivassys_socketpair: Free socketpair file descriptors if...
2011-09-24 Sepherosa Ziehaufifo: Restore the old semantics of select(2)/poll(2...
2011-09-24 Venkatesh Srinivaskernel -- vm_page_dontneed: Fix interaction with vm_pag...
2011-09-23 Sepherosa Ziehaukevent: Restore old EV_EOF semantics
2011-09-23 Sepherosa Ziehauselect(2)/kevent: Bail out immediately if EV_ERROR...
2011-09-23 Sepherosa Ziehaukevent(2): Set errno properly
2011-09-21 Sascha Wildner<ucontext.h>: Conditionalize prototypes for {get,set...
2011-09-21 Peter AvalosMerge branch 'vendor/FILE'
2011-09-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2011-09-20 Alex Hornungubsec - Fix & update
2011-09-18 Sepherosa Ziehaumachintr/x86_64: Function renaming; no functional changes
2011-09-18 Sepherosa Ziehauclock: register_int and unregister_int will enable...
2011-09-18 Sepherosa Ziehaumachintr/i386: Function renaming; no functional changes
2011-09-16 Sepherosa Ziehautcp: Add comment for the keepinit and keepalive related...
2011-09-16 Sepherosa Ziehautcp: Remove no longer used tcp_slowtimo
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepintvl and keepcnt
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepidle
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepinit
2011-09-16 Sepherosa Ziehautcp: Expose tcp_keepcnt through sysctl net.inet.tcp...
2011-09-15 Matthew Dillonkernel - Fix various memory & swap leaks in tmpfs
2011-09-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-09-14 Sepherosa Ziehaui386/files: isa/clock.c is clean enough to compile...
2011-09-12 Sepherosa ZiehauMachIntrABI: Split vectorctl into intr_setup and intr_t...
2011-09-12 Venkatesh Srinivaskernel: mmap -- Return EINVAL for len = 0 mmap.
2011-09-10 Sascha Wildnerndis(4): Remove comment that doesn't apply to us.
2011-09-09 Sascha Wildnerkernel: Fix UP remove the "race averted" msg in callout...
2011-09-08 Sascha WildnerFix the VKERNEL/VKERNEL64 build.
2011-09-07 Matthew Dillonkernel - Add missing prototype for last commit
2011-09-07 Matthew Dillonkernel - Fix panic related to kqueue-based timers
2011-09-07 Sascha WildnerSync ndis(4) and tools with FreeBSD and hook it all...
2011-09-07 Sascha Wildnerkernel: Add dt_lock (for GDT and LDT).
2011-09-07 Sascha Wildnerkernel: Add m_extadd().
2011-09-07 Sascha Wildnerkernel: Add linker_file_foreach() (taken from FreeBSD).
2011-09-07 Sascha Wildner<net/ethernet.h>: Add ETHER_MAX_FRAME (taken from FreeBSD).
2011-09-05 Sepherosa Ziehaumachintr.h: Add header guardian
2011-09-05 Sepherosa ZiehauMachIntrABI: Remove unused setvar/getvar interfaces
2011-09-05 Sepherosa Ziehaumachintr.h: Remove unnecessary inclusion
2011-09-02 Sascha Wildnerkernel: Use NULL for DRIVER_MODULE()'s evh & arg (which...
2011-09-02 Sascha Wildnernetif/e1000: Add a missing include file to the Makefile.
2011-09-02 Sepherosa Ziehauacpi/pcib: Use DEFINE_CLASS_1 to define acpi_pcib driver
2011-09-02 Sepherosa Ziehaupci: Declare pcib_driver
2011-09-01 John MarinoMerge branch 'vendor/GDB'
2011-08-31 Sascha Wildnermpt(4): Properly lock mpt_timeout().
2011-08-31 Sascha Wildnermfi(4): Remove another debug message.
2011-08-31 Sepherosa Ziehauioapic/x86_64: Rearrange pin information for ioapic...
2011-08-31 Sepherosa Ziehauintr/x86_64: Define ISA_IRQ_CNT; use it consistently...
2011-08-31 Sepherosa Ziehauintr/x86_64: Define IDT_HWI_VECTORS
2011-08-31 Sepherosa Ziehauicu/x86_64: Remove unnecessary header inclusion
2011-08-31 Sascha Wildnermfi(4): Remove some debug messages.
2011-08-30 Sascha WildnerLINT/LINT64: Add SAFE_NO_RNG.
2011-08-29 Sepherosa Ziehauioapic/i386: Rearrange pin information for ioapic low...
2011-08-29 Sepherosa Ziehauintr/i386: Define ISA_IRQ_CNT; use it consistently...
2011-08-29 Sepherosa Ziehaubce(4): Flush BCE_PCICFG_INT_ACK_CMD in interrupt handler
2011-08-29 Sepherosa Ziehauatkbd/x86_64: Do the same AT controller check on x86_64...
2011-08-29 Sascha Wildnermfi(4): Fix a bug in the disk initialization code.
2011-08-28 Sascha Wildnerkernel: Bring in safe(4), for SafeNet crypto accelerators.
2011-08-28 Alex Hornungdsched - increase max size of diskctx
next