acpi(4): Fix some x86_64 warnings.
[dragonfly.git] / sys /
2010-01-02 Sascha Wildneracpi(4): Fix some x86_64 warnings.
2010-01-01 Sascha WildnerEnable the machdep.disable_rtc_set sysctl on x86_64.
2010-01-01 Matthew Dillonkernel - adjust vnode reclamation
2010-01-01 Matthew Dillonkernel - namecache - fix deadlock
2010-01-01 Matthew Dillonkernel - pmap - more invltlb stuff
2010-01-01 Sascha WildnerBump copyright years. Happy new year!
2009-12-31 Matthew Dillonkernel - pmap - add additional logic for cpu_invltlb()
2009-12-30 Matthew Dillonkernel - pmap (i386) - Refactor the foreign pmap mapping
2009-12-30 Matthew Dillonkernel - pmap (mainly i386) - fix TLB race and other...
2009-12-29 Matthew Dillonkernel - Fix improper vgone() in procfs and races in...
2009-12-29 Matthew Dillonkernel - fix fifofs kqueue broken on the 25th
2009-12-29 Antonio Huete Jimenezmd(4) - Several fixes to make the module loading/unload...
2009-12-28 Matthew Dillonkernel - MPSAFE stabilization
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-12-27 Michael Neumannhammer volume - Serialize volume operations
2009-12-27 Matthew Dillonkernel - Correct bug in cache_fullpath()
2009-12-27 Matthew Dillonkernel - fix improper VOP_*() calls on dead vnode
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-12-24 Sascha Wildnervesa(4): Remove some old prototypes.
2009-12-24 Sascha Wildnerx86_64: Fix a warning.
2009-12-23 Michael NeumannDecrement prisoncount on error
2009-12-23 Antonio Huete Jimenezsignal.h - Rename 'union sigval' members to fit require...
2009-12-22 Sascha WildnerFix some x86_64 warnings in the kernel (and remove...
2009-12-21 Stathis Kamperisaio: Make sysconf() report correct value.
2009-12-21 Matthew Dillonkernel - Fix atomic ops for x86_64 kernel build
2009-12-21 Matthew Dillonkernel - namecache MPSAFE work
2009-12-21 Matthew Dillonkernel - Split an assertion in the sysref code to make...
2009-12-21 Sascha WildnerRemove the JG64 kernel config (a subset of X86_64_GENERIC).
2009-12-21 Alex Hornungcrypto - Mark cryptodev ioctl as MPSAFE
2009-12-21 Alex Hornungkern_memio - mark dev_ops READ and WRITE MPSAFE
2009-12-21 Alex Hornungdevfs - Introduce MPSAFE read/write/ioctl support
2009-12-21 Matthew Dillonkernel - lwkt_token code, minor fix to last commit
2009-12-21 Matthew Dillonkernel - Refactor the lwkt_token code, making it faster
2009-12-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-12-20 Sascha WildnerSilence -Wold-style-definition in a number of places...
2009-12-20 Matthew Dillonkernel - jails - undo minor prisoncount atomic ops
2009-12-20 Matthew Dillonkernel - remove FSMID support
2009-12-20 Sascha WildnerAdd some missing ACPI source files (for LINT).
2009-12-20 Sascha WildnerFix acpi (loading it failed).
2009-12-20 Sascha WildnerFix UP kernel build.
2009-12-20 Matthew Dillonkernel - add hashinit_ext() and phashinit_ext()
2009-12-20 Matthew Dillonkernel - misc MPSAFe work
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-19 Matthew Dillonbusdma - Fix bouncebuffer operation for 64 bit builds...
2009-12-19 Alex Hornungsignal - Introduce si_code codes
2009-12-18 Alex HornungCONFIG - untangle whitespace mess
2009-12-18 Alex HornungCONFIG - add NULLFS
2009-12-18 Alex Hornungdump - rename md dumpsys to md_dumpsys
2009-12-17 Alex Hornungdevfs - Populate getattr va_size for disks properly
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-17 Jan Lentferkern/kern_kinfo.c: Fix incorrect population of kinfo_pr...
2009-12-16 Sascha WildnerFix some warnings that creep up when compiling without...
2009-12-16 Sascha WildnerFix the SOEKRIS build (kernel without I686_CPU).
2009-12-16 Sascha WildnerFix the LINT build.
2009-12-16 Michael NeumannUnbreak HAMMER root mounts
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-12-15 Sascha WildnerAdd -Werror to the kernel build.
2009-12-15 Sascha Wildnermp_machdep.c: Fix some warnings of the SMP without...
2009-12-15 Alex HornungLINT - clear a bunch of warnings
2009-12-15 Sascha WildnerFix warning in the UP build.
2009-12-15 Matthew Dillonkernel - Third time's the charm - move lwp_ucred to...
2009-12-15 Matthew Dillonkernel - Make adjustments to the per-lwp ucred
2009-12-15 Matthew Dillonkernel - move proc->p_lock, add lwp ucred caching
2009-12-14 Sascha Wildnervga(4): Simplify conditions for mode rejection somewhat.
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-12-13 Michael NeumannRemove misleading comments
2009-12-13 Michael NeumannHAMMER - Stabilize and refactor volume removal
2009-12-13 Alexander Polakovi386: sync k6_mem.c with FreeBSD
2009-12-13 Alexander Polakovi386: sync i686_mem with FreeBSD
2009-12-13 Alexander Polakovidentcpu.c: add PLCMULDQ, AES and VMM feature strings
2009-12-13 Alexander Polakovi386: sync identcpu with FreeBSD
2009-12-12 Michael NeumannHAMMER - Fix reblocking operation of volume removal
2009-12-12 Matthew DillonHAMMER VFS - Fix incorrect hammer_cursor_removed_node...
2009-12-12 Michael NeumannHAMMER - Fix panic when removing volume
2009-12-12 Sascha WildnerRemove inclusion of <sys/cdefs.h> from kernel .c files.
2009-12-12 Michael NeumannHAMMER - Stabilize volume removal
2009-12-12 Michael NeumannFix typo
2009-12-12 Michael NeumannHAMMER - Fix umount flushing issue for volume-add/del
2009-12-11 Michael NeumannHAMMER - Implement experimental volume removal
2009-12-11 Aggelos EconomopoulosKill T/TCP
2009-12-10 Jan LentferMerge branch 'master' of ssh://crater.dragonflybsd...
2009-12-09 Michael NeumannRename "hammer expand" to "hammer volume-add"
2009-12-09 Sascha WildnerFix argument order for netmsg_init().
2009-12-08 Sascha WildnerFix LINT kernel build.
2009-12-07 Thomas Nikolajsenhammer: update Version 4 description
2009-12-07 Matthew DillonHAMMER VFS - Fix WIP
2009-12-07 Michael NeumannHAMMER - Implement multi-volume root mounts
2009-12-07 Alex Hornungdump - Unbreak VKERNELs
2009-12-07 Sascha Wildnerloader.8: Bump .Dd and fix a manlint warning.
2009-12-06 Alex Hornungdump - Make use of the new dumping
2009-12-06 Alex Hornungdump - Bring in FreeBSD's dumping (new dumps & minidumps)
2009-12-06 Alex Hornungpmap - Change pmap_map syntaxis
2009-12-06 Sascha Wildnernetwork - Fix SMP build
2009-12-06 Matthew Dillonnetwork - Fix UP build
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-12-05 Aggelos EconomopoulosMerge commit 'lentferj/top_update'
2009-12-05 Matthew DillonHAMMER VFS - Change default from version 3 to version 4
next