dragonfly.git
2007-04-21 Peter AvalosFix a memory leak in the uname/gname lookup cache.
2007-04-21 Sascha WildnerRemove argument to .Os.
2007-04-21 Sascha WildnerBump .Dd for the -L option and add -L to the SYNOPSIS.
2007-04-21 Matthew DillonConvert all pr_usrreqs structure initializations to...
2007-04-20 Matthew DillonMake 'last mounted on' reporting by fsck work again...
2007-04-20 Simon SchubertCreate the right symlinks for libpthread.so.0.
2007-04-20 Sascha WildnerFix link names with $DESTDIR.
2007-04-20 Sascha Wildner1) Remove redundant -print's in EXAMPLES.
2007-04-20 Sascha WildnerAdd a DEVICES section and vkd(4)/vke(4) MLINKS.
2007-04-20 Sascha WildnerMake hw.vkeX.tap_unit sysctl read only.
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-04-19 Matthew DillonWe have a few generation sets for Red-Black trees that...
2007-04-19 Simon SchubertError out when parsing invalid IPv6 addresses.
2007-04-19 Matthew DillonAllocations of size greater then the radix were not...
2007-04-18 Sascha WildnerRemove 'register'.
2007-04-18 Sascha WildnerAnsify parameter declarations and fix minor style issues.
2007-04-17 Simon SchubertBuild libc_r before other libs, particularly before...
2007-04-17 Simon SchubertPoint P_tmpdir to /tmp instead of /var/tmp.
2007-04-17 Matthew DillonDon't allow snd_nxt to be set to a value less then...
2007-04-17 Simon SchubertAdd a proxy libpthread.
2007-04-17 Simon SchubertChange the compilers to alias -pthread to -lpthread.
2007-04-16 Matthew DillonProbably the last change to the syslink() system call...
2007-04-16 Matthew DillonBring in the skeleton infrastructure and manual page...
2007-04-15 Sepherosa ZiehauExpose number of TX/RX descriptors through read-only...
2007-04-14 Gregory Neil... Change build infrastructure over to sendmail 8.14.1.
2007-04-14 Sepherosa ZiehauFor bge_rxeof(), return immediately if no RX descs...
2007-04-14 Sepherosa Ziehau- Return error if reading eeprom times out.
2007-04-14 Sepherosa ZiehauBGE_MBX_TX_HOST_PROD0_LO is write-only, avoid reading it.
2007-04-13 Simon SchubertSwitch binutils default to 2.17 and remove old gcc2...
2007-04-13 Simon SchubertHook binutils-2.17 into the build.
2007-04-13 Simon SchubertAdd build infrastructure for binutils-2.17.
2007-04-13 Simon SchubertConvert assembly which accesses segment descriptors...
2007-04-13 Simon SchubertAdd our READMEs.
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-13 Simon SchubertImport binutils-2.17. vendor/BINUTILS
2007-04-13 YONETANI Tomokazufix critical-section mismatch
2007-04-12 Sascha WildnerAnsify parameter declarations.
2007-04-12 Sascha WildnerAnsify parameter declarations.
2007-04-12 Sepherosa ZiehauWhen read BBP registers, avoid writing to BBPCSR until...
2007-04-12 Gregory Neil... Add DragonFly instructions file to new version directory.
2007-04-12 Gregory Neil... Import sendmail 8.14.1
2007-04-12 Gregory Neil... Merge from vendor branch SENDMAIL:
2007-04-11 Simon SchubertDisable ar support in libarchive due to buffer overflow...
2007-04-11 Matthew DillonKernel virtual memory must be mapped on a segment addre...
2007-04-11 Matthew DillonUse SHUT_RD instead of a hardcoded value of 0 in calls...
2007-04-11 Sascha WildnerRemove ldconfig_paths_aout which was removed from the...
2007-04-11 Matthew DillonRemove ldconfig_paths_aout, it is no longer used.
2007-04-11 Sascha Wildner<> -> ()
2007-04-11 Sascha WildnerMisc. mdoc fixes.
2007-04-11 Sascha WildnerDon't use \*[Px] because it leads to an unwanted font...
2007-04-10 Sascha WildnerSwap "underflow" and "overflow" in table header.
2007-04-09 Sascha WildnerSeparate punctuation.
2007-04-09 Sascha WildnerOops, forgot to remove parentheses.
2007-04-09 Sascha WildnerUse .Fn for functions, fix .Nm usage.
2007-04-09 Matthew DillonAdd subr_alist.c. This is a bitmap allocator that...
2007-04-09 Sascha WildnerRemove redundant -Wall option.
2007-04-09 Sascha Wildner* Raise WARNS to 6 and fix all warnings.
2007-04-08 Sascha WildnerRemove obsolete header files.
2007-04-08 Sepherosa ZiehauFix comment: 1000baseTX -> 1000baseT
2007-04-08 Sepherosa ZiehauNuke unnecessary NULL node checks.
2007-04-08 Sepherosa ZiehauCode cleanup:
2007-04-08 Sascha Wildner* Bring in some relevant changes from FreeBSD.
2007-04-07 Sascha WildnerRemove the hostcache code which has been inactive since...
2007-04-07 Sascha Wildnerat_shutdown() is long gone and was replaced with event...
2007-04-07 Sascha WildnerAdd minimal device_get_parent() manpage (device(9)...
2007-04-07 Sascha WildnerFix various forms of .Pa abuse/mistakes.
2007-04-07 Peter AvalosUpgrade to libarchive 2.0.28 giving us ar support and...
2007-04-07 Peter AvalosImport libarchive 2.0.28.
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-07 Sascha WildnerRemove unused variable.
2007-04-06 Peter AvalosDocument missing multibyte character handling.
2007-04-06 Peter AvalosSync with FreeBSD.
2007-04-06 Peter AvalosUse libcrypto for DES instead of libcipher.
2007-04-06 Sascha WildnerVOP_BWRITE() was removed in 2006.
2007-04-06 Sascha WildnerImprove mdoc a bit and uncomment some references.
2007-04-06 Sascha WildnerAdd missing .Pp
2007-04-06 Sascha WildnerConvert to mdoc.
2007-04-06 Sascha Wildnerarc4random() returns 0 - 2**32-1, not 2**31-1.
2007-04-05 Peter AvalosUpgrade to libarchive 2.0.27 which brings in a few...
2007-04-05 Peter AvalosImport libarchive 2.0.27.
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Sascha WildnerThe LK_NOPAUSE flag was removed last year.
2007-04-05 Sascha WildnerUse standard section name.
2007-04-05 Sascha WildnerAdd some missing references.
2007-04-04 Sascha WildnerRemove leading zeroes.
2007-04-04 Sascha WildnerFix function name.
2007-04-04 Sascha WildnerRemove manual page of bus_generic_map_intr(), which...
2007-04-04 Sascha WildnerRemove unused definition.
2007-04-04 Sascha Wildner* Remove compatibility with some old config options...
2007-04-04 Sascha WildnerFix '
2007-04-04 Sascha WildnerConvert to mdoc.
2007-04-04 Matthew DillonAdd IP_MINTTL socket option - used to set the minimum...
2007-04-03 Matthew DillonCleanup and reformulate some of the comments.
2007-04-03 Sepherosa Ziehau- Initialize ti_jslot_serializer before it is used.
2007-04-03 Sepherosa ZiehauRssi correction value is in lower byte not upper byte.
2007-04-03 Sascha WildnerRemove trailing whitespace.
2007-04-03 Sascha WildnerSync zoneinfo database with tzdata2007e from elsie.
2007-04-03 Matthew DillonUpdate the syslink documentation. This is still a...
2007-04-02 Sepherosa ZiehauNuke old TX rate control algorithm coming with ral(4).
2007-04-02 Sepherosa ZiehauAdd Sample and Onoe TX rate control algorithm support...
next