]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sbin
Disable ATA DMA for ATAPI devices for now. Apparently, certain revisions
[FreeBSD/FreeBSD.git] / sbin /
2009-03-24 Edwin GroothuisMFV of tzdata2009d:
2009-03-23 Poul-Henning KampSave (empty) worklist at successful completion
2009-03-21 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P2 import
2009-03-21 Rui PauloMerge libpcap 1.0.0.
2009-03-21 Rui PauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-19 Yoshihiro TakahashiUse the common PC98_SID_ACTIVE define instead of a...
2009-03-19 Christian BruefferMdoc style, spelling, grammar and wording fixes. This...
2009-03-17 Edwin GroothuisMFV of tzdata2009c
2009-03-15 Jamie GrittonDefault to AF_LOCAL instead of AF_INET sockets for...
2009-03-11 Ed SchoutenAlso use %zu to print the allocation size when malloc...
2009-03-11 Poul-Henning KampFix printf warnings on amd64 etc.
2009-03-11 Poul-Henning KampOne Pp is more than enough.
2009-03-11 Poul-Henning KampSome improvements to recoverdisk
2009-03-10 Robert WatsonMerge r183430 from vendor/top/dist to head/contrib...
2009-03-08 Maxim Konovalovo Spell. Sort .Xrs.
2009-03-08 Konstantin BelousovDocument several notifications, among them are DEVFS...
2009-03-05 Craig RodriguesAdd a -o mountprog parameter to mount which explicitly...
2009-03-05 Luigi Rizzomove a variable declaration to the beginning of the...
2009-03-05 Luigi Rizzoremove some signed/unsigned and one const/!const warning
2009-03-05 Luigi Rizzomark a function static, as it is
2009-03-02 Robert WatsonMerge OpenBSM 1.1 beta 1 from OpenBSM vendor branch...
2009-03-02 Cy SchubertVerify that the filesystem being referenced in fstab...
2009-03-02 Sam Lefflerconnect vendor wpa area to contrib
2009-02-27 Andriy Gaponnewfs_msdos: allow to work with media that doesn't...
2009-02-27 Rui PauloReplace clone_setcallback() with a new function clone_s...
2009-02-23 Alexander MotinBring SATA revision reporting into conformance with...
2009-02-22 Alexander MotinAdd SATA and USB modes for completeness. USB modes...
2009-02-22 Pawel Jakub Dawidek- Punctuation fixes.
2009-02-19 Roman DivackyDisplay an error message when the requested mode is...
2009-02-19 Sam LefflerFixup handling of roaming and xmit parameters to suppor...
2009-02-17 Pawel Jakub DawidekCorrect the year.
2009-02-17 Pawel Jakub DawidekDocument kern.geom.journal.* sysctls.
2009-02-17 Dag-Erling SmørgravDon't try to auto-detect dynamic linking; it fails...
2009-02-12 Olivier HouchardDon't add a bwrite() symbol, it breaks the build when...
2009-02-08 Marcel MoolenaarPrefer the start and end attributes over the offset...
2009-02-07 Paolo PisatiAdd SCTP NAT support.
2009-02-07 Sam LefflerRegulatory fixups:
2009-02-06 Craig RodriguesSet NFSMNT_ACDIRMAX flag in fallback_mount() function.
2009-02-06 Craig RodriguesSet NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRM...
2009-02-05 Sam Leffleradd support for max antenna gain (not used at the moment)
2009-02-04 Kirk McKusickUpdate the actions previously attempted by the -D optio...
2009-02-03 Xin LIUse %u instead of %zu when we intend to print integer...
2009-02-02 Ulf Lilleengen- Use a separate pointer to the allocated memory for...
2009-02-02 Luigi RizzoExplain that we assume AF_INET and only use the addr...
2009-02-02 Luigi Rizzoremove duplicate #include
2009-02-01 Luigi Rizzoput the altq-related functions into a separate file.
2009-01-31 Bjoern A. ZeebRemove and unused variable.
2009-01-30 David E. O'BrienAdd the '-C' "check clean" flag. If the FS is marked...
2009-01-28 Sam Lefflerinclude the channel list in list caps when -v is set...
2009-01-28 Sam Lefflerpritize the channel we display with list chans so that...
2009-01-28 Sam Lefflersimplify display of 1/2 and 1/4 width channels
2009-01-28 Sam Lefflerimprove debug msgs for regdomain operations; print...
2009-01-28 Sam LefflerFix 1/2 and 1/4 width channel handling:
2009-01-28 Warner LoshRestore necessary NUL termination of locname.
2009-01-28 Robert WatsonPrint disk offets as %jd rather than %lld; I fixed...
2009-01-28 Luigi RizzoAvoid the use of duplicated typedefs -- see the comment...
2009-01-28 Tom RhodesBump doc date for recent change.
2009-01-28 Robert WatsonAdd a new flag to dumpfs(8), -f, which causes dumpfs...
2009-01-28 Craig RodriguesFix parsing of acregmin, acregmax, acdirmin and acdirma...
2009-01-28 David SchultzVendor import of gdtoa 20081205.
2009-01-27 Sam LefflerRemove assumptions about the max # channels in ioctl's:
2009-01-27 Sam Lefflerremove %b msg bit defines now public
2009-01-27 Sam Lefflerupdate to 0.5.11: some useful bug fixes (check ChangeLog)
2009-01-27 Luigi Rizzofix printing of uint64_t values, so we can use WARNS=2
2009-01-27 Luigi Rizzofix wrong variable usage...
2009-01-27 Luigi RizzoPut nat and ipv6 support in their own files.
2009-01-27 Luigi RizzoPut dummynet-related code in a separate file.
2009-01-27 Luigi Rizzonever mind, for the time being let's stick with WARNS...
2009-01-27 Luigi RizzoStart splitting the monster file in smaller blocks.
2009-01-27 Luigi Rizzoput the usage() function inline, it was only 1 line...
2009-01-27 Luigi Rizzoput all options in a single struct, and document them.
2009-01-27 Luigi RizzoI believe this is safe to build with WARNS=2 now
2009-01-27 Luigi Rizzoremove a couple of rarely used #define;
2009-01-27 Xin LIFollow up with previous commit: mention -D, not -C...
2009-01-26 Luigi Rizzowrap all malloc/calloc/realloc calls so they exit on...
2009-01-26 Luigi RizzoSome implementations of getopt() expect that argv[0...
2009-01-22 Luigi Rizzoremove some useless #include,
2009-01-22 Edwin GroothuisMFV of tzdata2009a
2009-01-20 Xin LIRename option 'C' to 'D' (damaged) in order to avoid...
2009-01-20 Luigi RizzoFix a number of (innocuous) warnings, and remove a...
2009-01-20 Maxim SobolevTone down warning about the quality of the NTFS VFS...
2009-01-19 Maxim SobolevIn the CAVEATS section mention the fact that the NTFS...
2009-01-18 Alexander MotinFix regression introduced in rev. 173124:
2009-01-17 Poul-Henning KampBail on ENXIO, you won't get any further any way.
2009-01-16 Sam LefflerFix 1/2 and 1/4 width channel handling for non-GSM...
2009-01-14 Sam Leffleruse correct interface name when setting flags; fixes...
2009-01-14 Luigi RizzoReword some entries for NTFS and DOS.
2009-01-14 Luigi RizzoAnother change from Christoph:
2009-01-14 Luigi Rizzomore changes from Christoph:
2009-01-14 Luigi Rizzoremove unused argument to print_s0()
2009-01-14 Robert WatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-13 Luigi RizzoSome small fixes submitted by Christoph Mallon, specifi...
2009-01-13 David E. O'Brienr187093 failed to keep the lifetime of the pointer...
2009-01-12 David E. O'BrienUse a dynamically grown buffer for building the argv...
2009-01-12 Xin LIFix typo.
2009-01-11 Daniel Gerzo- improve readability
2009-01-10 David E. O'BrienExplicitly check each mount argv building assignment...
2009-01-10 Edward Tomasz Napi... Add the possibility to specify "-o force" with "mdconfi...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-08 Sam LefflerTDMA support for long distance point-to-point links...
next