Filter

Displaying 0 — 50 of 484,168 commits

Pages [1 2 3 4 5 69684]

netbsd/NETBSD: src/games/hunt/hunt connect.c hunt.c

Whitespace.
Rev File
1.8 src/games/hunt/hunt/connect.c
1.32 src/games/hunt/hunt/hunt.c
1.13 src/games/hunt/hunt/otto.c
1.12 src/games/hunt/hunt/playit.c

netbsd/NETBSD: src/games/hunt/huntd answer.c bsd.h

Whitespace.
Rev File
1.14 src/games/hunt/huntd/answer.c
1.5 src/games/hunt/huntd/bsd.h
1.5 src/games/hunt/huntd/ctl.c
1.5 src/games/hunt/huntd/extern.c
1.5 src/games/hunt/huntd/pathname.c
12 more files.

netbsd/NETBSD: src/games/hunt/huntd hunt.h

Sigh, more of the same (missed two)
Rev File
1.14 src/games/hunt/huntd/hunt.h

netbsd/NETBSD: src/games/hunt/huntd hunt.h

__attribute__((__noreturn__)) -> __dead
Rev File
1.13 src/games/hunt/huntd/hunt.h

netbsd/NETBSD: src/games/hunt/huntd answer.c ctl.c

ANSIfy function declarations.
Rev File
1.13 src/games/hunt/huntd/answer.c
1.4 src/games/hunt/huntd/ctl.c
1.8 src/games/hunt/huntd/ctl_transact.c
1.8 src/games/hunt/huntd/execute.c
1.6 src/games/hunt/huntd/draw.c
7 more files.

netbsd/NETBSD: src/games/hunt/hunt connect.c hunt.c

ANSIfy function declarations.
Rev File
1.7 src/games/hunt/hunt/connect.c
1.31 src/games/hunt/hunt/hunt.c
1.12 src/games/hunt/hunt/otto.c
1.11 src/games/hunt/hunt/playit.c

netbsd/NETBSD: src/games/hunt/hunt hunt.c

Remove two more bogus casts. These *do* create object diffs on amd64,
for no clear reason, but it looks like the diffs are harmless.
Rev File
1.30 src/games/hunt/hunt/hunt.c

netbsd/NETBSD: src/games/hunt/hunt connect.c hunt.c

Remove bogus casts. Two object file diffs inspected and found to be harmless.
Rev File
1.6 src/games/hunt/hunt/connect.c
1.29 src/games/hunt/hunt/hunt.c
1.10 src/games/hunt/hunt/playit.c

netbsd/NETBSD: src/games/hunt/huntd answer.c ctl_transact.c

Remove a pile of bogus casts. One object file diff, crosschecked and
found harmless.
Rev File
1.12 src/games/hunt/huntd/answer.c
1.7 src/games/hunt/huntd/ctl_transact.c
1.7 src/games/hunt/huntd/execute.c
1.15 src/games/hunt/huntd/driver.c
1.5 src/games/hunt/huntd/expl.c
3 more files.

freebsd/HEAD: CVSROOT modules

  Ports modules update at Saturday 04 July 2009 at 00:09
Rev Delta File
1.20470 +1-0 CVSROOT/modules
+1-0 [Original Commit Message]

netbsd/NETBSD: src/sys/fs/smbfs smbfs_vnops.c

Fix cut/paste error and put back a missing variable.
Rev File
1.72 src/sys/fs/smbfs/smbfs_vnops.c

freebsd/HEAD: www/en/donations donors.sgml

  . Belatedly note the Sparc Ultra 60 I received from Alexis Megas.
Rev Delta File
1.392 +8-1 www/en/donations/donors.sgml
+8-1 [Original Commit Message]

netbsd/NETBSD: src/sys/fs/udf udf_vnops.c

Pass the vp arg to udf_check_possible() so we can access its v_mount
member.

XXX No idea if this is the right solution to this problem, but it does
XXX at least allow thebuild to continue.  The original committed should
XXX verify that this does what was intended!

(Hello again, Elad)
Rev File
1.49 src/sys/fs/udf/udf_vnops.c

netbsd/NETBSD: src/doc CHANGES

Fix date
Rev File
1.1247 src/doc/CHANGES

freebsd/HEAD: ports/sysutils/linux-megacli Makefile, ports/sysutils/linux-megacli/files 407.status-mfi-raid.in

  - Install proper documentation file.
  - Fix typo in patch file.
  
  PR:             ports/134945,
  Submitted by:   Zhen REN <bg1tpt at gmail.com>
                  Bjoern A. Zeeb <bzeeb+freebsdports at zabbadoz.net>
  Approved by:    Ruben van Staveren <ruben at verweg.com> (maintainer)
Rev Delta File
1.7 +2-2 ports/sysutils/linux-megacli/files/407.status-mfi-raid.in
1.11 +2-1 ports/sysutils/linux-megacli/Makefile
+4-3 [Original Commit Message]

netbsd/NETBSD: src/sys/fs/sysvbfs sysvbfs_vnops.c

Define error before using it.

(Hello again, elad!)
Rev File
1.24 src/sys/fs/sysvbfs/sysvbfs_vnops.c

netbsd/NETBSD: src/etc hosts

Make the section on private networks more clear - inspired by RFC.
OK core@
Rev File
1.8 src/etc/hosts

netbsd/NETBSD: src/sys/fs/efs efs_vnops.c

Fix utterly botched previous commit.  efs compiles now and apprears
to work, but the person doing the original change should verify
that it actually works like before the change.

(hi, elad!)
Rev File
1.20 src/sys/fs/efs/efs_vnops.c

netbsd/NETBSD: src Makefile

Build modules before rump libs so that something else can be
unwarrantedly blamed for a change.

This commit follows the style guide and is entirely non-build-tested.
Rev File
1.272 src/Makefile

netbsd/NETBSD: src/external/bsd/dhcpcd/dist dhcpcd.conf

Sync
Rev File
1.3 src/external/bsd/dhcpcd/dist/dhcpcd.conf

netbsd/NETBSD: src/doc 3RDPARTY CHANGES

Import dhcpcd-5.0.5
Rev File
1.706 src/doc/3RDPARTY
1.1246 src/doc/CHANGES

freebsd/HEAD: src/sys/vm vm_extern.h vm_fault.c

  SVN rev 195329 on 2009-07-03 22:17:37Z by kib
  
  When forking a vm space that has wired map entries, do not forget to
  charge the objects created by vm_fault_copy_entry. The object charge
  was set, but reserve not incremented.
  
  Reported by:    Greg Rivers <gcr+freebsd-current tharned org>
  Reviewed by:    alc (previous version)
  Approved by:    re (kensmith)
Rev Delta File
1.253 +11-10 src/sys/vm/vm_fault.c
1.417 +3-1 src/sys/vm/vm_map.c
1.85 +2-1 src/sys/vm/vm_extern.h
+16-12 [Original Commit Message]

freebsd/HEAD: ports/www/hudson Makefile distinfo

  Update to 1.314
Rev Delta File
1.31 +3-3 ports/www/hudson/distinfo
1.34 +2-2 ports/www/hudson/Makefile
+5-5 [Original Commit Message]

freebsd/HEAD: ports/security/p5-Crypt-AppleTwoFish Makefile, ports/security/p5-Crypt-Caesar Makefile

  Take over maintainership
  
  Approved by:    wxs (mentor, implicit)
Rev Delta File
1.8 +1-1 ports/security/p5-Crypt-AppleTwoFish/Makefile
1.6 +1-1 ports/security/p5-Crypt-Caesar/Makefile
1.6 +1-1 ports/security/p5-Crypt-Chimera/Makefile
1.6 +1-1 ports/security/p5-Crypt-Enigma/Makefile
1.6 +1-1 ports/security/p5-Crypt-GOST_PP/Makefile
+11-11 11 more files.
+16-16 [Original Commit Message]

netbsd/NETBSD: src/sys/kern sys_mqueue.c

Message queues also use genfs_can_access() to control access. Since the
latter might lose its KAUTH_GENERIC_ISSUSER check soon, add an internal
function, mqueue_access(), and call genfs_can_access() from it instead
so we don't pollute the main code path once we need to add a special
kauth(9) check for message queues.

No functional change, error codes preserved.

Related mailing list thread:

        http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
Rev File
1.20 src/sys/kern/sys_mqueue.c

netbsd/NETBSD: src/external/mit/xorg/server/drivers/xf86-video-mga Makefile

enable EXA and XAA.
Rev File
1.6 src/external/mit/xorg/server/drivers/xf86-video-mga/Makefile

netbsd/NETBSD: src/sys/dev/acpi acpi_tz.c

Remove an unused mutex.  This was left-over from two years ago when
driver was updated to sysmon_envsys V2;  a simple_lock was turned into
a mutex.  But the only code that ever used the simple_lock was removed
so the mutex can also be removed.

Noticed by njoly@
Rev File
1.44 src/sys/dev/acpi/acpi_tz.c

netbsd/NETBSD: src/sys/fs/adosfs advnops.c, src/sys/fs/cd9660 cd9660_vnops.c

Where possible, extract the file-system's access() routine to two internal
functions: the first checking if the operation is possible (regardless of
permissions), the second checking file-system permissions, ACLs, etc.

Mailing list reference:

        http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
Rev File
1.35 src/sys/fs/adosfs/advnops.c
1.38 src/sys/fs/cd9660/cd9660_vnops.c
1.19 src/sys/fs/efs/efs_vnops.c
1.32 src/sys/fs/filecorefs/filecore_vnops.c
1.15 src/sys/fs/hfs/hfs_vnops.c
11 more files.

freebsd/HEAD: src/share/man/man4 acpi_hp.4 acpi_wmi.4, src/sys/dev/acpi_support acpi_hp.c

  SVN rev 195325 on 2009-07-03 21:12:37Z by rpaulo
  
  acpi_hp.c:
  - sysctl dev.acpi_hp.0.verbose to toggle debug output
  - A modification so this can deal with different array lengths
    when reading the CMI BIOS - now it works ok on HP Compaq nx7300
    as well.
  - Change behaviour to query only max_instance-1 CMI BIOS instances,
    because all HPs seen so far are broken in that respect
    (or there is a fundamental misunderstanding on my side, possible
    as well). This way a disturbing ACPI Error Field exceeds Buffer
    message is avoided.
  - New bit to set on dev.acpi_hp.0.cmi_detail (0x8) to
    also query the highest guid instance of CMI bios
  
  acpi_hp.4:
  - Document dev.acpi_hp.0.verbose sysctl in man page
  - Document new bit for dev.acpi_hp.0.cmi_detail
  - Add a section to manpage about hardware that has been reported
    to work ok
  
  Submitted by:   Michael Gmelin <freebsdusb at bindone.de>
  Approved by:    re (kib)
  MFC after:      2 weeks
Rev Delta File
1.3 +114-95 src/sys/dev/acpi_support/acpi_hp.c
1.4 +22-6 src/share/man/man4/acpi_hp.4
1.3 +3-2 src/share/man/man4/acpi_wmi.4
+139-103 [Original Commit Message]

freebsd/HEAD: ports/www/rubygem-redcloth Makefile distinfo

  - Update to 4.2.2
Rev Delta File
1.8 +3-3 ports/www/rubygem-redcloth/distinfo
1.15 +1-1 ports/www/rubygem-redcloth/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/www/rubygem-httpclient Makefile distinfo

  - Update to 2.1.5.2
Rev Delta File
1.3 +3-3 ports/www/rubygem-httpclient/distinfo
1.3 +1-1 ports/www/rubygem-httpclient/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/www/linux-f10-flashplugin10 Makefile distinfo

  This is a Linux Fedora 10 port for...
  
  This is the official Flash Player from Adobe. This plugin enables
  you to see .swf and .spl files on the 'net from your Opera, Mozilla or
  Firefox sessions.
  
  Please see the Adobe home page for more information.
  
  FreeBSD Flash License Agreement:
          http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374
  
  WWW: http://www.adobe.com/
Rev Delta File
1.3 +10-10 ports/www/linux-f10-flashplugin10/Makefile
1.3 +3-3 ports/www/linux-f10-flashplugin10/distinfo
+13-13 [Original Commit Message]

freebsd/HEAD: ports/Mk bsd.linux-apps.mk, ports/ftp/linux-f10-curl Makefile

  - Add the new security/linux-f10-cyrus-sasl2 and net/linux-f10-openldap
    infrastructure ports to Mk/bsd.linux-apps.mk and add missing
    dependecies on these to the ftp/linux-f10-curl port.  (They are
    needed for www/linux-f10-flashplugin10 to be committed next.)
  - Bump ftp/linux-f10-curl PORTREVISION
Rev Delta File
1.24 +16-2 ports/Mk/bsd.linux-apps.mk
1.9 +2-1 ports/ftp/linux-f10-curl/Makefile
+18-3 [Original Commit Message]

freebsd/HEAD: ports/net Makefile, ports/net/linux-f10-openldap Makefile distinfo.i386

  This is a Linux Fedora 10 infrastructure port for...
  
  OpenLDAP is a suite of Lightweight Directory Access Protocol (v3) servers,
  clients, utilities and development tools.
  
  This package includes the following major components:
  
   * slapd - a stand-alone LDAP directory server
   * LDIF tools - data conversion tools for use with slapd
  
  This is the latest stable release of OpenLDAP Software for general use.
  
  WWW: http://www.OpenLDAP.org/
  
  Obtained from:  Peter Jeremy <peterjeremy at optushome.com.au>
Rev Delta File
1.1 +38-0 ports/net/linux-f10-openldap/Makefile (new)
1.1 +6-0 ports/net/linux-f10-openldap/distinfo.i386 (new)
1.2117 +1-0 ports/net/Makefile
+45-0 [Original Commit Message]

freebsd/HEAD: ports/textproc/rubygem-nokogiri Makefile distinfo

  - Update to 1.32
Rev Delta File
1.4 +3-3 ports/textproc/rubygem-nokogiri/distinfo
1.4 +1-1 ports/textproc/rubygem-nokogiri/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/security Makefile, ports/security/linux-f10-cyrus-sasl2 Makefile distinfo.i386

  This is a Linux Fedora 10 infrastructure port for...
  
  The Cyrus SASL (Simple Authentication and Security Layer)
  
  SASL is the Simple Authentication and Security Layer, a method
  for adding authentication support to connection-based protocols.
  To use SASL, a protocol includes a command for identifying and
  authenticating a user to a server and for optionally negotiating
  protection of subsequent protocol interactions. If its use is
  negotiated, a security layer is inserted between the protocol
  and the connection.
  
  WWW: http://cyrusimap.web.cmu.edu/
  
  Obtained from:  Peter Jeremy <peterjeremy at optushome.com.au>
Rev Delta File
1.1 +31-0 ports/security/linux-f10-cyrus-sasl2/Makefile (new)
1.1 +6-0 ports/security/linux-f10-cyrus-sasl2/distinfo.i386 (new)
1.1045 +1-0 ports/security/Makefile
+38-0 [Original Commit Message]

freebsd/HEAD: ports/devel/rubygem-hoe Makefile distinfo

  - Update to 2.3.2
Rev Delta File
1.17 +3-3 ports/devel/rubygem-hoe/distinfo
1.20 +1-1 ports/devel/rubygem-hoe/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/archivers/p5-Archive-Extract Makefile distinfo

  - Update to 1.34
  - Pass to perl@
Rev Delta File
1.12 +3-3 ports/archivers/p5-Archive-Extract/distinfo
1.17 +2-2 ports/archivers/p5-Archive-Extract/Makefile
+5-5 [Original Commit Message]

freebsd/HEAD: ports/audio/tuneradio Makefile pkg-plist

  Fix build with custom PREFIX/LOCALBASE
  
  PR:             ports/135369
  Reported by:    QAT
  Approved by:    maintainer timeout (28 days); wxs (mentor)
Rev Delta File
1.5 +7-1 ports/audio/tuneradio/Makefile
1.2 +0-1 ports/audio/tuneradio/pkg-plist (dead)
+7-2 [Original Commit Message]

freebsd/HEAD: ports/sysutils/nvclock Makefile distinfo, ports/sysutils/nvclock/files patch-configure.in patch-src-backend-back_bsd.c

  Updated to 0.8b4
  
  PR:             ports/135425
  Submitted by:   Bernhard Froehlich <decke at bluelife.at>
  Approved by:    maintainer timeout (27 days); wxs (mentor)
Rev Delta File
1.2 +0-27 ports/sysutils/nvclock/files/patch-configure.in (dead)
1.2 +0-22 ports/sysutils/nvclock/files/patch-src-gtk-main.c (dead)
1.2 +0-10 ports/sysutils/nvclock/files/patch-src-backend-back_bsd.c (dead)
1.6 +3-3 ports/sysutils/nvclock/distinfo
1.15 +3-2 ports/sysutils/nvclock/Makefile
+6-64 [Original Commit Message]

freebsd/HEAD: ports/net/ppptraf/files patch-aa

  Fix build with custom PREFIX/LOCALBASE
  
  Reported by:    QAT
  Approved by:    wxs (mentor)
Rev Delta File
1.2 +13-2 ports/net/ppptraf/files/patch-aa
+13-2 [Original Commit Message]

freebsd/HEAD: ports/net/pcnfsd/files Makefile.inc

  Fix build with custom PREFIX/LOCALBASE
  
  Reported by:    QAT
  Approved by:    wxs(mentor)
Rev Delta File
1.3 +3-3 ports/net/pcnfsd/files/Makefile.inc
+3-3 [Original Commit Message]

freebsd/HEAD: ports/net/etunnel Makefile

  Fix build with custom PREFIX/LOCALBASE
  
  Reported by:    QAT
  Approved by:    wxs (mentor)
Rev Delta File
1.4 +2-2 ports/net/etunnel/Makefile
+2-2 [Original Commit Message]

freebsd/HEAD: ports/net/boclient Makefile

  Fix build with custom PREFIX/LOCALBASE
  
  Reported by:    QAT
  Approved by:    wxs (mentor)
Rev Delta File
1.11 +3-0 ports/net/boclient/Makefile
+3-0 [Original Commit Message]

freebsd/HEAD: ports/www/p5-WWW-Yandex-TIC Makefile distinfo

  - Update to 0.06
  
  PR:             ports/135821
  Approved by:    maintainer timeout (skv; 16 days)
  Submitted by:   myself (pgollucci@)
Rev Delta File
1.5 +3-3 ports/www/p5-WWW-Yandex-TIC/distinfo
1.5 +1-1 ports/www/p5-WWW-Yandex-TIC/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/www/p5-URI-ParseSearchString Makefile distinfo

  - Update to 3.1
  
  PR:             ports/135818
  Approved by:    maintainer timeout (skv; 16 days)
  Submitted by:   myself (pgollucci@)
Rev Delta File
1.6 +3-3 ports/www/p5-URI-ParseSearchString/distinfo
1.6 +1-1 ports/www/p5-URI-ParseSearchString/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/www/p5-HTTP-DAV Makefile distinfo

  - Update to 0.38
  
  PR:             ports/135817
  Approved by:    maintainer timeout (skv; 16 days)
  Submitted by:   myself (pgollucci@)
Rev Delta File
1.9 +3-3 ports/www/p5-HTTP-DAV/distinfo
1.12 +1-1 ports/www/p5-HTTP-DAV/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/www/p5-HTML-WikiConverter-MediaWiki Makefile distinfo

  - Update to 0.59
  
  PR:             ports/135816
  Approved by:    maintainer timeout (chinsan; 16 days)
  Submitted by:   myself (pgollucci@)
Rev Delta File
1.7 +3-3 ports/www/p5-HTML-WikiConverter-MediaWiki/distinfo
1.10 +1-1 ports/www/p5-HTML-WikiConverter-MediaWiki/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/www/p5-HTML-Seamstress Makefile distinfo

  - Update to 5.0c
  
  PR:             ports/135815
  Approved by:    maintainer timeout (chinsan; 16 days)
  Submitted by:   myself (pgollucci@)
Rev Delta File
1.4 +3-3 ports/www/p5-HTML-Seamstress/distinfo
1.5 +1-2 ports/www/p5-HTML-Seamstress/Makefile
+4-5 [Original Commit Message]

freebsd/HEAD: ports/www/p5-HTML-Element-Library Makefile distinfo

  - Update to 3.53
  
  PR:             ports/135813
  Approved by:    maintainer timeout (chinsan; 16 days)
  Submitted by:   myself (pgollucci@)
Rev Delta File
1.2 +3-3 ports/www/p5-HTML-Element-Library/distinfo
1.4 +1-2 ports/www/p5-HTML-Element-Library/Makefile
+4-5 [Original Commit Message]

Pages [1 2 3 4 5 69684]