dragonfly.git
2007-05-21 Matthew DillonHandle disklabels with the disk management layer instea...
2007-05-21 Matthew DillonFix a bug in recent commits. When creating a virgin...
2007-05-21 Matthew DillonUse 0x%08x for all minor numbers, not just those >...
2007-05-20 Matthew DillonRevert sc1 to testing getuid() like it says it does...
2007-05-20 Matthew DillonContinue untangling the disklabel.
2007-05-20 Matthew DillonRemove the fragment size, block size, and cpg fields...
2007-05-20 Matthew DillonMore disklabel disentanglement - use DIOCGPART instead...
2007-05-20 Matthew DillonRemove all dependancies newfs had on accessing the...
2007-05-20 Matthew DillonWhen a traditional bsd disklabel is present, try to...
2007-05-20 YONETANI TomokazuMerge fixes to debugging messages from FreeBSD:
2007-05-20 Matthew DillonCleanup diskerr() output a bit - don't say it was tryin...
2007-05-20 Matthew DillonQuickly update UPDATING with 1.8 -> 1.9+ documentation.
2007-05-19 Matthew DillonDisklabel operations are no longer legal on the raw...
2007-05-19 Matthew DillonInclude geometry data in DIOCGPART so fdisk can use...
2007-05-19 Matthew DillonFix device recognition, /dev/vn0 now uses WHOLE_SLICE_P...
2007-05-19 Matthew DillonFix a one-character allocated string buffer overflow...
2007-05-19 Sascha WildnerMiscellaneous mdoc fixes.
2007-05-19 Matthew DillonKeep the ds_skip_* fields in struct diskslice properly...
2007-05-19 Matthew DillonContinue untangling the disklabel. Clean up dumpdev...
2007-05-19 Matthew DillonMake savecore work wagain by using the new 64 bit dumpl...
2007-05-19 Matthew DillonTemporary hack until we can get rid of the disklabel...
2007-05-19 Sepherosa Ziehau- Turn on VLAN_MTU for 905B typed cards.
2007-05-19 Matthew DillonImplement raw extensions for WHOLE_DISK_SLICE device...
2007-05-19 Matthew DillonUse the WHOLE_DISK_SLICE instead of the compatibility...
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-18 Matthew DillonUpdate # comments and documentation for disktab(5).
2007-05-18 Matthew DillonCleanup shutdown(2) usage and make it consistent. ...
2007-05-18 Matthew DillonFinish moving boot/i386 to boot/pc32 (it was left half...
2007-05-18 Matthew Dillonuse_mcd.h, use_scd.h no longer exist.
2007-05-18 Matthew DillonRemove the NATA config file generation rules. Add...
2007-05-18 Matthew DillonAdd back PCI_MAP_FIXUP, it was mistakenly removed.
2007-05-17 Matthew DillonFix buildworld, getdiskbyname() has moved to <disktab.h>
2007-05-17 Matthew DillonAdd getdisktabbyname() to libc. This will soon replace...
2007-05-17 Matthew DillonRemove libdisk from the Makefile.
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Matthew DillonUse DIOCGPART instead of DIOCGDINFO to remove reference...
2007-05-17 Matthew DillonSynchronize the NATA kernel build.
2007-05-17 Matthew DillonRemove libdisk from the build.
2007-05-17 Sascha WildnerRemove mcd(4) and scd(4) remains.
2007-05-17 Matthew DillonRemove support for mcd and scd - these were old proprie...
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from the ATA CD...
2007-05-17 Sascha WildnerFix typo.
2007-05-17 Sascha WildnerInclude <diskslice.h> for DIOCGPART. This fixes the...
2007-05-17 Sascha WildnerNext round of fixing all kinds of spelling mistakes.
2007-05-17 Sascha WildnerKill references to the recently removed diskpart(8).
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from CCD. Use the...
2007-05-17 Matthew DillonAdd dev_drefs() - return the number of references on...
2007-05-16 Matthew DillonPort 16 byte SCSI command support from FreeBSD. This...
2007-05-16 Sepherosa ZiehauE2BIG -> EFBIG
2007-05-16 Sepherosa ZiehauE2BIG -> EFBIG
2007-05-16 Matthew DillonContinue untangling the disklabel. Add sector index...
2007-05-15 Matthew DillonSupport 64 bit file sizes and 64 bit sector numbers.
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-15 Matthew DillonThe normal ATA driver is capable of handling 48 bit...
2007-05-15 Matthew DillonAdd a new command, /sbin/diskinfo, which uses the revam...
2007-05-15 Matthew DillonContinue untangling the disklabel. Reorganize struct...
2007-05-15 Sepherosa Ziehau- Fix a typo which may leave promisc/allmulti mode...
2007-05-15 Matthew DillonContinue untangling the disklabel. Use the generic...
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2007-05-14 Sascha WildnerRemove diskpart(8) manual page.
2007-05-14 Matthew DillonStart untangling the disklabel from various bits of...
2007-05-14 Matthew DillonRemove the ancient diskpart program.
2007-05-14 Sascha WildnerLink to pkgsrc(7) instead of packages(7).
2007-05-14 Sepherosa ZiehauUse M_DONTWAIT for mcluster allocation on em_init(...
2007-05-14 Sascha WildnerAdd NetBSD's pkgsrc(7) manpage.
2007-05-14 Matthew DillonRemove old unused cruft.
2007-05-13 Matthew DillonMake the kern.ipc.nmbclusters and kern.ipc.nmbufs sysct...
2007-05-13 Sascha WildnerAnother round of spelling fixes in manpages, messages...
2007-05-13 Hasso TepperMy round of spelling corrections in /share/man.
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-05-13 Matthew DillonOoops, cache_inval_vp_nonblock() was being called too...
2007-05-13 Matthew DillonFix a vnode recyclement namecache<->vnode deadlock...
2007-05-13 Matthew DillonRemove variables that are no longer used due to the...
2007-05-12 Sascha WildnerUse .Nm
2007-05-12 Sascha WildnerSort references
2007-05-12 Sascha WildnerMake fsstress compile.
2007-05-12 Sascha WildnerUse .Nx
2007-05-12 Sascha WildnerUse .At, .Bsx, .Fx, .Nx and .Ox
2007-05-12 Sascha WildnerUse .Pa for URLs
2007-05-12 Sascha WildnerUse .An/.Aq
2007-05-12 Sascha WildnerAdd missing newline.
2007-05-12 Sascha WildnerUse GNU style like the rest of the file for my last...
2007-05-12 Sascha WildnerSync newsyslog(8) with FreeBSD's current code.
2007-05-12 Sepherosa ZiehauReset ifnet.if_timer in bge_stop()
2007-05-12 Sascha WildnerAdd reference to dntpd(8) in SEE ALSO.
2007-05-12 Sascha Wildner* Add descriptions for:
2007-05-12 Sascha WildnerFix typo.
2007-05-12 Sascha WildnerHook resident.conf(5) and varsym.conf(5) into the build...
2007-05-12 Sascha WildnerAdd resident.conf(5) and varsym.conf(5) manual pages.
2007-05-12 Sepherosa Ziehau- Merge bge_release_resources() into bge_detach()....
2007-05-11 Sascha WildnerBump .Dd for recent updates and do some mdoc cleanup.
2007-05-11 Matthew DillonAdd the ID for the Realtek ALC862 codec to the hda...
2007-05-11 Matthew DillonFix the location of Make.tags.inc
2007-05-09 Peter AvalosUpgrade to libarchive 2.2.1 which fixes device node...
2007-05-09 Peter AvalosAdd our READMEs.
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-09 Peter AvalosImport libarchive 2.2.1.
2007-05-09 Matthew DillonFix a bug where multiple mounts on the same mount point...
2007-05-09 Matthew DillonSynchronize libkvm etc, with recent kernel major/minor...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
next