Filter

Displaying 0 — 50 of 537,523 commits

Pages [1 2 3 4 5 610751]

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.
Rev Delta File
1.114 +1-1 src/sys/compat/freebsd32/freebsd32_proto.h
1.110 +1-1 src/sys/compat/freebsd32/freebsd32_syscall.h
1.101 +1-1 src/sys/compat/freebsd32/freebsd32_syscalls.c
1.112 +1-1 src/sys/compat/freebsd32/freebsd32_sysent.c
+4-4 [Original Commit Message]

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
Rev Delta File
1.112 +0-1 src/sys/ia64/conf/GENERIC
+0-1 [Original Commit Message]

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
Rev Delta File
1.113 +161-39 src/sys/compat/freebsd32/freebsd32_proto.h
1.98 +158-27 src/sys/compat/freebsd32/freebsd32_misc.c
1.37 +1-123 src/sys/compat/ia32/ia32_sysvec.c
1.128 +60-32 src/sys/compat/freebsd32/syscalls.master
1.179 +32-2 src/sys/kern/sys_generic.c
+190-128 43 more files.
+602-351 [Original Commit Message]

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
Rev Delta File
1.208 +4-2 src/sys/i386/i386/identcpu.c
1.180 +3-1 src/sys/amd64/amd64/identcpu.c
+7-3 [Original Commit Message]

netbsd/NETBSD: src/share/man/man4 uyurex.4

HTMLify.
Rev File
1.2 src/share/man/man4/uyurex.4

netbsd/NETBSD: src/sys/dev/sysmon sysmon_power.c

Fix comment typos (mangement, managmenet).
Rev File
1.44 src/sys/dev/sysmon/sysmon_power.c

netbsd/NETBSD: src/sys/arch/hppa/hppa trap.S

A nullify snuck in. Remove it.
Rev File
1.45 src/sys/arch/hppa/hppa/trap.S

freebsd/HEAD: ports/lang/gcc44 Makefile

  Revert previous, bogus commit.
Rev Delta File
1.427 +1-1 ports/lang/gcc44/Makefile
+1-1 [Original Commit Message]

freebsd/HEAD: ports/lang/gcc44 Makefile distinfo

  Add Java source tarball which is only used on i386.
Rev Delta File
1.303 +3-0 ports/lang/gcc44/distinfo
1.426 +1-1 ports/lang/gcc44/Makefile
+4-1 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/pkgtools/pbulk/files/pbulk/scripts create-report-html.awk

mawk(1) doesn't know how to take length() of an array.
Rev File
1.12 pkgsrc/pkgtools/pbulk/files/pbulk/scripts/create-report-html.awk

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
Rev Delta File
1.494 +2-2 src/sys/kern/vfs_syscalls.c
+2-2 [Original Commit Message]

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
Rev File
1.76 pkgsrc/print/ghostscript/Makefile
1.31 pkgsrc/print/ghostscript/distinfo
1.3 pkgsrc/print/ghostscript/patches/patch-am (new)

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
Rev File
1.70 pkgsrc/print/gv/Makefile
1.17 pkgsrc/print/gv/distinfo
1.6 pkgsrc/print/gv/patches/patch-ad

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010 TODO

Updated www/neon to 0.29.3
Rev File
1.1173 pkgsrc/doc/CHANGES-2010
1.9123 pkgsrc/doc/TODO

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
Rev File
1.52 pkgsrc/www/neon/Makefile
1.23 pkgsrc/www/neon/distinfo

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
Rev Delta File
1.2 +1-1 src/usr.bin/perror/perror.1
+1-1 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/net Makefile

+ py-dpkt
Rev File
1.812 pkgsrc/net/Makefile

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
Rev Delta File
1.19 +11-12 src/sys/fs/nfsserver/nfs_nfsdport.c
+11-12 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Added net/py-dpkt version 1.6
Rev File
1.1172 pkgsrc/doc/CHANGES-2010

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.
Rev File
1.1 pkgsrc/net/py-dpkt/Makefile (new)
1.1 pkgsrc/net/py-dpkt/PLIST (new)
1.1 pkgsrc/net/py-dpkt/DESCR (new)
1.1 pkgsrc/net/py-dpkt/distinfo (new)
1.1 pkgsrc/net/py-dpkt/patches/patch-aa (new)

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.
Rev Delta File
1.27 +1-2 src/usr.bin/script/script.c
+1-2 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated misc/stellarium to 0.10.4
Rev File
1.1171 pkgsrc/doc/CHANGES-2010

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).
Rev File
1.35 pkgsrc/misc/stellarium/Makefile
1.12 pkgsrc/misc/stellarium/PLIST
1.14 pkgsrc/misc/stellarium/distinfo
1.3 pkgsrc/misc/stellarium/patches/patch-aa
1.4 pkgsrc/misc/stellarium/patches/patch-ac

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
Rev Delta File
1.26 +2-0 src/usr.bin/script/script.c
+2-0 [Original Commit Message]

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated mail/p5-Catalyst-View-Email to 0.23
Rev File
1.1170 pkgsrc/doc/CHANGES-2010

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]
Rev File
1.5 pkgsrc/mail/p5-Catalyst-View-Email/Makefile
1.3 pkgsrc/mail/p5-Catalyst-View-Email/distinfo

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated mail/p5-Email-Sender to 0.100460
Rev File
1.1169 pkgsrc/doc/CHANGES-2010

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]
Rev File
1.6 pkgsrc/mail/p5-Email-Sender/Makefile
1.4 pkgsrc/mail/p5-Email-Sender/distinfo

pkgsrc/NETBSD: pkgsrc/devel Makefile

Added devel/p5-Throwable version 0.100090
Rev File
1.1306 pkgsrc/devel/Makefile

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Added devel/p5-Throwable version 0.100090
Rev File
1.1168 pkgsrc/doc/CHANGES-2010

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.
Rev File
1.1 pkgsrc/devel/p5-Throwable/Makefile (new)
1.1 pkgsrc/devel/p5-Throwable/DESCR (new)
1.1 pkgsrc/devel/p5-Throwable/distinfo (new)

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.
Rev File
1.1198 src/distrib/sets/lists/man/mi
1.511 src/share/man/man4/Makefile
1.1 src/share/man/man4/uyurex.4 (new)
1.258 src/sys/dev/DEVNAMES
1.97 src/sys/dev/usb/files.usb
1.1 src/sys/dev/usb/uyurex.c (new)

netbsd/NETBSD: src/sys/dev/usb usbdevs.h usbdevs_data.h

Regen.
Rev File
1.541 src/sys/dev/usb/usbdevs.h
1.542 src/sys/dev/usb/usbdevs_data.h

netbsd/NETBSD: src/sys/dev/usb usbdevs

Add device id of yurex from OpenBSD.
Rev File
1.546 src/sys/dev/usb/usbdevs

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
File
src/sys/dev/usb/if_urndis.c

freebsd/HEAD: ports/mail/sendmail Makefile

  - use nanosleep
  Submitted by:   Dewayne Geraghty
  
  - sendmail-milterrandom-8.14.1
  Obtained from:  http://antispam.imp.ch/patches/patch-sendmail-milterrandom
Rev Delta File
1.142 +1-0 ports/mail/sendmail/Makefile
+1-0 [Original Commit Message]

freebsd/HEAD: ports/mail/sendmail/files patch-conf.h patch-milter.c

  - use nanosleep
  Submitted by:   Dewayne Geraghty
  
  - sendmail-milterrandom-8.14.1
  Obtained from:  http://antispam.imp.ch/patches/patch-sendmail-milterrandom
Rev Delta File
1.1 +274-0 ports/mail/sendmail/files/patch-milter.c (new)
1.1 +12-0 ports/mail/sendmail/files/patch-conf.h (new)
+286-0 [Original Commit Message]

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
Rev File
1.1.1.1 pkgsrc/mail/p5-Email-MIME-Modifier/DESCR (dead)
1.7 pkgsrc/mail/p5-Email-MIME-Modifier/Makefile (dead)
1.4 pkgsrc/mail/p5-Email-MIME-Modifier/distinfo (dead)

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Removed mail/p5-Email-MIME-Modifier
Rev File
1.1167 pkgsrc/doc/CHANGES-2010

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
Rev File
1.1.1.1 pkgsrc/mail/p5-Email-MIME-Creator/DESCR (dead)
1.7 pkgsrc/mail/p5-Email-MIME-Creator/Makefile (dead)
1.4 pkgsrc/mail/p5-Email-MIME-Creator/distinfo (dead)

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Removed mail/p5-Email-MIME-Creator
Rev File
1.1166 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated mail/p5-Email-MIME to 1.903
Rev File
1.1165 pkgsrc/doc/CHANGES-2010

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.
Rev File
1.7 pkgsrc/mail/p5-Email-MIME/Makefile
1.4 pkgsrc/mail/p5-Email-MIME/distinfo

freebsd/HEAD: ports/net-mgmt/nagios-check_smartmon Makefile distinfo

  - Update to 20100125
  
  Submitted by:   steinex via #bsdports at efnet (maintainer)
Rev Delta File
1.2 +3-3 ports/net-mgmt/nagios-check_smartmon/distinfo
1.2 +1-1 ports/net-mgmt/nagios-check_smartmon/Makefile
+4-4 [Original Commit Message]

freebsd/HEAD: ports/deskutils/egroupware Makefile distinfo

  - Update to 1.6.003
  - Update my mail address to FreeBSD
Rev Delta File
1.24 +6-6 ports/deskutils/egroupware/distinfo
1.37 +2-2 ports/deskutils/egroupware/Makefile
+8-8 [Original Commit Message]

openbsd/OpenBSD: src/etc/etc.loongson ttys

add 'softcar' to tty00, to make getty work in the non-serial
console case; ok deraadt@ miod@
File
src/etc/etc.loongson/ttys

pkgsrc/NETBSD: pkgsrc/mail/p5-Email-Simple-Creator DESCR Makefile

Email::Simple::Creator is merged into Email::Simple-2.100
Rev File
1.1.1.1 pkgsrc/mail/p5-Email-Simple-Creator/DESCR (dead)
1.5 pkgsrc/mail/p5-Email-Simple-Creator/Makefile (dead)
1.2 pkgsrc/mail/p5-Email-Simple-Creator/distinfo (dead)

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Removed mail/p5-Email-Simple-Creator
Rev File
1.1164 pkgsrc/doc/CHANGES-2010

pkgsrc/NETBSD: pkgsrc/doc CHANGES-2010

Updated mail/p5-Email-Simple to 2.100
Rev File
1.1163 pkgsrc/doc/CHANGES-2010

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
Rev File
1.10 pkgsrc/mail/p5-Email-Simple/Makefile
1.6 pkgsrc/mail/p5-Email-Simple/distinfo

Pages [1 2 3 4 5 610751]