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 (1h)  netbsd-10 (17d)  netbsd-9 (17d)  netbsd-8 (22d) 

2024-06-03 04:06:22 UTC Now

2008-09-20 15:26:05 UTC MAIN commitmail json YAML

2008-09-20 14:56:57 UTC MAIN commitmail json YAML

Remove isp* from the cats GENERIC kernel.  This reduces the kernel size by
~700KB and brings the kernel below the 5MB size needed for cyclone firmware
to successfully boot the kernel.

(chris)

2008-09-20 14:53:37 UTC MAIN commitmail json YAML

Fix kernel boot issue on cats.

The delay(9) loop, used before the clock device is probed and a hardware timer
is available, was out by a factor of 625.

This wasn't an issue until revision 1.45 of sys/dev/ic/pckbc.c which switched
to using delay(9) when polling the keyboard controller.

Cats attaches the console (and pckbc) before the clock has been probed, and so
the delay loop code is used causing issue with the keyboard polling.

(chris)

2008-09-20 14:22:57 UTC MAIN commitmail json YAML

remove an unecessary "eval"

(apb)

2008-09-20 14:01:28 UTC MAIN commitmail json YAML

Print uDWord types with %u instead of %d

(jmcneill)

2008-09-20 12:12:38 UTC MAIN commitmail json YAML

* Allow multiple commands in $ifconfig_xxN variables in rc.conf(5).
  This may be done either by embedding newlines in the value,
  or by using semicolons to represent line breaks (but not both at once).
* Allow shell quoting insode $ifconfig_xxN variables or /etc/ifconfig.xxN
  files.  This allows something like ifconfig_wi0="ssid 'my network'; dhcp"

(apb)

2008-09-20 10:45:48 UTC MAIN commitmail json YAML

allow BINDIR to be set in bin/pawd/Makefile, so it won't get installed
into /usr/sbin..

(mrg)

2008-09-20 08:34:28 UTC MAIN commitmail json YAML

Update URLs for packages PKG_PATH from obsolete one:
ftp://ftp.NetBSD.org/pub/NetBSD/packages/{VERSION}/{MACHINE}/All
to newer one:
ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/{MACHINE}/{VERSION}/All
which is documented in the pkgsrc guide, and also note the alternative path:
/pub/NetBSD/packages/current-packages/NetBSD/{MACHINE}/{VERSION}/All
for mirrors which don't mirror /pub/pkgsrc but have only /pub/NetBSD.

(tsutsui)

2008-09-20 02:55:34 UTC MAIN commitmail json YAML

Remove pkgconfig-related items.

(cube)

2008-09-20 01:48:16 UTC MAIN commitmail json YAML

dirfd() replacement, fix fts() mem leak

(lukem)

2008-09-20 01:46:50 UTC MAIN commitmail json YAML

Apply rev 1.33 from NetBSD src/lib/libc/gen/fts.c:
Add fts_free() to complement fts_alloc(), and use instead of free().
Should avoid a memory leak on systems without ALIGNBYTES.

(lukem)

2008-09-20 00:14:12 UTC MAIN commitmail json YAML

Add fts_free() to complement fts_alloc(), and use instead of free().
Should avoid a memory leak on systems without ALIGNBYTES.

(lukem)

2008-09-19 23:02:30 UTC MAIN commitmail json YAML

Updated dhcpcd to 4.0.1.

(joerg)

2008-09-19 23:00:49 UTC MAIN commitmail json YAML

Just use WARNS=4 for dhcpcd.

(joerg)

2008-09-19 22:59:59 UTC MAIN commitmail json YAML

Import dhcpcd-4.0.1:
- basic resolvconf like functionality to combine the resolv.conf entries
from running instances
- improve timer handling to not break with early wake ups and other edge
cases related to the kernel time granularity
- improve handling of dhcpcd -n and rebinding after carrier loss to
better deal with changing networks
- add option to black list servers based on server id
- don't check for ARP conflict if the interface already has the address
- improve signal handling during vfork/exec

Status:

Vendor Tag: DHCPCD
Release Tags: dhcpcd-4-0-1

(joerg)

2008-09-19 22:54:56 UTC MAIN commitmail json YAML

support per file lex and yacc prefixes.

(christos)

2008-09-19 22:50:05 UTC MAIN commitmail json YAML

Add pseye, uvideo, video, UVIDEO_DEBUG

(jmcneill)

2008-09-19 22:04:19 UTC MAIN commitmail json YAML

Moved to src/external/bsd/libarchive/bin.

(joerg)

2008-09-19 22:01:26 UTC MAIN commitmail json YAML

2008-09-19 21:56:17 UTC MAIN commitmail json YAML

src/external/bsd/libarchive/dist/COPYING@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/NEWS@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/bsdcpio.1@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/cmdline.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/cpio.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/cpio.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/cpio_platform.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/err.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/matching.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/matching.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/pathmatch.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/pathmatch.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/list.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/main.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/test.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/test_0.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/test_basic.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/test_format_newc.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/test_gcpio_compat.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/libarchive/dist/cpio/test/test_gcpio_compat_ref.bin.uu@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 202 files)
Import libarchive-2.5.5. This makes bsdcpio more compatible with GNU
cpio's long options, copyies links when they cross devices in copy mode.
A number of other smaller bugfixes and improvements were added.

Status:

Vendor Tag: KIENTZLE
Release Tags: libarchive-2-5-5

(joerg)

2008-09-19 21:49:10 UTC MAIN commitmail json YAML

2008-09-19 21:46:58 UTC MAIN commitmail json YAML

2008-09-19 21:46:14 UTC MAIN commitmail json YAML

2008-09-19 21:44:13 UTC MAIN commitmail json YAML

2008-09-19 21:42:36 UTC MAIN commitmail json YAML

2008-09-19 21:41:51 UTC MAIN commitmail json YAML

2008-09-19 21:41:28 UTC MAIN commitmail json YAML

2008-09-19 21:38:41 UTC MAIN commitmail json YAML

2008-09-19 20:07:24 UTC MAIN commitmail json YAML

import current am-utils.

Status:

Vendor Tag: ezk
Release Tags: am-utils-6-2a3-20080919

(christos)

2008-09-19 19:15:58 UTC MAIN commitmail json YAML

2008-09-19 18:41:20 UTC MAIN commitmail json YAML

Annotate patch update.

(joerg)

2008-09-19 18:33:34 UTC MAIN commitmail json YAML

Update patch to the version used by DragonFly and derived from OpenBSD.
Major changes are:
- better detection of double applied patches
- rejects remain unified diffs for unified patches
- far less limitations, e.g. patch lines may be arbitrary long

This addresses PR standards/11220 by changing patch -b behavior to be
POSIX compliant. Old behavior can be obtained using --suffix, which
works since NetBSD 1.4. pkgsrc has been adjusted accordingly.

(joerg)

2008-09-19 18:33:29 UTC MAIN commitmail json YAML

Sigh, fix previous properly.

(tsutsui)

2008-09-19 18:18:38 UTC MAIN commitmail json YAML

Fix a typo in previous.

(tsutsui)

2008-09-19 17:38:43 UTC MAIN commitmail json YAML

Invoke ${MAKESUMS} for ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation files
as snap_md_post target in etc/etc.${MACHINE}/Makefile.inc rather than
as release target in distrib/${MACHINE}/Makefile so that builds for
release in distrib/${MACHINE}/Makefile don't have to be serialized.

XXX: maybe ramdisk kernels should be installed into binary/kernel dir
XXX: as other ports rather than installation dir, and
XXX: kernel config names should be preserved in their filenames.

(tsutsui)

2008-09-19 17:33:24 UTC MAIN commitmail json YAML

2008-09-19 17:23:32 UTC MAIN commitmail json YAML

Add ${IMAGE}.gz to dependency list of release:: target as well as the one
in src/distrib/common/Makefile.image so that ${MAKESUMS} will be invoked
after the target image is installed into the releasedir, not before,
even if make -jN is specified.

XXX some ports do ${MAKESUMS} for installation/miniroot files
XXX in etc/etc.${MACHINE}/Makefile.inc later again.

(tsutsui)

2008-09-19 16:58:26 UTC MAIN commitmail json YAML

- add INSTALLATION_DIRS+=installation/miniroot so that miniroot.fs.gz
  image is installed properly
- INSTALL_IPAQ should be in BUILD_KERNELS rather than KERNEL_SETS
  since it requires ramdisk image by mdsetimage(8) in src/distrib

(tsutsui)

2008-09-19 16:49:27 UTC MAIN commitmail json YAML

PR/46593: Patrick Welche: Compute both the original and the ~VIA_T_BOOTABLE
hacked checksums and compare against both.

(christos)

2008-09-19 14:50:53 UTC MAIN commitmail json YAML

PR/7505: Obata Akio: add missing bn_const.c

(christos)

2008-09-19 14:37:13 UTC MAIN commitmail json YAML

Complain about devices with misaligned PCI capability pointers instead
of panicing. Christoph Schug reported that such a device is made by
Nvidia.

(joerg)

2008-09-19 13:18:28 UTC MAIN commitmail json YAML

Grab libgcov stuff.

(skrll)

2008-09-19 12:14:53 UTC MAIN commitmail json YAML

uvideo_set_format: perform a probe/SET, probe/GET before commit/SET instead
of relying on the information in probe/GET to be already valid.

(jmcneill)

2008-09-19 11:29:35 UTC MAIN commitmail json YAML

Remove qcm driver definition that slipped in accidentally on the previous
commit, pointed out by cegger

(jmcneill)

2008-09-19 11:21:33 UTC MAIN commitmail json YAML

Fix the aligning of memory blocks again, finally...
Tested by <martin> on his sparc64 box.

(rmind)

2008-09-19 11:19:33 UTC MAIN commitmail json YAML

2008-09-19 11:15:50 UTC MAIN commitmail json YAML

2008-09-19 11:14:49 UTC MAIN commitmail json YAML

2008-09-19 11:01:08 UTC MAIN commitmail json YAML

2008-09-19 08:30:35 UTC MAIN commitmail json YAML

Remove superfluous .Pp.

(wiz)

2008-09-19 03:02:35 UTC MAIN commitmail json YAML

Use pushsection/popsection for RCSID.

(uwe)

2008-09-19 01:58:17 UTC MAIN commitmail json YAML

Fix apparent (and obvious) typo in previous.

(pgoyette)

2008-09-19 00:05:02 UTC MAIN commitmail json YAML

Add pixel format selection support.

(jmcneill)

2008-09-18 23:20:52 UTC MAIN commitmail json YAML

Add support for video mode selection, and protect isoc xfer shutdown
with splusb

(jmcneill)

2008-09-18 21:53:32 UTC MAIN commitmail json YAML

kmod support for uvideo(4)

(jmcneill)

2008-09-18 21:52:42 UTC MAIN commitmail json YAML

Fix kmod support.

(jmcneill)

2008-09-18 21:35:17 UTC MAIN commitmail json YAML

Annotate some of the assembler.
Remove 2 redundant register-register moves.

(dsl)

2008-09-18 21:28:45 UTC MAIN commitmail json YAML

Clear all the correct flags when calling a signal handler.

(dsl)

2008-09-18 21:09:18 UTC MAIN commitmail json YAML

Remove PSL_MBO (the bits that Must Be One) from PSL_USER - which are the
bits that the 'user' can change.
Who knows what the effect of a user signal handler (which I think might have
access to the bits) changing these bits might be!

(dsl)

2008-09-18 17:47:09 UTC MAIN commitmail json YAML

Properly calculate nframes for isoc xfers, and skip uvc payloads with
a length of 0, from Matthias Drochner.

(jmcneill)

2008-09-18 16:40:37 UTC MAIN commitmail json YAML

2008-09-18 15:57:04 UTC MAIN commitmail json YAML

2008-09-18 15:29:15 UTC MAIN commitmail json YAML

Note that shared libraries for libXprintUtil and libXprintAppUtil are now
installed.

(cube)

2008-09-18 15:25:01 UTC MAIN commitmail json YAML

2008-09-18 13:34:56 UTC MAIN commitmail json YAML

For now, select default format in uvideo_open. Makes ekiga happy.

(jmcneill)

2008-09-18 13:09:20 UTC MAIN commitmail json YAML

Note that bulk endpoints are not supported. Reword last paragraph.

(jmcneill)

2008-09-18 12:20:19 UTC MAIN commitmail json YAML

2008-09-18 12:04:26 UTC MAIN commitmail json YAML

2008-09-18 12:03:45 UTC MAIN commitmail json YAML

correct C51 host bridge numbers. Spotted by njoly@

(cegger)

2008-09-18 10:57:03 UTC MAIN commitmail json YAML

switch back to using USE_I386_IOPL for amd64 since it gets us x86_64_iopl
if __x86_64__ is defined. this should fix libxorgos.a build on amd64.

USE_AMD64_IOPL is for openbsd if the configure.ac is to be believed.

XXX we may also want to enable PCCONS_SUPPORT and HAS_APERTURE_DRV for
    amd64 as well?

(rtr)

2008-09-18 10:52:15 UTC MAIN commitmail json YAML

Persistent snapshots do not need to allocate the variable softc elements.

(hannken)

2008-09-18 09:49:29 UTC MAIN commitmail json YAML

2008-09-18 09:48:24 UTC MAIN commitmail json YAML

add NVIDIA C51 products

(cegger)

2008-09-18 05:42:08 UTC MAIN commitmail json YAML

Check ferror(stdout) and exit(1) if there's been a problem.
Fixes PR bin/39574 from Ed Ravin, but with a simpler patch.

(dholland)

2008-09-18 05:35:05 UTC MAIN commitmail json YAML

add missing enum; fixes compile of video.c.

(dogcow)

2008-09-18 04:37:06 UTC MAIN commitmail json YAML

* Use determined default format based on descriptors rather than relying on
  GET_DEF, as this is probably not what is wanted.
* Don't select an alternate interface with max packet size > 1024

(jmcneill)

2008-09-18 02:57:07 UTC MAIN commitmail json YAML

Uncomment code accidentally commented out in the last commit.

(jmcneill)

2008-09-18 02:49:00 UTC MAIN commitmail json YAML

Allow for multiple simultaneous isoc xfers to be in progress at a time,
to reduce the chance of data loss.

(jmcneill)

2008-09-18 02:47:57 UTC MAIN commitmail json YAML

Use get_format instead of set_format in videoopen

(jmcneill)

2008-09-17 22:08:52 UTC MAIN commitmail json YAML

From Ilya Dogolazky: Fix return value doc.

(christos)

2008-09-17 20:11:52 UTC MAIN commitmail json YAML

In linux32_shmat() don't try to copyout a 64-bit pointer where userspace
is expecting a 32-bit result.

Fixes nspluginwrapper on amd64.

(scw)

2008-09-17 16:03:28 UTC MAIN commitmail json YAML

Use le16toh() instead of le32toh() on a 16 bit value.  Fixes display of
inbound frame size on sparc64.

(mhitch)

2008-09-17 15:45:50 UTC MAIN commitmail json YAML

PR/39233: Taylor R Campbeel: OpenSSH fails to initialize tun(4) tunnels
correctly.

(christos)

2008-09-17 15:39:05 UTC MAIN commitmail json YAML

Add verification of proper chip before blindly matching for consistency
with other drivers (notably adt7463).

NOTE: The verify routine in _both_ drivers might better be placed in-line
in the _match() routine.  But these drivers will soon be superseded by the
dbcool driver any way.

OK gmcgarry@

(pgoyette)

2008-09-17 14:49:25 UTC MAIN commitmail json YAML

Replace the fss unmount hook with a vfs_hook.

fssvar.h:      struct device * -> device_t.
fss.c:          establish unmount hook on first attach, remove on last detach.
vfs_syscalls.c: remove the call of fss_umount_hook().
vfs_trans.c:    destroy cow handlers on unmount as fstrans_unmount() will be
                called before vfs_hooks.

(hannken)

2008-09-17 14:00:41 UTC MAIN commitmail json YAML

remove M_PIPE (hi rmind!)

(pooka)

2008-09-17 12:39:50 UTC MAIN commitmail json YAML

2008-09-17 12:39:07 UTC MAIN commitmail json YAML

Fixed port match in purge_ipsec_spi() when NAT-T enabled and trying to purge non NAT-T SAs

(vanhu)

2008-09-17 12:37:41 UTC MAIN commitmail json YAML

Note that the raw SPD data is available via sysctl (in the hw tree).  This
allows people to retrieve the data and feed it to decode-dimms (from the
lmsensor people) to do a full decode.

(pgoyette)

2008-09-17 12:28:52 UTC MAIN commitmail json YAML

Include PSL_D in the flags to be able to be set by the user. Since setmcontext
is used to restore context from a signal handler, this will allow restoring
PSL_D to what it was before the user code entered the signal handler allowing
programs to work.

(christos)

2008-09-17 03:57:19 UTC MAIN commitmail json YAML

Note where the magic register information came from in this driver. No
functional change.

(jmcneill)

2008-09-17 03:56:52 UTC MAIN commitmail json YAML

2008-09-17 03:56:06 UTC MAIN commitmail json YAML

Install our own xorgsite.def, with the necessary defines so that all
imake-check tests in pkgsrc succeed.

(cube)

2008-09-17 03:40:58 UTC MAIN commitmail json YAML

Provide a replacment dirfd() macro if the system doesn't have one,
and if DIR has a dd_fd or __dd_fd member.
May fix fts() portability issue on Solaris.

(lukem)

2008-09-17 03:37:37 UTC MAIN commitmail json YAML

regen from configure.ac 1.15 for HAVE_DIRFD_AS_MACRO

(lukem)

2008-09-17 03:33:58 UTC MAIN commitmail json YAML

Detect if dirfd() is a macro if the dirfd() function can't be found

(lukem)

2008-09-17 02:50:06 UTC MAIN commitmail json YAML

Handle site.def properly.  bsd.files.mk is not as helpful as one would like
it to be.

(cube)

2008-09-17 02:46:27 UTC MAIN commitmail json YAML

Regen from configure.ac 1.14 for dirfd() et al

(lukem)

2008-09-17 02:23:17 UTC MAIN commitmail json YAML

Check for DIR.dd_fd, DIR.__dd_fd, and dirfd()

(lukem)

2008-09-16 23:29:49 UTC MAIN commitmail json YAML

Mention RND_TYPE_RNG type for rnd_attach_source

(jmcneill)

2008-09-16 20:00:17 UTC MAIN commitmail json YAML

Remove hardcoded vendor/product ID based lookup for HX type chips and
decide based on the device descriptor instead. Simplifies things a
lot and fixes PR 39457.

(martin)

2008-09-16 19:55:32 UTC MAIN commitmail json YAML

Implement the arch-dependent p2m frame lists list.  This adds support for
'xm dump-core' for NetBSD domUs.
From Jean-Yves Migeon (jean-yves dot migeon at espci dot fr)

(bouyer)

2008-09-16 19:53:05 UTC MAIN commitmail json YAML

Fix typos and pasto, from Jean-Yves Migeon (jean-yves dot migeon at espci
dot fr). Luckily this pasto is fatal only in case of a 64bit domU on a
32bit dom0, which we don't support yet as dom0.

(bouyer)

2008-09-16 17:52:54 UTC MAIN commitmail json YAML

One more cut&pasto.

There really oughtta be a way to automate this stuff!

(pgoyette)

2008-09-16 17:34:53 UTC MAIN commitmail json YAML

Fix cut&pasto in previous

(pgoyette)

2008-09-16 17:18:02 UTC MAIN commitmail json YAML

2008-09-16 16:40:23 UTC MAIN commitmail json YAML

Add MLINKS for all the routines that cnmagic.9 documents.  Without this,
"apropos magic" indicates that cn_trap(9) and friends have man pages, but
"man cn_trap" thinks otherwise.

(pgoyette)

2008-09-16 13:32:04 UTC MAIN commitmail json YAML

Add a -r flag that is an alias for -E, for compatibility with gnu sed.

(perry)

2008-09-16 12:30:38 UTC MAIN commitmail json YAML

Enhance -C to support an optional @host ('-C user[@host]'):
checks whether user as connecting from host would be granted
access by ftpusers(5).

Support IPv6 in the host directive of ftpusers(5).
(May resolve PR 26555)

Both features from Rudolf Cejka <cejkar@fit.vutbr.cz>
(FreeBSD's tnftpd port maintainer).

(lukem)

2008-09-16 12:23:28 UTC MAIN commitmail json YAML

Support building with -DNO_INTERNAL_LS

(lukem)

2008-09-16 11:54:40 UTC MAIN commitmail json YAML

Note that we now support multiple volumes attached to an
Intel MatrixRAID controller.

(tron)

2008-09-16 11:45:30 UTC MAIN commitmail json YAML

2008-09-16 11:24:55 UTC MAIN commitmail json YAML

Add another touchpad device - this one found in my Acer2413WLCi laptop.

Tested by me.
OK garbled@

(pgoyette)

2008-09-16 06:40:31 UTC MAIN commitmail json YAML

It's ataraid(4), not ataraid(8). Pointed out by Juan PR.

(tron)

2008-09-15 22:01:03 UTC MAIN commitmail json YAML

tzdata2008f out, imported.

(kleink)

2008-09-15 22:00:16 UTC MAIN commitmail json YAML

Update for tzdata2008f.

(kleink)

2008-09-15 21:58:07 UTC MAIN commitmail json YAML

2008-09-15 21:56:48 UTC MAIN commitmail json YAML

2008-09-15 20:11:50 UTC MAIN commitmail json YAML

Mention SBus gem(4) support.
Change previous gem(4) entry to PCI.

(jdc)

2008-09-15 20:03:50 UTC MAIN commitmail json YAML

Libs in /lib have symlinks in /usr/lib.  [hi haad!]

(cube)

2008-09-15 20:03:18 UTC MAIN commitmail json YAML

Add SBus GEM reference.
Note when SX versions were supported.

(jdc)

2008-09-15 19:50:28 UTC MAIN commitmail json YAML

Read the correct error status register on SBus cards.
Don't set infinite burst on SBus cards.
Changes based on information in the `Sbus GEM Specification':
  http://mediacast.sun.com/users/Barton808/media/gem_sbus-1.pdf

SBus-based GEM cards (i.e. Sun X1140A) now work!
Tested with a X1140A card in a U1 and in a U2.
Thanks for martin@ for testing.

(jdc)

2008-09-15 19:43:24 UTC MAIN commitmail json YAML

Minor corrections to the SBus definitions, from the `Sbus GEM Specification':
  http://mediacast.sun.com/users/Barton808/media/gem_sbus-1.pdf

(jdc)

2008-09-15 18:21:49 UTC MAIN commitmail json YAML

Play it safe and change the sed script so that -E isn't needed.

(cube)

2008-09-15 18:19:25 UTC MAIN commitmail json YAML

Bump libprop minor number, I forgot to do it when I have added
prop_array_add_* routines. In version 1.2 of prop_array_util.c.

Pointed by bad@.

(haad)

2008-09-15 18:12:56 UTC MAIN commitmail json YAML

Replace intptr_t with uintptr_t in few more places.
OK by <matt>.

(rmind)

2008-09-15 11:59:51 UTC MAIN commitmail json YAML

Mention Intel MatrixRAID and bio(4) support in ataraid(8).

(tron)

2008-09-15 11:53:52 UTC MAIN commitmail json YAML

Only report volume names if they are non empty.
Patch provided by Juan RP in PR kern/39514.

(tron)

2008-09-15 11:44:50 UTC MAIN commitmail json YAML

2008-09-15 10:43:29 UTC MAIN commitmail json YAML

Replace intptr_t in few places to uintptr_t.

(rmind)

2008-09-15 08:05:19 UTC MAIN commitmail json YAML

replace XTHREAD_CFLAGS with _REENTRANT instead of _POSIX_THREAD_SAFE_FUNCTIONS
as is done in pkgsrc.

(rtr)

2008-09-15 07:58:49 UTC MAIN commitmail json YAML

Kernel thread changed name from fssbsN to fssN.

(hannken)

2008-09-15 04:42:58 UTC MAIN commitmail json YAML

Enable more PCI devices.

(tsutsui)

2008-09-15 04:08:55 UTC MAIN commitmail json YAML

2008-09-15 03:58:23 UTC MAIN commitmail json YAML

Use a sane default for xkb rules, "xorg", which is actually provided in the
distribution, unlike "base".

(cube)

2008-09-15 03:51:43 UTC MAIN commitmail json YAML

Generate site.def from site.def.in so that ProjectRoot is correctly
defined.

(cube)

2008-09-15 02:37:54 UTC MAIN commitmail json YAML

Make sure pkgconfig files we install have RPATH directives.

${TOOL_SED} -E is authorized, right?  Right?

(cube)

2008-09-14 23:39:02 UTC MAIN commitmail json YAML

Use proper .Pq macro to restore parentheses removed by my wrong fix
in rev 1.90.

(tsutsui)

2008-09-14 21:53:49 UTC MAIN commitmail json YAML

A few cleanups for siisata(4)

No functional changes intended (except maybe un-reseting the chip a bit later
in attach).

- pass fewer arguments to local functions where arguments can be derived from
  an existing argument
- some coding style fixes
- more abstraction for PRB activation and deactivation
- bus_dma(9) properification in error cases
- undefine SIISATA_DEBUG, and cleanup variables used only for DEBUG_PRINT()s

(jakllsch)

2008-09-14 20:29:10 UTC MAIN commitmail json YAML

* For .Sh, generate <h3 id="...">...</h3>.
* For .Ss, generate <h4 id="...">...</h4>.
This makes internal cross references from .Sx work.

While here, change .SH and .SS to do likewise, instead of using
<h3><a name="...">...</a></h3> and <h4><a name="...">...</a></h4>.

(apb)

2008-09-14 18:12:16 UTC MAIN commitmail json YAML

Use the physical address from the bus_dmamap_load() map, not the one from
the bus_dmamem_alloc().  Fixes iop(4) on alpha, and possibly sparc64 as
described in the thread
http://mail-index.netbsd.org/port-sparc64/2008/06/04/msg000413.html.

(mhitch)

2008-09-14 17:25:59 UTC MAIN commitmail json YAML

Fix errors in previous.

(apb)

2008-09-14 16:10:19 UTC MAIN commitmail json YAML

Create fss(4) devices on first open and destroy on last close of an
unconfigured device.  That removes the compile-time constant number
of useable devices.
While here, add disk_busy()/disk_unbusy() instrumentation.

Reviewed by: Quentin Garnier <cube@netbsd.org>

(hannken)

2008-09-14 16:03:27 UTC MAIN commitmail json YAML

Add VIDEO_FORMAT_YUV420 support

(jmcneill)

2008-09-14 15:03:17 UTC MAIN commitmail json YAML

2008-09-14 14:31:33 UTC MAIN commitmail json YAML

Allow VIDIOC_ENUM_FORMAT to return more than one result.

(jmcneill)

2008-09-14 14:28:10 UTC MAIN commitmail json YAML

Mention recent changes to etcupdate(8) and postinstall(8).

(apb)

2008-09-14 14:24:16 UTC MAIN commitmail json YAML

Document that "ss tgz1:tgz2" was merely deprecated, not removed.

(apb)

2008-09-14 14:22:45 UTC MAIN commitmail json YAML

Remove options deprecated in NetBSD-4.0:
* Remove "-b binarydir" option (use "-s binarydir" instead).
* Remove "-s srcdir/etc" option (use "-s srcdir" instead).

Also document that "-s tgz1:tgz2" is merely deprecated, not removed
(use "-s tgz1 -s tgz2" instead).

(apb)

2008-09-14 13:59:54 UTC MAIN commitmail json YAML

Create /dev/videoN with all target

(jmcneill)

2008-09-14 13:58:25 UTC MAIN commitmail json YAML

Don't bother with /dev/video -> /dev/video0 symlink, nobody uses it

(jmcneill)

2008-09-14 13:46:51 UTC MAIN commitmail json YAML

Allow "-s tgzfile1:tgzfile2" for backward compatibility.  Print a
warning to encourage users to switch to using "-s tgzfile1 -s tgzfile2".

(apb)

2008-09-14 13:38:38 UTC MAIN commitmail json YAML

fix the -0.0 case, fixes a gm4 test error reported by wiz
(normally, the libm implementation should be used)

(drochner)

2008-09-14 12:59:19 UTC MAIN commitmail json YAML

2008-09-14 12:51:39 UTC MAIN commitmail json YAML

Escape "\" as "\e" in the example.
Fix formatting problems reported by Stathis Kamperis on PR bin/39535.

(itohy)

2008-09-14 10:12:14 UTC MAIN commitmail json YAML

Remove FSS_STATISTICS.  It was never documented and has no real value.
While here, modify fss_error() to no longer use variable arguments.

No functional changes.

(hannken)

2008-09-14 10:09:39 UTC MAIN commitmail json YAML

* iwn_rx_intr(): free rbuf is available if 'nb_free_entries > 0'.
    This used to have '>=' resulting in kernel crash accessing NULL
    rbuf under non-trivial Rx load.

(freza)

2008-09-14 05:00:23 UTC MAIN commitmail json YAML

Avoid sign extention problems leading to:
$ ulimit -dH
3145728
$ ulimit -d 3145728
ksh: ulimit: bad limit: Invalid argument
$

(sjg)

2008-09-14 03:33:45 UTC MAIN commitmail json YAML

Revert previous double-free hack, needs revisiting.

(jmcneill)

2008-09-14 00:26:35 UTC MAIN commitmail json YAML

2008-09-13 23:50:54 UTC MAIN commitmail json YAML

Add RGB24 support, and prevent a double-free on videoclose

(jmcneill)

2008-09-13 22:25:10 UTC MAIN commitmail json YAML

dhcpcd-4.0.0 release is out.

Convert this file (i.e. one character) from latin-1 to utf-8.

(wiz)

2008-09-13 21:37:08 UTC MAIN commitmail json YAML

Don't try to link in Carbon on Mac OS X/Darwin - this makes
cross-compiling with -V MKXORG=yes work when building from
Mac OS X 10.4.

OK'd by lukem@

(hubertf)

2008-09-13 20:51:34 UTC MAIN commitmail json YAML

Test and then commit, not the other way around.

(cube)

2008-09-13 20:50:42 UTC MAIN commitmail json YAML

Replace another string in freetype-config.

(cube)

2008-09-13 20:25:05 UTC MAIN commitmail json YAML

2008-09-13 20:00:09 UTC MAIN commitmail json YAML

i386_iopl() is used on x86_64 as well, as in the x86_64 case,
the source does:

#define i386_iopl x86_64_iopl

Therefore, we need USE_I386_IOPL defined for this architecture.

(bjs)

2008-09-13 19:57:24 UTC MAIN commitmail json YAML

libfontconfig depends on libfreetype.  Weird that the linker doesn't
complain.

(cube)

2008-09-13 18:51:11 UTC MAIN commitmail json YAML

Fix pseye_start_transfer() to return the return value of kthread_create()
instead of always returning 0.

(mjf)

2008-09-13 17:13:57 UTC MAIN commitmail json YAML

- use memmove(9) for possible overlapped screen copies, per PR port-arc/36703
- replace bcopy(9) with memcpy(9) where no overlap
- fix a typo in comment
Tested by using sysinst with pccons(4) on gxemul.

(tsutsui)

2008-09-13 17:05:07 UTC MAIN commitmail json YAML

PR/39534: Henning Petersen: Typo = instead of / to close comment.

(christos)

2008-09-13 16:59:42 UTC MAIN commitmail json YAML

Install bootloader into the FAT partition, not root partition.

(tsutsui)

2008-09-13 16:15:38 UTC MAIN commitmail json YAML

Fix more botches on device_t/softc split,
which didn't cause errors on compile.
Tested on gxemul.

(tsutsui)

2008-09-13 16:08:02 UTC MAIN commitmail json YAML

Make this compile (restore some lines removed in rev 1.53).

(tsutsui)

2008-09-13 16:02:17 UTC MAIN commitmail json YAML

2008-09-13 15:58:01 UTC MAIN commitmail json YAML

2008-09-13 15:54:57 UTC MAIN commitmail json YAML

Reformat port-maintainers list and use @NetBSD.org address as other lists.
XXX: list-portmasters.pl needs to be updated.

(tsutsui)

2008-09-13 15:43:07 UTC MAIN commitmail json YAML

First cut at INSTALL notes for NetBSD/arc.
Finally we could close another ancient PR port-arc/11443.

After several years, we got the native bootloader and then had
sysinst which would do apprpriate partitioning for the bootloader,
so I've noted the last difficult part, how to specify boot commands
on the ARC BIOS.

I still wonder how many possible users of NetBSD/arc are there
who will need this topic though... ;-p

(tsutsui)

2008-09-13 15:40:51 UTC MAIN commitmail json YAML

Regen for Nvidia GeForce 6150 devices addition.

(njoly)

2008-09-13 15:39:01 UTC MAIN commitmail json YAML

Add Nvidia GeForce 6150 devices.

(njoly)

2008-09-13 14:00:35 UTC MAIN commitmail json YAML

Fix spelling of my name. While here add my middle initial.

(reed)

2008-09-13 13:45:00 UTC MAIN commitmail json YAML

Fix spelling typo.

(reed)

2008-09-13 13:11:38 UTC MAIN commitmail json YAML

2008-09-13 13:08:36 UTC MAIN commitmail json YAML

fix same problem with CP932, order should be NEC_IBM -> IBM.
rev1.11 and rev1.12 is completely mistake, sorry.

(tnozaki)

2008-09-13 13:05:09 UTC MAIN commitmail json YAML

revert previous change, there's no problem for CP943.

(tnozaki)

2008-09-13 12:56:25 UTC MAIN commitmail json YAML

fix same problem with CP932, oreder should be NEC_IBM -> IBM.

(tnozaki)

2008-09-13 11:46:19 UTC MAIN commitmail json YAML

2008-09-13 09:20:37 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2008-09-13 09:16:34 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2008-09-13 09:13:14 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2008-09-13 07:36:30 UTC MAIN commitmail json YAML

2008-09-13 07:33:26 UTC MAIN commitmail json YAML

Fix (U)LLONG_(MAX|MIN) defines.

From Jonathan Kollasch. Thanks.

(skrll)

2008-09-13 07:30:59 UTC MAIN commitmail json YAML

Swap max/min in comments to match symbols.

(skrll)

2008-09-13 07:30:22 UTC MAIN commitmail json YAML

Multiple inclusion protection.

(skrll)

2008-09-13 07:03:21 UTC MAIN commitmail json YAML

tzcode2008e / tzdata2008e are available

(apb)

2008-09-13 04:33:06 UTC MAIN commitmail json YAML

Add pkgconfig files.

(cube)

2008-09-13 04:32:31 UTC MAIN commitmail json YAML

Install pkgconfig files.  Where applicable, remove .if 0 code that tried to
do the same thing.

(cube)

2008-09-13 04:31:12 UTC MAIN commitmail json YAML

Add a pre-substituted version of the freetype2.in template found in the
FreeType2 distribution.  It's easier that way than trying to point the
script to the right file.

(cube)

2008-09-13 04:28:37 UTC MAIN commitmail json YAML

Add logic to install pkgconfig files from X.Org sources.  Initial idea from
Tyler Retzlaff.

No, this is not code I am going to be proud of.  Meanwhile, anyone is
welcome to work on a mknative-xorg script and make sure that outputs across
all archs are consistent, and use it to generate a bunch of other stuff such
as the Imake config file and so on.  That will do for now though.

(cube)

2008-09-13 03:30:35 UTC MAIN commitmail json YAML

Don't split large commands into multiple commands; just fail on them.
This prevents CSRF-like attacks, when a web browser is used to access
an ftp server.
Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
Fix mostly derived from OpenBSD, written by Moritz Jodeit <moritz@OpenBSD.org>

(lukem)