Displaying 0 — 50 of 537,523 commits
Pages [1 2 3 4 5 6 … 10751]
freebsd/HEAD: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
SVN rev 205016 on 2010-03-11 14:56:59Z by nwhitehorn
Regen after big endian compatibility import.
freebsd/HEAD: src/sys/ia64/conf GENERIC
SVN rev 205015 on 2010-03-11 14:54:54Z by nwhitehorn
Accidentally committed test code. Remove it.
Big pointy hat: me
freebsd/HEAD: src UPDATING, src/sys/amd64/amd64 db_trace.c exception.S
SVN rev 205014 on 2010-03-11 14:49:06Z by nwhitehorn
Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
for upcoming 64-bit PowerPC and MIPS support. This renames the COMPAT_IA32
option to COMPAT_FREEBSD32, removes some IA32-specific code from MI parts
of the kernel and enhances the freebsd32 compatibility code to support
big-endian platforms.
Reviewed by: kib, jhb
freebsd/HEAD: src/sys/amd64/amd64 identcpu.c, src/sys/i386/i386 identcpu.c
SVN rev 205013 on 2010-03-11 14:17:37Z by jhb
Print out the family and model from the cpu_id. This is especially useful
given the advent of the extended family and extended model fields. The
values are printed in hex to match their common usage in documentation.
Submitted by: Alexander Best
MFC after: 1 week
netbsd/NETBSD: src/share/man/man4 uyurex.4
HTMLify.
netbsd/NETBSD: src/sys/dev/sysmon sysmon_power.c
Fix comment typos (mangement, managmenet).
netbsd/NETBSD: src/sys/arch/hppa/hppa trap.S
A nullify snuck in. Remove it.
freebsd/HEAD: ports/lang/gcc44 Makefile
Revert previous, bogus commit.
freebsd/HEAD: ports/lang/gcc44 Makefile distinfo
Add Java source tarball which is only used on i386.
pkgsrc/NETBSD: pkgsrc/pkgtools/pbulk/files/pbulk/scripts create-report-html.awk
mawk(1) doesn't know how to take length() of an array.
freebsd/HEAD: src/sys/kern vfs_syscalls.c
SVN rev 205012 on 2010-03-11 13:16:06Z by jhb
Fix a comment nit.
Submitted by: Alexander Best
pkgsrc/NETBSD: pkgsrc/print/ghostscript Makefile distinfo, pkgsrc/print/ghostscript/patches patch-am
add patch from upstream (rev. 10778) to fix problems with PDF display,
from Dennis den Brok per PR pkg/42946
pkgsrc/NETBSD: pkgsrc/print/gv Makefile distinfo, pkgsrc/print/gv/patches patch-ad
fix a format string mismatch with 64-bit time_t which made the program
crash with PDF files (on NetBSD-current), bump PKGREVISION
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010 TODO
Updated www/neon to 0.29.3
pkgsrc/NETBSD: pkgsrc/www/neon Makefile distinfo
Update to 0.29.3.
* Change ne_sock_close() to no longer wait for SSL closure alert:
o fixes possible hang with IIS servers when closing SSL connection
o this reverts the behaviour with OpenSSL to match 0.28.x,
and changes the behaviour with GnuTLS to match that with
OpenSSL
* Fix memory leak with GnuTLS
* API clarification in ne_sock_close():
o SSL closure handling now documented
o return value semantics fixed to describe the implementation
freebsd/HEAD: src/usr.bin/perror perror.1
SVN rev 205011 on 2010-03-11 12:18:52Z by joerg
The number after the command is *not* optional.
MFC after: 1 day
pkgsrc/NETBSD: pkgsrc/net Makefile
+ py-dpkt
freebsd/HEAD: src/sys/fs/nfsserver nfs_nfsdport.c
SVN rev 205010 on 2010-03-11 11:33:04Z by rwatson
Update nfsrv_getsocksndseq() for changes in TCP internals since FreeBSD 6.x:
- so_pcb is now guaranteed to be non-NULL and valid if a valid socket
reference is held.
- Need to check INP_TIMEWAIT and INP_DROPPED before assuming inp_ppcb is a
tcpcb, as it might be a tcptw or NULL otherwise.
- tp can never be NULL by the end of the function, so only check
TCPS_ESTABLISHED before extracting tcpcb fields.
The NFS server arguably incorporates too many assumptions about TCP
internals, but fixing that is left for nother day.
MFC after: 1 week
Reviewed by: bz
Reviewed and tested by: rmacklem
Sponsored by: Juniper Networks
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Added net/py-dpkt version 1.6
pkgsrc/NETBSD: pkgsrc/net/py-dpkt Makefile PLIST, pkgsrc/net/py-dpkt/patches patch-aa
Fast, simple packet creation / parsing, with definitions for
the basic TCP/IP protocols.
freebsd/HEAD: src/usr.bin/script script.c
SVN rev 205009 on 2010-03-11 11:28:29Z by ed
Improve the change made in the previous commit.
doshell() never returns, so there is no need to see whether we are the
parent process.
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Updated misc/stellarium to 0.10.4
pkgsrc/NETBSD: pkgsrc/misc/stellarium Makefile PLIST, pkgsrc/misc/stellarium/patches patch-aa patch-ac
Changes 0.10.4:
* Bug fix release.
* Fixed unpredictable openGL related crashes on win32.
* Fixed run on MacOSX Tiger/Leopard/Snow Leopard.
* Disable OpenGL shaders by default for stars and atmosphere. User activate
it by setting use_glshaders = true in the [main] section of the config.ini
* Fixed the handling of the Qt -graphicssystem parameter. Now it is ignored
if it is not used properly.
* Improved OpenGLES2 support (not finished yet).
* Added Qt widgets flags on the main windows to avoid filling background
(this boosted the program a lot on linux).
freebsd/HEAD: src/usr.bin/script script.c
SVN rev 205008 on 2010-03-11 11:09:58Z by ed
Make script(1) a little less broken.
Close the file descriptor to the TTY. There is no reason why the parent
process should keep track of the descriptor. This ensures that the
application inside properly drains the TTY during exit(2).
Reported by: alfred
MFC after: 2 weeks
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Updated mail/p5-Catalyst-View-Email to 0.23
pkgsrc/NETBSD: pkgsrc/mail/p5-Catalyst-View-Email Makefile distinfo
Updating mail/p5-Catalyst-View-Email from 0.13nb1 to 0.23
pkgsrc changes:
- Add license definition
- Adjust dependencies
Upstream changes:
0.23 2010-01-30
- removed Email::Send::Test from t/lib/* views
0.22 2010-01-28
- small fixes, version bumpage etc
0.21_01 2010-01-27
- dev release to test recent fixes
0.21 2010-01-27
- provided a sane MANIFEST.SKIP for dzil
0.20 2010-01-26
- fix transport instantiation thanks to Chris Nehren <apeiron at cpan.org>
0.19 2010-01-18
- fixed optional dependencies
- added META stuff back in
[18 lines not shown]
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Updated mail/p5-Email-Sender to 0.100460
pkgsrc/NETBSD: pkgsrc/mail/p5-Email-Sender Makefile distinfo
Updating mail/p5-Email-Sender from 0.004nb1 to 0.100460
pkgsrc changes:
- Adjust license
- Adjust dependencies
Upstream changes:
0.100460 2010-02-15 12:58:18 America/New_York
avoid using AutoPrereq, as it brings in build_requires as requires
0.100450 2010-02-14 17:55:48 America/New_York
allow timeout option to SMTP transport
0.100110 2010-01-11 10:43:57 America/New_York
Email::Sender::Failure is now a Throwable::Error
now uses Try::Tiny for internal exception handling
0.093380 2009-12-04 12:29:55 America/New_York
bump Moose prereq to 0.70 based on feedback from ANDK
0.093110 2009-11-07
allow uppercase env vars to set transport attributes (charsbar)
add "message" attribute to successes returned by SMTP transports
0.092840 2009-10-10
[25 lines not shown]
pkgsrc/NETBSD: pkgsrc/devel Makefile
Added devel/p5-Throwable version 0.100090
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Added devel/p5-Throwable version 0.100090
pkgsrc/NETBSD: pkgsrc/devel/p5-Throwable Makefile DESCR
Importing package for perl5 module Throwable as dependency for scheduled
update of mail/p5-Email-Sender
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things:
saves any previous value for $@ and calls die $self.
Throwable::Error is a base class for exceptions that will be thrown to
signal errors and abort normal program flow. Throwable::Error is an
alternative to Exception::Class, the features of which are largely provided
by the Moose object system atop which Throwable::Error is built.
Throwable::Error performs the Throwable role.
netbsd/NETBSD: src/distrib/sets/lists/man mi, src/share/man/man4 Makefile uyurex.4
Port uyurex(4) from OpenBSD. There is some XXX but works enough to
play with it.
netbsd/NETBSD: src/sys/dev/usb usbdevs.h usbdevs_data.h
Regen.
netbsd/NETBSD: src/sys/dev/usb usbdevs
Add device id of yurex from OpenBSD.
openbsd/OpenBSD: src/sys/dev/usb if_urndis.c
Correct a wrong printf and move a check than should be before the debug.
Found when looking at ckuethe problem.
with and ok fabien@, "definitivly" mk@, "that diff can go in" kettenis
pkgsrc/NETBSD: pkgsrc/mail/p5-Email-MIME-Modifier DESCR Makefile
Removing mail/p5-Email-MIME-Modifier version 1.456, because it's merged
into mail/p5-Email-MIME >= 1.900
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Removed mail/p5-Email-MIME-Modifier
pkgsrc/NETBSD: pkgsrc/mail/p5-Email-MIME-Creator DESCR Makefile
Removing package mail/p5-Email-MIME-Creator version 1.444, because it's
merged into mail/p5-Email-MIME>=1.900
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Removed mail/p5-Email-MIME-Creator
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Updated mail/p5-Email-MIME to 1.903
pkgsrc/NETBSD: pkgsrc/mail/p5-Email-MIME Makefile distinfo
Updating mail/p5-Email-MIME from 1.863 to 1.903
pkgsrc changes:
- Add license definition
- Add conflict/supersedes entry for merged modules
- Adjust dependencies
Upstream changes:
1.903 2009-12-23
correct typo in body_set_str (RT #53004) (thanks, Herbert Leitz)
1.902 2009-11-11
allow for padding spaces in the Content-Transfer-Encoding header
(Geraint Edwards)
1.901 2009-11-05
bump up Email::MIME::Encodings version required
1.900 2009-11-03
merge in Email-MIME-Modifier and Email-MIME-Creator
add better support for Unicode with body_str, header_str_set, etc.
freebsd/HEAD: ports/net-mgmt/nagios-check_smartmon Makefile distinfo
- Update to 20100125
Submitted by: steinex via #bsdports at efnet (maintainer)
freebsd/HEAD: ports/deskutils/egroupware Makefile distinfo
- Update to 1.6.003
- Update my mail address to FreeBSD
openbsd/OpenBSD: src/etc/etc.loongson ttys
add 'softcar' to tty00, to make getty work in the non-serial
console case; ok deraadt@ miod@
pkgsrc/NETBSD: pkgsrc/mail/p5-Email-Simple-Creator DESCR Makefile
Email::Simple::Creator is merged into Email::Simple-2.100
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Removed mail/p5-Email-Simple-Creator
pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010
Updated mail/p5-Email-Simple to 2.100
pkgsrc/NETBSD: pkgsrc/mail/p5-Email-Simple Makefile distinfo
Updating mail/p5-Email-Simple from 2.005 to 2.100
pkgsrc changes:
- Add license definition
- Add conflict/supersedes for merged in module Email::Simple::Creator
- Add dependency to Email::Date::Format
Upstream changes:
2.100 2009-11-03
merge Email-Simple-Creator into Email-Simple distribution
Pages [1 2 3 4 5 6 … 10751]