dragonfly.git
2009-08-05 Sascha WildnerRemove some devices.conf(5) and MAKEDEV(8) related...
2009-08-05 Sascha Wildnermount_devfs/devfsctl: Until we have manpages, don't...
2009-08-05 Matthew DillonDEVFS - Adjust the vkernel to use if_tap's autocloning...
2009-08-05 Matthew DillonDEVFS - Fix the TAP device. Auto-cloning and old-style...
2009-08-05 Matthew DillonDEVFS - Fix bug in devfs_clone_bitmap_set() (xor -...
2009-08-05 Alex HornungDEVFS - add make_autoclone_dev to take of clone initial...
2009-08-05 Alex HornungDEVFS - change the rdev allocator to consider minor
2009-08-05 Sascha Wildnermount_devfs(8): Clean up C++ comments and comment out...
2009-08-05 Alex HornungBump __DragonFly_version after devfs import
2009-08-05 Alex Hornungdevfsctl - Default to debug build; add to buildworld
2009-08-05 Alex Hornungdevfsctl - Cleanup of usage() and its callers
2009-08-05 Alex HornungDEVFS - Avoid showing devfs aliases to hidden nodes
2009-08-05 Alex Hornungdevfsctl - Add userfriendliness; correct #include
2009-08-05 Alex HornungDEVFS - Avoid hiding of /dev/devfs
2009-08-05 Alex Hornungdevfsctl - Sync up to devfs_rule changes (dynamic memor...
2009-08-05 Alex HornungDEVFS - Cleanup of dead functions/comments; various...
2009-08-05 Alex HornungDEVFS - Cleanup of C++-style comments in subr_diskslice
2009-08-05 Alex Hornungvcons - Cleanup of leftover kprintfs in vconsole driver
2009-08-05 Matthew DillonDEVFS - Add serial number links for all CAM and NATA...
2009-08-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-04 Matthew Dillonkernel module loader - fix load dependencies from prelo...
2009-08-04 Alex HornungMerge branch 'master' of ssh://alexh@crater.dragonflybs...
2009-08-04 Alex HornungMerge branch 'devfs' of ssh://alexh@leaf.dragonflybsd...
2009-08-04 Alex Hornungtest commit
2009-08-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-04 Matthew Dillongzip - Fix stack underflow, exit on path too long
2009-08-04 Matthew DillonMOUNTCTL - Adjust the hammer and null filesystems to...
2009-08-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-04 Matthew DillonMOUNTCTL - Add MOUNTCTL_MOUNTFLAGS, create vop_stdmount...
2009-08-04 Matthew DillonMerge commit 'crater/master' into devfs
2009-08-04 Matthew DillonDEVFS - Add required call to devfs_tracer_orphan_count...
2009-08-04 Matthew DillonDEVFS - Remove debugging
2009-08-04 Matthew DillonDEVFS - Fix NULL ptr deref when reclaiming unlinked...
2009-08-04 Matthew DillonDEVFS - Remove /dev/MAKEDEV* when upgrading.
2009-08-04 Matthew DillonDEVFS - change /dev/pci0 to just /dev/pci (fixes X)
2009-08-04 Alex HornungDEVFS - Fix a bug in devfsctl and devfs_rules
2009-08-04 Matthew DillonDEVFS - rollup - Userland, nrelease, and installer
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-08-04 Matthew DillonDEVS - rollup - kernel core
2009-08-04 Matthew DillonDEVFS - rollup, namecache invalidation
2009-08-04 Matthew DillonDEVFS - Remove specfs from the build proper.
2009-08-04 Matthew DillonDEVFS - Rollup
2009-08-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-04 Matthew DillonGCC-4.4: Fix improper object placement in (potentially...
2009-08-03 Antonio HueteCorrect RETURN VALUES in mountctl(2)
2009-08-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-03 Matthew DillonAHCI - fix hint.ahci_* -> hint.ahci.*
2009-08-03 Simon Schubertgcc44: properly pass and report target machine and...
2009-08-03 Simon Schubertgcc34/gcc41: always set library search path
2009-08-03 Simon Schubertgcc44: add patch files necessary for build
2009-08-03 Simon Schubertgcc44: add missing Makefile
2009-08-02 Simon SchubertMerge branch 'gcc441'
2009-08-02 Simon Schubertgcc44: hook to the build
2009-08-02 Simon Schubertgcc44: import build infrastructure
2009-08-02 Simon Schubertgcc44: add local changes
2009-08-02 Simon Schubertmpfr: add our READMEs
2009-08-02 Simon SchubertMerge branch 'vendor/MPFR' into gcc441
2009-08-02 Simon Schubertgmp: add our READMEs
2009-08-02 Simon SchubertMerge branch 'vendor/GMP' into gcc441
2009-08-02 Simon Schubertgcc44: add our READMEs
2009-08-02 Simon SchubertMerge branch 'vendor/GCC44' into gcc441
2009-08-02 Simon SchubertImport mpfr-2.4.1
2009-08-02 Simon SchubertImport gcc-4.4.1
2009-08-02 Simon SchubertImport gmp-4.3.1
2009-08-02 Simon Schubertranlib: specify .c instead of .o as SRCS
2009-08-02 Simon Schubertlibc: link with -nodefaultlibs -lgcc instead of -nolibc
2009-08-02 Simon Schubertbsd.cpu.gcc41.mk: don't set CFLAGS directly
2009-08-02 Simon Schubertbsd.*.mk: allow the setting of separate compile flags...
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Nicolas Theryfdopendir(3): remove file offset limitation
2009-08-01 Sascha Wildnernrelease: Read the # of CPUs when it is actually needed...
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-08-01 Matthew DillonDEVFS - Bring Alex's GSOC mount_devfs.
2009-08-01 Matthew DillonDEVFS - Bring Alex's GSOC libc tty/dev adjustments in.
2009-08-01 Matthew DillonDEVFS - Bring Alex's devfsctl into the main tree
2009-08-01 Matthew DillonDEVFS - Bring Alex's GSOC DEVFS core into the main...
2009-08-01 Sascha WildnerBring back sys/bus/pci/pcidevs which was deleted accide...
2009-07-31 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-31 Matthew DillonAHCI - Add a description for the loader variables to...
2009-07-31 Hasso Tepperdrm/radeon: add RV740 support
2009-07-30 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-30 Matthew DillonFix nasty bug in exec*() code that can crash the machine.
2009-07-29 Sascha Wildnernlookup.h: Include <sys/file.h> for struct file.
2009-07-28 Sascha WildnerBump __DragonFly_version after removing suser() and...
2009-07-28 Sascha Wildnergzip.1: Mention that our gzip(1) can now unpack, too.
2009-07-28 Sascha Wildnermail.local(8): Raise WARNS to 2.
2009-07-28 Sascha Wildnergetty(8): Raise WARNS to 2 and fix a warning.
2009-07-28 Nicolas Theryadd fstatat(2) syscall
2009-07-28 Nicolas Therynew nlookup functions for "at" syscalls
2009-07-28 Sascha Wildnermountd(8): Raise WARNS to 2.
2009-07-28 Sascha Wildnerkdump(1): Fix amd64 warning.
2009-07-28 Sascha Wildnertruss(1): Raise WARNS to 6 and fix warnings.
2009-07-28 Sascha Wildnerkdump(1): Raise WARNS to 6 and fix warnings.
2009-07-28 Sascha WildnerRegenerate syscalls.c
2009-07-28 Sascha Wildnermakesyscalls.sh: Constify syscall names array.
2009-07-28 Sascha Wildnernrelease: Read the # of CPUs and build with -j / MAKE_JOBS.
2009-07-28 Sascha Wildneratomic.[ch]: Clean up some warnings that crept up in...
2009-07-28 Sascha Wildnertelnetd.8: Some more mdoc cleanup.
2009-07-28 Matthew DillonTCP - Fix re-establishment issues if a client reboots
2009-07-28 Matthew DillonTCP - Remove net.inet.tcp.minmssoverload
next