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 (52m)  netbsd-8 (6d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 21:29:10 UTC Now

2012-03-11 06:32:53 UTC MAIN commitmail json YAML

Fix previous: curiously enough, i386/qemu is not affected, so use the
"system(3) hack" to identify Qemu.

(jruoho)

2012-03-11 06:18:46 UTC MAIN commitmail json YAML

2012-03-11 06:11:29 UTC MAIN commitmail json YAML

2012-03-11 05:31:37 UTC MAIN commitmail json YAML

Remove cf_swap, which hasn't been used in a long time.

(dholland)

2012-03-11 02:56:25 UTC MAIN commitmail json YAML

Write out the expression grammar for dependency constraints instead of
using precedence rules. Precedence rules (besides being a hack) often
lead to unexpected/unwanted behavior in corner cases.

(dholland)

2012-03-11 02:43:33 UTC MAIN commitmail json YAML

Sort productions in grammar. No functional change.

(dholland)

2012-03-11 02:21:04 UTC MAIN commitmail json YAML

Simplify some things. Rename some productions for clarity.

(dholland)

2012-03-11 02:16:55 UTC MAIN commitmail json YAML

scsidevdetached ioctl path enters scsipi code without kernel lock
and this upsets the newer kasserts.  take kernel lock here.

(mrg)

2012-03-11 01:52:31 UTC jmcneill-usbmp commitmail json YAML

2012-03-11 01:30:56 UTC MAIN commitmail json YAML

Also kill the module build system for ksem.

(joerg)

2012-03-11 01:09:42 UTC MAIN commitmail json YAML

A bit more of previous.

(dholland)

2012-03-11 01:06:07 UTC MAIN commitmail json YAML

2012-03-11 00:57:44 UTC MAIN commitmail json YAML

Reformat according to (my) basic standards for yacc grammars.
No functional change.

(dholland)

2012-03-11 00:34:46 UTC MAIN commitmail json YAML

pull down from usbmp branch:
- remove usbd_bus{} intr_context member, and replace the checks against
  it with cpu_intr_p() and cpu_softintr_p().

(mrg)

2012-03-11 00:32:21 UTC MAIN commitmail json YAML

move IPI debugging all inside DEBUG, but disable it by default.

(mrg)

2012-03-11 00:14:20 UTC MAIN commitmail json YAML

2012-03-11 00:02:05 UTC MAIN commitmail json YAML

2012-03-10 23:59:36 UTC MAIN commitmail json YAML

Add support for directly booting from FAT12 filesystems.
This shouldn't really be needed except that Linux wont
mount a small FAT16 filesystem - it always treats it as FAT12
even when you tell it otherwise.
There was enough free space before the main FS on the USB stick
I've been using for an extra small FAT fs to boot from.

(dsl)

2012-03-10 23:01:07 UTC MAIN commitmail json YAML

2012-03-10 22:55:28 UTC MAIN commitmail json YAML

- better printing of type/code flags/mask
- pass the instruction start pointer, instead of subtracting 1 to account for it

(christos)

2012-03-10 22:22:38 UTC MAIN commitmail json YAML

definitions used by the disassembler.

(christos)

2012-03-10 22:21:50 UTC MAIN commitmail json YAML

2012-03-10 21:58:50 UTC MAIN commitmail json YAML

2012-03-10 21:53:38 UTC MAIN commitmail json YAML

Use __printflike. Build products unchanged.

(dholland)

2012-03-10 21:52:02 UTC MAIN commitmail json YAML

2012-03-10 21:38:30 UTC netbsd-6 commitmail json YAML

2012-03-10 21:37:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #108):
external/mit/xorg/lib/dri/dri.mk: revision 1.12
Link with "libexpat" again. This should fix the problems with X11 server
reported by Gary Duzan on the "current-users" mailing list.

(riz)

2012-03-10 21:18:04 UTC MAIN commitmail json YAML

don't link with libthreshold any more

run simple tests in place without requiring lib installation

(agc)

2012-03-10 21:15:27 UTC MAIN commitmail json YAML

restore correct operation for odd-sized files

(agc)

2012-03-10 20:54:21 UTC MAIN commitmail json YAML

take the kernel lock in functions called from attach*().

(mrg)

2012-03-10 20:52:30 UTC MAIN commitmail json YAML

Link with "libexpat" again. This should fix the problems with X11 server
reported by Gary Duzan on the "current-users" mailing list.

(tron)

2012-03-10 20:11:01 UTC MAIN commitmail json YAML

Point to PR port-i386/46108 when failing on i386.

(jruoho)

2012-03-10 19:59:21 UTC MAIN commitmail json YAML

Keep in sync with libpthread: Fix error handling.

(joerg)

2012-03-10 19:38:17 UTC MAIN commitmail json YAML

2012-03-10 19:19:24 UTC MAIN commitmail json YAML

2012-03-10 19:18:48 UTC MAIN commitmail json YAML

PR/46155: Miguel Pi�eiro Jr: Fix RS processing. Apply the gawk-like patch
from the excellent PR. Many thanks for all the work you put on this,
explanation, tests, and patch!

(christos)

2012-03-10 19:11:36 UTC MAIN commitmail json YAML

add awk test directory

(christos)

2012-03-10 19:10:07 UTC MAIN commitmail json YAML

2012-03-10 19:08:57 UTC MAIN commitmail json YAML

PR/46155: Miguel Pi�eiro Jr: awk RS handling is broken. Add the test cases
from the PR.

(christos)

2012-03-10 18:42:19 UTC MAIN commitmail json YAML

Some FAT16 filesystems don't have 'hidden sectors' correctly set to
the offset of the filesystem on the disk.
Let '-b s1blk' be used to fix the value.

(dsl)

2012-03-10 18:01:10 UTC MAIN commitmail json YAML

2012-03-10 16:56:33 UTC MAIN commitmail json YAML

RTL8168E-VL support for re(4) and Family 12h support for amdtemp(4) in NetBSD 6.0.

(nonaka)

2012-03-10 16:50:17 UTC netbsd-6 commitmail json YAML

2012-03-10 16:49:01 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #107):
sys/kern/kern_exec.c: revision 1.345
sys/kern/kern_exec.c: revision 1.346
Make sure the child of a posix_spawn operation is not preempted during
the times when it does not have any vm_space.
Should fix PR kern/46153.
Remove a KPREEMPT_ENABLE() in an error path I overlooked in the previous
change - pointed out by Manuel Bouyer.
While there, add a KASSERT() to make sure we have preemption enabled in
the success case.

(riz)

2012-03-10 16:46:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #106):
doc/CHANGES: patch

Mention recent pullups in CHANGES.

(riz)

2012-03-10 16:42:30 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #104):
lib/libperfuse/subr.c: revision 1.16
lib/libperfuse/ops.c: revision 1.51
lib/libperfuse/perfuse_priv.h: revision 1.26
The kernel can lookup the same node multiple time and will reclaim as
many times it looked up. All reclaims but the last one must be ignored,
otherwise we discard a node which will still get operations. We therefore
have to keep track of lookup/reclaim count and hnour reclaims only when
the count reaches zero.

(riz)

2012-03-10 16:02:56 UTC MAIN commitmail json YAML

Note Family 12h support for amdtemp(4).

(nonaka)

2012-03-10 14:35:05 UTC MAIN commitmail json YAML

Remove a KPREEMPT_ENABLE() in an error path I overlooked in the previous
change - pointed out by Manuel Bouyer.
While there, add a KASSERT() to make sure we have preemption enabled in
the success case.

(martin)

2012-03-10 08:46:46 UTC MAIN commitmail json YAML

Make sure the child of a posix_spawn operation is not preempted during
the times when it does not have any vm_space.
Should fix PR kern/46153.

(martin)

2012-03-10 07:54:17 UTC MAIN commitmail json YAML

Fix previous, which causes an integer overflow error in uvm_km.c on
32-bit kernels.

(nakayama)

2012-03-09 21:03:47 UTC MAIN commitmail json YAML

sem_open and friends should return EINVAL if the semaphore is not valid.

(joerg)

2012-03-09 21:03:09 UTC MAIN commitmail json YAML

Disable reduced stack for now. It creates fallout I'm not willing to
deal with.

(joerg)

2012-03-09 19:46:38 UTC MAIN commitmail json YAML

It is perfectly valid for sem_wait to be interrupted, so loop on EINTR.

(joerg)

2012-03-09 18:54:28 UTC MAIN commitmail json YAML

Improve the handling of quoted messages.
- warn about messages with an unexpected quote character
- warn about extra characters after a quote character
- warn about an unterminated quoted message

(ginsbach)

2012-03-09 16:51:49 UTC netbsd-6 commitmail json YAML

2012-03-09 16:51:04 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by tsutsui in ticket #105):
sbin/newfs_ext2fs/mke2fs.c: revision 1.15

Fix extremely slow newfs_ext2fs(8) operation on large USB stick.

(sborrill)

2012-03-09 15:41:16 UTC MAIN commitmail json YAML

2012-03-09 15:38:03 UTC MAIN commitmail json YAML

use explicit cast for RHS of shift operator since semantics change from
traditional c to ansi.

(christos)

2012-03-09 15:35:28 UTC MAIN commitmail json YAML

Cast constants to the appropriate type.

(christos)

2012-03-09 15:24:34 UTC MAIN commitmail json YAML

remove statement with no effect.

(christos)

2012-03-09 14:25:34 UTC MAIN commitmail json YAML

2012-03-09 12:30:28 UTC MAIN commitmail json YAML

2012-03-09 12:06:45 UTC MAIN commitmail json YAML

-fix initial stacksize rounding
-minor indentation fix

(drochner)

2012-03-09 10:42:12 UTC MAIN commitmail json YAML

Restrict NKMEMPAGES to 2.5GB, otherwise we will run out of space in the
kernel_map on machines with 8GB (or more) main memory.

XXX: Moving KERNBASE/KERNEND is a better long term solution, but this allows
those machines to boot now.

(jdc)

2012-03-09 08:03:53 UTC MAIN commitmail json YAML

On alpha compile the math library with dynamic rounding mode instead
of fixed normal IEEE rounding mode. This makes function that depends on
the current rounding mode, such as rint(3), just work.

(njoly)

2012-03-09 06:37:23 UTC MAIN commitmail json YAML

+ don't allocate space if we're passed an in-memory array as either
a source or a destination of split/combine

+ fix up the split_vec/combine_vec combinatino so that they both
work a bit better now - still some work needed here, though

+ free the internal s4 structure as part of the combine/combine_vec
operation, rather than doing it in ssss_end(). We know at that stage
that we have allocated it, and the principle of freeing memory in
the same place in the calling stack as it was allocated still applies

+ rip out parts of the initial comment which aren't really accurate
any more - i'm not sure there's that much of the original code left

(agc)

2012-03-09 00:14:16 UTC MAIN commitmail json YAML

2012-03-09 00:12:11 UTC MAIN commitmail json YAML

Restore parts of uhub_explore() needed to make usb_needs_reattach() work.

(jakllsch)

2012-03-08 22:52:23 UTC MAIN commitmail json YAML

2012-03-08 22:13:32 UTC MAIN commitmail json YAML

Add sem_timedwait to NAME and fix SYNOPSIS. Add serial comma.

(wiz)

2012-03-08 22:13:05 UTC MAIN commitmail json YAML

Whitespace nits.

(wiz)

2012-03-08 22:12:52 UTC MAIN commitmail json YAML

Merge error descriptions for same error code.

(wiz)

2012-03-08 22:12:37 UTC MAIN commitmail json YAML

Add missing comma.

(wiz)

2012-03-08 21:59:32 UTC MAIN commitmail json YAML

2012-03-08 21:55:45 UTC MAIN commitmail json YAML

2012-03-08 21:32:28 UTC MAIN commitmail json YAML

Teach rcs about the new cvs "commitid" keyword, so that we don't bitch each
time we play with an RCS file maintained by CVS.

(christos)

2012-03-08 20:54:21 UTC MAIN commitmail json YAML

refresh autoconf infrastructure so that it has a fighting chance to work
with something not from the previous decade.
NB: I should eventually put back the OS specific stuff I've removed so
that we can have a complete distribution.

(christos)

2012-03-08 20:50:55 UTC MAIN commitmail json YAML

2012-03-08 20:50:47 UTC MAIN commitmail json YAML

2012-03-08 20:50:26 UTC MAIN commitmail json YAML

2012-03-08 20:49:29 UTC MAIN commitmail json YAML

Don't use %n in the writable data segment. Fortified glibc complains. When
the left hand does not communicate with the right hand.

(christos)

2012-03-08 20:48:22 UTC MAIN commitmail json YAML

2012-03-08 20:48:02 UTC MAIN commitmail json YAML

2012-03-08 20:47:45 UTC MAIN commitmail json YAML

- put back missing noexec check
- add cvs acl support

(christos)

2012-03-08 20:47:17 UTC MAIN commitmail json YAML

2012-03-08 20:46:59 UTC MAIN commitmail json YAML

2012-03-08 20:46:35 UTC MAIN commitmail json YAML

in new format strings, formats are actually checked, so put tag commands in.

(christos)

2012-03-08 20:46:08 UTC MAIN commitmail json YAML

2012-03-08 20:45:52 UTC MAIN commitmail json YAML

- fix printf format string
- add acl support

(christos)

2012-03-08 20:45:28 UTC MAIN commitmail json YAML

- add acl support
- document availability of tag commands.

(christos)

2012-03-08 20:44:32 UTC MAIN commitmail json YAML

2012-03-08 20:44:06 UTC MAIN commitmail json YAML

2012-03-08 20:43:48 UTC MAIN commitmail json YAML

- better handling of binary files
- add acl support

(christos)

2012-03-08 20:43:19 UTC MAIN commitmail json YAML

use the result of strtoul

(christos)

2012-03-08 20:42:57 UTC MAIN commitmail json YAML

restore lost fix: add nolock

(christos)

2012-03-08 20:42:21 UTC MAIN commitmail json YAML

attempt to fix the unit tests

(christos)

2012-03-08 20:41:48 UTC MAIN commitmail json YAML

- check return value of write(2)
- add acl support

(christos)

2012-03-08 20:41:20 UTC MAIN commitmail json YAML

2012-03-08 20:41:04 UTC MAIN commitmail json YAML

- Put back %, which was removed from the new format strings
  [with reversed meaning, so that we are still compatible with the new format]
- Fix format strings

(christos)

2012-03-08 20:39:28 UTC MAIN commitmail json YAML

2012-03-08 20:37:29 UTC MAIN commitmail json YAML

fix malloc botches in the original code

(christos)

2012-03-08 20:34:35 UTC MAIN commitmail json YAML

- restrict tag command to non-destructive operations for non-admins.
  [deletion, moving is dissallowed]
- add history for tag commands
- cvs acl support

(christos)

2012-03-08 20:33:02 UTC MAIN commitmail json YAML

- acl support
- check chdir return

(christos)

2012-03-08 20:32:31 UTC MAIN commitmail json YAML

2012-03-08 20:32:18 UTC MAIN commitmail json YAML

2012-03-08 20:30:38 UTC MAIN commitmail json YAML

2012-03-08 18:58:23 UTC MAIN commitmail json YAML

SQLite support for Postfix will be in NetBSD 6.0.

(tron)

2012-03-08 17:58:08 UTC netbsd-6 commitmail json YAML

2012-03-08 17:56:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #103):
sys/arch/ofppc/conf/GENERIC: revision 1.140
When detecting a new USB device on the bus ofppc panics in usb_allocmem().
Although the problem doesn't seem to affect other PPC ports, it causes big
trouble for my Pegasos2.
So as long as there is no real solution we should add the option
USB_FRAG_DMA_WORKAROUND to the GENERIC config file.

(riz)

2012-03-08 17:54:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #102):
external/ibm-public/postfix/man/man5/Makefile: revision 1.3
distrib/sets/lists/man/mi: revision 1.1383
doc/CHANGES: revision 1.1681
external/ibm-public/postfix/lib/global/Makefile: revision 1.3
external/ibm-public/postfix/Makefile.inc: revision 1.14
Add support for SQLite look-up tables to postfix(1), see sqlite_table(5)
for more details.
While here stop installation of pcre_table(5) as this table type
is not supported.
Note SQLite support for Postfix.

(riz)

2012-03-08 17:51:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #101):
share/man/man5/weekly.5: revision 1.4
share/man/man5/weekly.5: revision 1.5
share/man/man5/daily.5: revision 1.4
mention run_makemandb
document rebuild_mandb
Remove trailing whitespace.

(riz)

2012-03-08 17:48:59 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #99):
usr.bin/ktruss/dump.c: revision 1.41
Need to cast to intrptr_t before casting a register_t to void * (since
register_t might be wider than a void *).

(riz)

2012-03-08 17:40:17 UTC netbsd-6 commitmail json YAML

2012-03-08 17:38:03 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nonaka):
share/man/man4/amdtemp.4: revision 1.6
share/man/man4/amdtemp.4: revision 1.7
sys/arch/x86/pci/amdtemp.c: revision 1.13
Added Family 12h support.
Mention AMD Fusion.
Bump date for previous.

(riz)

2012-03-08 17:35:12 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #96):
sys/lib/libsa/ls.c: revision 1.4
Fix a bug that libsa ls doesn't work in case of filename with directory path.
("ls /path/and/file" always returns not found)  From MINIX via Evgeniy Ivanov.

(riz)

2012-03-08 17:32:50 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #95):
sys/dev/pci/agp_amd64.c: revision 1.7
- make agp_amd64_attach() also checks AMD64 Family 10h CPU's
  misc configuration devices
- print proper error message if no misc configuration device is found
Fixes kernel crash right after starting Xserver with radeondrm
on ASRock AM2NF3-VSTA (AM2 + nForce3 250 AGP) with Athlon II X2 CPU.

(riz)

2012-03-08 17:27:52 UTC netbsd-6 commitmail json YAML

2012-03-08 17:25:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #94):
sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c: revision 1.14
increase kernel VM space.
fixed problem can't boot on WS011SH (probably other 128MB RAM model too).

(riz)

2012-03-08 17:23:36 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #92):
lib/libc/gen/arc4random.c: revision 1.11
lib/libc/gen/arc4random.c: revision 1.12
Make arc4random far less greedy for entropy.  Make arc4random actually
implement arc4 when used by threaded programs.
Fix bug in previous: don't reinitialize on every call!  Fix arc4random_buf so it actually ever initializes -- a security problem with revisions 1.9 and 1.10.

(riz)

2012-03-08 17:21:20 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #91):
sys/arch/usermode/usermode/trap.c: revision 1.65
Use the signal's signo instead of just returning SIGSEGV and add a comment

(riz)

2012-03-08 16:45:11 UTC MAIN commitmail json YAML

usage() can be "__dead static".

(jakllsch)

2012-03-08 16:43:05 UTC MAIN commitmail json YAML

Prevent expansion of $NetBSD$ that should be placed verbatim into output.

(jakllsch)

2012-03-08 16:40:45 UTC MAIN commitmail json YAML

Actually use the stack thread attributes when creating a new thread.

(joerg)

2012-03-08 16:40:37 UTC MAIN commitmail json YAML

Nuke trailing whitespace in output header file.

(jakllsch)

2012-03-08 16:38:04 UTC MAIN commitmail json YAML

Cast arguments to ctype functions to unsigned char.

(jakllsch)

2012-03-08 16:35:53 UTC MAIN commitmail json YAML

More-properly quote multiline string containing C-style multiline comment.

(jakllsch)

2012-03-08 16:33:46 UTC MAIN commitmail json YAML

Fix the stack base pointer for the initial thread on !HPPA.
AT_STACKBASE is pointing to the start of the stack, which is the
upper limit on platforms where the stack grows down.

(joerg)

2012-03-08 14:58:58 UTC MAIN commitmail json YAML

The kernel can lookup the same node multiple time and will reclaim as
many times it looked up. All reclaims but the last one must be ignored,
otherwise we discard a node which will still get operations. We therefore
have to keep track of lookup/reclaim count and hnour reclaims only when
the count reaches zero.

(manu)

2012-03-08 14:18:04 UTC MAIN commitmail json YAML

When detecting a new USB device on the bus ofppc panics in usb_allocmem().
Although the problem doesn't seem to affect other PPC ports, it causes big
trouble for my Pegasos2.
So as long as there is no real solution we should add the option
USB_FRAG_DMA_WORKAROUND to the GENERIC config file.

(phx)

2012-03-08 05:42:44 UTC MAIN commitmail json YAML

when doing host blits, let the fifo drain every now and then. Apparently even
a relatively slow CPU can overload a relatively fast Rage 128 in some
circumstances.
This cures weird artifacts seen when scrolling lots and lots of text very
fast. Why this only showed up with glyph cacheing which should reduce the
frequency of host blits isn't quite clear though.

(macallan)

2012-03-08 02:44:06 UTC MAIN commitmail json YAML

Update the ssss code:

+ add the ability to encode split shares as 16bit or 24-bit values,
which greatly simplifies input and output, and allows constant-sized
output for given inputs.  This also gives us the ability to use larger
primes, although space is wasted with these, and it's not immediately
obvious what advantage would accrue.  But it's there, just in case.

+ we advertise being able to do 255 (SSSS_MAX_SHARES) shares - so
complete the inverse table for GF(16) arithmetic modulo P for 256
values

+ use SSSS_MAX_SHARES (255) internally, rather than the previous
internal (and much smaller) limits

+ simplify the I/O in this library - it was a remnant from 1993

+ remove private structs and definitions from the header file - they're
not part of the public interface, and shouldn't be exposed

+ add ssss_split_vec() and ssss_combine_vec() which give input and
oputput to split and combine via struct iovec

+ update the manual page

(agc)

2012-03-07 23:45:14 UTC netbsd-6 commitmail json YAML

2012-03-07 23:44:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #89):
sys/arch/usermode/usermode/thunk.c: revision 1.81
sys/arch/usermode/target/i386/cpu_i386.c: revision 1.4
sys/arch/usermode/include/thunk.h: revision 1.61
sys/arch/usermode/include/intr.h: revision 1.9
sys/arch/usermode/dev/cpu.c: revision 1.70
sys/arch/usermode/dev/ttycons.c: revision 1.19
sys/arch/usermode/usermode/trap.c: revision 1.64
Implement signal forwarding to userland for usermode kernels. Especially
SIGFPE is important since the urkel shouldn't stop when a userland program
devides by zero!

(riz)

2012-03-07 23:41:17 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #88):
external/bsd/cron/dist/crontab.c: revision 1.4
external/bsd/cron/dist/crontab.c: revision 1.5
PR/46127: Holger Weiss: "crontab <file>" fails for unprivileged users
XXX: Pullup to 6
Fix multiple problems in previous commit:
1.) Correct set-uid check to allow "root" to run "crontab -l" again.
2.) Don't the the last error reported in "errno" in case "crontab" is not
    installed set-uid "root". As no system-call failed "errno" is set
    to zero.

(riz)

2012-03-07 23:37:09 UTC netbsd-6 commitmail json YAML

2012-03-07 23:36:10 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #100):
sys/dev/pci/if_bnx.c: revision 1.46
bnx_start() is not MP-safe, so do not create the bnx_alloc_pkts()'s
workqueue MPSAFE. This could lead to bnx_start() being running at
the same time on 2 CPUs, with packets being sent twice.
Problem found and reported by Beverly Schwartz and Greg Troxel.

(riz)

2012-03-07 23:33:10 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #98):
sys/dev/pci/piixide.c: revision 1.58
Add support for Intel 6 Series Serial ATA Controller

(riz)

2012-03-07 23:31:44 UTC MAIN commitmail json YAML

Remove libpthread's semaphore implementation and always use the kernel
one. The implementation doesn't provide an async-safe sem_post and can't
without a lot of work on the pthread primitives.

Remove bogus time out requirement in test case, it should have been
a "known failure" if anything.

(joerg)

2012-03-07 23:31:42 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #93):
sys/arch/i386/i386/machdep.c: revision 1.725
cast xen_start_info.nr_pages to paddr_t, so that ctob() won't truncate
the addresses to 32bits. Fix avail memory when allocating more than 4GB
to a XEN3PAE domU.

(riz)

2012-03-07 23:29:52 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #86):
external/mit/xinit/dist/startx.cpp: revision 1.2
external/mit/xdm/dist/config/Xservers.ws.cpp: revision 1.2
Add -noretro as default server arg in configuration files where we are
sure the user will get a visible window "soon".
The sole reason we backed out the "retro" change from upstream
was to avoid an empty black screen after manualy starting just "X". With
these preconfigured startup mehtods, this confusion can not happen.

(riz)

2012-03-07 23:27:19 UTC netbsd-6 commitmail json YAML

2012-03-07 23:26:01 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #79):
usr.sbin/cpuctl/arch/i386.c: revision 1.29
Print CPU stepping level

(riz)

2012-03-07 23:23:51 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by reinoud in ticket #78):
sys/arch/usermode/usermode/pmap.c: revision 1.103
Move from pool(9) to kmem_zalloc(9) for L2 page tables. A pool with PAGE_SIZE
elements is accepted but seems to panic now and then claiming it can't find
the header info.
XXX should this be PR'd?

(riz)

2012-03-07 23:19:18 UTC netbsd-6 commitmail json YAML

2012-03-07 23:18:30 UTC netbsd-6 commitmail json YAML

src/doc/3RDPARTY@1.909.2.7 / diff / nxr@1.909.2.7
src/external/bsd/file/dist/ChangeLog@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/file/dist/configure@1.6.4.1 / diff / nxr@1.6.4.1
src/external/bsd/file/dist/configure.ac@1.3.4.1 / diff / nxr@1.3.4.1
src/external/bsd/file/dist/doc/file.1@1.8.4.1 / diff / nxr@1.8.4.1
src/external/bsd/file/dist/doc/libmagic.3@1.9.2.1 / diff / nxr@1.9.2.1
src/external/bsd/file/dist/doc/magic.5@1.6.4.1 / diff / nxr@1.6.4.1
src/external/bsd/file/dist/install-sh@1.4.4.1 / diff / nxr@1.4.4.1
src/external/bsd/file/dist/magic/Makefile.am@1.4.4.1 / diff / nxr@1.4.4.1
src/external/bsd/file/dist/magic/Makefile.in@1.6.4.1 / diff / nxr@1.6.4.1
src/external/bsd/file/dist/magic/magdir/archive@1.5.4.1 / diff / nxr@1.5.4.1
src/external/bsd/file/dist/magic/magdir/assembler@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/file/dist/magic/magdir/audio@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/file/dist/magic/magdir/c-lang@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/file/dist/magic/magdir/cad@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/file/dist/magic/magdir/commands@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/file/dist/magic/magdir/compress@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/file/dist/magic/magdir/cups@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/bsd/file/dist/magic/magdir/elf@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/file/dist/magic/magdir/games@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
      :
(more 42 files)
Pull up following revision(s) (requested by christos in ticket #30):
Update file to 5.11 (CDF security fixes)

(riz)

2012-03-07 22:50:41 UTC netbsd-6 commitmail json YAML

2012-03-07 22:33:28 UTC netbsd-6 commitmail json YAML

src/distrib/sets/lists/base/ad.mips64eb@1.82.2.2 / diff / nxr@1.82.2.2
src/distrib/sets/lists/base/ad.mips64el@1.81.2.2 / diff / nxr@1.81.2.2
src/distrib/sets/lists/base/md.amd64@1.156.2.2 / diff / nxr@1.156.2.2
src/distrib/sets/lists/base/md.sparc64@1.147.2.2 / diff / nxr@1.147.2.2
src/distrib/sets/lists/base/shl.mi@1.616.2.2 / diff / nxr@1.616.2.2
src/distrib/sets/lists/comp/ad.mips64eb@1.69.2.2 / diff / nxr@1.69.2.2
src/distrib/sets/lists/comp/ad.mips64el@1.69.2.3 / diff / nxr@1.69.2.3
src/distrib/sets/lists/comp/md.amd64@1.155.2.2 / diff / nxr@1.155.2.2
src/distrib/sets/lists/comp/md.sparc64@1.138.2.2 / diff / nxr@1.138.2.2
src/distrib/sets/lists/comp/shl.mi@1.209.2.2 / diff / nxr@1.209.2.2
src/external/public-domain/xz/dist/ChangeLog@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/public-domain/xz/dist/INSTALL@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/public-domain/xz/dist/NEWS@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/public-domain/xz/dist/THANKS@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/public-domain/xz/dist/configure.ac@1.2.8.1 / diff / nxr@1.2.8.1
src/external/public-domain/xz/dist/doc/examples/xz_pipe_comp.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/public-domain/xz/dist/doc/examples/xz_pipe_decomp.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/public-domain/xz/dist/doc/lzma-file-format.txt@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/public-domain/xz/dist/po/cs.gmo@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
src/external/public-domain/xz/dist/po/cs.po@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
      :
(more 107 files)
Pull up following revision(s) (requested by joerg in ticket #71):
distrib/sets/lists/comp/ad.mips64eb: revision 1.71
distrib/sets/lists/base/md.amd64: revision 1.158
distrib/sets/lists/base/ad.mips64eb: revision 1.84
distrib/sets/lists/base/shl.mi: revision 1.618
distrib/sets/lists/comp/shl.mi: revision 1.211
external/public-domain/xz/dist/configure.ac: revision 1.3
distrib/sets/lists/base/md.sparc64: revision 1.149
external/public-domain/xz/prepare-import.sh: revision 1.2
distrib/sets/lists/comp/ad.mips64el: revision 1.71
distrib/sets/lists/base/ad.mips64el: revision 1.83
external/public-domain/xz/lib/shlib_version: revision 1.2
distrib/sets/lists/comp/md.amd64: revision 1.157
distrib/sets/lists/comp/md.sparc64: revision 1.140
external/public-domain/xz/prepare-import.sh patch
external/public-domain/xz/dist/ChangeLog patch
external/public-domain/xz/dist/INSTALL patch
external/public-domain/xz/dist/NEWS patch
external/public-domain/xz/dist/THANKS patch
external/public-domain/xz/dist/configure.ac patch
external/public-domain/xz/dist/doc/lzma-file-format.txt patch
external/public-domain/xz/dist/doc/examples/xz_pipe_comp.c new
external/public-domain/xz/dist/doc/examples/xz_pipe_decomp.c new
external/public-domain/xz/dist/po/cs.gmo patch
external/public-domain/xz/dist/po/cs.po patch
external/public-domain/xz/dist/po/de.gmo patch
external/public-domain/xz/dist/po/de.po patch
external/public-domain/xz/dist/po/fr.gmo new
external/public-domain/xz/dist/po/fr.po new
external/public-domain/xz/dist/po/it.gmo patch
external/public-domain/xz/dist/po/it.po patch
external/public-domain/xz/dist/po/pl.gmo new
external/public-domain/xz/dist/po/pl.po new
external/public-domain/xz/dist/src/common/sysdefs.h patch
external/public-domain/xz/dist/src/liblzma/api/lzma/block.h patch
external/public-domain/xz/dist/src/liblzma/api/lzma/container.h patch
external/public-domain/xz/dist/src/liblzma/api/lzma/filter.h patch
external/public-domain/xz/dist/src/liblzma/api/lzma/lzma.h patch
external/public-domain/xz/dist/src/liblzma/api/lzma/version.h patch
external/public-domain/xz/dist/src/liblzma/common/alone_decoder.c patch
external/public-domain/xz/dist/src/liblzma/common/alone_encoder.c patch
external/public-domain/xz/dist/src/liblzma/common/block_buffer_encoder.c patch
external/public-domain/xz/dist/src/liblzma/common/block_encoder.c patch
external/public-domain/xz/dist/src/liblzma/common/common.c patch
external/public-domain/xz/dist/src/liblzma/common/common.h patch
external/public-domain/xz/dist/src/liblzma/common/filter_common.c patch
external/public-domain/xz/dist/src/liblzma/common/index_decoder.c patch
external/public-domain/xz/dist/src/liblzma/common/index_encoder.c patch
external/public-domain/xz/dist/src/liblzma/common/stream_buffer_encoder.c patch
external/public-domain/xz/dist/src/liblzma/common/stream_encoder.c patch
external/public-domain/xz/dist/src/liblzma/delta/delta_encoder.c patch
external/public-domain/xz/dist/src/liblzma/lz/lz_decoder.c patch
external/public-domain/xz/dist/src/liblzma/lz/lz_encoder.c patch
external/public-domain/xz/dist/src/liblzma/lzma/lzma2_decoder.c patch
external/public-domain/xz/dist/src/liblzma/lzma/lzma2_encoder.c patch
external/public-domain/xz/dist/src/liblzma/simple/arm.c patch
external/public-domain/xz/dist/src/liblzma/simple/armthumb.c patch
external/public-domain/xz/dist/src/liblzma/simple/ia64.c patch
external/public-domain/xz/dist/src/liblzma/simple/powerpc.c patch
external/public-domain/xz/dist/src/liblzma/simple/simple_coder.c patch
external/public-domain/xz/dist/src/liblzma/simple/sparc.c patch
external/public-domain/xz/dist/src/lzmainfo/lzmainfo.c patch
external/public-domain/xz/dist/src/xz/coder.c patch
external/public-domain/xz/dist/src/xz/file_io.c patch
external/public-domain/xz/dist/src/xz/hardware.h patch
external/public-domain/xz/dist/src/xz/message.c patch
external/public-domain/xz/dist/src/xz/message.h patch
external/public-domain/xz/dist/src/xz/options.c patch
external/public-domain/xz/dist/src/xz/signals.c patch
external/public-domain/xz/dist/src/xz/suffix.c patch
external/public-domain/xz/dist/src/xz/util.h patch
external/public-domain/xz/dist/src/xz/xz.1 patch
external/public-domain/xz/dist/src/xzdec/xzdec.c patch
external/public-domain/xz/dist/tests/compress_prepared_bcj_sparc.base64 patch
external/public-domain/xz/dist/tests/compress_prepared_bcj_x86.base64 patch
external/public-domain/xz/dist/tests/files/README patch
external/public-domain/xz/dist/tests/files/bad-0cat-alone.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-0cat-header_magic.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-0catpad-empty.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-block_header-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-block_header-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-block_header-3.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-block_header-4.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-block_header-5.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-check-crc32.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-check-crc64.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-check-sha256.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-3.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-4.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-5.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-6.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-7.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-lzma2-8.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-stream_flags-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-stream_flags-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-stream_flags-3.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-vli-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-1-vli-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-2-compressed_data_padding.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-2-index-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-2-index-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-2-index-3.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-2-index-4.xz.base64 patch
external/public-domain/xz/dist/tests/files/bad-2-index-5.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-0cat-empty.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-0catpad-empty.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-3delta-lzma2.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-block_header-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-block_header-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-block_header-3.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-check-crc32.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-check-crc64.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-check-none.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-check-sha256.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-delta-lzma2.tiff.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-lzma2-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-lzma2-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-lzma2-3.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-lzma2-4.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-lzma2-5.xz.base64 new
external/public-domain/xz/dist/tests/files/good-1-sparc-lzma2.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-1-x86-lzma2.xz.base64 patch
external/public-domain/xz/dist/tests/files/good-2-lzma2.xz.base64 patch
external/public-domain/xz/dist/tests/files/unsupported-block_header.xz.base64 patch
external/public-domain/xz/dist/tests/files/unsupported-check.xz.base64 patch
external/public-domain/xz/dist/tests/files/unsupported-filter_flags-1.xz.base64 patch
external/public-domain/xz/dist/tests/files/unsupported-filter_flags-2.xz.base64 patch
external/public-domain/xz/dist/tests/files/unsupported-filter_flags-3.xz.base64 patch
external/public-domain/xz/lib/shlib_version patch

Import XZ 5.0.3:
- memory leak in liblzma fixed
- better validation
- correct behavior for suid/sgid/sticky bit and hard links with xz --force
- cleanup and new translations

(riz)

2012-03-07 22:10:50 UTC MAIN commitmail json YAML

2012-03-07 22:07:13 UTC MAIN commitmail json YAML

Deal with setting of space registers and protection ids for posix_spawn.

Thanks to martin for the help.

(skrll)

2012-03-07 10:17:48 UTC MAIN commitmail json YAML

Fix applications that call RAND_bytes() before any other RAND function.
Last change was...a bit too simple.

(tls)

2012-03-07 07:24:06 UTC MAIN commitmail json YAML

Check the error values from listen(2), incl. case for standards/46150.

(jruoho)

2012-03-06 23:40:47 UTC matt-nb5-mips64 commitmail json YAML

Change to use C89 concatenated strings.

(matt)

2012-03-06 22:50:24 UTC MAIN commitmail json YAML

Missing end of line.

(jklos)

2012-03-06 18:29:24 UTC MAIN commitmail json YAML

bnx_start() is not MP-safe, so do not create the bnx_alloc_pkts()'s
workqueue MPSAFE. This could lead to bnx_start() being running at
the same time on 2 CPUs, with packets being sent twice.
Problem found and reported by Beverly Schwartz and Greg Troxel.

(bouyer)

2012-03-06 18:26:49 UTC jmcneill-usbmp commitmail json YAML

2012-03-06 17:20:38 UTC MAIN commitmail json YAML

Add another missing zipcode - this is where I live!

(pgoyette)

2012-03-06 17:11:15 UTC MAIN commitmail json YAML

2012-03-06 17:08:11 UTC MAIN commitmail json YAML

Add a missing zipcode.

(mbalmer)

2012-03-06 17:04:54 UTC MAIN commitmail json YAML

Oxford serial comma, FFS.

(mbalmer)

2012-03-06 16:55:18 UTC MAIN commitmail json YAML

2012-03-06 16:26:01 UTC MAIN commitmail json YAML

2012-03-06 15:39:41 UTC MAIN commitmail json YAML

Stop zero'ing all possible superblock backup leftovers conservatively.
Instead, explicitly zap only possible first backups and FFS superblocks.

Fixes "Extreamly slow newfs_ext2fs on 60Gb USB stick" problem
reported by Aleksey Cheusov on tech-kern@.

(tsutsui)

2012-03-06 11:02:56 UTC MAIN commitmail json YAML

A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).

(jruoho)

2012-03-06 10:32:15 UTC MAIN commitmail json YAML

A test case for PR kern/46077: fstat() returns EINVAL on dup'd connected
socket. Expected failure on NetBSD x86, 5.0 - 6.0. Does not fail on Linux.

(jruoho)

2012-03-06 10:30:20 UTC MAIN commitmail json YAML

Mention scan_ffs -b.
Based on a patch by Matthew Mondor <mm_lists@pulsar-zone.net> on
tech-userlevel.
Bump date.

(wiz)

2012-03-06 10:26:19 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-03-06 10:23:10 UTC MAIN commitmail json YAML

document rebuild_mandb

(plunky)

2012-03-06 10:12:59 UTC MAIN commitmail json YAML

mention run_makemandb

(plunky)

2012-03-06 09:56:29 UTC jmcneill-usbmp commitmail json YAML

2012-03-06 07:37:06 UTC MAIN commitmail json YAML

allow mounting ext2fs and msdosfs
while there also enable lfs but that's untested

(macallan)

2012-03-06 03:35:30 UTC MAIN commitmail json YAML

2012-03-06 02:49:03 UTC MAIN commitmail json YAML

2012-03-06 02:36:47 UTC MAIN commitmail json YAML

pull down from usbmp branch:

- remove SPLUSBCHECK.  it has been broken and disabled for ages.

(mrg)

2012-03-05 20:59:45 UTC netbsd-6 commitmail json YAML

2012-03-05 20:59:25 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by nakayama in ticket #85):
sys/arch/sparc64/sparc64/locore.s: revision 1.340
doc/HACKS: revision 1.123
sys/arch/sparc64/conf/Makefile.sparc64: revision 1.71
sys/arch/sparc64/conf/files.sparc64: revision 1.138

Fix the root cause of the hack "disable optimizations for uvm_bio.c
on 32 bit kernels".

(sborrill)

2012-03-05 20:32:53 UTC netbsd-6 commitmail json YAML

2012-03-05 20:31:49 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by nonaka in ticket #83):
sys/dev/ic/rtl8169.c: revision 1.135
sys/dev/ic/rtl81x9reg.h: revision 1.43

Add RTL8168E/8111E-VL support.

(sborrill)

2012-03-05 20:22:33 UTC netbsd-6 commitmail json YAML

2012-03-05 20:22:04 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by tron in ticket #81):
distrib/sets/lists/comp/ad.mips64el: revision 1.73

Fix libexpat.so debug entry

(sborrill)

2012-03-05 20:18:42 UTC netbsd-6 commitmail json YAML

2012-03-05 20:18:03 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by bouyer in ticket #80):
sys/arch/xen/x86/x86_xpmap.c: revision 1.42
sys/arch/x86/include/specialreg.h: revision 1.56
sys/arch/amd64/amd64/machdep.c: revision 1.179
sys/arch/i386/i386/locore.S: revision 1.97
sys/arch/i386/i386/machdep.c: revision 1.723 via patch
sys/arch/x86/include/cpu.h: revision 1.49

Fix possible FPU registers corruption on context switches.
Fix type of pointers passed to some hypercalls.

(sborrill)

2012-03-05 20:13:36 UTC MAIN commitmail json YAML

Patch OpenSSL RNG to allow explicit initial seeding.  Patch OpenSSH to
explicitly seed the OpenSSL RNG in each new process rather than letting
it repeatedly open /dev/urandom to reseed, which depletes entropy severely.

Note that the OpenSSH part of this fix works better on NetBSD than it would
on many other platforms because on NetBSD, if you don't reopen /dev/urandom,
repeated reads don't deplete entropy.  On other platforms, some other
approach might be required.

Note also that this problem does not arise on OpenBSD because OpenBSD seems
to have patched OpenSSL to seed the RAND functions from arc4random()!  That
seems dangerous, so I am not taking that approach here.

(tls)

2012-03-05 19:40:09 UTC MAIN commitmail json YAML

misc cleanups:
- const for mibs
- #define for magic constants
- casts

(christos)

2012-03-05 19:16:58 UTC netbsd-6 commitmail json YAML

2012-03-05 19:16:27 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by joerg in ticket #77):
usr.sbin/makemandb/makemandb.c: revision 1.7

Fix inverted condition when handling stale entries.

(sborrill)

2012-03-05 19:12:28 UTC netbsd-6 commitmail json YAML

2012-03-05 19:12:08 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by joerg in ticket #75):
usr.sbin/cpuctl/arch/i386.c: revision 1.28
usr.bin/unifdef/unifdef.c: revision 1.21
usr.bin/ktruss/dump.c: revision 1.40
usr.bin/error/error.h: revision 1.19
usr.bin/error/touch.c: revision 1.27
libexec/httpd/dir-index-bozo.c: revision 1.14
games/dab/algor.cc: revision 1.5
games/dab/board.h: revision 1.4
dist/pf/sbin/pflogd/pflogd.c: revision 1.9
dist/pf/sbin/pflogd/pflogd.h: revision 1.5

Fix various format string mismatches

(sborrill)

2012-03-05 19:02:17 UTC netbsd-6 commitmail json YAML

2012-03-05 19:01:50 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by joerg in ticket #74):
usr.sbin/sdpd/sdpd.h: revision 1.2
usr.sbin/sdpd/server.c: revision 1.11

Fix format string. Make sure problem doesn't reappear by using __printf_like
as appropriate.

(sborrill)

2012-03-05 16:53:59 UTC MAIN commitmail json YAML

As per xpci_conf_read, use size argument in xpci_conf_write.

(jakllsch)

2012-03-05 16:21:44 UTC MAIN commitmail json YAML

Add support for Intel 6 Series Serial ATA Controller

(sborrill)

2012-03-05 16:14:03 UTC MAIN commitmail json YAML

not enable -> not enabled

(sborrill)

2012-03-05 13:43:56 UTC MAIN commitmail json YAML

adjust rump for static pool_cache count
should have went in with subr_vmem 1.73

(para)

2012-03-05 12:15:24 UTC MAIN commitmail json YAML

increase kernel VM space.
fixed problem can't boot on WS011SH (probably other 128MB RAM model too).

(nonaka)

2012-03-05 10:57:19 UTC MAIN commitmail json YAML

2012-03-05 02:20:19 UTC MAIN commitmail json YAML

2012-03-04 21:14:57 UTC MAIN commitmail json YAML

2012-03-04 20:44:17 UTC MAIN commitmail json YAML

Don't try to uvm_page_physload() the tmpgdt page: this always fails because
only one physical segment is configured for Xen, and it's probably not
worth it to create a second physseg with a single page (uvm has optimisations
for the VM_PHYSSEG_MAX == 1 case)

(bouyer)

2012-03-04 20:01:45 UTC MAIN commitmail json YAML

base0 == NULL is allowed when nmemb == 0, in fact the nsdispatch code calls
bsearch this way.

(christos)

2012-03-04 19:52:02 UTC MAIN commitmail json YAML

Use %s for the format string, as pointed out by joerg in the diff for
__printflike attributions (on tech-userlevel, March 1st 2012).

(agc)