ancontrol(8): silence gcc44 warnings
[dragonfly.git] / sys /
2009-09-19 Sascha WildnerRestrict visibility of lwkt_schedule_remote() to SMP.
2009-09-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-19 Matthew DillonAMD64 - Unbreak the acpi kld, which also seems to fix...
2009-09-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-18 Matthew Dillonboot - Bring in real-mode fixes for BIOS calls
2009-09-17 Jordan Gordeevamd64: Fix for Xorg.
2009-09-17 Sascha WildnerFix some 'unused variable' warnings.
2009-09-16 Sascha Wildnerdevfs: Remove some unneeded variables.
2009-09-16 Sascha Wildneriscsi_initiator(4): Remove an unneeded variable.
2009-09-15 Matthew Dillonkernel - fix bug when issuing synchronous pageouts...
2009-09-15 Matthew DillonAHCI - Note on previous commit, power management support.
2009-09-15 Matthew DillonRELEASE 2.4 - Release Engineering on master adjust...
2009-09-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-15 Simon Schubertamd64: sync AMD64_GENERIC and platform/files with i386
2009-09-14 Matthew DillonKernel - change sync_on_panic default to 0
2009-09-14 Simon 'corecode... Revert "Increase the default TCP maximum segment size...
2009-09-14 Matthew Dillonext2fs - A few bug fixes and syntax adjustments.
2009-09-14 Matthew DillonAHCI - zero-pad ATAPI commands
2009-09-14 Matthew DillonAHCI - No longer cycle the port during port initialization
2009-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-13 Matthew DillonDEVFS - Fixed missed unlock when attempting to list...
2009-09-13 Matthew DillonDEVFS - Wait an extra 2 seconds before looking for...
2009-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-13 Matthew DillonDEVFS - Fix unprintables in serial numbers reported...
2009-09-13 Alex HornungGENERIC - add device kbdmux
2009-09-13 Alex Hornungkbdmux - Add missing opt_kbd.h include
2009-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-12 Alexander Polakovlibiconv: convert NTFS to libiconv.
2009-09-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-12 Simon Schubertatomic.h: use system namespace for function arguments
2009-09-12 Sascha WildnerAdd kbdmux to LINT.
2009-09-12 Alex Hornungdevfs - change default GID to wheel
2009-09-11 Alex Hornungdiskmbr - Don't use 'tempname', use dsname()
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Matthew DillonHAMMER - HAMMERIOC_GETHISTORY ioctl fails on directorie...
2009-09-11 Stathis Kamperisgetcwd: Return proper error codes.
2009-09-11 Alex Hornungdevfs - populate statfs f_files properly
2009-09-11 Alex Hornungkbdmux - Bind into module build Makefile
2009-09-11 Alex Hornungconf.h - Fix buildworld
2009-09-11 Alex Hornungkbdmux - make it work for us
2009-09-11 Alex Hornungkbdmux - Initial import from FreeBSD
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Matthew DillonFix buildworld issues - conditionalize thread.h in...
2009-09-11 Alex Hornungdisk - use make_dev_covering instead of make_dev
2009-09-11 Alex Hornungdevfs - Add new make_dev_covering
2009-09-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-11 Matthew DillonKERNEL - Implement a poor man's ioscheduler using sys...
2009-09-11 Matthew DillonHAMMER - Try to improve backend stalls due to heavy...
2009-09-10 Matthew DillonIPV6 - Attempt to fix tcp46 compatibility listen sockets
2009-09-09 Matthew DillonKernel - Enable the TCP inflight limiter by default...
2009-09-09 Matthew DillonMBUF - Do not limit an objcache common pool to 10 magaz...
2009-09-09 Matthew DillonMBUF - Account for failed allocations so netstat -m...
2009-09-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-09 Matthew DillonNFE - Change default RX ring size from 128 -> 256,...
2009-09-09 Alexander PolakovRevert "Move isonum_ declaration to iso.h"
2009-09-09 Nicolas Therynfs: fix real/effective id mismatch in nfs_access
2009-09-09 Matthew Dillonpowernow - only build for i386, BIOS macros currently...
2009-09-08 Matthew DillonUSB - Reintroduce OHCI fixes without the larger polling...
2009-09-08 Matthew DillonNFS - Fix panic if the readdir base offset is beyond...
2009-09-08 Matthew DillonSILI - Merge Alex's ATA pass-through ioctls from AHCI...
2009-09-08 Alex Hornungahci(4) - Add support for ATA passthrough
2009-09-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-08 Matthew DillonPIPE - Fix a panic introduced by the last commit.
2009-09-08 Alexander Polakovpowernow: AMD K8 frequency control.
2009-09-08 Antonio HueteISCSI - Minor module handling
2009-09-08 Alexander Polakovcd9660_util.c: fix a typo.
2009-09-08 Alexander Polakovcd9660_util.c: ANSIfy, no functional changes.
2009-09-08 Simon Schubertsound: mmap returns page number, not byte offset
2009-09-08 Simon Schubertmodules: remove KMODDEPS, it is not used anymore
2009-09-08 Simon Schubertmodules: add/correct module versions and depends
2009-09-08 Simon Schubertsys/module.h: include sys/linker_set.h
2009-09-08 Simon Schubertig_hal: add module version
2009-09-08 Matthew DillonRevert "USB - Formalize polling mode and fix ohci inter...
2009-09-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-08 Matthew DillonRemove nearly all MP contention from ip_randomid()
2009-09-07 Alex Hornungsio(4) - Fix double make_dev if used as console
2009-09-07 Matthew DillonUSB - Formalize polling mode and fix ohci interrupt...
2009-09-07 Matthew DillonUSB - Preallocate umass buffers to avoid interrupt...
2009-09-06 Matthew DillonUSB - Avoid unnecessary reprobes.
2009-09-06 Sascha WildnerLINT: Mention KTR_CTXSW.
2009-09-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-05 Alexander Polakovsmbfs: use libiconv v.2
2009-09-05 Sascha Wildnersys/conf/files: Remove duplicates.
2009-09-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-05 Matthew DillonPIPE - Fix more races in the pipe code
2009-09-05 Alexander Polakovnetbt: add MODULE_VERSION
2009-09-05 Alexander PolakovOops, revert the GENERIC part of f5ff88dca23b1b8f4b9287...
2009-09-05 Alexander Polakovmsdosfs: add MODULE_VERSION.
2009-09-05 Alexander Polakovmissing type in iso.h
2009-09-05 Alexander PolakovMove isonum_ declaration to iso.h
2009-09-05 Alexander PolakovConnect cd9660_iconv msdosfs_iconv to the build.
2009-09-05 Alexander Polakovlibiconv: convert cd9660 to libiconv.
2009-09-05 Alexander PolakovStage 3/5: Add msdosfs_iconv.
2009-09-05 Alexander PolakovStage 2/5: Change msdosfs to use libiconv in case.
2009-09-05 Alexander Polakovlibiconv: Uncomment iconv_vfs_refcount.
2009-09-05 Alexander PolakovStage 1/5: Update libiconv to support multibyte encodings.
2009-09-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-09-05 Sepherosa Ziehausoopt_from_kbuf: Use szmin(), since both len and sopt_v...
2009-09-05 Sepherosa Ziehausockopt: Short circuit most of the code in soopt_from_k...
2009-09-05 Aggelos Economopoulosadd KTR_CTXSW option to log context switches
next