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

2024-05-10 14:47:15 UTC Now

2010-12-31 11:29:34 UTC MAIN commitmail json YAML

show in neighbour information if peer is MD5 authenticated

(kefren)

2010-12-31 10:56:40 UTC MAIN commitmail json YAML

acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter.

(jruoho)

2010-12-31 10:23:44 UTC MAIN commitmail json YAML

Move the function that finds a device_t for the corresponding ACPI device
node from ACPIVERBOSE to the ACPI PCI code.

(jruoho)

2010-12-31 09:50:14 UTC MAIN commitmail json YAML

2010-12-31 09:36:15 UTC MAIN commitmail json YAML

Use hw.acpi.sleep.state instead of machdep.sleep_state.

(jruoho)

2010-12-31 09:33:11 UTC MAIN commitmail json YAML

Remove the apm(8) example. Instead point to the sleep_button -script.

(jruoho)

2010-12-31 09:29:43 UTC MAIN commitmail json YAML

Remove the sony(4) and piixpcib(4) based actions; all powerd(8) scripts
should either be machine-independent or provide hints for the user. Also
clean the script a little.

(jruoho)

2010-12-31 09:19:44 UTC MAIN commitmail json YAML

Move the ACPI sleep-specific sysctl variables to hw.acpi.sleep. The old
machdep-variables are provided for backwards compatibility (eventually these
should be removed). All ACPI sysctl variables are now under hw.acpi.

(jruoho)

2010-12-31 08:52:32 UTC MAIN commitmail json YAML

test helper program exit code, not test program exit code

(pooka)

2010-12-31 08:17:55 UTC MAIN commitmail json YAML

Use "temperature #" and "fan speed #" rather than "TMP#" and "FAN#" for the
sensor names. Remove white space. No functional change.

(jruoho)

2010-12-31 06:16:17 UTC MAIN commitmail json YAML

Make usage match SYNOPSIS.

(wiz)

2010-12-31 06:15:08 UTC MAIN commitmail json YAML

Sort SYNOPSIS, use Pa for path.

(wiz)

2010-12-31 05:05:44 UTC MAIN commitmail json YAML

Ooopppsss - ieefp tests have not been atf-ified, so remove the stuff
that got committed by mistake.

(pgoyette)

2010-12-31 04:10:43 UTC MAIN commitmail json YAML

2010-12-31 04:08:33 UTC MAIN commitmail json YAML

2010-12-31 00:35:42 UTC MAIN commitmail json YAML

Now that 'rump_server -l stuff' works, use a less heavyweight rump_server
for this test.  Thanks, pooka!

(pgoyette)

2010-12-30 22:28:53 UTC MAIN commitmail json YAML

2010-12-30 22:27:43 UTC MAIN commitmail json YAML

Make this actually build with DISK_DEBUG.

(jakllsch)

2010-12-30 22:23:13 UTC MAIN commitmail json YAML

underlying condition has been fixed

(pooka)

2010-12-30 22:21:53 UTC MAIN commitmail json YAML

Test is no longer expected to hang.

PR lib/44248 closed when test associate with PR fails ==> brick dholland

(pooka)

2010-12-30 21:26:00 UTC MAIN commitmail json YAML

- detect calloc failure
- int -> size_t
- cache strlen
- proper cast for ctype macro

(christos)

2010-12-30 20:11:08 UTC MAIN commitmail json YAML

2010-12-30 20:09:53 UTC MAIN commitmail json YAML

Include system call name in comment even for unimplemented syscalls
in rump_syscalls.c.

(pooka)

2010-12-30 19:38:04 UTC MAIN commitmail json YAML

2010-12-30 19:37:39 UTC MAIN commitmail json YAML

2010-12-30 19:35:33 UTC MAIN commitmail json YAML

HP v125w flash drive doesn't like PREVENT/ALLOW either.
Reported by Gary Duzan on current-users;
http://mail-index.netbsd.org/current-users/2010/12/30/msg015240.html

(jakllsch)

2010-12-30 19:28:52 UTC MAIN commitmail json YAML

2010-12-30 19:27:51 UTC MAIN commitmail json YAML

Add HP v125w flash drive.

(jakllsch)

2010-12-30 19:27:28 UTC MAIN commitmail json YAML

Use "temperature" rather than "TEMP" as the sensor name. No functional change.

(jruoho)

2010-12-30 18:38:51 UTC MAIN commitmail json YAML

2010-12-30 18:27:01 UTC MAIN commitmail json YAML

Fill out struct ifnet::if_stop, which is required for network class devices
in pmf(9). Fixes the panic reported in PR # kern/44296.

(jruoho)

2010-12-30 17:06:17 UTC MAIN commitmail json YAML

Add an additional assertion for the control MSR address.

(jruoho)

2010-12-30 16:58:07 UTC MAIN commitmail json YAML

Substitute a surgical rump_server configuration for rump_allserver
now that it's possible.  With warm fs cache, the startup time of
the former is 0.01s and the latter 0.1s.  With cold caches it's
0.2s vs 2s.

(pooka)

2010-12-30 16:51:28 UTC MAIN commitmail json YAML

2010-12-30 16:49:25 UTC MAIN commitmail json YAML

Mark syscalls not supported by a rump kernel with SYCALL_NOSYS, as
pure function pointer comparison brings weak alias confusion (weak
aliases are necessary for static linkage).

(pooka)

2010-12-30 16:46:32 UTC MAIN commitmail json YAML

Requery syscall handlers during rump kernel init.  This fixes
syscalls provided by a rump faction such as rumpvfs when the library
is not linked into the binary, but is dlopen()'d before calling
rump_init().
(it is illegal to dlopen() a faction after rump_init(), but syscalls
maybe be added the usual way with modules)

rump_server(1) -lstuff works now.

(pooka)

2010-12-30 16:19:39 UTC MAIN commitmail json YAML

Refetch netisr function pointers with dlsym().  This gives the
desired values in case the components containing the netisr handlers
were not linked in but dlopen()'d before calling rump_init().

(could simplify a little in case static linking is declared dead)

(pooka)

2010-12-30 15:47:31 UTC MAIN commitmail json YAML

Allow rump kernel to call dlsym(RTLD_DEFAULT).

(pooka)

2010-12-30 13:38:56 UTC MAIN commitmail json YAML

regen: whitespace polish police

(pooka)

2010-12-30 13:38:10 UTC MAIN commitmail json YAML

whitespace polish in rump_syscalls.c

(pooka)

2010-12-30 12:46:34 UTC MAIN commitmail json YAML

update comment

(pooka)

2010-12-30 12:06:53 UTC MAIN commitmail json YAML

2010-12-30 12:05:03 UTC MAIN commitmail json YAML

Change the default behavior to enforce the maximum frequency when the
firmware requests to do so. This cures severe overhating (> 120 C) observed
on many laptops, being also on par with the specification(s). This can be
reverted by using the new "hw.acpi.cpu.dynamic" sysctl variable.

(jruoho)

2010-12-30 11:54:50 UTC MAIN commitmail json YAML

snafu in previous: extra printf arg

(pooka)

2010-12-30 11:45:40 UTC MAIN commitmail json YAML

2010-12-30 11:42:53 UTC MAIN commitmail json YAML

Fill syscallnames up to nsysent so that n<nsysent has a non-hyperspace
string mapping.

(pooka)

2010-12-30 11:29:22 UTC MAIN commitmail json YAML

* add config file so one can control id, timers and label assignment and
  use neighbour specific options - XXX: needs documentation
* add peer authentication using TCP_MD5SIG. Interoperability tested with
  Cisco IOS
* use SLIST_FOREACH_SAFE when deleting labels instead of re-looping.

(kefren)

2010-12-30 04:01:59 UTC MAIN commitmail json YAML

Now that we update the callout timer as soon as it is updated, we no longer
need to have an extended wait for the first powerd event to occur.  Revert
that portion of previous commit.

(pgoyette)

2010-12-30 04:00:00 UTC MAIN commitmail json YAML

When the user updates the sensor device's refresh timer, reset the
callout immediately rather than waiting for the previous timer to
expire.

(pgoyette)

2010-12-30 00:46:38 UTC MAIN commitmail json YAML

Fix typo - let the build proceed

(pgoyette)

2010-12-29 23:14:21 UTC MAIN commitmail json YAML

Fix my yesterday fix and finally make _get_dev_size recognise partition size
for device without DIOWEDGEINFO, where DIOCGDINFO is used. Patch tested by
Martin Mersberger.

(haad)

2010-12-29 22:56:59 UTC MAIN commitmail json YAML

don't assume atomic read/write on socketpair.  puffs_kargs at least is
too large to assume atomic read/write.  this makes some tests including
fs/puffs/t_basic pass on my environment.

(yamt)

2010-12-29 22:40:46 UTC MAIN commitmail json YAML

Utilize movz[bw]l to save a few instrutions and bytes of .text.

(jakllsch)

2010-12-29 19:53:32 UTC MAIN commitmail json YAML

real override for yacc rules.

(christos)

2010-12-29 19:21:39 UTC MAIN commitmail json YAML

Various cleanup (most from pooka@)
- Does not require root access on the host, only in the rump
  environment (which it gets by default)
- Manual clean-up of powerd process and rump-server socket is
  not necessary - happens automatically
- Don't use a global, absolute path for the rump-server socket

For alarm_sensor, make sure events are still delivered after 'envstat -S'
(the cur_value was deliberately left at an alarm level and should not be
affected by the reset).

No longer need to skip the alarm_sensor and limit_sensor tests, since
pooka fixed passing of proplist to built-in modules.

Increase wait time for first powerd event report.  (This should not be
needed, so there's probably a bug somewhere, but the increased timeout
lets us validate the rest of the sensor functionality.)

(pgoyette)

2010-12-29 18:49:41 UTC MAIN commitmail json YAML

2010-12-29 18:48:56 UTC MAIN commitmail json YAML

Use better reference after sorting in -f description.

(wiz)

2010-12-29 18:48:41 UTC MAIN commitmail json YAML

2010-12-29 18:46:49 UTC MAIN commitmail json YAML

2010-12-29 17:44:03 UTC MAIN commitmail json YAML

bootxx_cd9660 (cdboot), like bootxx_fat16 (fatboot), is not a traditional
libsa-based program.  As such, build bootxx_cd9660 where its source lives.
This has been done by moving bootxx/bootxx_cd9660/Makefile to cdboot/Makefile
and adjusting the relative paths appropriately, so as to minimize binary change.

(jakllsch)

2010-12-29 15:53:58 UTC MAIN commitmail json YAML

practice alphabet: "g before i except never" etc.

(pooka)

2010-12-29 15:07:36 UTC MAIN commitmail json YAML

Pass potential prop dictionary to modcmd when reenabling a builtin
module.

(pooka)

2010-12-29 14:38:55 UTC MAIN commitmail json YAML

2010-12-29 13:49:32 UTC MAIN commitmail json YAML

one more line for lwp_getpcb() conversion.

(nisimura)

2010-12-29 13:48:22 UTC MAIN commitmail json YAML

show that cir attaches to irbus

(jmcneill)

2010-12-29 13:43:58 UTC MAIN commitmail json YAML

use lwp_getpcb() to hide the detail about how struct pcb is populated.

(nisimura)

2010-12-29 13:43:16 UTC MAIN commitmail json YAML

module needs to devsw_attach/devsw_detach

(jmcneill)

2010-12-29 13:09:04 UTC MAIN commitmail json YAML

add a new "-B buffersize" flag to both audioplay and audiorecord.
suggested by jmcneill@.

sort audioplay manual some.

(mrg)

2010-12-29 13:05:42 UTC MAIN commitmail json YAML

2010-12-29 10:39:28 UTC MAIN commitmail json YAML

Fix problem where chown was used on normal device in time when only
raw device was created. While here do some cleanup.

Problem find and reported by Martin Mersberger on current-users@.

(haad)

2010-12-29 08:19:58 UTC matt-nb5-mips64 commitmail json YAML

Add some per-cpu interrupts counters to cpuvar.

(matt)

2010-12-29 08:19:20 UTC matt-nb5-mips64 commitmail json YAML

Add a N32 MP config for MALTA.

(matt)

2010-12-29 08:18:29 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 08:18:06 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 08:16:23 UTC matt-nb5-mips64 commitmail json YAML

Adapt to the new interrupt framework.
(XXX hpcmips still has calls to _spllower which are not supported.)

(matt)

2010-12-29 08:14:43 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 08:13:38 UTC matt-nb5-mips64 commitmail json YAML

Add wbflush to jumpvec while leaving it in locoresw.  This allows to
overwrite wbflush in locoresw but still be able to call it via jumpvec.

(matt)

2010-12-29 07:19:28 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 07:15:48 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 01:44:21 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 00:50:29 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 00:49:40 UTC matt-nb5-mips64 commitmail json YAML

Move away from StudlyCaps and switch to the new names.
Remove branch delay slot emulation to a different file.

(matt)

2010-12-29 00:48:22 UTC matt-nb5-mips64 commitmail json YAML

Move away from StudlyCaps.  Simply a few routines.

(matt)

2010-12-29 00:47:51 UTC matt-nb5-mips64 commitmail json YAML

Move away from StudlyCaps.
Change opc to pc since opc might be confused with opcode.

(matt)

2010-12-29 00:46:17 UTC matt-nb5-mips64 commitmail json YAML

Add stub for tlb_write_indexed.

(matt)

2010-12-29 00:43:22 UTC matt-nb5-mips64 commitmail json YAML

Get rid of MIPSX_CPU_* since they aren't used.

(matt)

2010-12-29 00:42:22 UTC matt-nb5-mips64 commitmail json YAML

Change to use tlb_write_indexed.

(matt)

2010-12-29 00:41:54 UTC matt-nb5-mips64 commitmail json YAML

Add a PARANOIA test to splx to verify the SPL is within range.

(matt)

2010-12-29 00:40:41 UTC matt-nb5-mips64 commitmail json YAML

Break out break slot instruction emualtion into its own .S file.
Redo that and simplify

(matt)

2010-12-29 00:39:40 UTC matt-nb5-mips64 commitmail json YAML

Janitorial work.
Move emulation prototypes here and get rid of StudLyCaps.
Remove kludgery for lwp/setfunc trampoline and just grab them of the damn
structure.
Make mips_locore_jumpvec contain the routines that don't get reassigned
and move wbflush to mips_locoresw since it does get overridden.

(matt)

2010-12-29 00:34:45 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 00:33:33 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 00:22:01 UTC matt-nb5-mips64 commitmail json YAML

Remove malingering code which causes LP64 not to work.

(matt)

2010-12-29 00:21:28 UTC matt-nb5-mips64 commitmail json YAML

Add 3max (since you can use 3am + R4400 to test LP64 kernels in gxemul)

(matt)

2010-12-29 00:20:37 UTC matt-nb5-mips64 commitmail json YAML

2010-12-29 00:19:12 UTC matt-nb5-mips64 commitmail json YAML

Use MIPS_SOFT_INT_MASK instead of MIPS_SOFT_INT_MASK_0 | MIPS_SOFT_INT_MASK_1

(matt)

2010-12-29 00:16:31 UTC matt-nb5-mips64 commitmail json YAML

Use a promcall wrapper function to call the prom.  For non O32 systems
this will save and restore the callee saved registers since the 32-bit
prom probably won't be saving all 64bits.

(matt)

2010-12-29 00:14:05 UTC MAIN commitmail json YAML

Fix bug added by my last commit. This should fix

PR: bin/44286

Reported by: mlelstv@ and Martin Mersberger.

(haad)

2010-12-29 00:12:01 UTC matt-nb5-mips64 commitmail json YAML

2010-12-28 22:16:13 UTC matt-nb5-mips64 commitmail json YAML

Fix MIPS1 corruption problem (wrong register written to ci->ci_mtx_oldspl).

(matt)

2010-12-28 20:25:31 UTC MAIN commitmail json YAML

Fix name of t_ldexp test from previous

(pgoyette)

2010-12-28 20:11:18 UTC MAIN commitmail json YAML

Address PR#44279.

- Be more lenient to device descriptor inconsistencies.
- Apply Roland SD-90 quirk only to the SD-90.

(jakllsch)

2010-12-28 18:31:05 UTC MAIN commitmail json YAML

Raise address of user stack to the highest safe (for 68040 mmu) address,
which increases available user address space by 256MB.  One file in
pkgsrc/lang/php53 was too large for the amiga.  Also remove an old
presumably outdated comment.

(mhitch)

2010-12-28 17:35:26 UTC MAIN commitmail json YAML

2010-12-28 17:33:59 UTC MAIN commitmail json YAML

Don't build ldexp tests on vax

(pgoyette)

2010-12-28 16:57:00 UTC MAIN commitmail json YAML

2010-12-28 16:44:45 UTC MAIN commitmail json YAML

Define vn_getattr in zfs_context.h.

(haad)

2010-12-28 16:19:25 UTC MAIN commitmail json YAML

2010-12-28 16:18:46 UTC MAIN commitmail json YAML

allocate the buffer at the same function level as the compiler so that
the compiler knows to emit the right _chk call.

(christos)

2010-12-28 15:28:31 UTC MAIN commitmail json YAML

only setup siginfo handler if we have a tty.

(christos)

2010-12-28 14:45:31 UTC MAIN commitmail json YAML

2010-12-28 13:36:09 UTC MAIN commitmail json YAML

Fix problem where vnode vp_size was not updated when vndoe was already allocated,
for vdev. This makes ztest survive ztest_vdev_LUN_growth test. Replace dummy
VOP_GETATTR with vn_getattr routine which reset vp_size and vattr_size accordingly
to reality.

(haad)

2010-12-28 12:48:40 UTC MAIN commitmail json YAML

2010-12-28 12:46:16 UTC MAIN commitmail json YAML

2010-12-28 10:20:27 UTC MAIN commitmail json YAML

Regen from diodevs rev 1.10:
> Add IDs for 362/382 internal displays. From OpenBSD.

(tsutsui)

2010-12-28 10:19:24 UTC MAIN commitmail json YAML

Add IDs for 362/382 internal displays. From OpenBSD.

(tsutsui)

2010-12-28 10:15:49 UTC MAIN commitmail json YAML

Include <bsd.own.mk> to pull ${TOOL_AWK}.

(tsutsui)

2010-12-28 09:15:24 UTC MAIN commitmail json YAML

Introduce the "ssp" attribute derived from HAS_SSP from <bsd.sys.mk>.
Use it to flag entries which should only be included if the target platform
supports SSP.  Fixes the build for a bunch of architectures.

(he)

2010-12-28 06:02:45 UTC ipsec-tools-0_7-branch commitmail json YAML

From Roman Hoog Antink <rha@open.ch>: Fix config reload to not delete too
many phase 2 handles, because wrong chain field is used when enumerating
the handles.

(tteras)

2010-12-28 06:00:18 UTC MAIN commitmail json YAML

From Roman Hoog Antink <rha@open.ch>: Fix config reload to not delete
too many phase 2 handles, because wrong chain field is used when
enumerating the handles.

(tteras)

2010-12-28 04:03:58 UTC MAIN commitmail json YAML

add Hauppauge HVR-850 to list of supported cards

(jmcneill)

2010-12-28 04:02:33 UTC MAIN commitmail json YAML

2010-12-28 00:49:23 UTC MAIN commitmail json YAML

2010-12-28 00:11:50 UTC MAIN commitmail json YAML

don't make module declaration conditional on _MODULE

(jmcneill)

2010-12-27 21:26:44 UTC MAIN commitmail json YAML

Add a driver for Auvitek AU0828 family USB video capture controllers.

(jmcneill)

2010-12-27 20:45:00 UTC MAIN commitmail json YAML

2010-12-27 20:42:51 UTC MAIN commitmail json YAML

add au8522, xc5k, auvitek config glue

(jmcneill)

2010-12-27 20:36:17 UTC MAIN commitmail json YAML

Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream:

Revision: 869e092e4986eb5dce90331ca9a64e125d7796eb
Parent:  cca40eb08e7469dfe9d6ca982613458f24c1de28
Author:  jmmv@NetBSD.org
Date:    12/27/10 21:19:19
Branch:  org.NetBSD.atf.src

Changelog:

Recognize sigabrt in the signal checker

Problem found by Paul Goyette.

Changes against parent cca40eb08e7469dfe9d6ca982613458f24c1de28

  patched  atf-sh/atf-check.cpp

(jmmv)

2010-12-27 19:48:02 UTC MAIN commitmail json YAML

byacc-20101226 out.

(wiz)

2010-12-27 19:39:10 UTC MAIN commitmail json YAML

2010-12-27 19:35:31 UTC MAIN commitmail json YAML

2010-12-27 19:02:33 UTC MAIN commitmail json YAML

Add TI PCI1510.
Enable TI12XX PCI interrupt in MFUNC when MFUNC pin0 and pin1 are zero.
Ignore the other pins, which may be non-zero (e.g. IRQSER in pin3).

(phx)

2010-12-27 18:49:42 UTC MAIN commitmail json YAML

Extend the range of fstrans transactions to a sequence of vnode operations
on a locked vnode.  This leaves a suspended file system and therefore a
snapshot with either all or no operations of such a sequence done.

(hannken)

2010-12-27 18:41:07 UTC MAIN commitmail json YAML

Remove an always true if-clause.

(hannken)

2010-12-27 18:22:30 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2010-12-27 17:26:58 UTC MAIN commitmail json YAML

2010-12-27 16:09:46 UTC MAIN commitmail json YAML

The SIGINFO changes made the sigprocmask syscalls dominate all the rest:
- Don't bother dealing with signal masks if we are not connected to a tty.
- Compute the blocking mask only once.
- Only do the block-unblock game only when we are going to do something
  (execute, print a warning, etc.)

(christos)

2010-12-27 15:56:50 UTC MAIN commitmail json YAML

add 'uaudio* at usbifif?' so uaudio can attach to something other than
a hub

(jmcneill)

2010-12-27 15:48:29 UTC MAIN commitmail json YAML

hook xc5k, au8522, and auvitek into build

(jmcneill)

2010-12-27 15:43:41 UTC MAIN commitmail json YAML

2010-12-27 15:42:11 UTC MAIN commitmail json YAML

add driver for the Auvitek AU0828 USB video controllers's analog video
capture functions:

auvitek0 at uhub6 port 2: AU0828
video0 at auvitek0: WinTV HVR-950Q
uaudio0 at auvitek0 port 2 configuration 1 interface 1
uaudio0: vendor 0x2040 product 0x7200, rev 2.00/0.05, addr 2
uaudio0: audio rev 1.00
audio1 at uaudio0: full duplex, playback, capture, independent

(jmcneill)

2010-12-27 15:40:21 UTC MAIN commitmail json YAML

XXX: Fix crash with Firefox, where drawable is NULL.
There must be a better fix for this.

(christos)

2010-12-27 15:39:07 UTC MAIN commitmail json YAML

2010-12-27 15:31:23 UTC MAIN commitmail json YAML

Remove unneeded t_ssp.debug entry.

(njoly)

2010-12-27 15:24:13 UTC MAIN commitmail json YAML

Do use integer arithmetics to generate FPE_INTDIV in sigfpe_int testcase.

Ok pgoyette.

(njoly)

2010-12-27 15:23:37 UTC MAIN commitmail json YAML

With a quick test, HP9000/362 doesn't seem to have frodo utility chip,
so probe code to identify HP362 taken from OpenBSD has never worked.

Identify HP362 by probing device IDs of the on-board framebuffer instead.

---

>> NetBSD/hp300 Primary Boot, Revision 1.16 (from NetBSD 5.99.41)
>> HP 9000/362 SPU
>> Enter "reset" to reset system.
Boot: [[[sd0a:]netbsd][-a][-c][-d][-s][-v][-q]] :-
2836828+148212 [343504+216292]=0x361b24
Start @ 0xff003400 [1=0xff2dac50-0x361b24]...
Entry point: 0xff003400
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 5.99.41 (GENERIC) #135: Mon Dec 27 23:30:21 JST 2010
        tsutsui@mirage:/usr/src/sys/arch/hp300/compile/GENERIC
HP 9000/362 (25MHz MC68030 CPU+MMU, 25MHz MC68882 FPU)
total memory = 16372 KB
avail memory = 11480 KB
:

(tsutsui)

2010-12-27 15:10:33 UTC MAIN commitmail json YAML

Don't try to build the SSP tests if the target doesn't have SSP.

(he)

2010-12-27 14:58:55 UTC MAIN commitmail json YAML

2010-12-27 10:58:27 UTC MAIN commitmail json YAML

Belatedly bump version to 5.99.42 - cpu_info changed (at least on sparc64)

(martin)

2010-12-27 05:27:34 UTC MAIN commitmail json YAML

Since atf_check doesn't deal with a pipeline, modify the tests to pipe
the output of the echo commands to atf_check itself.  This fixes the
three new ssp failures.

Note that the raw, strcpy, vsprintf, and vsnprintf tests still fail, but
they failed in the old 'regress' style, too.

(pgoyette)

2010-12-27 03:38:53 UTC MAIN commitmail json YAML

2010-12-27 03:33:52 UTC MAIN commitmail json YAML

2010-12-27 02:04:19 UTC MAIN commitmail json YAML

2010-12-26 23:55:52 UTC MAIN commitmail json YAML

fix slightly wrong format.

(christos)

2010-12-26 23:41:46 UTC MAIN commitmail json YAML

don't try to set frequencies lower or higher than the tuner's allowed
range -- the v4l2 spec says "when the requested frequency is not possible
the driver assumes the closest possible value".

(jmcneill)

2010-12-26 21:05:35 UTC MAIN commitmail json YAML

Expose parts of struct cpu_info if _KMEMUSER is defined, for the benefit
of e.g. vmstat.

(he)

2010-12-26 18:00:42 UTC MAIN commitmail json YAML

Since struct cpu_data isn't the first member in struct cpu_info, instead
expose the initial portion of struct cpu_info if _KMEMUSER is defined.

(he)

2010-12-26 17:48:37 UTC MAIN commitmail json YAML

Print size_t and ssize_t with %zd, not just %d.
(How did this build before?)

(he)

2010-12-26 14:48:34 UTC MAIN commitmail json YAML

2010-12-26 14:26:45 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2010-12-26 13:38:10 UTC MAIN commitmail json YAML

2010-12-26 13:35:54 UTC MAIN commitmail json YAML

2010-12-26 13:29:47 UTC MAIN commitmail json YAML

Make running this test conditional on the setting of atf configuration
variable "run_popcount".  This is a really long-running test (it takes
several hours on a qemu-emulation on a 2.8GHz AMD Pheno II) but could
still be useful if you want to run it manually, with the command

atf-run -v run_popcount=YES

(pgoyette)

2010-12-26 12:39:54 UTC MAIN commitmail json YAML

vsnprintf_ss does NOT handle floating point formats

(jnemeth)

2010-12-26 12:32:28 UTC MAIN commitmail json YAML

Re-enable printing of MD data, with appropriate casts.

(pgoyette)

2010-12-26 12:06:57 UTC MAIN commitmail json YAML

2010-12-26 11:32:38 UTC MAIN commitmail json YAML

sparc64 currently does not have ci_data as first member in cpu_info!

(martin)

2010-12-26 11:31:45 UTC MAIN commitmail json YAML

2010-12-26 10:37:15 UTC MAIN commitmail json YAML

add videoctl(1), a tool for displaying or setting parameters on video(4)
devices

(jmcneill)

2010-12-26 09:03:56 UTC MAIN commitmail json YAML

Add missing argument to printk(). (from OpenBSD)

(nonaka)

2010-12-26 09:02:52 UTC MAIN commitmail json YAML

Advertise printk() as a printf-like function. (from OpenBSD)

(nonaka)

2010-12-26 03:25:07 UTC MAIN commitmail json YAML

For now, don't try to print out machine-dependant stuff.  When I figure
out what the right format strings are, I'll re-enable it.

(pgoyette)

2010-12-25 23:43:30 UTC MAIN commitmail json YAML

2010-12-25 23:36:59 UTC MAIN commitmail json YAML

can't play games with structure names since cpu_data refers to cpu_info, so
provide our own copy for everything.

(christos)

2010-12-25 23:28:19 UTC MAIN commitmail json YAML

Fix MKDTRACE & MKDEBUG enabled build, add some dtrace entries.

(haad)

2010-12-25 22:30:52 UTC MAIN commitmail json YAML

Rename __BEGIN_PUBLIC / __BEGIN_HIDDEN to __BEGIN_PUBLIC_DECLS /
__BEGIN_HIDDEN_DECLS and corresponding __END_* macros. Push the extern
"C" logic into __BEGIN_PUBLIC_DECLS / __BEGIN_HIDDEN_DECLS to make them
easier to use in header files used by C++.

(joerg)

2010-12-25 21:39:12 UTC MAIN commitmail json YAML

erm. fix previous...

(dholland)

2010-12-25 21:13:40 UTC MAIN commitmail json YAML

2010-12-25 21:10:25 UTC MAIN commitmail json YAML

2010-12-25 20:50:36 UTC MAIN commitmail json YAML

use a local definition of cpu_info if we have __HAVE_CPU_DATA_FIRST

(christos)

2010-12-25 20:46:18 UTC MAIN commitmail json YAML

Maybe fix a problem that appeared on loonix.

(dholland)

2010-12-25 20:45:50 UTC MAIN commitmail json YAML

fix debugging:
- don't print junk for the interface name
- parse and print known rtm messages we get

(christos)

2010-12-25 20:37:45 UTC MAIN commitmail json YAML

merge the length getting code from rt_msg1 and rt_msg2 and make it fail
when the compatibility ifinfo is missing instead of returning junk.

(christos)

2010-12-25 20:35:25 UTC MAIN commitmail json YAML

Many C libraries don't set errno when make fails, so always use
strerror(ENOMEM).

(dholland)

2010-12-25 20:34:08 UTC MAIN commitmail json YAML

Improve confusing error message when getcwd() fails.

(dholland)

2010-12-25 19:24:29 UTC MAIN commitmail json YAML

2010-12-25 18:56:45 UTC MAIN commitmail json YAML

If MKREPRO, transform ${NETBSDSRCDIR} to /usr/src and ${DESTDIR} to /
for the purpose of the C preprocessor.  This avoids leaking the source
path into the final binaries.

(joerg)

2010-12-25 18:23:39 UTC MAIN commitmail json YAML

2010-12-25 17:19:05 UTC MAIN commitmail json YAML

Uses stat; needs sys/stat.h. No idea what's pulling it in implicitly on
NetBSD so I didn't notice. Woops. Noted by Kurt Schreiner on current-users.

(dholland)

2010-12-25 16:49:09 UTC MAIN commitmail json YAML

add /dev/video, /dev/video0

(jmcneill)

2010-12-25 16:37:22 UTC MAIN commitmail json YAML

Fix one more typo that affects x68k with 040/060.
I hope this is the last one...

(tsutsui)

2010-12-25 16:14:44 UTC MAIN commitmail json YAML

Put somehow missed code part in rev 1.36:
> Allocate lwp0upa (PA of lwp0 uarea) right after kernel rather than
> between other page tables to use different mappings for ste/pte pages
> as well as amiga and atari.  Should resolve XXX comments in next68k and x68k.

(tsutsui)

2010-12-25 16:11:12 UTC MAIN commitmail json YAML

2010-12-25 15:29:34 UTC MAIN commitmail json YAML

Fix harmless pasto and tweak some comments.

(tsutsui)

2010-12-25 15:27:08 UTC MAIN commitmail json YAML

Add missing semicolon.

(wiz)

2010-12-25 15:26:32 UTC MAIN commitmail json YAML

Fix non-threads compatibility code which was causing trouble even in the
threaded version.

(christos)

2010-12-25 15:05:22 UTC MAIN commitmail json YAML

Make sure MAXADDR is unsigned otherwise it could be mangled in shift ops
and causes silent hang on bootstrap.  Analyzed on HP9000/362 I get today,
but I'm not sure how 040 lkptpa code has worked on my HP382...

(tsutsui)

2010-12-25 14:43:00 UTC MAIN commitmail json YAML

Fix fatal typo and pasted lines slipped in the last December
that prevent 68030 machines boot on these ports.
(only hp300 and mvme68k have supported 030 models)

Sorry for so long breakage.

(tsutsui)

2010-12-25 14:18:38 UTC MAIN commitmail json YAML

Don't crash on old kernels that don't have the new per cpu counters.

(christos)

2010-12-25 14:06:14 UTC MAIN commitmail json YAML

add USB interface assoc descriptor (IAD) info

(jmcneill)