Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (15m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 21:43:40 UTC Now

2011-01-18 21:07:52 UTC MAIN commitmail json YAML

2011-01-18 20:33:46 UTC MAIN commitmail json YAML

NPF checkpoint:
- Add the concept of rule procedure: separate normalization, logging and
  potentially other functions from the rule structure.  Rule procedure can be
  shared amongst the rules.  Separation is both at kernel level (npf_rproc_t)
  and configuration ("procedure" + "apply").
- Fix portmap sharing for NAT policy.
- Update TCP state tracking logic.  Use TCP FSM definitions.
- Add if_byindex(), OK by matt@.  Use in logging for the lookup.
- Fix traceroute ALG and many other bugs; misc clean-up.

(rmind)

2011-01-18 20:32:53 UTC MAIN commitmail json YAML

mq_poll_fop: return only those events which are polled.

(rmind)

2011-01-18 20:17:51 UTC MAIN commitmail json YAML

G/C unused declaration; fix few comments on locking; whitespaces.
No functional changes.

(rmind)

2011-01-18 20:09:38 UTC MAIN commitmail json YAML

2011-01-18 19:53:24 UTC MAIN commitmail json YAML

comment out DBG and NOGCCERROR, use proper LIBDPLIBS form

(pooka)

2011-01-18 19:52:24 UTC MAIN commitmail json YAML

Make struct disklabel 8 byte aligned.  This increases its size by 4 bytes
on IPL32 platforms so add code in sys_ioctl (and netbsd32_ioctl) to deal
with the older/smaller diskabel size.  This change makes disklabel the
same for both IPL32 and LP64 platforms.

(matt)

2011-01-18 19:41:03 UTC MAIN commitmail json YAML

* attempt to match libc non-compat names (XXX: needs work)
* make shutdown() a dual-stack call
* flip the default to use host for PF_UNIX, since that's generally
  the desired case (because of X)

(pooka)

2011-01-18 18:56:26 UTC MAIN commitmail json YAML

Use AcpiOsReadPort/AcpiOsWritePort instead of inb/outb so I can get rid of
of the i386 and x86_64 ifdefs.

(jmcneill)

2011-01-18 17:44:16 UTC MAIN commitmail json YAML

- fix an off-by-one that disallowed adjacent mappings with conflicting
  types from being created
- only allow MTRR_TYPE_WC mappings if the processor supports it

(jmcneill)

2011-01-18 17:34:29 UTC MAIN commitmail json YAML

2011-01-18 17:33:05 UTC MAIN commitmail json YAML

Make syscallargs.h include <sys/sched.h> for cpuset_t typedef for
the benefit of ports where it does not get typedef'd via autoinclusion
of other headers.

problem pointed out & fix proposed by Izumi Tsutsui

(pooka)

2011-01-18 16:45:11 UTC MAIN commitmail json YAML

treat temperature readings of 0xff as invalid, as I'm somewhat confident
that my Thinkpad isn't idling at 255 degC.

(jmcneill)

2011-01-18 16:41:51 UTC MAIN commitmail json YAML

Use PRINTOBJDIR to get the object directory of libc and use that with -I.

(matt)

2011-01-18 16:00:04 UTC MAIN commitmail json YAML

pollts:
Since fds[] does not go to both kernels, set revents to 0 when
splitting the vector.  Now any stale revents passed by the caller
do not get counted as results for the kernel which did not "win"
the poll.

This fixes a situation where a firefox transfer would occasionally
stall.  Now firefox works full speed with a rump networking stack.

(pooka)

2011-01-18 15:05:03 UTC MAIN commitmail json YAML

fix port reset for non-ETTF case broken by previous commit

(jmcneill)

2011-01-18 15:00:22 UTC MAIN commitmail json YAML

use -D_REENTRANT (should currently have no effect, but better safe
than sorry if someone adds uses of stdio macros)

(pooka)

2011-01-18 14:51:14 UTC MAIN commitmail json YAML

Don't count sparse elements in the poll vector for host fds.

(pooka)

2011-01-18 14:45:30 UTC MAIN commitmail json YAML

Fix conversion: there are 1000*1000 nanoseconds in a millisecond, not 1000.

(pooka)

2011-01-18 12:08:30 UTC netbsd-5 commitmail json YAML

2011-01-18 11:04:10 UTC MAIN commitmail json YAML

Fix dup2 mask so that dup2'ing a rump kernel fd to 1 does not cause
stderr to be treated as a rump kernel fd as well.  Makes e.g.
bozohttpd work better with stderr logging.

Also, add aborty stubs for kqueue.
(implementing kqueue is even trickier than implementing select/poll
since we need to keep state for two kqueue fd's)

(pooka)

2011-01-18 09:28:43 UTC MAIN commitmail json YAML

Move isns description from dist/groff to usr.bin/groff, where it belongs.
Add isns to mdocml libraries as well.

(wiz)

2011-01-18 08:31:18 UTC MAIN commitmail json YAML

Default mips64e[bl] to SOFTFLOAT.

(matt)

2011-01-18 08:30:10 UTC MAIN commitmail json YAML

Change mips64 to use a 16 byte long double.

(matt)

2011-01-18 08:29:24 UTC MAIN commitmail json YAML

Add preliminary support for Embedded Transaction Translator Function (as
found on the MPC8536 and AR9334) which allows low/full devices to be
connected to an EHCI root hub.

(matt)

2011-01-18 08:21:03 UTC MAIN commitmail json YAML

Add more detailed debug printfs (one for each error case).

(matt)

2011-01-18 08:18:43 UTC MAIN commitmail json YAML

Move up evcnt_init to before cpu_startup()

(matt)

2011-01-18 08:17:39 UTC MAIN commitmail json YAML

Add a structure tag for phys_ram_seg_t.

(matt)

2011-01-18 08:16:43 UTC MAIN commitmail json YAML

Add code to detect attaching of evcnt before evcnt has been initialized.

(matt)

2011-01-18 08:15:51 UTC MAIN commitmail json YAML

Deal with ELFnn_MACHDEP_ID_CASES a bit better.

(matt)

2011-01-18 08:12:06 UTC MAIN commitmail json YAML

Cleanup the o32 compat build test.

(matt)

2011-01-18 07:47:17 UTC MAIN commitmail json YAML

Ammend previous to be more accurate in platform_add_date by using the epoch:
* Years in the [70,99] range are considered to be in 1900.
* Years in the [0,69] range are considered to be in 2000.

I don't think we may have hit any machine where the previous numbers were
a problem, but these seem to be the "correct" ones.

From christos@.

(jmmv)

2011-01-18 02:25:43 UTC MAIN commitmail json YAML

2011-01-18 01:28:19 UTC MAIN commitmail json YAML

Change to reflect switchframe/callframe changes.

(matt)

2011-01-18 01:27:16 UTC MAIN commitmail json YAML

Switch to using tmpfs.
Add mount_tmpfs, ps, netstat, vmstat, and date to ramdisk image.

(matt)

2011-01-18 01:25:29 UTC MAIN commitmail json YAML

Don't use string instructions (not on mpc85xx)

(matt)

2011-01-18 01:23:24 UTC MAIN commitmail json YAML

Change to deal with callframe changes

(matt)

2011-01-18 01:20:06 UTC MAIN commitmail json YAML

Remove forced DEBUG.

(matt)

2011-01-18 01:13:04 UTC MAIN commitmail json YAML

Deal with changes in the trapframe.

(matt)

2011-01-18 01:11:51 UTC MAIN commitmail json YAML

2011-01-18 01:10:25 UTC MAIN commitmail json YAML

2011-01-18 01:08:55 UTC MAIN commitmail json YAML

include <uvm/uvm_extern.h>

(matt)

2011-01-18 01:07:06 UTC MAIN commitmail json YAML

Add TMPFS and ksyms.  Add an INSTALL variant

(matt)

2011-01-18 01:02:56 UTC MAIN commitmail json YAML

Add support for BookE Freescale MPC85xx (e500 core) processors.
Add fast softint support for PowerPC (though only booke uses it).
Redo FPU/VEC support and add e500 SPE support.
Rework trap/intrs to use a common trapframe format.
Support SOFTFLOAT (no hardfloat or fpu emulation) for BookE.

(matt)

2011-01-18 00:35:20 UTC MAIN commitmail json YAML

XEN2 kernels are not part of the release any more. Support was removed
with NetBSD-6.

(jym)

2011-01-18 00:26:58 UTC MAIN commitmail json YAML

Allow co-existance of traditional and modern CPP

(joerg)

2011-01-18 00:22:57 UTC MAIN commitmail json YAML

2011-01-18 00:19:28 UTC MAIN commitmail json YAML

Enable E500 (mpc85xx) support in GCC.

(matt)

2011-01-18 00:16:14 UTC MAIN commitmail json YAML

2011-01-17 23:53:04 UTC MAIN commitmail json YAML

2011-01-17 23:34:44 UTC MAIN commitmail json YAML

2011-01-17 23:32:31 UTC MAIN commitmail json YAML

cleanup format of #ifdef

(matt)

2011-01-17 22:53:29 UTC MAIN commitmail json YAML

Put the (WDRT) also to the title.

(jruoho)

2011-01-17 22:21:25 UTC MAIN commitmail json YAML

Fix year correction in platform_add_date so that:
* Years in the [90,99] range are considered to be in 1900.
* Years in the [0,89] range are considered to be in 2000.

This makes my MacBookPro2,2 be recognized as from 2007 instead of 1907, which
in turn lets ACPI (and many other things!) work.

Fix proposed by jmcneill@ as an alternative to my workaround in acpi_quirks.c
sent to port-i386@.

(jmmv)

2011-01-17 22:08:30 UTC MAIN commitmail json YAML

DPC, IMCR, IRQL, MP, TPR.

(jruoho)

2011-01-17 22:04:14 UTC MAIN commitmail json YAML

Update information about "binutils":
- We are using version 2.19.1.
- Add (L)GPLv3 to the list of licenses.

(tron)

2011-01-17 21:59:41 UTC MAIN commitmail json YAML

Furthermore, use "ACPI Watchdog Timer" as the title.

(jruoho)

2011-01-17 21:57:04 UTC MAIN commitmail json YAML

2011-01-17 21:56:39 UTC MAIN commitmail json YAML

Xref acpiwdrt(4).

(jruoho)

2011-01-17 21:54:28 UTC MAIN commitmail json YAML

Complete the reference WWW article. Use .Dq.

(jruoho)

2011-01-17 20:56:09 UTC MAIN commitmail json YAML

Comment out '#define DEBUG 1', ok mrg and macallan

(jmcneill)

2011-01-17 20:39:06 UTC MAIN commitmail json YAML

2011-01-17 18:25:18 UTC MAIN commitmail json YAML

2011-01-17 18:24:17 UTC MAIN commitmail json YAML

Missed pselect50 in previous (file was open in editor ... d0h).
Add mknod50 and fhstat50 too.

(pooka)

2011-01-17 18:11:10 UTC MAIN commitmail json YAML

2011-01-17 18:05:52 UTC MAIN commitmail json YAML

Add rump bits to DPSRCS so that update builds work correctly.

(pooka)

2011-01-17 17:32:11 UTC MAIN commitmail json YAML

use PRIx64 instead of llx, fixes build on amd64

(jmcneill)

2011-01-17 16:30:09 UTC MAIN commitmail json YAML

Use host_close() instead of close() where we know it to be the
right interface.

(pooka)

2011-01-17 16:27:54 UTC MAIN commitmail json YAML

Adapt to rump syscall changes.  The correct rump compat syscall is
now automatically picked based on the ABI of the target the library
is compiled for.

(the host libc symbolname to override still needs a little attention
based on the system version)

(pooka)

2011-01-17 16:25:39 UTC MAIN commitmail json YAML

use newstyle rump syscall compat

(pooka)

2011-01-17 16:24:04 UTC MAIN commitmail json YAML

regen: rework rump syscall stubs (see makesyscalls.sh log for details)

(pooka)

2011-01-17 16:22:53 UTC MAIN commitmail json YAML

2011-01-17 16:21:40 UTC MAIN commitmail json YAML

Mark a few 5.0 COMPAT syscalls as RUMP now that it's possible

(pooka)

2011-01-17 16:20:20 UTC MAIN commitmail json YAML

2011-01-17 16:16:54 UTC MAIN commitmail json YAML

Rework how syscall compat is handled for rump syscalls.  The old
one had the problem of bypassing the syscall layer and doing a
function call into the kernel directly.  Therefore there was no
way for users of librumpclient to specify compat.  The new model
pushes the compat handling in the kernel and leaves only the task
of selecting the right syscall number to the client.

This change also introduces a stable ABI for rump syscalls, i.e.
it is possible to use the same syscall client library both on NetBSD
5.0 and -current and get the syscalls resolved to the right place
depending on the ABI at the time the client binary is compiled.

A list of what to be called when will have to maintained separately
simply because this information is not available in syscalls.master
-- in the case of the normal kernel we always want to resolve a
newly linked syscall to the latest version, whereas in rump we
might want to resolve a syscall to a -current kernel to the 5.0
compat call (because our client namespace is 5.0).  This information
in maintained in rump_syscalls_compat.h with the current format:

/* time_t change */
#if !__NetBSD_Prereq__(5,99,7)
#define RUMP_SYS_RENAME_STAT rump___sysimpl_stat30
....

If no compat override is given, a syscall resolves automatically
to the latest version of the syscall.

Also, this change autogenerates forward declarations for all syscall
types where it is possible (i.e. ones without typedef insanity).
This makes it possible to include rump_syscalls.h without including
rump.h.

(pooka)

2011-01-17 16:13:39 UTC MAIN commitmail json YAML

note acpiwdrt(4) addition

(jmcneill)

2011-01-17 16:09:48 UTC MAIN commitmail json YAML

2011-01-17 16:08:20 UTC MAIN commitmail json YAML

2011-01-17 15:57:04 UTC MAIN commitmail json YAML

Put async i/o compat routines in a separate source module from the
ones related to clock and process management.

(pooka)

2011-01-17 15:56:04 UTC MAIN commitmail json YAML

2011-01-17 15:55:24 UTC MAIN commitmail json YAML

acpiwdrt needs sysmon_wdog

(jmcneill)

2011-01-17 15:49:56 UTC MAIN commitmail json YAML

2011-01-17 15:49:13 UTC MAIN commitmail json YAML

Add a driver for ACPI "Watchdog Resource Table" devices.

  acpiwdrt0 at acpi0: mem 0xfed01000,0xfed01004
  acpiwdrt0: PCI 0:000:00:0 vendor 0x1106 product 0x3337
  acpiwdrt0: watchdog interval 1-1023 sec.

(jmcneill)

2011-01-17 15:32:59 UTC MAIN commitmail json YAML

Explicitly include <mips/pcb.h> for struct pcb.

(tsutsui)

2011-01-17 15:18:06 UTC MAIN commitmail json YAML

add TIL today I learned

(jnemeth)

2011-01-17 14:53:44 UTC MAIN commitmail json YAML

2011-01-17 14:36:34 UTC MAIN commitmail json YAML

2011-01-17 13:43:02 UTC MAIN commitmail json YAML

2011-01-17 12:45:00 UTC netbsd-5 commitmail json YAML

Add change :
sbin/newfs_ext2fs/extern.h: revision 1.3
required for ticket #1486.  Original commit message was:

Pull up following revision(s) (requested by tsutsui in ticket #1486):
sbin/fsck_ext2fs/setup.c: revision 1.26
sbin/newfs_ext2fs/mke2fs.c: revision 1.10
sbin/newfs_ext2fs/mke2fs.c: revision 1.11
sbin/newfs_ext2fs/mke2fs.c: revision 1.12
sbin/fsck_ext2fs/inode.c: revision 1.24
sys/lib/libsa/ext2fs.c: revision 1.6
sbin/newfs_ext2fs/extern.h: revision 1.3
sbin/fsck_ext2fs/inode.c: revision 1.25
sys/lib/libsa/ext2fs.c: revision 1.7
sbin/fsck_ext2fs/inode.c: revision 1.26
sys/ufs/ext2fs/ext2fs_inode.c: revision 1.68
sbin/fsck_ext2fs/inode.c: revision 1.27
sbin/fsck_ext2fs/inode.c: revision 1.28
sys/ufs/ext2fs/ext2fs_dinode.h: revision 1.18
sys/ufs/ext2fs/ext2fs_dinode.h: revision 1.19
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.5
sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.2
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.6
sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.3
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.142
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.7
sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.4
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.8
PR/40936: Frederik Sausmikat: ext2fs: add support for inodes > 128 bytes
Support variable inode sizes.
catch up with variable inode size.
Don't use e2fs_inode_size in superblock on E2FS_REV0 file system.
- accept only EXT2_REV0_DINODE_SIZE inodesize on -O 0
- use inodesize to get offset of inode, not struct ext2fs_dinode array
Replace a magic number with a new EXT2_REV0_DINODE_SIZE macro.
Use EXT2_DINODE_SIZE() to get offset of inode, not struct ext2fs_dinode array.
Fix botched logic in inodesize check.
Use inodesize to get offset of inode in one more place.
- add a sanity check for e2fs_inode_size in readsb()
- use EXT2_DINODE_SIZE() rather than sizeof(struct ext2fs_dinode) or
  struct ext2fs_dinode array/pointer to see e2fs_ipb and inode offsets
Sort options.
New sentence, new line.
Sort options in usage.
- unsigned -> unsigned int
- remove unnecessary casts from malloc(3) and free(3)
- fix a bogus indent
Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit.
Add missed byteswap ops against ext2fs_dinode members.
Handle 32 bit uid field on E2FS_REV1.

(jdc)

2011-01-17 12:42:41 UTC MAIN commitmail json YAML

2011-01-17 12:37:46 UTC MAIN commitmail json YAML

2011-01-17 11:19:07 UTC MAIN commitmail json YAML

Remove /usr/share/misc/operator.

(jruoho)

2011-01-17 11:09:08 UTC MAIN commitmail json YAML

2011-01-17 10:08:35 UTC MAIN commitmail json YAML

2011-01-17 09:43:56 UTC MAIN commitmail json YAML

2011-01-17 08:26:58 UTC MAIN commitmail json YAML

If LWP0_MD_INITIALIZER is defined, use it to initalize .l_md (avoid runtime
to do it if possible).

(matt)

2011-01-17 08:23:57 UTC MAIN commitmail json YAML

2011-01-17 07:54:53 UTC matt-nb5-pq3 commitmail json YAML

Don't define DEBUG by default.

(matt)

2011-01-17 07:47:20 UTC matt-nb5-pq3 commitmail json YAML

2011-01-17 07:46:00 UTC matt-nb5-pq3 commitmail json YAML

Add SPE (signal processing engine) support for mpc85xx/booke.  Think of it
as AltiVec-lite (really lite).  Genercize AltiVec support so that it could
the same interface could support SPE as well.  Rework the FPU support along
the same lines.  Move the __asm() to their own XXX_subr.S (altivec, fpu, spe).

(matt)

2011-01-17 07:40:21 UTC MAIN commitmail json YAML

Add an membar_ops.S - not used currently.

(skrll)

2011-01-17 07:37:33 UTC matt-nb5-pq3 commitmail json YAML

2011-01-17 07:36:58 UTC MAIN commitmail json YAML

Fix a conditional include.

(uebayasi)

2011-01-17 07:36:36 UTC matt-nb5-pq3 commitmail json YAML

sdhc has problems; comment out for now.

(matt)

2011-01-17 07:35:02 UTC MAIN commitmail json YAML

Note jruoho-x86intr branch.

(jruoho)

2011-01-17 07:33:16 UTC MAIN commitmail json YAML

Replace reference to nonexistent if_otus(4) with otus(4).

(jruoho)

2011-01-17 07:32:55 UTC MAIN commitmail json YAML

Add #include <machine/pcb.h>

(matt)

2011-01-17 07:32:05 UTC MAIN commitmail json YAML

Add two more references.

(jruoho)

2011-01-17 07:29:18 UTC MAIN commitmail json YAML

Tweak layout - no functional change.

(skrll)

2011-01-17 07:13:33 UTC MAIN commitmail json YAML

2011-01-17 07:07:36 UTC MAIN commitmail json YAML

Don't define _NOREGNAMES since all of libkern is now compiled with it.

(matt)

2011-01-17 07:06:10 UTC MAIN commitmail json YAML

Use %rX instead of X.  (no function change).

(matt)

2011-01-17 06:55:49 UTC MAIN commitmail json YAML

Add a #include <machine/pcb.h>

(matt)

2011-01-17 06:54:57 UTC MAIN commitmail json YAML

Change some register uses to %rX that were missed the firt time.

(matt)

2011-01-17 03:04:10 UTC MAIN commitmail json YAML

PR/44235: Valeriy E. Ushakov: Don't pick up a block from the free list if
it is not big enough, allocate a new one. XXX: this is inefficient, but at
least it does not end up corrupting memory.

(christos)

2011-01-17 01:35:25 UTC MAIN commitmail json YAML

Note secureplt support for powerpc.

(matt)

2011-01-16 23:21:17 UTC MAIN commitmail json YAML

In stat structure conversions, do set st_birthtimespec member values
if exists.

(njoly)

2011-01-16 19:30:00 UTC MAIN commitmail json YAML

Alpha doesn't need -traditional-cpp for assembler.

(joerg)

2011-01-16 15:56:37 UTC MAIN commitmail json YAML

Move powerpc gotptr to the end to preserve binary compatibility.

(matt)

2011-01-16 15:36:46 UTC netbsd-4 commitmail json YAML

Tickets 1415 and 1416

(bouyer)

2011-01-16 15:36:01 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #1416):
sys/arch/amiga/include/vmparam.h: revision 1.41
Raise address of user stack to the highest safe (for 68040 mmu) address,
which increases available user address space by 256MB.  One file in
pkgsrc/lang/php53 was too large for the amiga.  Also remove an old
presumably outdated comment.

(bouyer)

2011-01-16 15:35:48 UTC netbsd-4-0 commitmail json YAML

2011-01-16 15:34:17 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #1415):
etc/ssh/ssh_known_hosts: revision 1.6
releng has been on mollari for a while now. Also, add wiki

(bouyer)

2011-01-16 15:34:14 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #1415):
etc/ssh/ssh_known_hosts: revision 1.6
releng has been on mollari for a while now. Also, add wiki

(bouyer)

2011-01-16 14:36:30 UTC netbsd-5 commitmail json YAML

2011-01-16 14:35:53 UTC netbsd-5 commitmail json YAML

Apply patch, requested by mrg in ticket #1524:
external/mit/xorg/server/drivers/xf86-video-radeon/Makefile patch
xsrc/external/mit/xf86-video-ati/dist/COPYING patch
xsrc/external/mit/xf86-video-ati/dist/ChangeLog patch
xsrc/external/mit/xf86-video-ati/dist/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/README patch
xsrc/external/mit/xf86-video-ati/dist/aclocal.m4 patch
xsrc/external/mit/xf86-video-ati/dist/compile patch
xsrc/external/mit/xf86-video-ati/dist/config.guess patch
xsrc/external/mit/xf86-video-ati/dist/config.h.in patch
xsrc/external/mit/xf86-video-ati/dist/config.sub patch
xsrc/external/mit/xf86-video-ati/dist/configure patch
xsrc/external/mit/xf86-video-ati/dist/configure.ac patch
xsrc/external/mit/xf86-video-ati/dist/depcomp patch
xsrc/external/mit/xf86-video-ati/dist/install-sh patch
xsrc/external/mit/xf86-video-ati/dist/ltmain.sh patch
xsrc/external/mit/xf86-video-ati/dist/missing patch
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/man/radeon.man patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/src/ati.c patch
xsrc/external/mit/xf86-video-ati/dist/src/ati_pciids_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atipciids.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.c patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.h patch
xsrc/external/mit/xf86-video-ati/dist/src/legacy_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/legacy_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/local_xf86Rename.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_reg_r6xx.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_shader.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_state.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accelfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_bios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipinfo_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_commonfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_cursor.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dga.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri2.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri2.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_driver.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_drm.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dummy_bufmgr.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_funcs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_render.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_kms.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_legacy_memory.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_macros.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_modes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_device_match_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pm.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_render.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_tv.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_tv.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vbo.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vbo.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_version.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vip.c patch
xsrc/external/mit/xf86-video-ati/dist/src/simple_list.h patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre200.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre_detect.c patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/CD_Operations.c patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/Decoder.h patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/ObjectID.h patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/atombios.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Cursors.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86DiDGA.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86EdidModes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rename.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rotate.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86cvt.c patch
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Optrec.h patch
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Parser.h patch
xsrc/external/mit/xf86-video-ati/dist/src/pcidb/ati_pciids.csv patch
xsrc/external/mit/xf86-video-ati/dist/src/pcidb/parse_pci_ids.pl patch
xsrc/external/mit/xf86-video-ati/include/config.h patch
xsrc/external/mit/xf86-video-ati/dist/src/local_xf86Rename.h remove
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dga.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Cursors.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86DiDGA.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86EdidModes.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rename.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rotate.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86cvt.c remove
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Optrec.h remove
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Parser.h remove

add more support for hd3000/4000 and some for hd5000

(bouyer)

2011-01-16 14:17:42 UTC netbsd-5 commitmail json YAML

src/external/mit/xorg/server/drivers/xf86-video-radeon/Makefile@1.1.8.3 / diff / nxr@1.1.8.3
xsrc/external/mit/xf86-video-ati/dist/COPYING@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/ChangeLog@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati/dist/Makefile.am@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/Makefile.in@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati/dist/README@1.1.1.1.2.3 / diff / nxr@1.1.1.1.2.3
xsrc/external/mit/xf86-video-ati/dist/aclocal.m4@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/config.guess@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/config.h.in@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/config.sub@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/configure@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati/dist/configure.ac@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati/dist/depcomp@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/install-sh@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/ltmain.sh@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.am@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.in@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/man/radeon.man@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
xsrc/external/mit/xf86-video-ati/dist/missing@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/CD_Operations.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
      :
(more 76 files)
Apply patch, requested by mrg in ticket #1524:
external/mit/xorg/server/drivers/xf86-video-radeon/Makefile patch
xsrc/external/mit/xf86-video-ati/dist/COPYING patch
xsrc/external/mit/xf86-video-ati/dist/ChangeLog patch
xsrc/external/mit/xf86-video-ati/dist/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/README patch
xsrc/external/mit/xf86-video-ati/dist/aclocal.m4 patch
xsrc/external/mit/xf86-video-ati/dist/compile patch
xsrc/external/mit/xf86-video-ati/dist/config.guess patch
xsrc/external/mit/xf86-video-ati/dist/config.h.in patch
xsrc/external/mit/xf86-video-ati/dist/config.sub patch
xsrc/external/mit/xf86-video-ati/dist/configure patch
xsrc/external/mit/xf86-video-ati/dist/configure.ac patch
xsrc/external/mit/xf86-video-ati/dist/depcomp patch
xsrc/external/mit/xf86-video-ati/dist/install-sh patch
xsrc/external/mit/xf86-video-ati/dist/ltmain.sh patch
xsrc/external/mit/xf86-video-ati/dist/missing patch
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/man/radeon.man patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/src/ati.c patch
xsrc/external/mit/xf86-video-ati/dist/src/ati_pciids_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atipciids.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.c patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.h patch
xsrc/external/mit/xf86-video-ati/dist/src/legacy_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/legacy_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/local_xf86Rename.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_reg_r6xx.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_shader.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_state.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accelfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_bios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipinfo_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_commonfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_cursor.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dga.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri2.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri2.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_driver.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_drm.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dummy_bufmgr.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_funcs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_render.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_kms.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_legacy_memory.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_macros.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_modes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_device_match_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pm.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_render.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_tv.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_tv.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vbo.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vbo.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_version.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vip.c patch
xsrc/external/mit/xf86-video-ati/dist/src/simple_list.h patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre200.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre_detect.c patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/CD_Operations.c patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/Decoder.h patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/ObjectID.h patch
xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/atombios.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Cursors.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86DiDGA.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86EdidModes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rename.h patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rotate.c patch
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86cvt.c patch
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Optrec.h patch
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Parser.h patch
xsrc/external/mit/xf86-video-ati/dist/src/pcidb/ati_pciids.csv patch
xsrc/external/mit/xf86-video-ati/dist/src/pcidb/parse_pci_ids.pl patch
xsrc/external/mit/xf86-video-ati/include/config.h patch
xsrc/external/mit/xf86-video-ati/dist/src/local_xf86Rename.h remove
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dga.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Crtc.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Cursors.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86DiDGA.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86EdidModes.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Modes.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86RandR12.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rename.h remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86Rotate.c remove
xsrc/external/mit/xf86-video-ati/dist/src/modes/xf86cvt.c remove
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Optrec.h remove
xsrc/external/mit/xf86-video-ati/dist/src/parser/xf86Parser.h remove

add more support for hd3000/4000 and some for hd5000

(bouyer)

2011-01-16 14:16:03 UTC MAIN commitmail json YAML

save a line of dmesg

(jmcneill)

2011-01-16 13:23:21 UTC netbsd-5-0 commitmail json YAML

2011-01-16 13:23:09 UTC netbsd-5-1 commitmail json YAML

2011-01-16 13:22:14 UTC netbsd-5 commitmail json YAML

tickets 1486, 1513, 1516, 1518, 1523, 1525 - 1531

(bouyer)

2011-01-16 13:08:22 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by isaki in ticket #1531):
sys/arch/x68k/conf/INSTALL: revision 1.85
distrib/x68k/floppies/ramdisk/Makefile: revision 1.30
Increase the image size from 1300KB to 1400KB.

(bouyer)

2011-01-16 13:08:19 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by isaki in ticket #1531):
sys/arch/x68k/conf/INSTALL: revision 1.85
distrib/x68k/floppies/ramdisk/Makefile: revision 1.30
Increase the image size from 1300KB to 1400KB.

(bouyer)

2011-01-16 13:06:49 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1530):
sys/dev/ic/ahcisata_core.c: revision 1.31
Don't call bus_dmamap_load(9) and bus_dmamap_sync(9) on command xfers
if (AT_READ|AT_WRITE) in ata_c->flags is set but ata_c->bcount is zero.
Someone actually tries to put such a command and it causes
DIAGNOSTIC panic in x86/bus_dma.c:_bus_dmamap_sync().
I think bus_dma(9) API itself may allow calls with mapsize==0
but there are many MD code that asserts offset>=mapsize or len==0.
The problem is reported and fix is confirmed by Takuro KUBOTA
with XEN DOM0 kernel (which has options DIAGNOSTIC).

(bouyer)

2011-01-16 13:04:51 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #1529):
sys/net/raw_usrreq.c: revision 1.36
Apply patch from PR kern/44369 by Wolfgang Stukenbrock.

(bouyer)

2011-01-16 13:04:45 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #1529):
sys/net/raw_usrreq.c: revision 1.36
Apply patch from PR kern/44369 by Wolfgang Stukenbrock.

(bouyer)

2011-01-16 13:04:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #1529):
sys/net/raw_usrreq.c: revision 1.36
Apply patch from PR kern/44369 by Wolfgang Stukenbrock.

(bouyer)

2011-01-16 13:00:39 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1528):
etc/named.conf: revision 1.6
etc/mtree/special: revision 1.133
Enable dnssec, and populate managed-keys.bind
Add directory for bind's managed keys.

(bouyer)

2011-01-16 13:00:34 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1528):
etc/named.conf: revision 1.6
etc/mtree/special: revision 1.133
Enable dnssec, and populate managed-keys.bind
Add directory for bind's managed keys.

(bouyer)

2011-01-16 13:00:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1528):
etc/named.conf: revision 1.6
etc/mtree/special: revision 1.133
Enable dnssec, and populate managed-keys.bind
Add directory for bind's managed keys.

(bouyer)

2011-01-16 12:58:24 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1527):
sys/arch/sparc/sparc/pmap.c: revision 1.327, 1.328
sys/arch/sparc/sparc/cpuvar.h: revision 1.77
sys/arch/sparc/sparc/locore.s: revision 1.245
sys/arch/sparc/sparc/cpu.c: revision 1.214
sys/arch/sparc/sparc/db_interface.c: revision 1.84
- retire union cpu_info_pg
- allocate space for each cpu_info{} in pmap_bootstrap
- remap cpu0's space into the PA currently in CPUINFO_VA
- cpus[] becomes an array of pointers to cpu_info{}, easy to traverse
- only call kernel lock for IPL_VM interrupts (?  as implemented on
  x86 and sparc64)
- revert a minor part of locore.s:1.241
- in cpu_hatch(), set %sp to near the middle of the interrupt stack.
  we only need a %sp until we get to run an MI thread (own idlelwp or
  real code)
we still waste one page of space, but this gets SMP much closer to
actually working again.
fix a LOCKDEBUG problem from the previous: need to call pmap_kremove()
on a pre-existing mapping, before installing a new one.

(bouyer)

2011-01-16 12:54:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1526):
sys/arch/sparc/dev/zs.c: revision 1.115
sys/dev/ic/z8530sc.h: revision 1.26
sys/dev/ic/z8530sc.c: revision 1.30
sys/dev/ic/z8530tty.c: revision 1.127
sys/arch/sparc64/dev/zs.c: revision 1.68
add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
and use them instead of various spl's in the zs.c's.
reviewed by ad and martin.

(bouyer)

2011-01-16 12:51:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by kochi in ticket #1525):
sys/dev/pci/if_jme.c: revision 1.16
Try reading MAC addr from register if it fails to read from EEPROM.
Copied from FreeBSD driver.
Without this my JMC261 doesn't get MAC address properly.
OK'ed by bouyer@

(bouyer)

2011-01-16 12:48:10 UTC netbsd-5 commitmail json YAML

Apply patch, requested my mrg in ticket #1523:
distrib/sets/lists/xcomp/md.sparc: patch
distrib/sets/lists/xserver/md.sparc: patch
update Xorg set lists for sparc

(bouyer)

2011-01-16 12:45:30 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #1518):
sys/arch/amiga/include/vmparam.h: revision 1.41
Raise address of user stack to the highest safe (for 68040 mmu) address,
which increases available user address space by 256MB.  One file in
pkgsrc/lang/php53 was too large for the amiga.  Also remove an old
presumably outdated comment.

(bouyer)

2011-01-16 12:43:16 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #1516):
etc/ssh/ssh_known_hosts: revision 1.6
releng has been on mollari for a while now. Also, add wiki

(bouyer)

2011-01-16 12:43:12 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #1516):
etc/ssh/ssh_known_hosts: revision 1.6
releng has been on mollari for a while now. Also, add wiki

(bouyer)

2011-01-16 12:43:04 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by riz in ticket #1516):
etc/ssh/ssh_known_hosts: revision 1.6
releng has been on mollari for a while now. Also, add wiki

(bouyer)

2011-01-16 12:40:22 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #1513):
sys/dev/usb/ukbd.c: revision 1.110
Cap h.loc.count at MAXKEYCODE instead of bailing out.  This lets some obscure/
roque keyboards attach.
From loganaden@devio.us (Loganaden Velvindron), thanks!

(bouyer)

2011-01-16 12:38:28 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1486):
sbin/fsck_ext2fs/setup.c: revision 1.26
sbin/newfs_ext2fs/mke2fs.c: revision 1.10
sbin/newfs_ext2fs/mke2fs.c: revision 1.11
sbin/newfs_ext2fs/mke2fs.c: revision 1.12
sbin/fsck_ext2fs/inode.c: revision 1.24
sys/lib/libsa/ext2fs.c: revision 1.6
sbin/newfs_ext2fs/extern.h: revision 1.3
sbin/fsck_ext2fs/inode.c: revision 1.25
sys/lib/libsa/ext2fs.c: revision 1.7
sbin/fsck_ext2fs/inode.c: revision 1.26
sys/ufs/ext2fs/ext2fs_inode.c: revision 1.68
sbin/fsck_ext2fs/inode.c: revision 1.27
sbin/fsck_ext2fs/inode.c: revision 1.28
sys/ufs/ext2fs/ext2fs_dinode.h: revision 1.18
sys/ufs/ext2fs/ext2fs_dinode.h: revision 1.19
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.5
sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.2
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.6
sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.3
sys/ufs/ext2fs/ext2fs_vfsops.c: revision 1.142
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.7
sbin/newfs_ext2fs/newfs_ext2fs.8: revision 1.4
sbin/newfs_ext2fs/newfs_ext2fs.c: revision 1.8
PR/40936: Frederik Sausmikat: ext2fs: add support for inodes > 128 bytes
Support variable inode sizes.
catch up with variable inode size.
Don't use e2fs_inode_size in superblock on E2FS_REV0 file system.
- accept only EXT2_REV0_DINODE_SIZE inodesize on -O 0
- use inodesize to get offset of inode, not struct ext2fs_dinode array
Replace a magic number with a new EXT2_REV0_DINODE_SIZE macro.
Use EXT2_DINODE_SIZE() to get offset of inode, not struct ext2fs_dinode array.
Fix botched logic in inodesize check.
Use inodesize to get offset of inode in one more place.
- add a sanity check for e2fs_inode_size in readsb()
- use EXT2_DINODE_SIZE() rather than sizeof(struct ext2fs_dinode) or
  struct ext2fs_dinode array/pointer to see e2fs_ipb and inode offsets
Sort options.
New sentence, new line.
Sort options in usage.
- unsigned -> unsigned int
- remove unnecessary casts from malloc(3) and free(3)
- fix a bogus indent
Use "size > INT32_MAX" rather than "size >= 0x80000000U" to check 2GB limit.
Add missed byteswap ops against ext2fs_dinode members.
Handle 32 bit uid field on E2FS_REV1.

(bouyer)

2011-01-16 12:07:27 UTC MAIN commitmail json YAML

2011-01-16 09:50:45 UTC MAIN commitmail json YAML

Make pre-2.0 ELF binaries (with gcc-2.95.3/binutils-2.11.2) actually work
with options COMPAT_16.
Tested on R3000 pmax and R5000 sgimips, closes PR port-mips/44375.

(tsutsui)

2011-01-16 09:08:29 UTC MAIN commitmail json YAML

Pull AL2230S radio support for chips:
>  zyd0: sorry, radio "PV2000" is not supported yet
>  zyd0: could not attach RF
mentioned in PR kern/43125. From (FreeBSD via) OpenBSD.

Untested (no hardware here), but should not affect other chips.

(tsutsui)

2011-01-16 08:59:09 UTC MAIN commitmail json YAML

Regen from usbdevs rev 1.576:
> Add CyberTAN ZD1211B. From OpenBSD.

(tsutsui)

2011-01-16 08:58:03 UTC MAIN commitmail json YAML

Add CyberTAN ZD1211B. From OpenBSD.

(tsutsui)

2011-01-16 08:00:01 UTC MAIN commitmail json YAML

Typo fixes, use more markup.

(wiz)

2011-01-16 03:29:36 UTC MAIN commitmail json YAML

For cerror, allow -I../libc to allow inclusion of any assym.h, if up.

(matt)

2011-01-16 03:22:19 UTC MAIN commitmail json YAML

2011-01-16 03:05:51 UTC MAIN commitmail json YAML

off by one in fetching history data. From: Gerry Swislow

(christos)

2011-01-16 02:45:48 UTC MAIN commitmail json YAML

2011-01-16 02:43:11 UTC MAIN commitmail json YAML

2011-01-16 02:41:55 UTC MAIN commitmail json YAML

Add PIC_GOTSETUP and PIC_TOCSETUP which replace the old methods to get the
GOT (via a bl) to the new REL16 based relocs.  This is another step to
supporting secure plt.

(matt)

2011-01-16 02:36:05 UTC MAIN commitmail json YAML

Warn about DT_TEXTRELs

(matt)

2011-01-16 01:22:51 UTC MAIN commitmail json YAML

2011-01-16 01:22:29 UTC MAIN commitmail json YAML

Add secure-plt support for powerpc to ld.elf_so.  As part of this, we have to
stop calling into the GOT/_DYNAMIC since they are no longer executable.

(matt)

2011-01-16 01:13:10 UTC MAIN commitmail json YAML

2011-01-16 01:07:33 UTC MAIN commitmail json YAML

2011-01-16 01:05:46 UTC MAIN commitmail json YAML

- catch up with OpenBSD driver, adding support for newer Thinkpad models
- add module hooks

(jmcneill)

2011-01-15 23:06:07 UTC MAIN commitmail json YAML

Add some USB devices, which I tested successfully.
Replace tab by blank after a device name, where it was forgotten.

(phx)

2011-01-15 22:54:11 UTC MAIN commitmail json YAML

Do not crash if a date cannot be represented (localtime returning
NULL), use the Epoch value instead.

(njoly)

2011-01-15 21:56:53 UTC MAIN commitmail json YAML

Make it compile without options M68040 and M68060.

(phx)

2011-01-15 21:34:03 UTC MAIN commitmail json YAML

2011-01-15 20:16:58 UTC MAIN commitmail json YAML

Fix off by one that made most of these tests die with a bus error in the
sparc64 runs.

(martin)

2011-01-15 16:13:59 UTC MAIN commitmail json YAML

Add entry about -tradition-cpp change for people not using build.sh.

(joerg)

2011-01-15 15:42:10 UTC MAIN commitmail json YAML

Fix reversed oveflow check.

(christos)

2011-01-15 13:54:53 UTC MAIN commitmail json YAML

Ensure that HAVE_DIX_CONFIG_H is defined for damageext, dbe, exa, and glx
builds. Fixes recent trouble with the Composite extension, and should fix
some problems with the DAMAGE extension and who knows what else.

(jmcneill)

2011-01-15 12:31:57 UTC MAIN commitmail json YAML

Backout previous, it breaks the build big time and causes e.g. date(1)
and top(1) to dump core.

(martin)

2011-01-15 11:59:42 UTC MAIN commitmail json YAML

Added Radoslaw Kujawa's license from sys/arch/amiga/dev/bppcsc.c.

(phx)

2011-01-15 11:51:26 UTC MAIN commitmail json YAML

add sdp_put_[u]int64() .Fn prototypes to list

(plunky)

2011-01-15 10:00:07 UTC MAIN commitmail json YAML

Add some more reloc types as well as DT_PPC_GOT

(matt)

2011-01-15 07:31:13 UTC MAIN commitmail json YAML

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S files.
[this is all in preperation for secure plt support]

(matt)

2011-01-15 07:23:49 UTC MAIN commitmail json YAML

Add END(sym)
Add __RCSID (to match cdefs.h)

(matt)

2011-01-14 23:56:13 UTC MAIN commitmail json YAML

PR/44390: Paul Koning: make code gcc-4.5.1 friendly.

(christos)

2011-01-14 23:35:07 UTC MAIN commitmail json YAML

don't depend on integer oveflow wrapping to detect it. From Paul Eggert in
the tz mailing list.

(christos)

2011-01-14 18:49:47 UTC MAIN commitmail json YAML

2011-01-14 18:34:44 UTC MAIN commitmail json YAML

In the EXAMPLES section, use device_t and accessors instead of struct
device.

(dyoung)

2011-01-14 18:33:34 UTC MAIN commitmail json YAML

acpi_md_ncpus(): use cpu_attached instead of cpus_running.

(jruoho)

2011-01-14 18:12:47 UTC MAIN commitmail json YAML

Add usr/sbin/chown.debug entry back, but obsolete it.

(njoly)

2011-01-14 16:48:15 UTC MAIN commitmail json YAML

Tweak aprint_verbose output.

(skrll)

2011-01-14 16:37:11 UTC MAIN commitmail json YAML

Copy the pdc_iodc_read data when creating a device.

(skrll)

2011-01-14 16:04:50 UTC MAIN commitmail json YAML

2011-01-14 14:21:37 UTC MAIN commitmail json YAML

Fix spelling, mark up NULL. Closes PR 44381 by Ryo HAYASAKA.

(wiz)

2011-01-14 13:31:48 UTC MAIN commitmail json YAML

2011-01-14 13:25:16 UTC MAIN commitmail json YAML

Fix restore() (-r option).  It didn't read the input file.
Apparently I did not test that code.
Pointed out by wiz@, thanks.

(minoura)

2011-01-14 13:24:46 UTC MAIN commitmail json YAML

2011-01-14 13:23:16 UTC MAIN commitmail json YAML

2011-01-14 13:12:15 UTC MAIN commitmail json YAML

2011-01-14 13:11:08 UTC MAIN commitmail json YAML

2011-01-14 13:09:13 UTC MAIN commitmail json YAML

2011-01-14 13:08:00 UTC MAIN commitmail json YAML