2009-08-25 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-25 |
Matthew Dillon | kernel - Add support for %z[d,x,etc].
|
commit | commitdiff | tree |
2009-08-25 |
Matthew Dillon | AMD64 - Fix bug in mpstable pass 1 non-default configuration
|
commit | commitdiff | tree |
2009-08-25 |
Matthew Dillon | AMD64 - Fix format conversions and other warnings.
|
commit | commitdiff | tree |
2009-08-25 |
Matthew Dillon | AMD64 - Adjust _pmap_allocpte() to handle races.
|
commit | commitdiff | tree |
2009-08-25 |
Matthew Dillon | AMD64 - Cleanup - Remove JGPMAP32 and READYx
|
commit | commitdiff | tree |
2009-08-25 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-25 |
Matthew Dillon | AMD64 - Fix dev_t tests in cpdup
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | Kernel - more NFS fixes, more dirty bit fixes, remove...
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | NFS - Properly handle NFSv3 EOF short-reads
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | Kernel - Fix issues with vnode_pager_setsize() (effects...
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | ISCSI - correct compiler errors due to recent divergences.
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | Bring in ISCSI initiator support.
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | Rename msleep() to ssleep().
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | Rename serialize_sleep() to zsleep()
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | fsync - Add sysctl to relax fsync requirements.
|
commit | commitdiff | tree |
2009-08-24 |
Matthew Dillon | Add a flags argument to VOP_FSYNC()
|
commit | commitdiff | tree |
2009-08-23 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-23 |
Matthew Dillon | PF - Must set FW_MBUF_REDISPATCH when translating input...
|
commit | commitdiff | tree |
2009-08-23 |
Matthew Dillon | Network - redispatch was not properly adjust ip->ip_len
|
commit | commitdiff | tree |
2009-08-22 |
Matthew Dillon | AMD64 - Fix unsigned promotion that was meant to be...
|
commit | commitdiff | tree |
2009-08-22 |
Matthew Dillon | AMD64 - Fix just enough of the missing prototypes to...
|
commit | commitdiff | tree |
2009-08-22 |
Matthew Dillon | Change TCP_MIN_WINSHIFT from 6 to 5 to accomodate broken...
|
commit | commitdiff | tree |
2009-08-22 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-22 |
Matthew Dillon | TCP - Fix problems with dynamic receiver and sender...
|
commit | commitdiff | tree |
2009-08-22 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-22 |
Matthew Dillon | AMD64 - Fix SIZE_MAX test from previous commit
|
commit | commitdiff | tree |
2009-08-21 |
Matthew Dillon | AMD64 - Fix compiler warnings.
|
commit | commitdiff | tree |
2009-08-21 |
Matthew Dillon | AMD64 - Refactor the 'top' program.
|
commit | commitdiff | tree |
2009-08-21 |
Matthew Dillon | AMD64 - Fix compiler warning.
|
commit | commitdiff | tree |
2009-08-21 |
Matthew Dillon | AMD64 - AUDIT RUN - Fix format strings, size_t, and...
|
commit | commitdiff | tree |
2009-08-21 |
Matthew Dillon | AMD64 - yp functions take pointers to int, not pointers...
|
commit | commitdiff | tree |
2009-08-21 |
Matthew Dillon | AMD64 - Fix compiler warnings
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | AMD64 - Get buildworld working again.
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | Fix numerous compiler warnings and format conversion...
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | INET6 - Fix broken call to ip6_notify_pmtu()
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | VKERNEL - fix procedure argument to match prototype.
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | Revert "printf(1): don't use getopt"
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | Revert size_t/ssize_t 1e8087d481c6bfecf14ce6eddc5c722031742332
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | HAMMER - Massively improve performance
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | BIOQ - Create a more sophisticated bursting mechanic...
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | disklabel64 - Fix DIOCSDINFO64, DIOCWDINFO64 bugs
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-20 |
Matthew Dillon | NATA - Convert sysctls to globals to make NATA compile ok
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | NATA - Replace the queuing algorithm with the one used...
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | bioqdisksort - refactor I/O queueing to fix read starvation...
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | HAMMER - Rework write pipelining
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | AHCI - Fix interrupt enablement sequencing
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | HAMMER Util - Refactor mount list scan and other fixes
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | HAMMER rebalance - Fix propogation race.
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | HAMMER mirroring - Multiple adjustments to support...
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | Kernel - Check cd8/cd9 for root mount (USB)
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | AHCI - Fix bricking issue with older chipsets on boot.
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | AMD64 - Pipes now support 64 bit size_t for uio_resid.
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | HAMMER - break atomicy for huge reads and writes.
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | AMD64 - Refactor uio_resid and size_t assumptions.
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | Change typedefs for vm_offset_t, vm_size_t, and vm_pindex_t...
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | Fix miscellanious size_t related compiler warnings.
|
commit | commitdiff | tree |
2009-08-19 |
Matthew Dillon | size_t/ssize_t - change to [unsigned] long
|
commit | commitdiff | tree |
2009-08-18 |
Matthew Dillon | AMD64 - Fix printf type
|
commit | commitdiff | tree |
2009-08-18 |
Matthew Dillon | AMD64 - Move fdisk and nextboot up one level and remove...
|
commit | commitdiff | tree |
2009-08-17 |
Antonio Huete | INSTALLER - Fix a bug with varargs
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | NFS - Fix socket race against nfs_timer.
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | HAMMER Util - Bulk transfer, SIGPIPE, more features.
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | HAMMER Util - Add new features, fix history retention...
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | DEVFS - Remove /usr/sbin/devfsctl when upgrading.
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | AHCI - Chip reset, Inquiry alignment, ATAPI adjustments...
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | Kernel - Use built-in suffix handling for "hw.physmem...
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | DEVFS - Call disk_setdiskinfo() for SCSI/ATAPI CDs.
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | AMD64 - Fix bogus signal interruption
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | MFS - Clean up debug code, remove stuff no longer needed...
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-17 |
Matthew Dillon | MFS - Fix bug in SIGUSR1 signaling.
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | usbd - Do not start moused by default when a usb mouse...
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | HAMMER - Add vfs.hammer.yield_check, yield on cpu intensive...
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | Kernel - Instrumentation for experimentation, interrupt...
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | kernel - Fix bug in usched_set()
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | disk/fd - fix panics
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | PIPE - Fix a blocking race.
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | MPI Driver update - additional merge work.
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | MPT - fix all compiler warnings
|
commit | commitdiff | tree |
2009-08-16 |
Matthew Dillon | MPI Driver update - additional merge work.
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | MPI Driver update
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | pcidevs - Add entry for SYMBIOS SAS1068
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | BIO - Do not try to redirty a bp on error unless it...
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | VINUM - Support geometries > 2TB
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | VINUM - correct deadlock, correct 32 bit truncation...
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | Add umax, umin, i64max, i64min, u64max, u64min.
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | VINUM - Fix reinitialization bug
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | Merge branch 'master' of ssh://crater.dragonflybsd...
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | Add more intel stuff to pcidevs.
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | DEVFS - Add sync_devs()
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | DEVFS - Refactor vinum to operate with devfs
|
commit | commitdiff | tree |
2009-08-15 |
Matthew Dillon | DEVTAG - Add devtab suppor for disklabel, disklabel64...
|
commit | commitdiff | tree |