dragonfly.git
2009-08-09 Thomas E. SpanjaardMerge branch 'vendor/GCC44'
2009-08-09 Thomas E. Spanjaardgcc44: import forgotten file
2009-08-09 Simon Schubertnrelease: do not mount devfs for build
2009-08-09 Simon Schubertgcc44: adjust README.DELETED
2009-08-09 Simon SchubertMerge branch 'vendor/GCC44'
2009-08-09 Simon Schuberthammer util: rename function to match behavior
2009-08-09 Simon Schuberthammer util: avoid running concurrent cleanups
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 Simon Schubertgcc44: import forgotten file
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 Stathis Kamperisprintenv(1): Rework how env vars are looked up.
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 Stathis Kamperiscproj.3: Add missing man page.
2009-08-08 Sepherosa ZiehauImport acpica-unix-20090521 avalon/vendor/ACPICA-UNIX chlamydia/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 Stathis Kamperiscacosh(3): Return correct principal value.
2009-08-07 Alex HornungDEVFS - delete rule-created aliases on rule reset
2009-08-07 Sascha Wildnerdirectory.3: Fix wrong date.
2009-08-07 Sascha Wildnerstat.2: Document fstatat().
2009-08-07 Sascha Wildnerdirectory.3: Add some lines about the new fdopendir...
2009-08-07 Sascha Wildnerifconfig.8: Remove empty line.
2009-08-07 Sascha Wildnermdoc cleanup: Add missing .Os
2009-08-07 Simon Schubertdevelopment.7: add descrption on how to perform vendor...
2009-08-07 Alex Hornungdevfsctl - Cleanup and several bugfixes
2009-08-07 Matthew Dillonvkernel build suite - add README describing network...
2009-08-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-08-07 Matthew Dillonvkernel build suite - change -I network from /dev/vknet...
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 Schubertmpfr: always include stdint.h to allow build from Drago...
2009-08-07 Simon Schubert.gitignore: properly spell cscope, add empty vim swap...
2009-08-07 Simon Schubertboot: consolidate per-platform settings
2009-08-07 Simon Schubertbsd.cpu.gcc44.mk: add i686/pentiumpro alias
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-07 Matthew DillonDEVFS - vknetd - Change default socket path from /dev...
2009-08-06 Alex Hornungkern_memio - fix check for zerodev to fix memory mappings
2009-08-06 Sascha Wildnermtree: No need to create the /dev/fd/ directory anymore.
2009-08-06 Sascha WildnerMakefile_upgrade.inc: Fix paths.
2009-08-06 Sascha Wildnerfchmodat.2: Fix MLINKS
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...
2009-08-06 Matthew Dillongetdevpath - support API moved to <fstab.h>
2009-08-06 Alex HornungRevert "mount - Add missing LDADD and #include"
2009-08-06 Alex Hornungmount - Add missing LDADD and #include
2009-08-06 Alex Hornungsubr_disk - Use serializing tokens for disklist acceses
2009-08-06 Alex HornungDEVFS - Use dyn. memory for alias and clone handler
2009-08-06 Nicolas Theryadd fchmodat(2) system call
2009-08-06 Matthew DillonDEVTAB - Add devtab support for manual mounts
2009-08-06 Matthew DillonNFS - Fix crash on client on write attempt to ro fs...
2009-08-06 Matthew DillonDEVTAB - Add mountroot & fstab support for serial numbe...
2009-08-06 Matthew DillonDEVFS - Cleanup, remove debug messages.
2009-08-06 Matthew DillonDEVFS - Remove numerous leftovers of the old device...
2009-08-06 Matthew DillonDEVFS - Remove use of make_adhoc_dev() by keyboard...
2009-08-06 Alex HornungDEVFS - Use v_associate_rdev; fix vcount/count_dev
2009-08-05 Sascha WildnerRemove various references to MAKEDEV(8).
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
next