git: annotated tag v2.5.1 created

Simon Schubert corecode at crater.dragonflybsd.org
Sun Oct 4 07:36:51 PDT 2009


        at  972d744d883cc75ef5e1bf6c83b35cd330630978 (tag)
   tagging  d81d48525bcb44d47d942feb5705288f4a94e665 (commit)
  replaces  v2.5.0
 tagged by  Simon Schubert
        on  Sun Oct 4 00:10:48 2009 +0200


DragonFly 2.5.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (DragonFly)

iEYEABECAAYFAkrHy+gACgkQr5S+dk6z85pEhQCgk4t/W1rcwwZMj56GGMTZmGyX
I4YAnRS9FVIwmev0vxdegYf0aLVsawm4
=IDFG
-----END PGP SIGNATURE-----

Alex Hornung (22):
      rc.d/diskless - Fix check for devfs
      mergemaster.sh - Fix check for devfs
      md - when setdiskinfo, also set no of blocks
      disk - Also probe NetBSD slices for labels
      tty_pty - Use different dev_ops for unix98 ptys
      devfs - Change make_dev_covering to use dev_ops
      Add a karc4rand() to libkern
      lksleep - Add lksleep for lockmgr locks
      sleep.9 - Update for ssleep,lksleep
      taskqueue - Major overhaul
      taskqueue.9 - Update to reflect tq changes
      taskqueue - Improve _start_threads, refactor code
      taskqueue.9 - Update to reflect ncpu changes
      kern_descrip - Remove leftover debug from devfs
      mbuf - Add m_apply and m_getptr
      opencrypto - Finish porting
      taskq - Make consumer tasks MPALMOSTSAFE
      taskqueue - Mark taskq threads MPSAFE again
      taskqueue - Beautify thread names
      amd64 - Add via variable decls to md_var.h
      tools/tools/crypto - Update from FreeBSD
      amd64 - Add missing AMD64_CPU_FAMILY/MODEL

Alexander Polakov (2):
      Remove /usr/pkg/xorg from paths.
      acpi_thermal: add sensors framework support

Hasso Tepper (1):
      __sys__exit() -> __sys_exit()

Jordan Gordeev (1):
      amd64: Fix for Xorg.

Matthew Dillon (25):
      kernel - fix bug when issuing synchronous pageouts via contigmalloc.
      sysperf - call tests - fix stale compilation errors.
      nrelease - Fix beastie bug w/ gui dvd HAMMER install
      boot - Bring in real-mode fixes for BIOS calls
      AMD64 - Unbreak the acpi kld, which also seems to fix USB umass detection.
      HAMMER - Add rebalancing to automatic cleanup sequence
      Kernel - Fix NOTE_EXIT.
      kernel - Fix kqueue and SIGIO operation on pipes
      kbdmux - Fix wait flag.  Fixes mountroot> and other issues.
      ukbd - Add USBD_CALLBACK_LAST back in
      nrelease - gui build www/firefox3 -> www/firefox
      kernel - add missing M_ZERO in taskqueue_create()
      kernel - CAM - track busses for configuration
      kernel - close holes in autoconf's run_interrupt_driven_config_hooks()
      kernel - add missing header commit to interrupt config hooks changes
      CAM - Fix missing SIM lock in cam_periph_release()
      AHCI - Minor fixes
      HAMMER - Fix root inode creation for slave.
      lwkt - Add lwkt_setpri_initial()
      taskq - Fix SMP panic due to incorrect lwkt_setpri() call.
      taskq - Fix SMP spinlock recursion
      ktrace - Add kern.ktrace_suid, allowing suid/sgid execs to be ktraced.
      vkernel - Fix FP corruption from preemptive thread switch
      vkernel - Fix build after recent crypto import when IPSEC is defined.
      NFS - Fix BIO size panics

Peter Avalos (2):
      Import libarchive-2.7.1.
      Update build for libarchive-2.7.1 import.

Sascha Wildner (37):
      atc(6): Include <stdlib.h> to silence some warnings.
      Some -Werror related cleanup.
      devfsctl(8): Some style cleanup.
      iscsi_initiator(4): Remove an unneeded variable.
      devfs: Remove some unneeded variables.
      Hook mount_hpfs into the build. It builds and even works.
      Fix some 'unused variable' warnings.
      gcc44 warnings: Remove deprecated #ident.
      gcc44 warnings: Remove unused functions.
      gcc44 warnings: irr_raf_mask_onlink is 1 bit.
      kgdb(1): _KERNEL_STRUCTURES is defined globally, so don't redefine it here.
      getdevpath.3: Fix reference and sort.
      Add libkiconv to the list of libraries which can be referenced with .Lb
      Lower some WARNS in binutils to silence amd64 warnings.
      Silence the remaining amd64 warnings for stuff that has WARNS set.
      bsd.sys.mk: Remove the i386 restriction for using -Werror with WARNS.
      Restrict visibility of lwkt_schedule_remote() to SMP.
      gcc44 warns: Put input() under YY_NO_INPUT and set that if it isn't used.
      ancontrol(8): silence gcc44 warnings
      kiconv.3: We have no iconv(9) manual page.
      iscontrol.8: fix date
      bthcid(8): Raise WARNS to 6 and fix warnings.
      Sync vipw(8) with FreeBSD.
      wall(1)/syslogd(8): Raise WARNS to 6 and fix warnings.
      top(1): Raise WARNS to 6 and fix warnings.
      lex(1): Raise WARNS to 2.
      sh(1): Raise WARNS to 6 and fix warnings.
      hammer.8: Mention that rebalance is part of cleanup.
      installer: Move the remaining installer related files out of /usr/local.
      Sync zoneinfo database with tzdata2009n from elsie.
      VIA CPU support: Detect and enable CPU features (RNG, ACE etc.).
      WIP crypto/opencrypto update
      crypto.9: Sync with FreeBSD's crypto(9) manual page.
      hammer.sh: Adjust for devfs.
      gcc44 warnings: Shift in order to fit in 8 bits.
      Bring in a padlock(4) manual page and also sync crypto.4.
      larn(6): Remove some dead SYSV code.

Sepherosa Ziehau (1):
      GC contrib/dev/acpica-unix-20061109

Simon 'corecode' Schubert (8):
      amd64: install intrinsic headers
      amd64: sync cpu/stdint.h with i386
      Import tcsh-6.17.00
      tcsh: add our READMEs
      tcsh: fix warning to keep compiling with WARNS=2
      man: fix bug with relative file names
      development.7: clarify vendor import section
      Fix chdir/fchdir for setuid/setgid binaries

Simon Schubert (17):
      enable WARNS_WERROR by default
      pkg_radd/pkg_search: add support for BINPKG_BASE
      dma: create spool files mode 660
      dma: allow empty sender in queue files
      dma: perform MX lookups
      dma: rework config parsing
      dma: treat connect status messages properly
      dma: defer delivery if STARTTLS fails
      Fix exec from setuid/setgid binaries
      sys/stat.h: implement st_atim et al
      dma: use st_mtim to make source more POSIXy
      dma: sort includes
      dma: don't use __unused
      dma: don't use sockaddr_storage.ss_len
      dma: add DragonFly compat files
      dma: add a plain Makefile for other systems
      release engineering: DragonFly 2.5.1

Thomas Nikolajsen (27):
      hammer(8): Update man page & sync usage()
      vn.4: Describe autocloning & use standard description for kernel modules
      vnconfig.8: Describe autocloning & improve markup
      newfs_hammer(8): Update man page and program messages
      hammer.5: Add info on general items & new features
      mount_hammer(8): Update man page & sync usage()
      aibs: Add ASUSTeK AI Booster ACPI ATK0110 sensors
      varsym: Update man page & sync usage()
      ln: Drop deprecated flag in man page example & sync usage() to man page
      kernconf.5: Add info on 64-bit kernels & improve markup
      disklabel64(8): Update man page & sync usage()
      disklabel(8): Update man page & sync usage()
      iscontrol(8): Fix synopsis, sync usage() & improve markup
      systat.1: Improve markup & add line breaks (end of sentence etc.)
      DEVFS - Add probing of OpenBSD slices
      mountctl(8): Improve Synopsis & sync usage(), also improve markup
      getdevpath(8): Sync usage() to man page
      rc.d/devfs: Add missing line termination.
      md.4: Include kernel module description & adjust example for devfs chnage
      rc.8: Fix description of fsck durig startup
      dragonfly-tips: Add to varsym tip & add some HAMMER tips
      dragonfly-tips: Add missing spaces
      gpt.8: Update example and note
      zmore: Fix incorrect test
      periodic(8): Add time stamps to log
      i386/identcpu.c: Add support for VIA C7
      i386/identcpu.c: Add VIA Nano support

YONETANI Tomokazu (1):
      amd64 - add kvtop and add back ed(4) to AMD64_GENERIC



-- 
DragonFly BSD source repository





More information about the Commits mailing list