Merge branch 'vendor/LIBARCHIVE'
[dragonfly.git] / sys / sys /
2012-01-16 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-16 John Marinortld: add RELRO support
2012-01-13 Sepherosa ZiehauMachIntrABI: intr_{config,cpuid} -> legacy_intr_{config...
2012-01-12 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-10 Nuno Antunesuipc: Import mbuf utility function m_unshare() from...
2012-01-08 Peter AvalosMerge branch 'vendor/XZ'
2012-01-08 Peter AvalosMerge branch 'vendor/TNFTP'
2012-01-05 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-01 Matthew Dillonvkernel - Unbreak 32-bit vkernel builds by fixing broke...
2011-12-31 Sascha WildnerBump copyright. Happy new year!!
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-31 Sepherosa Ziehauvkernel/intr: Pin vkernel "hardware interrupts" to...
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-30 Aggelos EconomopoulosIntroduce sys/cpputil.h for our cpp metaprogramming...
2011-12-29 Sepherosa Ziehauintr: Remove no longer correct ithread_cpuid; use rman_...
2011-12-27 Sepherosa Ziehaux86_64: Add MSI support for IOAPIC MachIntrABI
2011-12-26 Venkatesh Srinivaskernel -- Per-mount syncer thread infrastructure.
2011-12-24 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2011-12-24 Sascha Wildner<sys/tbridge.h>: Add a __printflike().
2011-12-24 Venkatesh SrinivasAdd HAMMER2 vnode tag type.
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-12-22 John MarinoBump __DragonFly_version in param.h due to libm update
2011-12-21 Sascha WildnerRemove some __STDC__ checks.
2011-12-20 John Marinolibm: Bump __DragonFly_version, remove obsolete man...
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-12-14 Francois Tigeotvquota(8): finish implementing the check command
2011-12-14 Francois TigeotNULL VFS: store PFS mount points for later use
2011-12-14 Sepherosa Ziehauintr: Nuke count_registered_ints()
2011-12-14 Sepherosa Ziehauintr: Remove unused function
2011-12-13 Francois TigeotVFS accounting: add a new vquotactl() syscall
2011-12-13 Sascha Wildner<sys/elf_common.h>: Add an EM_ALPHA #define.
2011-12-13 Sepherosa Ziehaubitops: Add __BIT64 and __BITS64
2011-12-12 Francois TigeotVFS accounting: start collecting data
2011-12-12 Matthew Dillonkernel - Misc fixes and debugging
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Francois TigeotVFS accounting: list enabled filesystems
2011-12-10 Francois TigeotVFS accounting: add in-memory storage counters
2011-12-10 Sascha Wildner<sys/ktr.h>: Move static to the first place in declarat...
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-03 Francois TigeotVFS accounting: implement an initialization framework
2011-12-02 Sepherosa Ziehauaccept: Call pru_accept in protocol thread
2011-12-01 Matthew Dillonkernel - Enhanced lockmgr debugging, panic in double...
2011-12-01 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-01 Matthew Dillonkernel - Fix race between procfs / proc sysctls and...
2011-12-01 Matthew Dillonkernel - Minor cleanups
2011-11-29 Sepherosa Ziehauaccept: Save foreign address earlier, if protocol suppo...
2011-11-29 Matthew Dillonkernel - RB_SCAN() requires a short-term spinlock
2011-11-28 Sascha Wildner<sys/rman.h>: rman_get_rid() macro takes one parameter...
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-27 Sepherosa Ziehaux86_64/ioapic_abi: Implement MachIntrABI.rman_setup
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-23 Sascha Wildner<ucontext.h>: For now, mark *context() as i386 only.
2011-11-21 John MarinoBump __DragonFly_version after new functions added...
2011-11-20 Sepherosa Ziehausocket: Speed up soclose by avoiding putting the user...
2011-11-19 Matthew Dillonkernel - Implement a contiguous memory reserve for...
2011-11-19 Matthew Dillonkernel - Revamp subr_alist and get it ready for use
2011-11-17 Alex Hornungdfregress,tbridge - Move into usr.bin and sys/dev
2011-11-17 Matthew Dillonkernel - Fix ps/thread-exit and other related ps races
2011-11-17 Sepherosa Ziehausendfile: Use asynchronized pru_send when ever possible
2011-11-17 Sepherosa Ziehauprotosw: Add PR_ASYNC_SEND, mainly to make sure async...
2011-11-16 Sascha Wildner<sys/socket.h>: Bring back PF_APPLETALK too, to unbreak...
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-14 Sascha Wildner<sys/socket.h>: Re-add AF_APPLETALK to unbreak building...
2011-11-12 Matthew Dillonkernel - Add syscall quick return path for x86-64
2011-11-12 Matthew Dillonkernel - Expose nanosleep1() to other kernel source...
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-12 Matthew Dillonkernel - Upgrade buffer space tracking variables from...
2011-11-11 Sascha WildnerNuke AppleTalk support.
2011-11-11 Matthew Dillonkernel - Performance improvements during heavy memory...
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-11-08 Matthew Dillonkernel - Add callout_stop_sync()
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-07 Samuel J. Greearsys/types.h - include sys/stdint.h for __off_t and...
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-04 Sepherosa Ziehausend(2): Add MSG_SYNC to allow user to disable asynchro...
2011-11-04 Matthew Dillonkernel - Fix localhost packet misordering
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-11-03 Sepherosa Ziehautcp: Allow pure asynchronized pru_send
2011-11-02 Matthew Dillonkernel - Fix spin-based msgports
2011-11-02 Matthew Dillonkernel - Major MP work on kq and signal processing
2011-11-02 Matthew Dillonkernel - add MAP_SIZEALIGN
2011-11-01 Sascha WildnerBump __DragonFly_version for the removal of <crypt...
2011-10-29 John MarinoMerge branch 'vendor/GREP'
2011-10-29 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-10-29 Sascha WildnerFurther shared memory adjustments to be in line with...
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 John MarinoMerge branch 'vendor/GCC44'
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 Matthew Dillonkernel - More many-cores SMP work
2011-10-26 Matthew Dillonkernel - Major vm_page, lwkt thread, and other changes
next