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

2024-05-10 10:59:38 UTC Now

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

2011-04-11 01:36:59 UTC MAIN commitmail json YAML

2011-04-11 01:36:28 UTC MAIN commitmail json YAML

2011-04-11 01:35:55 UTC MAIN commitmail json YAML

2011-04-11 01:35:00 UTC MAIN commitmail json YAML

2011-04-11 01:33:46 UTC MAIN commitmail json YAML

5.99.49: you need a new nfsd module.

(dholland)

2011-04-11 01:33:05 UTC MAIN commitmail json YAML

2011-04-11 00:21:45 UTC MAIN commitmail json YAML

exec is on a higher plane of existence.

(wiz)

2011-04-10 23:31:30 UTC MAIN commitmail json YAML

Fix obvious bug.
(note: this file still doesn't build on amd64)

(dholland)

2011-04-10 22:49:52 UTC MAIN commitmail json YAML

Synchronize -N option name in Synopsis with that in the Description

(pgoyette)

2011-04-10 22:46:09 UTC MAIN commitmail json YAML

Update this weekend's note on cleaning gcc: you need to clean binutils too.

(dholland)

2011-04-10 21:25:56 UTC MAIN commitmail json YAML

Add back a stylish new line.

(joerg)

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

Use ?: operator to determine when to add --sysroot. Unbreaks clang
bootstrap.

(joerg)

2011-04-10 20:59:22 UTC MAIN commitmail json YAML

Add:
usage: show proc [/a] [/p] address|pid
        /a == argument is an address of any lwp
/p == argument is a pid [default]
From: Vladimir Kirillov proger at wilab dot org dot ua

(christos)

2011-04-10 20:39:43 UTC MAIN commitmail json YAML

- amd64 support
- fix end of file handling
From: Vladimir Kirillov proger at wilab dot org dot ua

(christos)

2011-04-10 20:38:37 UTC MAIN commitmail json YAML

2011-04-10 20:36:49 UTC MAIN commitmail json YAML

2011-04-10 20:22:33 UTC MAIN commitmail json YAML

Add a generic note about GCC's error on changed variables and a specific
entry for the sysroot related changes breaking MKUPDATE.

(joerg)

2011-04-10 16:52:36 UTC MAIN commitmail json YAML

For USETOOLS=yes, use the --sysroot support of the compiler to cut down
the number of hard-coded pathes and magic invocations.

(joerg)

2011-04-10 16:50:18 UTC MAIN commitmail json YAML

Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4
configuration. All but the target to helper programs should be the same.
Mark include directories as sysroot-relative.

(joerg)

2011-04-10 16:48:52 UTC MAIN commitmail json YAML

Don't install limits.h.

(joerg)

2011-04-10 16:47:39 UTC MAIN commitmail json YAML

Define _REENT. Extend CPPFLAGS.

(joerg)

2011-04-10 16:47:05 UTC MAIN commitmail json YAML

2011-04-10 16:45:52 UTC MAIN commitmail json YAML

Extend LDFLAGS, don't replace it.

(joerg)

2011-04-10 16:30:32 UTC MAIN commitmail json YAML

Missing comma. Make it compile again.

(phx)

2011-04-10 16:06:59 UTC MAIN commitmail json YAML

Fix string constant so it compiles again.

(pgoyette)

2011-04-10 15:50:34 UTC MAIN commitmail json YAML

- implement dup3 and pipe2
- eliminate amd64 ifdef

(christos)

2011-04-10 15:49:56 UTC MAIN commitmail json YAML

2011-04-10 15:49:24 UTC MAIN commitmail json YAML

2011-04-10 15:48:46 UTC MAIN commitmail json YAML

2011-04-10 15:48:23 UTC MAIN commitmail json YAML

2011-04-10 15:48:01 UTC MAIN commitmail json YAML

2011-04-10 15:47:21 UTC MAIN commitmail json YAML

2011-04-10 15:46:15 UTC MAIN commitmail json YAML

Document O_CLOEXEC.

(christos)

2011-04-10 15:45:34 UTC MAIN commitmail json YAML

- Add O_CLOEXEC to open(2)
- Add fd_set_exclose() to encapsulate uses of FIO{,N}CLEX, O_CLOEXEC, F{G,S}ETFD
- Add a pipe1() function to allow passing flags to the fd's that pipe(2)
  opens to ease implementation of linux pipe2(2)
- Factor out fp handling code from open(2) and fhopen(2)

(christos)

2011-04-10 15:26:38 UTC MAIN commitmail json YAML

Mention ffb(4) EDID support.

(jdc)

2011-04-10 15:23:06 UTC MAIN commitmail json YAML

Fix hangup on the first floppy access since 2008.
Problem was reported by isaki@.

On X680x0 (and most other machines other than ISA FDC),
the ready line from FDD is connected to FDC and fdc driver can
be notified of the ready state after fd_set_motor() by interrupts.
In this case no need to use callout(9) to wait the FDD motor stabilized,
and the callout(9) method used in ISA fdc(4) driver rather caused
infinite unhandled interrupts since callout(9) was no longer invoked
during interrupt storm after vmlocking2 merge, I guess.

Should be pulled up to netbsd-5.

(tsutsui)

2011-04-10 15:02:01 UTC MAIN commitmail json YAML

Fix regression introduced in 1.72.
(Attach arguments need to be copied before using the copy.)

(jakllsch)

2011-04-10 14:38:19 UTC MAIN commitmail json YAML

we don't have access to si_lid anymore.

(christos)

2011-04-10 14:37:20 UTC MAIN commitmail json YAML

revert previous. breaks things in subtle ways (ntpdate gets stuck on boot,
shell processes get stuck on ^C)

(christos)

2011-04-10 13:51:18 UTC MAIN commitmail json YAML

make infinityl match what gdtoa thinks.

(christos)

2011-04-10 12:48:10 UTC MAIN commitmail json YAML

Fix locking and simplify some error path.

(ahoka)

2011-04-10 11:31:48 UTC MAIN commitmail json YAML

Repeat the fragmentation on lo0 test, but with checksum on IFF_LOOPBACK
interfaces enabled.

(martin)

2011-04-10 10:59:13 UTC MAIN commitmail json YAML

"wrong return value" -> "wrong errno".

(jruoho)

2011-04-10 10:56:37 UTC MAIN commitmail json YAML

Add some KASSERTs and a few more debug printf

(ahoka)

2011-04-10 10:49:44 UTC MAIN commitmail json YAML

2011-04-10 10:23:45 UTC MAIN commitmail json YAML

Currently known failures affect only amd64; adjust atf_tc_expect_fail().

(jruoho)

2011-04-10 10:02:34 UTC MAIN commitmail json YAML

2011-04-10 10:01:07 UTC MAIN commitmail json YAML

Fix some xrefs.

(wiz)

2011-04-10 09:58:01 UTC MAIN commitmail json YAML

2011-04-10 09:55:10 UTC MAIN commitmail json YAML

2011-04-10 09:49:13 UTC MAIN commitmail json YAML

Add libcurses test

(blymn)

2011-04-10 09:47:43 UTC MAIN commitmail json YAML

2011-04-10 09:45:59 UTC MAIN commitmail json YAML

Add libcurses to tests.

(blymn)

2011-04-10 08:35:48 UTC MAIN commitmail json YAML

2011-04-10 08:29:32 UTC MAIN commitmail json YAML

Building the Xorg binary was moved into a subdirectory to fix
ordering issues with "make all". It may be necessary to remove
the OBJDIR for external/mit/xorg/server/xorg-server/hw/xfree86
if your update build fails, as the "Xorg" entry there is now a
directory.

(plunky)

2011-04-10 08:11:34 UTC MAIN commitmail json YAML

2011-04-10 08:07:42 UTC MAIN commitmail json YAML

2011-04-10 06:27:21 UTC MAIN commitmail json YAML

2011-04-10 06:11:47 UTC MAIN commitmail json YAML

Add a test case for PR lib/41931 reported by he@. It was verified that these
fail on NetBSD 5.99.48 amd64 but pass on amd64 Linux (glibc 2.7).

(jruoho)

2011-04-10 00:05:51 UTC MAIN commitmail json YAML

print detailed info about other SI_ codes.

(christos)

2011-04-10 00:04:37 UTC MAIN commitmail json YAML

Make lwpid part of siginfo so that it can be passed to userland.

(christos)

2011-04-09 23:03:59 UTC MAIN commitmail json YAML

2011-04-09 22:09:06 UTC MAIN commitmail json YAML

make this compile again.

(christos)

2011-04-09 21:53:58 UTC MAIN commitmail json YAML

Fix a typo and a whitespace nit.

(wiz)

2011-04-09 21:00:53 UTC MAIN commitmail json YAML

PR kern/43664:
mlelstv pointed out that we sometimes may use checksums on loopback
interfaces. Make the test consistent with the code path selecting
the checksum operation before invoking fragmentation.

(martin)

2011-04-09 20:53:39 UTC MAIN commitmail json YAML

- little KNF
- use struct copy instead of memcpy
- snprintf("%s") -> strlcpy
- fix NUL termination

(christos)

2011-04-09 20:42:12 UTC MAIN commitmail json YAML

Remove expected failure, PR has been fixed.

(martin)

2011-04-09 20:34:36 UTC MAIN commitmail json YAML

We do not do checksums on loopback interfaces, not even if fragmenting.
Fixes PR kern/43664.

(martin)

2011-04-09 19:56:20 UTC MAIN commitmail json YAML

Set D-Link DSM-G600 power LED to solid green on start.

(phx)

2011-04-09 19:37:13 UTC MAIN commitmail json YAML

2011-04-09 19:31:15 UTC MAIN commitmail json YAML

Add EDID and video mode setting support to FFB.

Add definitions for registers related to video modes, and to DDC.  Rename
other registers to be more descriptive.
Add i2c bus routines to read the EDID data via DDC.
Add routines to calculate, and to set, the video mode.

Note, that interlaced and stereo video modes are not supported.

Thanks to Michael Lorenz and Jared McNeill for advice and encouragement,
and to Martin Husemann for testing.

(jdc)

2011-04-09 18:22:31 UTC MAIN commitmail json YAML

Add a new function - sort_modes() - to sort video modes in an approximate
order of preference.

The preferred mode is placed first.  If there is no preferred mode, then
the first mode with highest resolution is placed first.  Other modes are
then sorted on difference from the first mode by refresh rate, aspect
ratio, then size.

(jdc)

2011-04-09 18:18:28 UTC MAIN commitmail json YAML

Remove duplicate video modes.

When parsing the established and the detailed timings, check to see if this
mode already exists in our mode list.  If the mode exists when parsing
established timings, then do nothing (we already have this exact mode).  If
the mode exists when parsing detailed timings, then replace our timings with
the timings from the monitor.

(jdc)

2011-04-09 17:55:54 UTC MAIN commitmail json YAML

2011-04-09 17:45:25 UTC MAIN commitmail json YAML

2011-04-09 17:25:28 UTC MAIN commitmail json YAML

2011-04-09 12:07:06 UTC MAIN commitmail json YAML

Add a few KASSERT to verify we do not accidently use minor(NODEV) as an
index into the pt_softc array.

(martin)

2011-04-09 11:55:59 UTC MAIN commitmail json YAML

Add two simple testcases to exercise pty/tty communication.

(martin)

2011-04-09 07:02:58 UTC MAIN commitmail json YAML

KNF, add a comment and an assertion.

(martin)

2011-04-09 06:36:03 UTC MAIN commitmail json YAML

No longer expected to crash the kernel.

(martin)

2011-04-09 06:34:06 UTC MAIN commitmail json YAML

In ttymalloc() explicitly initialize t_dev to NODEV.
In ptcwakeup() do not bother to wake up a client side if it has not been
opened yet.
The old code would spuriously wakeup the client minor(0) [i.e. ttyp0
typically] or crash the kernel if that wasn't open, see PR kern/40688.
(Old names used to match the PR and test case, adjust names for
/dev/ptm[x] resp. /dev/pts/* accordingly)

(martin)

2011-04-09 00:26:52 UTC MAIN commitmail json YAML

Do not ignore errors from genprom.

(joerg)

2011-04-08 17:45:10 UTC MAIN commitmail json YAML

Revert previous couple of commits. bge_setvlan() is only called by
bge_init() and so does not get called when a vlan child is added. Calling
bge_setvlan() from bge_ifflags_cb() doesn't work either as it appears that
the callback is called before ec_capenable is updated by if_vlan.c.

(sborrill)

2011-04-08 15:53:44 UTC MAIN commitmail json YAML

Make all curses/$TERM related failures exit with error code 4 (everything
else in here only exits successfully or with error 1), so we can react
accordingly in the surrounding script. Part of fixing PR 44738.

(martin)

2011-04-08 15:49:37 UTC MAIN commitmail json YAML

Fix typo in previous commit that would have stopped relevant bit being set.

(sborrill)

2011-04-08 15:35:49 UTC MAIN commitmail json YAML

Use RLIMIT_NOFILE rather than the static _SC_OPEN_MAX.

(jruoho)

2011-04-08 15:25:01 UTC MAIN commitmail json YAML

Adjust the test with stdin(3).

(jruoho)

2011-04-08 14:58:46 UTC MAIN commitmail json YAML

There's no isa/ under cats/; update Makefile to reflect that.

(dyoung)

2011-04-08 14:09:24 UTC MAIN commitmail json YAML

Minor format knots; sort a model list in alphabetical order and adjust
spacing.

(nisimura)

2011-04-08 13:56:51 UTC MAIN commitmail json YAML

PR kern/38871

Fix LAN on bge(4), alc(4). Flag VLAN capability in ec_capenable as used by network
card drivers.

(sborrill)

2011-04-08 11:15:11 UTC MAIN commitmail json YAML

simplify code a little.  no functional changes.

(yamt)

2011-04-08 11:11:53 UTC MAIN commitmail json YAML

test timer_create with CLOCK_MONOTONIC as well

(yamt)

2011-04-08 10:42:51 UTC MAIN commitmail json YAML

- ensure that the promoted page is on the queue even when later pmap_enter
failed.
- don't activate a page twice.
- remove an argument which is used only for an assertion.
- assertions and comments.

(yamt)

2011-04-08 10:38:36 UTC MAIN commitmail json YAML

2011-04-08 10:36:58 UTC MAIN commitmail json YAML

2011-04-08 10:36:09 UTC MAIN commitmail json YAML

Adjust for the tracker PR kern/30115 for this over 15 year old bug.

(jruoho)

2011-04-08 10:35:38 UTC MAIN commitmail json YAML

implement timer_create of CLOCK_MONOTONIC

(yamt)

2011-04-08 10:14:24 UTC MAIN commitmail json YAML

Use .In for headers.

(jruoho)

2011-04-08 08:50:52 UTC MAIN commitmail json YAML

Remove superfluous Pp.

(wiz)

2011-04-08 08:49:19 UTC MAIN commitmail json YAML

2011-04-08 08:47:54 UTC MAIN commitmail json YAML

2011-04-08 08:47:50 UTC MAIN commitmail json YAML

Sort SEE ALSO.

(wiz)

2011-04-08 08:47:34 UTC MAIN commitmail json YAML

Do not Xr yourself.

(wiz)

2011-04-08 08:47:13 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2011-04-08 08:46:12 UTC MAIN commitmail json YAML

And finally, fix a typo.

(jruoho)

2011-04-08 08:42:56 UTC MAIN commitmail json YAML

Clarify a little; ilog2(3) is a macro.

(jruoho)

2011-04-08 08:40:05 UTC MAIN commitmail json YAML

2011-04-08 08:36:34 UTC MAIN commitmail json YAML

2011-04-08 08:29:07 UTC MAIN commitmail json YAML

QNAP support.
Note about the D-Link firmware.

(phx)

2011-04-08 08:12:52 UTC MAIN commitmail json YAML

Use bullets in the list.

(jruoho)

2011-04-08 08:03:26 UTC MAIN commitmail json YAML

Add MAX and MIN (links).

(jruoho)

2011-04-08 07:57:48 UTC MAIN commitmail json YAML

Remove leftover .Ed.

(jruoho)

2011-04-08 07:55:05 UTC MAIN commitmail json YAML

2011-04-08 07:47:43 UTC MAIN commitmail json YAML

2011-04-08 06:55:14 UTC MAIN commitmail json YAML

Put back the example (removed in the revision 1.3).

(jruoho)

2011-04-08 06:49:21 UTC MAIN commitmail json YAML

Move the round(3) checks from 't_libm' to their own 't_round'
for consistency. Add -Wfloat-equal and fix comparisons.

(jruoho)

2011-04-08 06:37:51 UTC MAIN commitmail json YAML

2011-04-07 18:14:10 UTC MAIN commitmail json YAML

Remove the following (literal) text in the TNF copyrights:

  * This code is derived from software contributed to The NetBSD Foundation
  * by
  *

XXX: If these originated from you and you want your name to be mentioned,
    please add it.

(jruoho)

2011-04-07 17:38:02 UTC MAIN commitmail json YAML

2011-04-07 17:34:14 UTC netbsd-4 commitmail json YAML

2011-04-07 17:33:55 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1427):
dist/dhcp/client/dhclient.c: revision 1.21
CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
response values. Apply patch by hand from the 3.1-ESV-R1 release.

(riz)

2011-04-07 17:33:43 UTC netbsd-4-0 commitmail json YAML

2011-04-07 17:33:17 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1427):
dist/dhcp/client/dhclient.c: revision 1.21
CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
response values. Apply patch by hand from the 3.1-ESV-R1 release.

(riz)

2011-04-07 17:33:12 UTC MAIN commitmail json YAML

Improve the test further so that it might trigger more often.

(jruoho)

2011-04-07 17:26:31 UTC netbsd-5 commitmail json YAML

2011-04-07 17:26:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1595):
dist/dhcp/client/dhclient.c: revision 1.21
CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
response values. Apply patch by hand from the 3.1-ESV-R1 release.

(riz)

2011-04-07 17:25:47 UTC netbsd-5-0 commitmail json YAML

2011-04-07 17:25:02 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1595):
dist/dhcp/client/dhclient.c: revision 1.21
CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
response values. Apply patch by hand from the 3.1-ESV-R1 release.

(riz)

2011-04-07 17:24:48 UTC netbsd-5-1 commitmail json YAML

2011-04-07 17:24:23 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1595):
dist/dhcp/client/dhclient.c: revision 1.21
CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
response values. Apply patch by hand from the 3.1-ESV-R1 release.

(riz)

2011-04-07 16:31:07 UTC netbsd-5 commitmail json YAML

2011-04-07 16:30:26 UTC netbsd-5 commitmail json YAML

Remove these two files.  Missed in ticket 1594.

(snj)

2011-04-07 16:29:15 UTC netbsd-5-1 commitmail json YAML

2011-04-07 16:28:20 UTC netbsd-5-1 commitmail json YAML

Remove these two files.  Missed in ticket 1594.

(snj)

2011-04-07 16:27:12 UTC netbsd-5-0 commitmail json YAML

2011-04-07 16:24:57 UTC netbsd-5-0 commitmail json YAML

Remove these two files.  Missed in ticket 1594.

(snj)

2011-04-07 13:38:21 UTC MAIN commitmail json YAML

Poll the next medium on both drive of #0 and #1.

(isaki)

2011-04-07 11:02:24 UTC MAIN commitmail json YAML

Add a cp15 trapper to emulate the mrc/mcr instructions for the thread id
registers.

(matt)

2011-04-07 11:01:49 UTC MAIN commitmail json YAML

Add a define for pcb_user_pid_rw

(matt)

2011-04-07 10:20:29 UTC MAIN commitmail json YAML

2011-04-07 10:07:11 UTC MAIN commitmail json YAML

Don't use the pcb anymore since the user read-only thread and process id
value is now grabbed from l_private.

(matt)

2011-04-07 10:03:47 UTC MAIN commitmail json YAML

Fetch user read-only thread and process id from l->l_private, not the pcb.
(need to g/c the pcb field formerly used for this).

(matt)

2011-04-07 08:29:51 UTC MAIN commitmail json YAML

2011-04-07 07:01:23 UTC netbsd-5-1 commitmail json YAML

2011-04-07 06:59:14 UTC netbsd-5-1 commitmail json YAML

Apply patch (requested by mrg in ticket #1594):
Fix CVE-2011-0465

(snj)

2011-04-07 06:58:38 UTC netbsd-5-1 commitmail json YAML

2011-04-07 06:58:11 UTC netbsd-5-1 commitmail json YAML

2011-04-07 06:56:25 UTC netbsd-5-0 commitmail json YAML

2011-04-07 06:54:59 UTC netbsd-5-0 commitmail json YAML

Apply patch (requested by mrg in ticket #1594):
Fix CVE-2011-0465

(snj)

2011-04-07 06:52:15 UTC netbsd-5-0 commitmail json YAML

xsrc/external/mit/xrdb/dist/COPYING@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/ChangeLog@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/Makefile.am@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/Makefile.in@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/README@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/aclocal.m4@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/config.guess@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/config.h.in@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/config.sub@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/configure@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/configure.ac@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/depcomp@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/install-sh@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/man/Makefile.am@1.1.1.1.4.2 / diff / nxr@1.1.1.1.4.2
xsrc/external/mit/xrdb/dist/man/Makefile.in@1.1.1.1.4.2 / diff / nxr@1.1.1.1.4.2
xsrc/external/mit/xrdb/dist/man/xrdb.man@1.1.1.1.4.2 / diff / nxr@1.1.1.1.4.2
xsrc/external/mit/xrdb/dist/missing@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/xrdb.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/external/mit/xrdb/dist/xrdb.man@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
xsrc/xfree/xc/programs/xrdb/xrdb.c@1.1.1.6.22.1 / diff / nxr@1.1.1.6.22.1

Apply patch (requested by mrg in ticket #1594):
Fix CVE-2011-0465

(snj)

2011-04-07 06:48:18 UTC netbsd-5 commitmail json YAML

2011-04-07 06:44:52 UTC netbsd-5 commitmail json YAML

Apply patch (requested by mrg in ticket #1594):
Fix CVE-2011-0465

(snj)

2011-04-07 06:44:14 UTC netbsd-5 commitmail json YAML

2011-04-07 06:41:10 UTC netbsd-5 commitmail json YAML

2011-04-07 06:35:31 UTC netbsd-4-0 commitmail json YAML

2011-04-07 06:34:29 UTC netbsd-4-0 commitmail json YAML

Apply patch (requested by mrg in ticket #1426):
Fix CVE-2011-0465

(snj)

2011-04-07 06:33:51 UTC netbsd-4 commitmail json YAML

2011-04-07 06:31:37 UTC netbsd-4 commitmail json YAML

2011-04-07 06:24:07 UTC MAIN commitmail json YAML

2011-04-07 06:21:57 UTC MAIN commitmail json YAML

add tests for the following libbluetooth functions

    bluetooth(3)
bt_aton()
bt_ntoa()

    sdp_data(3)
sdp_data_type()
sdp_data_size()
sdp_get_data()
sdp_get_attr()
sdp_get_uuid()
sdp_get_bool()
sdp_get_uint()
sdp_get_int()
sdp_get_seq()
sdp_get_alt()
sdp_get_str()
sdp_get_url()
sdp_match_uuid16()
sdp_put_data()
sdp_put_attr()
sdp_put_uuid()
sdp_put_uuid16()
sdp_put_uuid2(3)
sdp_put_uuid128()
sdp_put_bool()
sdp_put_uint()
sdp_put_uint8()
sdp_put_uint16()
sdp_put_uint2(3)
sdp_put_uint64()
sdp_put_int()
sdp_put_int8()
sdp_put_int16()
sdp_put_int2(3)
sdp_put_int64()
sdp_put_seq()
sdp_put_alt()
sdp_put_str()
sdp_put_url()
sdp_set_bool()
sdp_set_uint()
sdp_set_int()
sdp_set_seq()
sdp_set_alt()

[all pass on i386]

(plunky)

2011-04-07 04:02:29 UTC MAIN commitmail json YAML

Increase SYMTAB_SPACE so that this kernel will build.

(dyoung)

2011-04-07 04:01:41 UTC MAIN commitmail json YAML

2011-04-07 02:19:28 UTC MAIN commitmail json YAML

Add a workaround for older crt0.o that overwrite r2 (tcb pointer).
(save tcb pointer using _lwp_setprivate in ld.elf_so and retrieve the tcb
via _lwp_getprivate in libc and use it to restore the value in r2).

(matt)

2011-04-07 02:05:02 UTC MAIN commitmail json YAML

2011-04-07 02:04:07 UTC MAIN commitmail json YAML

Get rid of cpu_lwp_setprivate since it's not needed on powerpc.

(matt)

2011-04-07 01:40:32 UTC MAIN commitmail json YAML

Compute the build seed using :hash.

(joerg)

2011-04-07 01:40:02 UTC MAIN commitmail json YAML

Add the :hash modifier to compute a 32bit hash of an variable.
This uses MurmurHash3 to get a reasonable collission-free hash with
small code. The result is endian neutral.

(joerg)

2011-04-07 01:20:31 UTC MAIN commitmail json YAML

add mode setting support
If we find a monitor via DDC we switch to its preferred mode if it reports one,
otherwise stick with whatever the firmware set up.

(macallan)

2011-04-07 01:07:31 UTC MAIN commitmail json YAML

2011-04-07 00:22:59 UTC MAIN commitmail json YAML

Be more precise on the chars accepted for xxN in /etc/ifconfig.xxN
filenames, and ifconfig_xxN variables inside rc.conf(5).

Should fix PR misc/39376.

(jym)

2011-04-06 23:51:56 UTC MAIN commitmail json YAML

Alright, set xvif(4) syntax once and for all. Tested with ipf(4) under
XEN3_DOM0 amd64.

Fixes PR misc/39376.

See http://mail-index.netbsd.org/port-xen/2011/04/06/msg006603.html

(jym)

2011-04-06 21:55:36 UTC MAIN commitmail json YAML

2011-04-06 20:24:17 UTC MAIN commitmail json YAML

CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
response values. Apply patch by hand from the 3.1-ESV-R1 release.

(christos)

2011-04-06 19:09:16 UTC MAIN commitmail json YAML

Fix and improve as per suggestions from njoly@.

(jruoho)

2011-04-06 18:12:15 UTC MAIN commitmail json YAML

Enable all known RTC drivers. The correct RTC will automatically be chosen as
an I2C device, depending on the NAS model.

(phx)

2011-04-06 17:41:27 UTC MAIN commitmail json YAML

Add a test case for the segfault reported in PR lib/43964.

(jruoho)

2011-04-06 16:04:16 UTC MAIN commitmail json YAML

As per PR lib/44818, remove 'lib/libpthread/t_status'. It takes two minutes
to rewrite this properly if someone misses this.

(jruoho)

2011-04-06 15:31:48 UTC MAIN commitmail json YAML

Move intr_init() (which initializes evcnt(9) for interrupts)
from early machdep.c:mach_init() to autoconf.c:cpu_configure().

evcnt_init() isn't called yet when mach_init() is invoked from locore.S
and interrupts won't be enabled before cpu_configure(9).

Problem reported by Erik Bertelsen on port-pmax:
http://mail-index.NetBSD.org/port-pmax/2011/04/06/msg000093.html

(tsutsui)

2011-04-06 15:31:08 UTC MAIN commitmail json YAML

Move intr_init() (which initializes evcnt(9) for interrupts)
from early machdep.c:mach_init() to autoconf.c:cpu_configure().

evcnt_init() isn't called yet when mach_init() is invoked from locore.S
and interrupts won't be enabled before cpu_configure(9).

Problem reported by Erik Bertelsen on port-pmax:
http://mail-index.NetBSD.org/port-pmax/2011/04/06/msg000093.html

(tsutsui)

2011-04-06 14:51:12 UTC MAIN commitmail json YAML

Make this compile with options DEBUG. (PRId64 for time_t)

(tsutsui)

2011-04-06 14:12:36 UTC MAIN commitmail json YAML

Sync with mipsX_subr.S:
>> Rename kernel_tlb_miss to kern_tlb_miss (everything else kern_xxx)

(tsutsui)

2011-04-06 14:04:32 UTC MAIN commitmail json YAML

Sync with locore_mips1.S:
>> Load pc into ta0 instead of ra and then saving to ta0.

(tsutsui)

2011-04-06 13:30:34 UTC MAIN commitmail json YAML

Fix build error in previous:
>> ../arch/mips/mips/locore.S:632: Error: register value used as expression

(tsutsui)

2011-04-06 10:06:49 UTC MAIN commitmail json YAML

Mark this also as expected failure.

(jruoho)

2011-04-06 10:04:53 UTC MAIN commitmail json YAML

Formally verify the numerous bugs in humanize_number(3).
From PR lib/44097, by yamt@.

(jruoho)

2011-04-06 09:35:49 UTC MAIN commitmail json YAML

2011-04-06 09:11:09 UTC MAIN commitmail json YAML

2011-04-06 09:09:05 UTC MAIN commitmail json YAML

2011-04-06 09:06:44 UTC MAIN commitmail json YAML

Import dhcpcd-5.1.12 with the following changes:
* 20-resolv.conf now uses the correct variable for $IF_METRIC
* Exclude interface values when dumping the lease
* Parse static value subnet_mask when it exists instead of deriving from
  ip address
* logger calls now resemble dhcpcd calls to syslog(3)
* Reject offered IP address if INADDR_BROADCAST or INADDR_ANY
* Change the route if source address has changed
* Note the address we are requesting in the broadcast log entry
* When operating on one interface, respect the timeout for in dhcpcd.conf
* Escape | and & characters before passing the value to the shell
  Ensure we set a valid hostname, DNS domain and NIS domain.
  Document the need for input validation in dhcpcd-run-hooks(8).
  Fixes CVE-2011-996
  Based on a patch to dhcpcd-3 by Marius Tomaschewski <mt@suse.de>


Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-2-12

(roy)

2011-04-06 08:47:55 UTC MAIN commitmail json YAML

As there is PR lib/42587, mark tiny POSIX error as expected failure.

(jruoho)

2011-04-06 08:38:44 UTC MAIN commitmail json YAML

2011-04-06 08:15:45 UTC MAIN commitmail json YAML

Include stdint(3) for user space. Fixes PR # 39744.

(jruoho)

2011-04-06 07:25:34 UTC MAIN commitmail json YAML

2011-04-06 06:46:15 UTC MAIN commitmail json YAML

Add heuristic evaluation of PR kern/30115.

(jruoho)

2011-04-06 05:56:05 UTC MAIN commitmail json YAML

Fix comment due explicit atf_tc_expect_fail().

(jruoho)

2011-04-06 05:53:28 UTC MAIN commitmail json YAML

2011-04-06 05:53:17 UTC MAIN commitmail json YAML

2011-04-06 05:50:39 UTC MAIN commitmail json YAML

A little constification.
Add MIPS 1004K entry.

(matt)

2011-04-06 05:48:35 UTC MAIN commitmail json YAML

Use the new COP0* stuff in cpuregs.h

(matt)