Displaying 0 — 50 of 484,168 commits
Pages [1 2 3 4 5 6 … 9684]
netbsd/NETBSD: src/games/hunt/hunt connect.c hunt.c
Whitespace.
netbsd/NETBSD: src/games/hunt/huntd answer.c bsd.h
Whitespace.
netbsd/NETBSD: src/games/hunt/huntd hunt.h
Sigh, more of the same (missed two)
netbsd/NETBSD: src/games/hunt/huntd hunt.h
__attribute__((__noreturn__)) -> __dead
netbsd/NETBSD: src/games/hunt/huntd answer.c ctl.c
ANSIfy function declarations.
netbsd/NETBSD: src/games/hunt/hunt connect.c hunt.c
ANSIfy function declarations.
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.
netbsd/NETBSD: src/games/hunt/hunt connect.c hunt.c
Remove bogus casts. Two object file diffs inspected and found to be harmless.
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.
freebsd/HEAD: CVSROOT modules
Ports modules update at Saturday 04 July 2009 at 00:09
netbsd/NETBSD: src/sys/fs/smbfs smbfs_vnops.c
Fix cut/paste error and put back a missing variable.
freebsd/HEAD: www/en/donations donors.sgml
. Belatedly note the Sparc Ultra 60 I received from Alexis Megas.
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)
netbsd/NETBSD: src/doc CHANGES
Fix date
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)
netbsd/NETBSD: src/sys/fs/sysvbfs sysvbfs_vnops.c
Define error before using it.
(Hello again, elad!)
netbsd/NETBSD: src/etc hosts
Make the section on private networks more clear - inspired by RFC.
OK core@
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!)
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.
netbsd/NETBSD: src/external/bsd/dhcpcd/dist dhcpcd.conf
Sync
netbsd/NETBSD: src/doc 3RDPARTY CHANGES
Import dhcpcd-5.0.5
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)
freebsd/HEAD: ports/www/hudson Makefile distinfo
Update to 1.314
freebsd/HEAD: ports/security/p5-Crypt-AppleTwoFish Makefile, ports/security/p5-Crypt-Caesar Makefile
Take over maintainership
Approved by: wxs (mentor, implicit)
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
netbsd/NETBSD: src/external/mit/xorg/server/drivers/xf86-video-mga Makefile
enable EXA and XAA.
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@
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
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
freebsd/HEAD: ports/www/rubygem-redcloth Makefile distinfo
- Update to 4.2.2
freebsd/HEAD: ports/www/rubygem-httpclient Makefile distinfo
- Update to 2.1.5.2
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/
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
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>
freebsd/HEAD: ports/textproc/rubygem-nokogiri Makefile distinfo
- Update to 1.32
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>
freebsd/HEAD: ports/devel/rubygem-hoe Makefile distinfo
- Update to 2.3.2
freebsd/HEAD: ports/archivers/p5-Archive-Extract Makefile distinfo
- Update to 1.34
- Pass to perl@
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)
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)
freebsd/HEAD: ports/net/ppptraf/files patch-aa
Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
Approved by: wxs (mentor)
freebsd/HEAD: ports/net/pcnfsd/files Makefile.inc
Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
Approved by: wxs(mentor)
freebsd/HEAD: ports/net/etunnel Makefile
Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
Approved by: wxs (mentor)
freebsd/HEAD: ports/net/boclient Makefile
Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
Approved by: wxs (mentor)
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@)
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@)
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@)
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@)
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@)
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@)
Pages [1 2 3 4 5 6 … 9684]