Sync family tree with FreeBSD.
[dragonfly.git] / sys /
2009-08-16 Matthew DillonPIPE - Fix a blocking race.
2009-08-16 Matthew DillonMPI Driver update - additional merge work.
2009-08-16 Matthew DillonMPT - fix all compiler warnings
2009-08-16 Matthew DillonMPI Driver update - additional merge work.
2009-08-15 Matthew DillonMPI Driver update
2009-08-15 Matthew Dillonpcidevs - Add entry for SYMBIOS SAS1068
2009-08-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-15 Matthew DillonBIO - Do not try to redirty a bp on error unless it...
2009-08-15 Matthew DillonVINUM - Support geometries > 2TB
2009-08-15 Matthew DillonVINUM - correct deadlock, correct 32 bit truncation...
2009-08-15 Matthew DillonAdd umax, umin, i64max, i64min, u64max, u64min.
2009-08-15 Matthew DillonVINUM - Fix reinitialization bug
2009-08-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-15 Matthew DillonAdd more intel stuff to pcidevs.
2009-08-15 Matthew DillonDEVFS - Add sync_devs()
2009-08-15 Matthew DillonDEVFS - Refactor vinum to operate with devfs
2009-08-15 Matthew DillonDEVTAG - Add devtab suppor for disklabel, disklabel64...
2009-08-15 Matthew DillonVINUM - Fix 64 bit compiler warnings
2009-08-15 Matthew DillonVINUM - header file syntax cleanup
2009-08-14 Matthew DillonNFS - Do not allow rsize/wsize or the socket proto...
2009-08-14 Matthew DillonDEVFS - Fix xterm pty allocation, permanently fix pty...
2009-08-13 Matthew DillonAMD64 - Fix file descriptor passing.
2009-08-13 Matthew DillonAMD64 - Use Elf_Word for note alignment
2009-08-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-13 Matthew DillonAMD64 - Enable TSC functions.
2009-08-13 Hasso TepperAdd support for radeon RS880 IGP chips to drm.
2009-08-13 Hasso TepperAdd some additional radeon pci ids to drm.
2009-08-12 Matthew DillonFix swaponvp prototype.
2009-08-12 Matthew DillonDEVFS - change leak_count from size_t to long and use...
2009-08-12 Matthew DillonAMD64 - Change VM_SWZONE_SIZE_MAX from 32M to 512M
2009-08-12 Matthew DillonAMD64 - Fix bugs in pmap_growkernel()
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew DillonAMD64 - Fix bug in pmap_prefault, adjust vn kprintfs...
2009-08-12 Matthew Dillonswap, amd64 - increase maximum swap space to 1TB x 4
2009-08-12 Hasso TepperRemove historic _physadr and label_t typedefs.
2009-08-12 Alex HornungNFS - Implement statvfs to take advantage of 64-bit...
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-12 Matthew DillonAMD64 - Sync additional modifications so amd64 kernel...
2009-08-12 Matthew DillonAMD64 - Sync machine-dependent bits from smtms.
2009-08-12 Matthew DillonAMD64 - Sync machine-independant bits from smtms.
2009-08-12 Matthew DillonCISS - Fake up SYNCHRONIZE_CACHE by default.
2009-08-12 Matthew Dillonmount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
2009-08-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-11 Alex HornungDEVFS - fix probing of label for MBR compat slice;...
2009-08-11 Sascha Wildnerboot2: prevent use of DEBUG_FLAGS
2009-08-11 Alex HornungDEVFS - Modification of clone behaviour; general cleanu...
2009-08-11 Sascha Wildner'options DEVFS' isn't anymore, so remove useless VKERNE...
2009-08-11 Sascha Wildnervkd(4): Comment out an unused variable (just like the...
2009-08-11 Sascha Wildneri4b(4): Remove a declaration which is no longer needed.
2009-08-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-10 Nicolas Therycrget(): use M_ZERO instead of bzero()
2009-08-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-10 Matthew DillonUSB - Clean up address setting and softc allocations
2009-08-10 Matthew DillonEHCI - Fix early probing problems.
2009-08-10 Matthew DillonNFS - Cleanly unmount NFS on halt/shutdown/reboot
2009-08-10 Matthew DillonDEVFS - Make synchronization prior to mountroot more...
2009-08-09 Matthew DillonAMD64 - Fix prototypes for atomic_cmpset_long()
2009-08-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-09 Matthew DillonAMD64 - Fix atomic_cmpset_long()
2009-08-09 Matthew DillonAMD64 - Fix 64 bit buildworld, missing compiler options...
2009-08-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-09 Nicolas Theryadd fchownat(2) system call
2009-08-09 Thomas E. SpanjaardMerge branch 'vendor/GCC44'
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-09 Simon Schubertpcm: perform stereo volume mixing for vchans
2009-08-09 Matthew Dillonbioq - Add a sysctl kern.bioq_barrier to control bioqdi...
2009-08-09 Matthew Dillontsleep - close a tsleep/wakeup race.
2009-08-09 Matthew DillonPIPE - Fix bugs in pipe_shutdown(), and multiple readers.
2009-08-08 Matthew DillonDEVFS - Cleanup. Remove svn_read() / svn_write() and...
2009-08-08 Matthew Dillonfifos - fix broken mkfifo style fifos.
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Matthew Dillonbioqdisksort - fixes to avoid starvation
2009-08-08 Matthew DillonDEVFS - More GPT fixes. Fix serial number aliases...
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Alex HornungDEVFS - Factor out recursive code into iterate_topology
2009-08-08 Matthew DillonDEVFS - probe for disklabels in GPT slices.
2009-08-08 Matthew DillonDEVFS - Cleanup pass.
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Matthew DillonDEVFS - Refactor the loop in disk_probe() to fix GPT...
2009-08-08 Alex HornungDEVFS - (temporarily) fix LINT kernel build
2009-08-08 Sepherosa ZiehauACPICA-UNIX: Building fixup
2009-08-08 Sepherosa ZiehauMerge branch 'vendor/ACPICA-UNIX'
2009-08-08 Sepherosa ZiehauImport acpica-unix-20090521 vendor/ACPICA-UNIX
2009-08-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-08 Matthew DillonDEVFS - Add required vget when disassociating a vnode...
2009-08-07 Alex HornungDEVFS - delete rule-created aliases on rule reset
2009-08-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-07 Alex Hornungsubr_disk - don't show 0-size slices
2009-08-07 Simon Schubertkern_memio: don't treat any memio device as /dev/zero
2009-08-07 Simon Schubertboot: consolidate per-platform settings
2009-08-07 Matthew DillonDEVFS - Fix asynchronous race on reprobe, remove devfs_...
2009-08-07 Matthew DillonKernel mtx - Add mtxsleep(), interlocked tsleep w/...
2009-08-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-06 Alex Hornungkern_memio - fix check for zerodev to fix memory mappings
2009-08-06 Alex HornungDEVFS - Cleanup of devfs_core, devfs_rules and devfs_vfsops
2009-08-06 Matthew DillonDEVFS - Code Cleanup
2009-08-06 Matthew DillonDEVFS - Code cleanup.
2009-08-06 Alex HornungDEVFS - add vfs ops fhtovp, vptofh and vget
2009-08-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next