dragonfly.git
2009-08-24 Matthew DillonBring in ISCSI initiator support.
2009-08-24 Matthew DillonRename msleep() to ssleep().
2009-08-24 Matthew DillonRename serialize_sleep() to zsleep()
2009-08-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-24 Matthew Dillonfsync - Add sysctl to relax fsync requirements.
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-24 Sepherosa Ziehaubrgphy: Add support for BCM5722
2009-08-24 Sepherosa Ziehaumiibus: miidevs.h regen
2009-08-24 Sepherosa Ziehaumiibus: Add PHY id for BCM5722
2009-08-24 Simon Schubertremove more kerberos/heimdal
2009-08-23 Nicolas Therynfs: init real/saved uid/gid in server-side credentials
2009-08-23 Simon Schubertremove kerberos/heimdal
2009-08-23 Simon Schubertremove gcc34
2009-08-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-23 Matthew DillonPF - Must set FW_MBUF_REDISPATCH when translating input...
2009-08-23 Matthew DillonNetwork - redispatch was not properly adjust ip->ip_len
2009-08-23 Sascha Wildnerciss(4): Use a more proper fix to silence the ciss_prin...
2009-08-23 Nicolas Theryadd faccessat(2) syscall
2009-08-23 Nicolas Theryvfs: add support for incoming faccessat(2) syscall
2009-08-23 Nicolas Theryaccess(2): fix confusion between real and effective...
2009-08-23 Nicolas Therynwfs: refactor nwfs_access to use vop_helper_access
2009-08-23 Nicolas Therysmbfs: refactor smbfs_access to use vop_helper_access
2009-08-23 Nicolas Therynfs: refactor nfs_laccess to use vop_helper_access
2009-08-23 Nicolas Theryprocfs: refactor vop_access to use vop_helper_access
2009-08-23 Nicolas Theryufs: refactor vop_access to use vop_helper_access
2009-08-23 Nicolas Theryudf: refactor vop_access to use vop_helper_access
2009-08-23 Nicolas Therymsdosfs: refactor vop_access to use vop_helper_access
2009-08-23 Nicolas Theryisofs: refactor vop_access to use vop_helper_access
2009-08-23 Nicolas Theryhpfs: refactor vop_access to use vop_helper_access
2009-08-23 Nicolas Theryext2: refactor vop_access to use vop_helper_access
2009-08-23 Nicolas Theryremove #ifdef'ed out quota code from vop_helper_access
2009-08-23 Nicolas Thery'at' syscalls: remove unneeded _AT_SYMLINK_MASK constant
2009-08-22 Matthew DillonAMD64 - Fix unsigned promotion that was meant to be...
2009-08-22 Matthew DillonAMD64 - Fix just enough of the missing prototypes to...
2009-08-22 Matthew DillonChange TCP_MIN_WINSHIFT from 6 to 5 to accomodate broke...
2009-08-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-22 Matthew DillonTCP - Fix problems with dynamic receiver and sender...
2009-08-22 Sascha Wildnersys/boot: Fix warnings in sys/boot and raise WARNS...
2009-08-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-22 Matthew DillonAMD64 - Fix SIZE_MAX test from previous commit
2009-08-21 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-21 Matthias SchmidtFix typo in development(7)
2009-08-21 Matthew DillonAMD64 - Fix compiler warnings.
2009-08-21 Matthew DillonAMD64 - Refactor the 'top' program.
2009-08-21 Matthew DillonAMD64 - Fix compiler warning.
2009-08-21 Matthew DillonAMD64 - AUDIT RUN - Fix format strings, size_t, and...
2009-08-21 Matthew DillonAMD64 - yp functions take pointers to int, not pointers...
2009-08-21 Matthew DillonAMD64 - Fix compiler warnings
2009-08-21 YONETANI TomokazuFix mplock mismatch.
2009-08-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-20 Matthew DillonAMD64 - Get buildworld working again.
2009-08-20 Simon Schubertacpidump: fix interaction with iasl
2009-08-20 Simon Schubertprintf(1): don't use getopt, second take
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-08-20 Matthew DillonINET6 - Fix broken call to ip6_notify_pmtu()
2009-08-20 Matthew DillonVKERNEL - fix procedure argument to match prototype.
2009-08-20 Matthew DillonRevert "printf(1): don't use getopt"
2009-08-20 Simon Schubertdistrib-dirs: replace symlink if it is dangling
2009-08-20 Simon Schubertlibc: fix declaration: use size_t instead of vm_size_t
2009-08-20 Simon SchubertFinish revert "size_t/ssize_t - change to [unsigned...
2009-08-20 Simon Schubertrc.d/mixer: save state for all /dev/mixer*
2009-08-20 Simon Schubertxargs: error out if argument to -L is no valid number
2009-08-20 Simon Schubertprintf(1): don't use getopt
2009-08-20 Matthew DillonRevert size_t/ssize_t 1e8087d481c6bfecf14ce6eddc5c72203...
2009-08-20 Matthew DillonHAMMER - Massively improve performance
2009-08-20 Matthew DillonBIOQ - Create a more sophisticated bursting mechanic...
2009-08-20 Matthew Dillondisklabel64 - Fix DIOCSDINFO64, DIOCWDINFO64 bugs
2009-08-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-20 Matthew DillonNATA - Convert sysctls to globals to make NATA compile ok
2009-08-19 Simon Schubertnewvers.sh: shorten version string
2009-08-19 Simon Schubertgitrev.sh: disable dirty-tree check
2009-08-19 Sascha WildnerRemove dev_ops_release() and two more stale prototypes.
2009-08-19 Matthew DillonNATA - Replace the queuing algorithm with the one used...
2009-08-19 Matthew Dillonbioqdisksort - refactor I/O queueing to fix read starva...
2009-08-19 Matthew DillonHAMMER - Rework write pipelining
2009-08-19 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-08-19 Matthias Schmidtpkg_search: Change URLs and honor possible mirror settings
2009-08-19 Matthew DillonAHCI - Fix interrupt enablement sequencing
2009-08-19 Matthew DillonHAMMER Util - Refactor mount list scan and other fixes
2009-08-19 Matthew DillonHAMMER rebalance - Fix propogation race.
2009-08-19 Matthew DillonHAMMER mirroring - Multiple adjustments to support...
2009-08-19 Sascha Wildnerahci.4: Fix tunable name (reported by hasso).
2009-08-19 Sascha WildnerFix some WARNS fallout from the recent (s)size_t changes.
2009-08-19 Simon Schubertsound: add cloning with devfs
2009-08-19 Alex Hornungsys/sys/conf.h - Add GID_TTY #define
2009-08-19 Alex HornungDEVFS - avoid ENOENT on fstat of open vnode; cleanup...
2009-08-19 Simon Schubertdistrib-dirs: invert logic
2009-08-19 Matthew DillonKernel - Check cd8/cd9 for root mount (USB)
2009-08-19 Matthew DillonAHCI - Fix bricking issue with older chipsets on boot.
2009-08-19 Alex HornungDEVFS - Avoid clearing of hides that don't come from...
2009-08-19 Alex HornungDEVFS - fix possible panic on devfs_release_ops
2009-08-19 Matthew DillonAMD64 - Pipes now support 64 bit size_t for uio_resid.
2009-08-19 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-19 Matthew DillonHAMMER - break atomicy for huge reads and writes.
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-19 Matthew DillonChange typedefs for vm_offset_t, vm_size_t, and vm_pind...
2009-08-19 Matthew DillonFix miscellanious size_t related compiler warnings.
2009-08-19 Matthew Dillonsize_t/ssize_t - change to [unsigned] long
2009-08-18 Simon Schuberttest/amd64: increase qemu opcode buffer limits
2009-08-18 Simon Schuberttest/amd64: update to qemu-0.10.6
next