kernel - Fix overflows and races in zalloc()
[dragonfly.git] / sys / kern /
2011-11-12 Matthew Dillonkernel - Add missing dsched_exit_thread() and friends
2011-11-12 Matthew Dillonkernel - Fix IPI signaling issue, add a few assertions
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 Matthew Dillonkernel - Add required critical section around tsleep_re...
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-10 Matthew Dillonkernel - Allow vm_page_alloc() to return NULL in bio_pa...
2011-11-10 Matthew Dillonkernel - Deoptimize refcount case
2011-11-10 Matthew Dillonkernel - Remove ad-hoc increment/decrement of vm->vm_sysref
2011-11-09 Matthew Dillonkernel - Fix lwp_create() kernel corruption and panic...
2011-11-08 Matthew Dillonkernel - Add callout_stop_sync()
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-05 Samuel J. Greearkernel - sysv - Bump semaphore limits
2011-11-04 Sascha Wildnerkernel: Replace some bzero()s with M_ZERO in the preced...
2011-11-04 Sepherosa Ziehautcp: Bring back MSG_EOF flag support in sosendtcp()
2011-11-04 Sepherosa Ziehausend(2): Add MSG_SYNC to allow user to disable asynchro...
2011-11-04 Sepherosa Ziehautcp: Partly revert f2a3782
2011-11-04 Matthew Dillonkernel - Fix localhost packet misordering
2011-11-03 Matthew Dillonkernel - Fix bug in last commit
2011-11-03 Matthew Dillonkernel - Fix /dev/mem access for memory >=4GB
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 - reformulate the maxusers auto-sizing calculation
2011-11-02 Matthew Dillonkernel - Fix spin-based msgports
2011-11-02 Matthew Dillonkernel - Major MP work on kq and signal processing
2011-10-31 Matthew Dillonkernel - Fix mbuf cluster statistics, fix type change bug
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 - Autosize maximum shm pages
2011-10-29 Matthew Dillonkernel - Fix bug in shmget()
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-27 Matthew Dillonkernel - Fix memory leak when execv()ing certain paths.
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-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-22 Antonio Huete Jimenezkern - Do not allow calls to vmspace_president_count...
2011-10-22 Sascha WildnerRemove some duplicate includes in sys/kern.
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-14 Sascha Wildneripiq: Remove an extra semicolon that was messing up...
2011-10-11 Sepherosa ZiehauMerge branch 'devel'
2011-10-11 Sepherosa Ziehaubus: Add bus_alloc_legacy_irq_resource()
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 Venkatesh Srinivaskernel -- Add pool spinlocks interface.
2011-10-04 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-03 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-03 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
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-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 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-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-09-12 Sepherosa ZiehauMachIntrABI: Split vectorctl into intr_setup and intr_t...
2011-09-09 Sascha Wildnerkernel: Fix UP remove the "race averted" msg in callout...
2011-09-07 Matthew Dillonkernel - Fix panic related to kqueue-based timers
2011-09-07 Sascha Wildnerkernel: Add m_extadd().
2011-09-07 Sascha Wildnerkernel: Add linker_file_foreach() (taken from FreeBSD).
2011-09-05 Sepherosa ZiehauMachIntrABI: Remove unused setvar/getvar interfaces
2011-09-01 John MarinoMerge branch 'vendor/GDB'
2011-08-28 Brills Pengdsched_bfq - Add documentation
2011-08-28 Brills Pengdsched_bfq - A budget fair-queuing dsched policy
2011-08-28 Brills Pengdsched_as - A simple & experimental AS
2011-08-27 Matthew Dillonkernel - Fix ptrace signal races between child and...
2011-08-27 Brills Pengdsched - Add request polling wrapper
2011-08-27 Alex Hornungdsched - Add debugging & fix rare problem conditions
2011-08-27 Alex Hornungfq - fix a (possible) deadlock
2011-08-12 Sascha WildnerMerge branch 'vendor/AWK'
next