kernel: Remove some variables that are set but not used.
[dragonfly.git] / sys / sys /
2011-02-24 Peter AvalosFix typo in last commit.
2011-02-23 Venkatesh Srinivaskernel -- Add O_FRNONBLOCKING, to allow reads which...
2011-02-22 Sascha Wildnerrtld(1), headers, manual pages: Bring in some whitespac...
2011-02-22 Sascha Wildner<sys/link_elf.h>: Fix include guard.
2011-02-22 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-02-21 Venkatesh SrinivasAdd definitions for SIGEV_THREAD.
2011-02-20 Sascha Wildner<sys/elf_generic.h>: Fix typo in a #warning.
2011-02-19 Matthew Dillonkernel - Add a transparent MAC bridging feature to...
2011-02-17 Venkatesh Srinivaslibrt: Initial userland implementation of POSIX AIO...
2011-02-17 Matthew Dillonkernel - Add batch heuristic to scheduler and refactor...
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct sigacts (2)
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct sigacts
2011-02-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-16 Venkatesh Srinivaskernel -- Eliminate AIO.
2011-02-15 Matthew Dillonkernel - Add options SLAB_DEBUG to help debug memory...
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-13 Matthew Dillonkernel - Replace sys/ref.h & kern/kern_ref.c with sys...
2011-02-12 Matthew Dillonkernel - Make most of the fork and exit paths MPSAFE
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2011-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-09 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-02-07 Sascha WildnerRemove useless belt and suspenders include guards in...
2011-02-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-06 Sepherosa Ziehauioapic/icu: Add irqmap
2011-02-04 Antonio Huetekern - Properly return the number of bytes in hw.physme...
2011-02-02 Sepherosa Ziehauintr: Further delay MachIntrABI.finalize()
2011-02-02 Sepherosa Ziehauioapic: Function/variable renaming (apic -> ioapic)
2011-02-02 Matthew Dillonkernel - Add kern.usched_global_cpumask
2011-01-31 Peter AvalosMerge branch 'vendor/GDTOA'
2011-01-30 Sepherosa Ziehauioapic/icu: Rework PIC selection code
2011-01-30 Matthew Dillonkernel - Add callback API for mpipe
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-27 Sepherosa Ziehauintr: Enable 192 IDT entries in machine independent...
2011-01-25 Venkatesh Srinivaskernel -- lockmgr debugging.
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2011-01-19 Matthew Dillonkernel - Fix deadlock assertion panic with mmap/read...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2011-01-11 Matthew Dillonkernel - Enhance getcacheblk() (improve saturated write...
2011-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Venkatesh SrinivasMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Venkatesh SrinivasRemove prototype of disksort().
2011-01-11 Venkatesh Srinivaskernel -- kref: Add KREF_DEC macro to allow braced...
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2011-01-10 Matthew Dillonkernel - refactor cpusync and pmap_inval code, fix...
2011-01-08 Sepherosa Ziehaubusdma: Add PROTECTED bus_dma_tag_create() flag.
2011-01-08 Sepherosa Ziehaubusdma: Add PRIVBZONE and ALLOCALL bus_dma_tag_create...
2011-01-02 Sascha Wildnerkernel: Remove support for the Xerox Network Systems...
2011-01-02 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-31 Sascha WildnerBump the copyright years.
2010-12-31 Jan Lentferpf: Update packetfilter to OpenBSD 4.4
2010-12-30 Sepherosa ZiehauNuke forward_fastint_remote(), which has never been...
2010-12-29 Sepherosa Ziehaumtodoff: Add comment
2010-12-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-12-26 Venkatesh Srinivaskernel -- Spinlock debugging.
2010-12-23 Venkatesh Srinivaskernel -- MPIPE: Add a constructor argument and priv...
2010-12-21 Venkatesh Srinivaskernel -- Convert sfbuf to use kref.
2010-12-21 Venkatesh SrinivasCode clean -- nuke private defines of __arysize and...
2010-12-21 Venkatesh Srinivaskernel -- Implement kref, a very lightweight reference...
2010-12-19 Matthew Dillonkernel - Optimize idle thread halt
2010-12-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE' into HEAD
2010-12-19 Peter AvalosMerge branch 'vendor/XZ' into HEAD
2010-12-18 Venkatesh SrinivasRename cpu_mmw_pause(l) to cpu_mmw_pause_(int/long)
2010-12-18 Venkatesh Srinivaskernel -- Replace cpu_mmw_mwait with _pause, which...
2010-12-18 Venkatesh Srinivaskernel -- Correct bug in i386 monitor / mwait routine...
2010-12-18 Venkatesh Srinivaskernel -- Add MONITOR and MWAIT routine to i386 kernel.
2010-12-18 Venkatesh Srinivaskernel -- Remove fo_poll.
2010-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-15 Alex Hornungkern_proc - add kern.proc.cwd sysctl
2010-12-15 Alex Hornungkinfo.h - Document the units of some members
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-12 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-12-11 Matthew Dillonkernel - 48-core MP work
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-11 Matthew Dillonkernel - Remove CACHE_*MPLOCK* macros & sysctl
2010-12-11 Matthew Dillonkernel - Record token & mplock collisions in thread...
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-10 Samuel J. GreearMerge branch 'GCI2010'
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-12-02 Alex Hornungdm - undo my pointless moving of dm.h
2010-12-01 Alex Hornungdm - Modularize it fully
2010-11-30 Stathis Kamperiscondvar - Constify
2010-11-30 Sascha Wildnerkernel: Bring in hexdump() from FreeBSD.
2010-11-30 Samuel J. GreearMerge branch 'GCI2010'
2010-11-30 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2010-11-29 Alex Hornungcondvar - add cv_has_waiters()
2010-11-28 Samuel J. Greearcdefs - Use proper GCC version
2010-11-27 Samuel J. Greearnmalloc - Optimize initialization function out of hot...
2010-11-24 Alex Hornungsysinit - add SI_SUB_DM_TARGETS
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-19 Alex Hornungdevfs - Fix FREEBLKS
2010-11-19 Alex Hornungsubr_disk - Keep an open count
2010-11-19 Alex Hornungsubr_disk - 'official' support for cloning; cleanup
2010-11-19 Alex Hornungkern_conf - add make_only_dev_covering
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-16 Sascha WildnerRemove hotplug(4) since hotplugd(8) uses udev/devattr...
next