dragonfly.git
2011-10-29 Sepherosa Ziehaux86_64/ioapic: Allow GSI's target CPU to be configured
2011-10-29 Sascha Wildnerkernel: Add missing MODULE_VERSION()s for file systems.
2011-10-29 Sascha WildnerFurther shared memory adjustments to be in line with...
2011-10-29 Matthew Dillonkernel - Autosize maximum shm pages
2011-10-29 Matthew Dillonkernel - Fix bug in shmget()
2011-10-29 Matthew Dillonkernel - Remove libc shm shims
2011-10-29 Matthew Dillonkernel - shmget() adjustments
2011-10-29 Matthew Dillonkernel - regenerate system calls
2011-10-29 Matthew Dillonkernel - shmid_ds structure needs to change on 64-bit :-(
2011-10-28 Matthew Dillonkillall - Add support for pts specifications
2011-10-28 John Marinogcc44: Update version from 4.4.6-RELEASE to 4.4.7-20111025
2011-10-28 John MarinoMerge branch 'vendor/GCC44'
2011-10-28 John MarinoUpgrade GCC from 4.4.6-RELEASE to 4.4.7 snapshot 2011...
2011-10-28 Matthew Dillonkernel - Fix vm_object->rb_memq race in pageout daemon
2011-10-28 Matthew Dillonkernel - Another huge HUGE VM performance improvement...
2011-10-28 Matthew Dillonkernel - Clean up spinlock code, add more lwkt_yield()s
2011-10-28 Matthew Dillonkernel - add lwkt_set_interrupt_support_thread() API
2011-10-28 Sepherosa Ziehauswi: Pass cpuid to swi register and unregister
2011-10-28 Sepherosa Ziehauintr: Pass cpuid to register_int and unregister_int
2011-10-28 Sascha WildnerFix i386 buildkernel.
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-28 Sascha Wildnerzone.tab: Fix tzsetup(8) breakage.
2011-10-27 Matthew Dillonkernel - Fix deep recursion in vm_object_collapse(...
2011-10-27 Matthew Dillonkernel - Fix memory leak when execv()ing certain paths.
2011-10-27 Matthew Dillonkernel - Fix deep recursion in vm_object_collapse()
2011-10-26 Matthew Dillontest - Add code to test recent bus error issue
2011-10-26 Matthew Dillonkernel - Fix recently introduced bus error w/postgres...
2011-10-26 Matthew Dillonkernel - pmap (64bit) add missing wiring to fix panic
2011-10-26 Matthew Dillonkernel - Adjust pagezero/pagecopy assembly and re-enabl...
2011-10-26 Matthew Dillonkernel - Handle pmap_protect() race in pmap code
2011-10-26 Matthew Dillonkernel - Rewrite the x86-64 pmap code
2011-10-26 Matthew Dillonkernel - remove MP lock from uipc socket functions...
2011-10-26 Matthew Dillonkernel - Major vm_page, lwkt thread, and other changes
2011-10-26 Matthew Dillonkernel - Make the itimers MPSAFE
2011-10-26 Matthew Dillonkernel - Optimize spinlocks for 48-core contention
2011-10-26 Matthew Dillonkernel - limit allproc_scan() to snapshot
2011-10-26 Matthew Dillonkernel - Fix cumulative nprocs bug
2011-10-26 Matthew Dillonkernel - callout_init() -> callout_init_mp() in selecte...
2011-10-26 Venkatesh Srinivaslibc -- string: strspn should return 0 for empty match...
2011-10-26 Sascha Wildnerpf.conf.5/swapcache.8: Fix some typos (verses -> versus).
2011-10-26 Venkatesh Srinivaslibrt -- aio: lio_listio: Do not dereference NULL sigevp.
2011-10-25 Antonio Huete... libhammer - HAMMER filesystem library.
2011-10-25 Venkatesh Srinivaskernel -- lwbuf: Convert cmpxchg loop to LOCK OR; we...
2011-10-25 Sascha WildnerSync zoneinfo database with tzdata2011m from munnari...
2011-10-25 Sascha Wildnerperiodic/daily: Fix the check for denied zone transfers...
2011-10-25 Sepherosa Ziehautmpfs: Implement vptofh, so programs open files in...
2011-10-25 Matthew Dillonkernel - Increase VM page free minimums for allocations
2011-10-24 Sepherosa ZiehauMerge branch 'devel'
2011-10-24 Sepherosa Ziehautcp: Aggregate the mbuf in sosendtcp() a little bit
2011-10-24 Sepherosa Ziehautcp: Let sosendtcp() call tcp_usrreq.pru_send asynchronous
2011-10-23 Sepherosa Ziehautcp: Add sosendtcp for further optimization
2011-10-23 Sascha WildnerRemove some EISA remains in a couple of manual pages.
2011-10-22 Antonio Huete... test - Little program to list processes from coredumps...
2011-10-22 Antonio Huete... kern - Do not allow calls to vmspace_president_count...
2011-10-22 Matthew Dillonkernel - Fix null-pointer crash in i386/pmap.c
2011-10-22 Sascha Wildneraccept_filter.9: Add missing include.
2011-10-22 Sepherosa Ziehautcp: We have dropped T/TCP for a long time; remove...
2011-10-22 Sepherosa Ziehautcp: We have dropped T/TCP for a long time; remove...
2011-10-22 Sascha WildnerRemove some duplicate includes in sys/kern.
2011-10-21 Samuel J. GreearDRM - Fix LINT build
2011-10-21 David ShaoDRM from FreeBSD current, tested for r600
2011-10-21 Sascha Wildnerkernel: Move GPL'd kernel files to sys/gnu to have...
2011-10-20 Sascha WildnerSome cleanup after addition of TRIM support.
2011-10-20 Sascha Wildnerspinlock.9: A little cleanup.
2011-10-19 Sascha WildnerRevert "LINT/LINT64: Add ext2fs."
2011-10-19 Sascha WildnerLINT/LINT64: Add ext2fs.
2011-10-19 Sascha WildnerLINT/LINT64: Sort filesystems.
2011-10-19 Matthew Dillonkernel - Move a vm_object_pip_wakeup() call
2011-10-19 Matthew Dillonkernel - Fix long-standing vfork/exec bug
2011-10-19 Matthew Dillonkernel - Increase exec args cache on 64-bit boxes
2011-10-19 Matthew Dillonkernel - Fix latency issue with many cores contending...
2011-10-19 Matthew Dillonkernel - pmap_spin needed for UP build
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-10-18 Antonio Huete... syscons - Avoid potential blocking issue.
2011-10-17 Antonio Huete... pmap - 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-15 John Marinoi386/sys/sbrk.S: extra "end" symbol removed
2011-10-15 John Marinocrt1.o: provide symbol definition of environ
2011-10-15 John Marinocrt1.o: provide symbol definition of __progname
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... syscons - Fix comments related to do_switch_scr()
2011-10-14 Antonio Huete... syscons - 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-13 John Marinosdiff: fix wcwidth recursion
2011-10-12 Sascha WildnerSync zoneinfo database with tzdata2011l from munnari...
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 Sascha Wildnerlibc_r/libstand/libthread_xu: 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
next