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-8 (5d)  netbsd-10 (6d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 13:29:35 UTC Now

2009-04-28 03:07:53 UTC MAIN commitmail json YAML

Fix librefuse macro to show -lrefuse (not -lfuse).
That will fix "man refuse" Library details.

(reed)

2009-04-28 03:03:52 UTC MAIN commitmail json YAML

Get rid of extra space in Usage statement.

(reed)

2009-04-28 03:01:15 UTC MAIN commitmail json YAML

do_sys_utimes: fix a bug introduced by rev.1.367.
VA_UTIMES_NULL is in va_vaflags, not va_flags.

(yamt)

2009-04-28 02:59:05 UTC MAIN commitmail json YAML

Fix Nm (document title).
("Fast IPsec" is not a manual page name as I mention on netbsd-docs.)

(reed)

2009-04-28 02:47:12 UTC MAIN commitmail json YAML

remove read-write code because it's dangerous.
there's no point to try this hard anyway.

(yamt)

2009-04-28 00:41:40 UTC MAIN commitmail json YAML

2009-04-28 00:40:45 UTC MAIN commitmail json YAML

2009-04-27 20:10:49 UTC MAIN commitmail json YAML

Bring getifaddrs(3) behavior in line with the documentation: the
ifa_data member of every AF_LINK struct ifaddrs points at the
corresponding struct if_data.  In ifconfig(8), do not try to suppress
duplicate AF_LINK ifaddrs by checking for a NULL ifa_data.

Don't copy out two AF_LINK struct ifaddrs for each active link-layer
address. getifaddrs(3) used to copy out one ifaddrs for the kernel's
RTM_IFINFO message, and one more for the kernel's RTM_NEWADDR message.
I suppress the first duplicate with a highly conservative change that
wastes a little bit of ifaddrs storage.  The storage is not leaked.

(dyoung)

2009-04-27 20:02:30 UTC MAIN commitmail json YAML

sprintf -> snprintf

(cegger)

2009-04-27 18:36:43 UTC MAIN commitmail json YAML

initialize async before use

(pooka)

2009-04-27 15:08:10 UTC MAIN commitmail json YAML

Print left and right type and not left type twice.  (Hi Christos!)

(ginsbach)

2009-04-27 14:52:50 UTC MAIN commitmail json YAML

Wrap one more printf() with #ifdef DEBUG, which was missed on rev 1.52.

(tsutsui)

2009-04-27 14:28:58 UTC MAIN commitmail json YAML

* expand syncing logic into rumpuser, since it has more freedom on
  how to do it (e.g. fsync_range)
* hash out O_DIRECT support.  it's the fastest method of safely operating
  on a file, but we can't currently autodetect support, so it's not
  enabled by default
* sprinkle more event counters

(pooka)

2009-04-27 14:22:40 UTC MAIN commitmail json YAML

2009-04-27 13:24:18 UTC MAIN commitmail json YAML

Add IPC_64 support to all semctl(2) commands, following corresponding
compat linux change.

(njoly)

2009-04-27 12:02:11 UTC MAIN commitmail json YAML

Add commented out hpet@ichlpcib entry.

(joerg)

2009-04-27 09:27:28 UTC nick-hppapmap commitmail json YAML

For correctness test pvh_attrs with lock held.

(skrll)

2009-04-27 08:56:06 UTC nick-hppapmap commitmail json YAML

2009-04-27 08:25:30 UTC nick-hppapmap commitmail json YAML

2009-04-27 08:21:51 UTC nick-hppapmap commitmail json YAML

2009-04-27 08:19:59 UTC nick-hppapmap commitmail json YAML

2009-04-27 08:11:19 UTC nick-hppapmap commitmail json YAML

2009-04-27 08:06:03 UTC MAIN commitmail json YAML

Add sysmon for powerd.

(nonaka)

2009-04-27 00:07:07 UTC MAIN commitmail json YAML

Nuke some 5.0 stuff in preparation for 6.0.  Sigh.

(snj)

2009-04-26 22:26:59 UTC MAIN commitmail json YAML

avoid namespace collision.  no functional change.

(pooka)

2009-04-26 22:23:02 UTC MAIN commitmail json YAML

Provide a stateful mode for readdir/read/write.  Using them gives
a measurable boost to some fs-utils commands.

(pooka)

2009-04-26 21:39:10 UTC MAIN commitmail json YAML

Bump maximum number of outstanding async i/o's to 1024, 128 can
fill up really fast.

(pooka)

2009-04-26 21:36:24 UTC MAIN commitmail json YAML

* set syncdelay to 0 only if we don't have a syncer thread
* add some #if0'd debug code to unmount for printing event counters

(pooka)

2009-04-26 21:30:43 UTC MAIN commitmail json YAML

Don't drop kernel lock twice inside same operation.

(pooka)

2009-04-26 20:45:37 UTC MAIN commitmail json YAML

prettyprint long line, no functional change

(pooka)

2009-04-26 20:44:50 UTC MAIN commitmail json YAML

2009-04-26 20:41:24 UTC MAIN commitmail json YAML

2009-04-26 19:56:20 UTC MAIN commitmail json YAML

don't discard const qualifiers

(mlelstv)

2009-04-26 19:24:18 UTC MAIN commitmail json YAML

don't discard const qualifiers

(mlelstv)

2009-04-26 16:58:31 UTC MAIN commitmail json YAML

Fix a lot more grammatical errors and inconsistencies (e.g. RiscOS -> RISC
OS).

(sborrill)

2009-04-26 16:55:44 UTC MAIN commitmail json YAML

Let's allocate enough space for the keyring structure, and not a pointer to it.

(agc)

2009-04-26 16:44:51 UTC MAIN commitmail json YAML

!SparkPlug, not !SparcPlug

(sborrill)

2009-04-26 16:17:08 UTC MAIN commitmail json YAML

Always make local functions static.  Local symbols are still preserved
on link by ld(1) with -X option on most ports for debug.

(tsutsui)

2009-04-26 15:55:50 UTC MAIN commitmail json YAML

fix broken overflow test.

(christos)

2009-04-26 15:15:38 UTC MAIN commitmail json YAML

Use rump_sys_mount() instead of ukfs_mount().  Just a few more
steps and we can have a switch for if we want to run tests against
a rump kernel or a real kernel.

(pooka)

2009-04-26 14:37:03 UTC MAIN commitmail json YAML

Catch up with recent changes to sys/proc.h (Hello, rmind!)

(pgoyette)

2009-04-26 14:18:44 UTC MAIN commitmail json YAML

Update build system for pkg_install-20090425.

(joerg)

2009-04-26 13:05:55 UTC MAIN commitmail json YAML

fix build broken.
Pointed by Takeshi Nakayama.

(nonaka)

2009-04-26 12:41:59 UTC MAIN commitmail json YAML

added error check.

(uch)

2009-04-26 10:45:20 UTC MAIN commitmail json YAML

check error code from bwi_attach()

(cegger)

2009-04-26 10:26:54 UTC MAIN commitmail json YAML

fix error handling

(cegger)

2009-04-26 10:07:48 UTC MAIN commitmail json YAML

2009-04-26 09:56:46 UTC MAIN commitmail json YAML

prepare device_t/softc split

(cegger)

2009-04-26 09:47:31 UTC MAIN commitmail json YAML

u_intNN_t -> uintNN_t

(cegger)

2009-04-26 09:12:33 UTC MAIN commitmail json YAML

- Fix error handling in attachment
- use aprint_*_dev

(cegger)

2009-04-26 08:54:13 UTC MAIN commitmail json YAML

detach ohci on shutdown

(cegger)

2009-04-26 08:46:11 UTC MAIN commitmail json YAML

Fix error handling.

(cegger)

2009-04-26 07:53:43 UTC MAIN commitmail json YAML

Authorizing actions from the generic scope using a device scope wrapper
is a big no-no.

As painful as it is, use kauth_authorize_generic() for now.

(elad)

2009-04-26 07:21:13 UTC MAIN commitmail json YAML

Added some command definitions.

(nonaka)

2009-04-26 07:01:29 UTC MAIN commitmail json YAML

age_intr: don't return w/o ack. the interrupt.
Add a comment when this special case can happen.

(cegger)

2009-04-26 06:56:46 UTC MAIN commitmail json YAML

fix error handling in lii_attach()
ok jmcneill@

(cegger)

2009-04-26 05:57:48 UTC MAIN commitmail json YAML

set WARNS=3 -- too many -Wsign-compare issues in the kernel ffs code

(lukem)

2009-04-26 04:54:27 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
Fixes PR bin/41283

(lukem)

2009-04-26 02:25:57 UTC MAIN commitmail json YAML

- use (uint8_t *) for RX buffer
- remove unnecessary pointer casts

(tsutsui)

2009-04-26 02:23:27 UTC MAIN commitmail json YAML

When drm is compiled in only for PCI devices, agp_flush_cache() is not
defined.  Wrap the call to it with #ifndef DRM_NO_AGP to avoid link
errors.

(pgoyette)

2009-04-26 01:51:07 UTC MAIN commitmail json YAML

Fix WARNS=4 issues (-Wextra -Wcast-qual).
Resolves PR bin/41282

(lukem)

2009-04-26 01:39:55 UTC netbsd-5 commitmail json YAML

2009-04-26 01:35:25 UTC netbsd-5 commitmail json YAML

Mention sparc SMP brokenness in the "known problems" section.  While here,
fix a formatting error.

(snj)

2009-04-25 23:17:59 UTC netbsd-5 commitmail json YAML

2009-04-25 23:16:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #728):
distrib/alpha/README.files: revision 1.14
distrib/notes/acorn26/upgrade: revision 1.2
distrib/notes/acorn32/hardware: revision 1.2
distrib/notes/acorn32/prep: revision 1.14
distrib/notes/acorn32/prep.RISCOS: revision 1.20
distrib/notes/alpha/hardware: revisions 1.16-1.17
distrib/notes/alpha/install: revisions 1.35-1.37
distrib/notes/amd64/prep: revision 1.2
distrib/notes/amiga/hardware: revision 1.46
distrib/notes/amiga/install: revision 1.35
distrib/notes/amiga/prep: revision 1.28
distrib/notes/amiga/upgrade: revision 1.28
distrib/notes/arc/prep: revision 1.2
distrib/notes/atari/hardware: revision 1.22
distrib/notes/atari/prep: revision 1.13
distrib/notes/cats/hardware: revision 1.7
distrib/notes/cats/prep: revision 1.11
distrib/notes/cats/upgrade: revision 1.4
distrib/notes/common/contents: revisions 1.150-1.155
distrib/notes/common/legal.common: revision 1.52
distrib/notes/common/main: revisions 1.444-1.446
distrib/notes/common/postinstall: revisions 1.73, 1.74
distrib/notes/common/sysinst: revisions 1.97, 1.98
distrib/notes/common/upgrade: revisions 1.27, 1.28
distrib/notes/common/xfer: revisions 1.64-1.66
distrib/notes/evbarm/prep: revision 1.10
distrib/notes/evbarm/upgrade: revision 1.2
distrib/notes/evbppc/hardware: revision 1.5
distrib/notes/evbppc/upgrade: revision 1.2
distrib/notes/hp300/prep: revision 1.24
distrib/notes/i386/upgrade: revision 1.23
distrib/notes/i386/prep: revision 1.14
distrib/notes/mac68k/hardware: revision 1.24
distrib/notes/mac68k/prep: revision 1.16
distrib/notes/mac68k/upgrade: revision 1.21
distrib/notes/mac68k/xfer: revision 1.20
distrib/notes/macppc/prep: revisions 1.43, 1.44
distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.13
distrib/notes/macppc/hardware: revision 1.47
distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.12
distrib/notes/mvme68k/hardware: revision 1.11
distrib/notes/mvme68k/install: revision 1.21
distrib/notes/next68k/prep: revision 1.8
distrib/notes/pmax/hardware: revision 1.17
distrib/notes/pmax/install: revision 1.41
distrib/notes/sgimips/hardware: revision 1.14
distrib/notes/sgimips/prep: revision 1.10
distrib/notes/shark/install: revision 1.5
distrib/notes/sparc/hardware: revisions 1.35, 1.36
distrib/notes/sparc/prep: revision 1.26
distrib/notes/sparc/upgrade: revision 1.16
distrib/notes/sparc64/prep: revision 1.15
distrib/notes/sun2/hardware: revision 1.4
distrib/notes/sun3/hardware: revision 1.10
distrib/notes/vax/hardware: revision 1.10
distrib/notes/vax/install: revision 1.18
distrib/notes/vax/prep: revision 1.7
distrib/notes/xen/xfer: revision 1.4
distrib/notes/x68k/hardware: revision 1.17
distrib/notes/x68k/prep: revision 1.9
Update release notes.

(snj)

2009-04-25 23:10:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #727):
lib/libc/gen/makecontext.3: revision 1.6
lib/libc/sys/sigaltstack.2: revision 1.22
lib/libpthread/pthread.3: revision 1.11
Add CAVEATS section:
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not).
Wording from drochner@ and ad@
Bump date for man pages.

(snj)

2009-04-25 23:06:02 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reed in ticket #724):
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8: revision 1.5
Fix roff formatting for ->
by adding an \ such as document in mdoc.7
This was reported in 41276

(snj)

2009-04-25 21:38:25 UTC MAIN commitmail json YAML

Import pkg_install-20090425:
Add logic to evaluate license conditions. As frontend for pkgsrc,
pkg_admin gets two new commands (check-license and
check-single-license), which can be used to evaluate a given condition.
pkg_add will be changed to honour licenses at a later point.

Status:

Vendor Tag: PKGSRC
Release Tags: pkg_install-20090425

(joerg)

2009-04-25 21:26:21 UTC MAIN commitmail json YAML

Wrap some long lines in a comment, pointed out by ad@ - thanks!

While here, wrap two more long lines.

(elad)

2009-04-25 21:21:49 UTC MAIN commitmail json YAML

2009-04-25 19:38:25 UTC MAIN commitmail json YAML

- Add kcpuset_iszero().
- Fix kcpuset_match().

(rmind)

2009-04-25 18:53:45 UTC MAIN commitmail json YAML

2009-04-25 18:39:48 UTC MAIN commitmail json YAML

2009-04-25 18:38:32 UTC MAIN commitmail json YAML

- remove gnu/usr.bin from SRCDIRS
- sort

(tsutsui)

2009-04-25 18:29:05 UTC MAIN commitmail json YAML

Use DBG=-Os, which works fine on landisk.

(tsutsui)

2009-04-25 18:27:39 UTC MAIN commitmail json YAML

Use roundup2() macro.

(tsutsui)

2009-04-25 17:04:40 UTC MAIN commitmail json YAML

2009-04-25 15:46:20 UTC MAIN commitmail json YAML

handle new directory structure.

(christos)

2009-04-25 15:43:02 UTC nick-hppapmap commitmail json YAML

s/ctob/ptoa/ change in comment from OpenBSD.

(skrll)

2009-04-25 15:32:30 UTC MAIN commitmail json YAML

Remove an extra whitespace.

(tsutsui)

2009-04-25 15:30:17 UTC MAIN commitmail json YAML

Regen from pcidevs rev 1.983:
> Tweak some Realtek re(4) device names.

(tsutsui)

2009-04-25 15:29:18 UTC MAIN commitmail json YAML

Tweak some Realtek re(4) device names.

(tsutsui)

2009-04-25 15:28:16 UTC nick-hppapmap commitmail json YAML

2009-04-25 15:26:28 UTC nick-hppapmap commitmail json YAML

Add a KASSERT to pmap_activate

(skrll)

2009-04-25 15:09:14 UTC nick-hppapmap commitmail json YAML

2009-04-25 15:06:33 UTC MAIN commitmail json YAML

- Rearrange pg_delete() and pg_remove() (renamed pg_free), thus
  proc_enterpgrp() with proc_leavepgrp() to free process group and/or
  session without proc_lock held.
- Rename SESSHOLD() and SESSRELE() to  to proc_sesshold() and
  proc_sessrele().  The later releases proc_lock now.

Quick OK by <ad>.

(rmind)

2009-04-25 14:45:06 UTC nick-hppapmap commitmail json YAML

2009-04-25 13:54:07 UTC nick-hppapmap commitmail json YAML

Put KASSERTs after DPRINTFs.

(skrll)

2009-04-25 12:20:48 UTC MAIN commitmail json YAML

Only include <assert.h> and <string.h> if !_KERNEL && !_STANDALONE

(skrll)

2009-04-25 10:34:43 UTC MAIN commitmail json YAML

2009-04-25 09:10:55 UTC MAIN commitmail json YAML

Sync with (a close approximation of) reality.

(snj)

2009-04-25 08:32:32 UTC MAIN commitmail json YAML

Fix random 'filesystem full' messages by trapping a couple of 32-bit
overflow areas missed in rev 1.110 and switching cgbase().

Kudos to rump_ffs!

(sborrill)

2009-04-25 07:56:03 UTC nick-hppapmap commitmail json YAML

Turn off TLB_STATS_{PRE,AFT}

(skrll)

2009-04-25 07:45:37 UTC nick-hppapmap commitmail json YAML

2009-04-25 06:16:12 UTC MAIN commitmail json YAML

Remove suffix "B" from rtk_name of PCI_PRODUCT_REALTEK_RT8168 devices.
All 8168/8111 variants (8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP)
have the same PCI device ID.

(tsutsui)

2009-04-25 05:54:51 UTC MAIN commitmail json YAML

2009-04-25 05:11:37 UTC MAIN commitmail json YAML

2009-04-25 01:33:12 UTC MAIN commitmail json YAML

2009-04-25 01:29:15 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/configure@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/configure.ac@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/libtool@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/compress.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/config.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/config.h.in@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/create.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/netpgpdefs.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/openssl_crypto.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show-cast.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/reader.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/signature.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/symmetric.c@1.2 / diff / nxr@1.2
      :
(more 4 files)
WARNS=4 changes

(agc)

2009-04-24 23:11:08 UTC MAIN commitmail json YAML

2009-04-24 19:07:46 UTC MAIN commitmail json YAML

Drop the process WCPU decimal part when it reaches 100.0% (threaded
application on SMP system), to make it stay in the 5 expected columns.

ok by christos.

(njoly)

2009-04-24 18:26:51 UTC MAIN commitmail json YAML

2009-04-24 17:53:06 UTC MAIN commitmail json YAML

A workaround for a bug with some Opteron revisions where locked operations
sometimes do not serve as memory barriers, allowing memory references to
bleed outside of critical sections.  It's possible that this is the
reason for pkgbuild's longstanding crashiness.

For rwlocks, always enable the explicit membars. They were disabled only
on x86, and since they are not in the fast-path it's not a big deal.
TODO: convert these to an atomic_membar_foo() or similar that does ordering
between regular data references and atomic references.

(ad)

2009-04-24 17:49:51 UTC MAIN commitmail json YAML

A workaround for a bug with some Opteron revisions where locked operations
sometimes do not serve as memory barriers, allowing memory references to
bleed outside of critical sections.  It's possible that this is the
reason for pkgbuild's longstanding crashiness.

(ad)

2009-04-24 17:45:40 UTC MAIN commitmail json YAML

A workaround for a bug with some Opteron revisions where locked operations
sometimes do not serve as memory barriers, allowing memory references to
bleed outside of critical sections.  It's possible that this is the
reason for pkgbuild's longstanding crashiness.

This is not complete (atomic ops need some work too).

(ad)

2009-04-24 17:42:03 UTC MAIN commitmail json YAML

- Attach via the kthread so boot is not so slow on some systems with IPMI.
- NOWAIT -> WAITOK

(ad)

2009-04-24 16:48:58 UTC MAIN commitmail json YAML

Fix roff formatting for ->
by adding an \ such as document in mdoc.7

This was reported in 41276

(reed)

2009-04-24 14:26:02 UTC MAIN commitmail json YAML

PR/41273: Martin Mersberger: missing '/' in /etc/rc.d/named in section
named_migrate

(christos)

2009-04-24 14:17:59 UTC MAIN commitmail json YAML

Import pkg_install-20090424:
Make pkg_delete -d the default behavior, remove the option.
Remove pkg_create -R support (reorder @dirrm entries).
Introduce new plist command @pkgdir, which makes pkg_add add
this directory if it doesn't exist already and pkg_delete remove it
only if no other package has a @pkgdir entry for it. Otherwise
directories are pruned when the last file or directory in them is
removed. @dirrm is now a pure hint, if the directory doesn't exist, it
will be silently skipped.

Status:

Vendor Tag: PKGSRC
Release Tags: pkg_install-20090424

(joerg)

2009-04-24 14:16:50 UTC MAIN commitmail json YAML

Add Microchip PICkit 1 to HID blacklist.

(jakllsch)

2009-04-24 14:07:36 UTC MAIN commitmail json YAML

2009-04-24 14:06:22 UTC MAIN commitmail json YAML

Add Microchip Technology vendor ID and two PICkit device IDs thereof.

(jakllsch)

2009-04-24 13:27:03 UTC MAIN commitmail json YAML

* init pool linksets, makes proplib work.  reported by Arnaud Ysmal.
  (linksets, sigh)
* reduce #ifdef for RUMP_USE_REAL_ALLOCATORS

(pooka)

2009-04-24 08:57:26 UTC MAIN commitmail json YAML

Revert incorrect change made as part of the WARNS=4.
Fixes "ftp host [port]" on the CLI.
Noted by Geoff Wing.

(lukem)

2009-04-24 06:33:06 UTC netbsd-5 commitmail json YAML

Adjust to current practices.

(snj)

2009-04-24 01:06:01 UTC MAIN commitmail json YAML

2009-04-23 23:54:10 UTC MAIN commitmail json YAML

Note that SMP is broken on sparc.

(snj)

2009-04-23 23:33:09 UTC netbsd-5 commitmail json YAML

2009-04-23 23:31:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by agc in ticket #723):
lib/libc/db/hash/hash_buf.c: revision 1.18
correct cast to size_t.

(snj)

2009-04-23 23:30:31 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by agc in ticket #723):
lib/libc/db/hash/hash_buf.c: revision 1.17
Cast the arg to an unsigned value to let this compile

(snj)

2009-04-23 22:09:23 UTC MAIN commitmail json YAML

correct cast to size_t.

(christos)

2009-04-23 21:30:39 UTC netbsd-5 commitmail json YAML

2009-04-23 20:48:09 UTC MAIN commitmail json YAML

mention wscons support in zx(4)

(macallan)

2009-04-23 20:46:49 UTC MAIN commitmail json YAML

2009-04-23 20:24:23 UTC MAIN commitmail json YAML

Add power hooks. Proposed a couple of days ago on tech-kern@, no
objections received. Tested on Dell Inspiron 2200 with BCM4318

(kefren)

2009-04-23 17:50:16 UTC netbsd-5 commitmail json YAML

2009-04-23 17:47:13 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by yamt in ticket #720):
sys/kern/kern_synch.c: revision 1.262
kpreempt: report a failure of cpu_kpreempt_enter.  otherwise x86 trap()
loops infinitely.  PR/41202.

(snj)

2009-04-23 17:40:58 UTC MAIN commitmail json YAML

Add IPC_64 support for all semctl(2)/msgctl(2). Needed, at least on
i386 for Linux 2.6 emulation.

(njoly)

2009-04-23 17:37:51 UTC MAIN commitmail json YAML

Convert si_code value from native to linux.

(njoly)

2009-04-23 17:02:26 UTC MAIN commitmail json YAML

- Make kauth(9) call logic match the one in netinet6/in6_pcb.c

- Indent a comment

(elad)

2009-04-23 16:42:56 UTC MAIN commitmail json YAML

Some changes to in_pcbbind():

  - Extract guts to in_pcbbind_{addr,port}()

  - Put the port auto-assignment logic in in_pcbsetport(), which looks very
    similar to in6_pcbsetport()

  - Fix a bug where "sin" was passed to kauth(9) without being set to
    anything

No objections on tech-net@.

(elad)

2009-04-23 16:37:44 UTC MAIN commitmail json YAML

Make sure to remove all generated files on cleandir.

(tsutsui)

2009-04-23 16:35:20 UTC MAIN commitmail json YAML

Use <bsd.klinks.mk> to create machine and ${MACHINE_ARCH} symlinks.

(tsutsui)

2009-04-23 14:49:32 UTC MAIN commitmail json YAML

Fix -Wcast-qual and -Wsign-compare issues.

(tsutsui)

2009-04-23 14:38:58 UTC MAIN commitmail json YAML

Create cksums for files in ${MD_INSTALLATION_DIRS}.

(tsutsui)

2009-04-23 14:16:09 UTC MAIN commitmail json YAML

Build ramdisk based INSTALL kernel and bootstrap bootable install image file
and install them into releasedir.

(tsutsui)

2009-04-23 14:14:35 UTC MAIN commitmail json YAML

Switch bootstrap bootable install image from ffs to ustarfs based.

(tsutsui)

2009-04-23 12:18:41 UTC MAIN commitmail json YAML

pool uses signed int for flags.
undo the int -> u_int change for pmap_pdp_alloc to unbreak the PAE build.

(cegger)

2009-04-23 11:29:29 UTC MAIN commitmail json YAML

Create DESTDIR using HOST_INSTALL_DIR, not INSTALL_DIR, because
INSTALL_DIR would want to write to the metalog, and it can't do that
if the metalog is inside DESTDIR but DESTDIR doesn't yet exist.
This allows some XXX comments to be removed.

(apb)

2009-04-23 10:47:44 UTC MAIN commitmail json YAML

2009-04-23 10:43:31 UTC MAIN commitmail json YAML

remove obsolete code.

(msaitoh)

2009-04-23 09:43:49 UTC MAIN commitmail json YAML

Make clean_METALOG in distrib/sets early in the build, to ensure that
the METALOG does not grow without bounds on multiple MKUPDATE builds.
(Previously, sanitise_METALOG in distrib/sets/Makefile used to do
something like this near the end of a build.)

(apb)

2009-04-23 09:37:03 UTC MAIN commitmail json YAML

Clean up the handling of METALOG.sanitised:

* Don't change METALOG in place while creating METALOG.sanitised in the
  sanitise_METALOG target.  This makes it easier to manually inspect
  METALOG to find the order in which lines were added during a build.

* Add a clean_METALOG target, to be invoked from src/Makefile early in
  the build, to prevent unbounded growth of METALOG during multiple
  MKUPDATE builds.

* Remove the old hack of incorporating etc/mtree/NetBSD.dist into
  METALOG.sanitised.  It was needed only during a short transition
  period when people might have done MKUPDATE builds starting from
  existing DESTDIR and OBJDIR trees that had been created before
  revision 1.317 of src/etc/Makefile.

* Since etc/mtree/NetBSD.dist is no longer added, there's will not
  be any "optional" lines, so there's no need to filter them from
  METALOG.sanitised.

* There's no need for two different METALOG.unpriv and
  METALOG.sanitised.unpriv variables; combine them into a single
  METALOG.unpriv variable whose value is "-M ${METALOG}.sanitised".

* Reorder some lines in the Makefile, to bring related targets,
  variables and comments together.

(apb)

2009-04-23 09:30:56 UTC MAIN commitmail json YAML

Simplify the way EXCLUDE_REGEXP is built.

(apb)

2009-04-23 09:18:25 UTC MAIN commitmail json YAML

Add pmf hooks. Proposed two days ago on tech-kern@, no objections.
Tested on amd64 with Asus P5Q-E mainboard with onboard Yukon Lite

(kefren)

2009-04-23 06:32:04 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/bin/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/Licence@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/Makefile.in@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/TODO@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/autom4te.cache/output.0@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/autom4te.cache/requests@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/autom4te.cache/traces.0@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/config.guess@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/config.log@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/config.status@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/config.sub@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/configure@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/configure.ac@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/doc/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/doc/deliverable.txt@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/doc/doxygen-user.cfg@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/doc/spec.txt@1.1.1.1 / diff / nxr@1.1.1.1
src/crypto/external/bsd/netpgp/dist/include/netpgp.h@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 65 files)
Import netpgp source into crypto/external - this is a heavily-modified
version of openpgpsdk, and will replace it. Differences between netpgp
and the NetBSD repository version of openpgpsdk are:

+ Wrap source code in GNU autoconf/configure
+ New high-level interface for libnetpgp(3) and netpgp(1)
+ Hide prolifery of local headers in the internal lib directory -
  there is now one exported header called netpgp.h
+ Hide all ops_* functions and structs behind __ops_* names
+ Fix long-standing bug - make decryption work with files > 8192 bytes
  (fix for signature verification of signed files > 8192 bytes was already
  brought forward from the NetBSD repository of openpgpsdk)
+ Use mmap(2) to read files, falls back to read(2) if can't do mmap
+ Compile portable package using libtool
+ Rationalise the number of source files - merge a number of smaller ones
+ Case-insensitive matching of key ids
+ Use PRIsize throughout
+ Use calloc(3) throughout to zero memory
+ Get rid of global symbols which abused a macro
+ Use more descriptive names - remove "_arg_" components, name things for their
  purpose, rather than what they are (their type)
+ No more --passphrase= argument to netpgp(1) - this is now always
  done through callbacks
+ Report source code date and build date in version number, as well as the
  version number itself

This will form the basis of the portable netpgp package.

Status:

Vendor Tag: NETPGP
Release Tags: netpgp-base

(agc)

2009-04-23 06:22:01 UTC MAIN commitmail json YAML

use top-most bits for PMAP_MD_MASK instead something in the middle.
per request from christos@

(cegger)

2009-04-23 05:25:07 UTC MAIN commitmail json YAML

2009-04-23 03:49:39 UTC MAIN commitmail json YAML

Cast the arg to an unsigned value to let this compile

(agc)

2009-04-23 02:44:43 UTC netbsd-4-0 commitmail json YAML

2009-04-23 02:44:22 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1310):
lib/libc/db/hash/hash_buf.c: revision 1.16 via patch
Include string.h for memset prototype.

(snj)

2009-04-23 02:41:56 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1310):
lib/libc/db/btree/bt_split.c: revision 1.19
lib/libc/db/hash/hash_buf.c: revision 1.15
lib/libc/db/mpool/mpool.c: revision 1.19
Avoid information leaks by zeroing memory, from FreeBSD (we had done some
already)

(snj)

2009-04-23 02:40:38 UTC netbsd-4 commitmail json YAML

2009-04-23 02:40:16 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1310):
lib/libc/db/hash/hash_buf.c: revision 1.16 via patch
Include string.h for memset prototype.

(snj)

2009-04-23 02:38:26 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1310):
lib/libc/db/mpool/mpool.c: revision 1.19
lib/libc/db/hash/hash_buf.c: revision 1.15
lib/libc/db/btree/bt_split.c: revision 1.19
Avoid information leaks by zeroing memory, from FreeBSD (we had done some
already)

(snj)

2009-04-23 02:36:10 UTC netbsd-5 commitmail json YAML

2009-04-23 02:34:14 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #719):
lib/libc/db/hash/hash_buf.c: revision 1.16
Include string.h for memset prototype.

(snj)

2009-04-23 02:33:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #719):
lib/libc/db/btree/bt_split.c: revision 1.19
lib/libc/db/hash/hash_buf.c: revision 1.15
lib/libc/db/mpool/mpool.c: revision 1.19
Avoid information leaks by zeroing memory, from FreeBSD (we had done some
already)

(snj)

2009-04-23 02:28:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rafal in ticket #717):
sys/dev/drm/drmP.h: revision 1.34
sys/dev/drm/drm_drv.c: revision 1.24
sys/dev/drm/drm_scatter.c: revision 1.8
Rework scatter / gather page allocation inspired by r186295 of FreeBSD SVN:
    rework drm_scatter.c which allocates scatter / gather pages for use by
    ati pci gart to use bus_dma to handle the allocations.  This fixes
    a garbled screen issue on at least some radeons (X1400 tested).  It is
    also likely that this is the correct fix for PR# 119324, though that
    is not confirmed yet.
Fixes similar issues on a Radeon Mobility X300, non-Mobility X800 (including
a hard-lock of the machine).
With feedback from ad@, ok mrg@

(snj)

2009-04-23 02:26:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by rafal in ticket #718):
external/mit/xorg/server/drivers/xf86-video-r128/Makefile: revision 1.2
Fix part of xsrc/40322: r128 driver does not restore VGA state on exit from X.
radeon driver still needs looking at, it restores the console mode OK, but
the font is a very dark gray making it appear as if the screen is blank as
well.

(snj)

2009-04-23 02:22:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #716):
sys/fs/udf/udf_allocation.c: revision 1.21
Fix endian related bug when using discs with a meta-data partition on
big-endian machines.

(snj)

2009-04-23 02:19:40 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #715):
sys/dev/mii/mii_physubr.c: revision 1.62
sys/dev/mii/miivar.h: revision 1.53
add mii_anar(). From OpenBSD.

(snj)

2009-04-23 02:17:14 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #714):
sys/dev/drm/drm_drv.c: revision 1.23
sys/dev/drm/drm_irq.c: revision 1.17
Move initialisation of the irq spinlock into the device handling code,
at least the Intel driver depends on it whether the IRQ is currently
enabled or not.

(snj)

2009-04-23 02:13:33 UTC netbsd-3 commitmail json YAML

Tickets 2006-2008 and 2010.

(snj)

2009-04-23 02:11:53 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by mhitch in ticket #2010):
sys/arch/vax/vax/subr.S: revision 1.26
Apply patch from mhitch@:
Make copyin(9) and copyout(9) work with 64KB or larger data blocks.
Fixes broken pipe(2) problem mentioned in PR port-vax/41139. Ok'ed by ragge@.
Should be pulled up to netbsd-5.

(snj)

2009-04-23 02:07:04 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #2008):
usr.sbin/rtsold/if.c: revision 1.15
prevent a potential resource leak, not found by coverity (perhaps masked by previous)

(snj)

2009-04-23 02:06:15 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #2008):
usr.sbin/rtsold/if.c: revision 1.14
catch another possible error case and exit early; CID 990

(snj)

2009-04-23 02:03:55 UTC netbsd-3 commitmail json YAML

Apply patch (requested by msaitoh in ticket #2007):
Coverity CID 1668: Plug memory leak when malloc() failed.

(snj)

2009-04-23 02:00:19 UTC netbsd-3 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #2006):
lib/libedit/common.c: revision 1.23
fix mis-evaluating whether a char is digit or not.

(snj)

2009-04-23 01:56:51 UTC MAIN commitmail json YAML

2009-04-23 01:39:47 UTC MAIN commitmail json YAML

Fix -Wcast-qual issue

(lukem)

2009-04-23 01:37:55 UTC MAIN commitmail json YAML

Allow WARNS=4 after Christos' fix sys/cdefs.h

(lukem)

2009-04-23 01:36:57 UTC MAIN commitmail json YAML

Fix -Wsign-compare issue

(lukem)

2009-04-22 22:57:09 UTC MAIN commitmail json YAML

2009-04-22 22:47:21 UTC MAIN commitmail json YAML

Add myself to the list of developers.

(zafer)

2009-04-22 22:31:27 UTC MAIN commitmail json YAML

Always write REDHI before REDLO, since REDLO contains the mask bit.

(ad)

2009-04-22 21:52:59 UTC MAIN commitmail json YAML

Include string.h for memset prototype.

(njoly)

2009-04-22 21:20:52 UTC MAIN commitmail json YAML

Route all interrupts back to the BP again, for the time being.
Distributing them is causing strange problems on some systems.

(ad)

2009-04-22 21:16:40 UTC MAIN commitmail json YAML

Make xen kernels build again.

(ad)

2009-04-22 20:53:44 UTC MAIN commitmail json YAML

2009-04-22 18:44:06 UTC MAIN commitmail json YAML

Avoid information leaks by zeroing memory, from FreeBSD (we had done some
already)

(christos)

2009-04-22 18:35:02 UTC MAIN commitmail json YAML

Only check if the port is used if it was specified.

Should fix problem reported in

    http://mail-index.netbsd.org/current-users/2009/04/22/msg009130.html

(elad)

2009-04-22 18:27:03 UTC MAIN commitmail json YAML

Adjust for new default location of the pid file.

(christos)

2009-04-22 18:25:24 UTC MAIN commitmail json YAML

Don't log if "." is not writable. In the chrooted environment this is
"/var/chroot/named", and there is no reason whatsoever for this to be
writable!

(christos)

2009-04-22 18:10:38 UTC MAIN commitmail json YAML

2009-04-22 18:04:02 UTC MAIN commitmail json YAML

Cast the argument of the __BIT to an unsigned type, since it does not make
sense for it to be signed and gcc complains if it is.

(christos)

2009-04-22 17:21:48 UTC MAIN commitmail json YAML

2009-04-22 17:20:15 UTC MAIN commitmail json YAML

+/usr/mdec/bootxx_ustarfs

(tsutsui)

2009-04-22 17:20:08 UTC MAIN commitmail json YAML

Build and install bootxx_ustarfs.

(tsutsui)

2009-04-22 17:13:36 UTC MAIN commitmail json YAML

2009-04-22 16:53:15 UTC MAIN commitmail json YAML

Install MBR bootcode (/usr/mdec/mbr) after write_mbr().

(tsutsui)

2009-04-22 16:51:02 UTC MAIN commitmail json YAML

Remove a bogus (debug?) message.

(tsutsui)

2009-04-22 16:43:43 UTC MAIN commitmail json YAML

Also put /usr/mdec/mbr to install ramdisk to initialize a disk.

(tsutsui)

2009-04-22 15:23:10 UTC MAIN commitmail json YAML

2009-04-22 13:31:44 UTC MAIN commitmail json YAML

gcc-4.4.0 out.

(wiz)

2009-04-22 13:10:33 UTC MAIN commitmail json YAML

Apply rev 1.21 from src/lib/libcrypto/man/ssl.3:
Fix typo.

(joerg)

2009-04-22 12:38:10 UTC MAIN commitmail json YAML

Make No_Bootcode message a bit more verbose.
XXX: needs translations

(tsutsui)

2009-04-22 12:37:01 UTC MAIN commitmail json YAML

2009-04-22 12:35:46 UTC MAIN commitmail json YAML

Make sure to free(3) memory allocated by asprintf(3) in bootxx_name().

(tsutsui)

2009-04-22 12:15:03 UTC MAIN commitmail json YAML

Put /usr/mdec/bootxx_ffsv2 into install ramdisk.

(tsutsui)