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 (177d) 

2024-05-10 00:20:58 UTC Now

2010-03-18 00:16:18 UTC matt-nb5-mips64 commitmail json YAML

Convert to using mutex instead of spl.

(matt)

2010-03-17 20:29:32 UTC MAIN commitmail json YAML

Silence errors from the integer evaluations in case the objects are not found.
(This was too verbose even for ACPI_DEBUG.) Also fit the status messages to
one line during boot by using aprint_verbose() for extra information.

(jruoho)

2010-03-17 18:55:13 UTC MAIN commitmail json YAML

Add also the SMBus specification.

(jruoho)

2010-03-17 18:45:19 UTC MAIN commitmail json YAML

Add the specification from NXP to SEE ALSO.

(jruoho)

2010-03-17 17:16:43 UTC MAIN commitmail json YAML

Try to document this in a little more verbose manner.

(jruoho)

2010-03-17 16:09:17 UTC uebayasi-xip commitmail json YAML

Put comments to reflect my intent about genfs_do_getpages_xip method.

(uebayasi)

2010-03-17 11:07:59 UTC MAIN commitmail json YAML

Print also the so-called "granularity" values when the _BIF is evaluated.
These refer to the smallest increment in capacity that the battery is
capable of measuring.

(jruoho)

2010-03-17 09:21:50 UTC MAIN commitmail json YAML

Remove the technology "sensor" (a fixed constant). Report this information
in an improved output when the battery information changes (i.e. device
attachment or battery removal/insertion).

(jruoho)

2010-03-17 08:07:27 UTC MAIN commitmail json YAML

Remove the timer-based check in the sensor refresh routine. We henceforth
trust that the sysmon_envsys(9)'s polling is functioning properly. Discussed
with drochner@, jmcneill@, and pgoyette@.

(jruoho)

2010-03-17 07:48:18 UTC MAIN commitmail json YAML

Fix the testing of temporarily unknown values.

(jruoho)

2010-03-17 07:40:34 UTC MAIN commitmail json YAML

Move the low and warning capacity sensors to the limits framework provided
by sysmon_envsys(9).

(jruoho)

2010-03-17 07:31:14 UTC MAIN commitmail json YAML

Some minor improvements to wording, grammar, and markup.

(jruoho)

2010-03-17 06:03:20 UTC rmind-uvmplock commitmail json YAML

2010-03-17 03:25:49 UTC netbsd-5 commitmail json YAML

Tickets 1323, 1331, 1333, 1342, 1343, and 1340.

(snj)

2010-03-17 03:22:53 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #1340):
sys/dev/wscons/wsemul_sun.c: revision 1.28
Add mappings for KS_End/KS_KP_End, so that the `End' key actually does
something.

(snj)

2010-03-17 03:17:19 UTC netbsd-5 commitmail json YAML

2010-03-17 03:10:40 UTC netbsd-5 commitmail json YAML

2010-03-17 03:03:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1333):
usr.bin/passwd/pam_passwd.c: revision 1.6
Do not call pam_end with an invalid handle if pam_start failed.
From Richard Hansen.

(snj)

2010-03-17 02:59:53 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by he in ticket #1323):
sys/compat/common/vfs_syscalls_30.c: revision 1.31
sys/compat/ibcs2/ibcs2_misc.c: revision 1.110
sys/compat/irix/irix_dirent.c: revision 1.24
sys/compat/linux/common/linux_file64.c: revision 1.50
sys/compat/linux/common/linux_misc.c: revision 1.214
sys/compat/linux32/common/linux32_dirent.c: revision 1.10
sys/compat/sunos/sunos_misc.c: revision 1.166
sys/compat/sunos32/sunos32_misc.c: revision 1.69
sys/compat/svr4/svr4_misc.c: revision 1.149
sys/compat/svr4_32/svr4_32_misc.c: revision 1.68
When implementing "read directory", when there are too many empty entries
in a row, and we need to try to read the next block, and have passed a
non-NULL cookie pointer to VOP_READDIR, ensure that we free the cookie
buffer before re-doing VOP_READDIR, so that we don't leak memory.
This fix is similar to nfs_serv.c revisions 1.115 + 1.124.
This should fix the long-standing problem observed by e.g. using Linux-
emulated programs to take backup of servers, which is one of the problems
which were reported in PR#42661.
Thanks to pooka@ for the hints for traversing the VOP* layer.

(snj)

2010-03-17 02:51:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1331):
sys/arch/sparc64/sparc64/cpu.c: revision 1.91
- don't print cache sizes * associativity.  this has been wrong for years.

(snj)

2010-03-16 22:01:18 UTC MAIN commitmail json YAML

Fix entries whose filenames do not actually end with ".sh". (Hi, jmmv!)

(dogcow)

2010-03-16 21:27:02 UTC MAIN commitmail json YAML

Implement character drawing by hardware so we don't need to map the framebuffer
anymore. Also do some cleanup, remove no longer relevant debugging code etc.

(macallan)

2010-03-16 18:50:15 UTC MAIN commitmail json YAML

Check if mapped bus_space regions are actually valid
before trying to access them.

Fixes trap panic when SMC_TT board is not installed. (oops)

(tsutsui)

2010-03-16 17:58:57 UTC MAIN commitmail json YAML

Renumber board type for LE_PAM.
We can't use 0x00 if we also use the value as bitmap.

(tsutsui)

2010-03-16 17:56:41 UTC MAIN commitmail json YAML

Fix register and memory addresses for PAM, per MintNet driver.

XXX: In le_vme_match(), probably we should not return even if
XXX: bus_space_map(9) fails unless all le_addresses have been checked.

(tsutsui)

2010-03-16 16:20:19 UTC MAIN commitmail json YAML

The FP regs are accessed in both physical and virtual modes.  Make sure
they're allocated in directly mapped memory to avoid aliasing problems
and unnecessary cache flushing.

Fix various names and references. If we ever directly map the uarea and
pcb we can change things at that point.

Significantly helps my J210 (PA7200).

Mostly from OpenBSD.

(skrll)

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

Make sure kte_space has at least enough alignment to store a register_t.

(matt)

2010-03-16 16:07:25 UTC matt-nb5-mips64 commitmail json YAML

Restore GP before calling __errno() and then do a normal return (since gp is
only used to obtain address of __errno and never used afterwards).  Otherwise
since __errno overwrites t3 we would restore a bogus gp value.

Bug reported by Juli Mallett from FreeBSD.

(matt)

2010-03-16 15:49:58 UTC MAIN commitmail json YAML

Mention rmind-uvmplock branch and its targets.

(rmind)

2010-03-16 15:38:19 UTC rmind-uvmplock commitmail json YAML

2010-03-16 14:53:08 UTC MAIN commitmail json YAML

Do not overwrite a ISO9660 partition (which the sunlabel can not properly
represent, but the cd driver carefully crafted including session data).
This makes it possible to just mount cd0a as cd9660fs on a sparc* install
CD. Solution suggested by <mlelstv>.

(martin)

2010-03-16 12:53:17 UTC MAIN commitmail json YAML

Allow this driver to build for ofppc as well.

(he)

2010-03-16 10:16:39 UTC MAIN commitmail json YAML

Since we don't crunch/libhack sysinst on this CD, we need to populate
the locale information, otherwise the sysinst translations have no
chance to work.

(martin)

2010-03-16 09:42:03 UTC MAIN commitmail json YAML

2010-03-16 08:29:09 UTC MAIN commitmail json YAML

Sort options. Capitalize first letter in sentence. Use standard
section headers.

(wiz)

2010-03-16 08:02:01 UTC MAIN commitmail json YAML

Remove the call to AcpiGetType() in acpi_make_devnode(). This is the same
information as ACPI_DEVICE_INFO::Type, obtained later by AcpiGetObjectInfo().

(jruoho)

2010-03-16 07:18:56 UTC MAIN commitmail json YAML

Remove unused headers.

(jruoho)

2010-03-16 05:48:43 UTC MAIN commitmail json YAML

With the intent of making 'struct acpi_devnode' as the central place for
information related to ACPI device nodes: (a) introduce a generic scan
function for ACPI device driver "capabilities", and (b) eliminate local data
structures from ACPI wake-devices. Discussed with jmcneill@.

(jruoho)

2010-03-16 04:14:30 UTC MAIN commitmail json YAML

2010-03-16 03:23:47 UTC MAIN commitmail json YAML

Give a more polite message for `raidctl -m` on a non-parity RAID set.

(jld)

2010-03-16 02:34:48 UTC matt-nb5-mips64 commitmail json YAML

Use dclz directly since gcc4.1 doesn't to with clzdi properly.

(matt)

2010-03-16 01:49:34 UTC MAIN commitmail json YAML

fix MKDEBUG=yes builds for hp300

(mrg)

2010-03-16 01:48:53 UTC MAIN commitmail json YAML

2010-03-16 01:46:39 UTC MAIN commitmail json YAML

include strncpy.c, like mvme68k libsa/Makefile rev 1.32.

(mrg)

2010-03-16 00:24:49 UTC MAIN commitmail json YAML

kill 2 benign errors - don't try to listen on a socket if it's not been
opened and bound.

(agc)

2010-03-16 00:22:52 UTC MAIN commitmail json YAML

various changes to the hkpd server

+ add a man page for hkpd(8)
+ add support for ipv6 as well as ipv4. individual families can be specified
  on the command line using the -f argument. default to inet4 and inet6.
+ rationalise the process of getting a socket and binding to it for hkpd.

(agc)

2010-03-15 23:21:08 UTC MAIN commitmail json YAML

Make this compile on sparc64:

1 s/next_tick/next_tint/ because next_tick shadows a global on sparc64.

2 Fix the bus-barrier helper routines, which had the tag & handle
  swapped (!!).  Move the helpers from rtwreg.h to rtwvar.h, and
  change RTW_BARRIER() into an inline subroutine called rtw_barrier().

(dyoung)

2010-03-15 20:35:20 UTC MAIN commitmail json YAML

2010-03-15 20:02:56 UTC MAIN commitmail json YAML

rbus is always #defined as 1, so unifdef -D rbus=1.

(dyoung)

2010-03-15 19:50:50 UTC MAIN commitmail json YAML

Delete unused member ct_bar[] from struct cardbus_devfunc.

(dyoung)

2010-03-15 19:48:31 UTC MAIN commitmail json YAML

Delete unused functions cardbus_save_bar() and cardbus_restore_bar().

(dyoung)

2010-03-15 19:43:17 UTC MAIN commitmail json YAML

Delete unused members ct_rbus_iot and ct_rbus_memt from struct
cardbus_devfunc.

(dyoung)

2010-03-15 19:03:33 UTC MAIN commitmail json YAML

Register the new tests in sys/rc for rc.d scripts.

(jmmv)

2010-03-15 19:03:08 UTC MAIN commitmail json YAML

Add some basic tests for rc.d scripts to validate the execution of
subcommands and the optional argument passing to them from the command
line.

Triggered by the modification of the run_rc_command function in rc.subr
to allow passing in extra parameters to the commands defined in rc.d
scripts.

(jmmv)

2010-03-15 19:00:53 UTC MAIN commitmail json YAML

Add the /usr/tests/sys/rc directory.

(jmmv)

2010-03-15 19:00:20 UTC MAIN commitmail json YAML

Document that run_rc_command can take extra parameters and will pass those
to the command being executed.

(jmmv)

2010-03-15 18:59:48 UTC MAIN commitmail json YAML

Allow the run_rc_command function in rc.subr to pass extra parameters to
the command being executed.  This is to allow rc.d scripts to do:

    run_rc_command "${@}"

instead of:

    run_rc_command "${1}"

and let the command handler (start, stop, etc.) receive the arguments after
the command name.

None of the default commands allow extra arguments, and they will error out
if any are given.  This is mostly useful for script-specific commands that
are only supposed to be used through the command line and, therefore, need
to provide a friendly interface.

Proposed in tech-userlevel@.  No major objections except for some minor
concerns regarding whether this should be allowed or not at all.  Note that
I'm not touching any of the rc.d scripts in the base system, so this is
effectively a no-op from the user point of view.

(jmmv)

2010-03-15 16:13:13 UTC MAIN commitmail json YAML

Latest change to loadfile_elf32.c grew a dependency on strncmp,
so provide that as well as part of libsa for this platform.

(he)

2010-03-15 15:00:58 UTC MAIN commitmail json YAML

1. fix wrong byte order mark of utf-16, reported by NARUSE Yui -san.
patch provided by tshiozak@ -san.

2. don't eat 0xfeff/0xfffe if they don't appear at the first of bytestream.
noticed y tshiozak@ -san, patch provied by me.

thanks a lot.

(tnozaki)

2010-03-15 13:18:59 UTC MAIN commitmail json YAML

More SYMTAB_SPACE.
Enable wsmux for udl.

(kiyohara)

2010-03-15 13:16:56 UTC MAIN commitmail json YAML

XXXX: More power is necessary for NIC and USB?  (no document.  from Linux)
  tested on verdex + console-vx + netCF-vx
  and verdex-pro + netpro-vx + consoleLCD-vx.

(kiyohara)

2010-03-15 13:11:23 UTC MAIN commitmail json YAML

Use bus_space_write_2() instead of _1, because sm(4) is 16bit/word.

(kiyohara)

2010-03-15 11:46:49 UTC MAIN commitmail json YAML

Add memset to libkern on vax, moving existing memset.S to src/common.

While kernel source code is supposed to use <machine/macros.h> via
<sys/param.h> and pick an inline asm version from there, gcc itself
can generate direct calls to memset() for structure initialization, so
the symbol must be provided.

Fixes INSTALL kernel, for which -Os caused gcc to use memset() call to
initialize a struct in uvm_fault_internal().

(uwe)

2010-03-15 11:27:38 UTC MAIN commitmail json YAML

Sync with <sys/bus_proto.h>: constify source arg of bus_space_write* &co,
fix size_t vs. bus_size_t confusion.

Makes mmeye kernel build again.

(uwe)

2010-03-15 09:20:10 UTC MAIN commitmail json YAML

Allow ufs_inactive() while a file system is suspending.  Removes a possible
deadlock between vrele() and ffs_sync() during suspension.

(hannken)

2010-03-15 08:03:02 UTC MAIN commitmail json YAML

fix MKDEBUG=yes builds on dreamcast.

(mrg)

2010-03-15 07:28:56 UTC MAIN commitmail json YAML

fix MKDEBUG=yes builds on amiga

(mrg)

2010-03-15 07:27:05 UTC MAIN commitmail json YAML

2010-03-15 06:45:44 UTC MAIN commitmail json YAML

fix MKDEBUG=yes build for atari.

(mrg)

2010-03-15 03:27:49 UTC MAIN commitmail json YAML

The monitor struct member is gone.  Make this compile again.

(enami)

2010-03-15 03:16:07 UTC MAIN commitmail json YAML

fix MKDEBUG=yes builds for mipsco.

(mrg)

2010-03-15 02:28:59 UTC MAIN commitmail json YAML

DTrace: include in opt_dtrace.h so it will build with DTrace.

(darran)

2010-03-15 02:17:29 UTC MAIN commitmail json YAML

fix MKDEBUG=yes builds for mac68k

(mrg)

2010-03-15 01:17:36 UTC MAIN commitmail json YAML

fix acorn32 MKDEBUG=yes builds.

(mrg)

2010-03-15 00:47:38 UTC MAIN commitmail json YAML

Sync SYNOPSIS with the actual configuration file.

(enami)

2010-03-15 00:17:56 UTC MAIN commitmail json YAML

Remove duplicate USB_PRODUCT_LINKSYS3_WUSB11V28 entry.
Pointed out by <db@db.net> in #NetBSD-code.

(jakllsch)

2010-03-14 23:32:08 UTC MAIN commitmail json YAML

2010-03-14 23:19:19 UTC MAIN commitmail json YAML

2010-03-14 21:27:50 UTC MAIN commitmail json YAML

DTrace: Make the CTF handling conditional on KDTRACE_HOOKS for now since
it breaks the boot of the atari kernel (and possibly others).

(darran)

2010-03-14 21:25:59 UTC MAIN commitmail json YAML

Use device_suspensor_t instead of struct device_suspensor.

(dyoung)

2010-03-14 21:11:41 UTC MAIN commitmail json YAML

For RAID sets which have no parity (i.e., RAID level 0) and therefore can
never have a parity map, make the parity map ioctls fail with EINVAL.

This makes `raidctl -m` print a scary-looking error on such sets, which
is an improvement over the previous behavior of falsely claiming that
the parity map would be enabled on the next configuration.

(jld)

2010-03-14 20:19:06 UTC MAIN commitmail json YAML

Add a new member, pc_super, to x86's pci_chipset_tag: pc.pc_super points
to the tag that pc inherits its behavior from.  Add code to deal with
pc.pc_super.

Pull identical declarations out of xen/include/pci_machdep.h and
x86/include/pci_machdep.h into x86/include/pci_machdep_common.h.

(dyoung)

2010-03-14 19:30:50 UTC MAIN commitmail json YAML

2010-03-14 19:20:30 UTC MAIN commitmail json YAML

libarchive-2.8.2:
- Fix NULL deference for short self-extracting zip archives
- Don't dereference symlinks on Linux when reading ACLs
- Better detection of SHA2 support for old OpenSSL versions
- Fix parsing of input files for bsdtar -T
- Do not leak setup_xattr into the global namespace
- Fix build when an older libarchive is already installed
- Use O_BINARY opening files in bsdtar
- Include missing archive_crc32.h
- Correctly include iconv.h required by libxml2

Status:

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

(joerg)

2010-03-14 18:07:02 UTC MAIN commitmail json YAML

Remove setting of edata->monitor since that member no longer exists.

(pgoyette)

2010-03-14 18:06:28 UTC MAIN commitmail json YAML

Remove setting of edata->monitor since that member no longer exists.

(pgoyette)

2010-03-14 18:05:49 UTC MAIN commitmail json YAML

Remove setting of edata->monitor since that member no longer exists.

(pgoyette)

2010-03-14 18:05:07 UTC MAIN commitmail json YAML

Remove setting of edata->monitor since that member no longer exists.

(pgoyette)

2010-03-14 18:04:29 UTC MAIN commitmail json YAML

Remove setting of the edata->monitor since that member no longer exists.

(pgoyette)

2010-03-14 18:03:15 UTC MAIN commitmail json YAML

Retire the 'monitor' member of the envsys_data_t.  It was only used in
one place, and functioned as a logical OR of the ENVSYS_FMON* flag bits.

(pgoyette)

2010-03-14 17:20:09 UTC MAIN commitmail json YAML

2010-03-14 14:47:03 UTC MAIN commitmail json YAML

Document the recently added 'maximum-capacity' and 'high-capacity'
limits for battery sensors.

(pgoyette)

2010-03-14 12:36:32 UTC MAIN commitmail json YAML

2010-03-14 11:32:39 UTC MAIN commitmail json YAML

FreeBSD -> .Fx, add RCS Id.

(wiz)

2010-03-14 10:14:14 UTC MAIN commitmail json YAML

2010-03-14 10:03:49 UTC MAIN commitmail json YAML

Fix isa(4) support for ofw.
  ofw not initialized bus_space for isa(4).
  It tested on ofppc(PegasosII).

(kiyohara)

2010-03-14 09:52:00 UTC MAIN commitmail json YAML

2010-03-14 08:45:12 UTC MAIN commitmail json YAML

add device id and quirks for iPhone 3GS (just copy the 3G ones)

(explorer)

2010-03-14 08:44:46 UTC MAIN commitmail json YAML

add device id and quirks for iPhone 3GS (just copy the 3G ones)

(explorer)

2010-03-14 08:24:18 UTC MAIN commitmail json YAML

2010-03-14 06:49:57 UTC MAIN commitmail json YAML

2010-03-14 06:49:31 UTC MAIN commitmail json YAML

2010-03-14 03:55:00 UTC MAIN commitmail json YAML

2010-03-14 03:13:05 UTC MAIN commitmail json YAML

add several core i7 devices, and some more ricoh card reader controllers.

(mrg)

2010-03-14 01:14:51 UTC MAIN commitmail json YAML

2010-03-14 01:13:16 UTC MAIN commitmail json YAML

apparently I forgot to commit this
thanks to uwe & mrg for hitting me over the head with the error log

(macallan)

2010-03-14 00:55:32 UTC MAIN commitmail json YAML

catch up with the change in signature (hah!) for netpgp_list_keys(3).

(agc)

2010-03-14 00:26:10 UTC MAIN commitmail json YAML

update all of these makefiles for the .so -> .pico change.

most of them are most harmless, but the libgcc parts are quite essential.
before this change, all the special rules for .pico files were not applied,
and exception handling wasn't enabled.  this caused c++ exceptions not to
work on sparc64.

this fixes the build of boost-headers (it was correctly calling exception
support broken!), which in turn makes all the things that depend upon it
to actually work again on sparc64.

(mrg)

2010-03-13 23:33:52 UTC MAIN commitmail json YAML

2010-03-13 23:30:41 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/TODO@1.35 / diff / nxr@1.35
src/crypto/external/bsd/netpgp/dist/configure@1.27 / diff / nxr@1.27
src/crypto/external/bsd/netpgp/dist/configure.ac@1.28 / diff / nxr@1.28
src/crypto/external/bsd/netpgp/dist/include/netpgp.h@1.17 / diff / nxr@1.17
src/crypto/external/bsd/netpgp/dist/src/lib/create.c@1.24 / diff / nxr@1.24
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.33 / diff / nxr@1.33
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h@1.23 / diff / nxr@1.23
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.43 / diff / nxr@1.43
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.29 / diff / nxr@1.29
src/crypto/external/bsd/netpgp/dist/src/lib/packet.h@1.20 / diff / nxr@1.20
src/crypto/external/bsd/netpgp/dist/src/lib/reader.c@1.32 / diff / nxr@1.32
src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/lib/version.h@1.30 / diff / nxr@1.30
src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile@1.12 / diff / nxr@1.12
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile@1.11 / diff / nxr@1.11
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/tst@1.21 / diff / nxr@1.21
src/crypto/external/bsd/netpgp/lib/config.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/lib/shlib_version@1.4 / diff / nxr@1.4

Changes to 2.99.1/20100313

+ add functionality to parse basic signature subkeys
+ in doing so, add expiration of keys
+ at the same time, add revocation of keys
+ recognise the primary user id, and use it when displaying user ids
+ recognise self signed keys and subkeys
+ rework the indentation of output
+ add the --list-sigs [userid] option to netpgpkeys(1)
+ use memcmp(3) rather than strcmp(3) when checking binary user ids to
  be exported
+ add expiration display to subkey signature output
+ update libnetpgp library version major number to 3

(agc)

2010-03-13 23:03:39 UTC MAIN commitmail json YAML

call accept_filter_init int setopt so that don't use an uninitialized lock
from the setsockopt path.

(christos)

2010-03-13 22:31:15 UTC MAIN commitmail json YAML

2010-03-13 22:29:34 UTC MAIN commitmail json YAML

2010-03-13 22:23:47 UTC MAIN commitmail json YAML

now that I've fixed Makefile.inc, include it.

(christos)

2010-03-13 22:06:30 UTC MAIN commitmail json YAML

Don't hard-code ../../ so that we can handle multi-level modules (dtrace)

(christos)

2010-03-13 22:05:49 UTC MAIN commitmail json YAML

don't make links to directories that don't exist

(christos)

2010-03-13 20:39:54 UTC MAIN commitmail json YAML

Document BIOC{G,S}FEEDBACK; I forgot who sent me the patch, so whoever created
it, thanks!

(christos)

2010-03-13 20:38:48 UTC MAIN commitmail json YAML

add BIOC{G,S}FEEDBACK which allows one to receive injected outgoing packets
via bpf.

(christos)

2010-03-13 19:49:50 UTC MAIN commitmail json YAML

add SMART code 187: "Reported uncorrect".  from smartmontools.

(mrg)

2010-03-13 19:31:52 UTC MAIN commitmail json YAML

revert the previous:

- the default for ZFS on x86 already was "yes".

- this left MKZFS unset for other platforms, which breaks the build.

(mrg)

2010-03-13 18:27:55 UTC netbsd-5 commitmail json YAML

2010-03-13 18:27:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1335):
usr.sbin/pppd/pppd/sys-bsd.c: revision 1.62
PR/42943: Takashi Sogabe: pppd generates invalid netmask

(riz)

2010-03-13 18:25:31 UTC netbsd-4 commitmail json YAML

2010-03-13 18:24:44 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1389):
usr.sbin/pppd/pppd/sys-bsd.c: revision 1.62
PR/42943: Takashi Sogabe: pppd generates invalid netmask

(riz)

2010-03-13 17:07:28 UTC MAIN commitmail json YAML

Enable MKZFS by default on i386 and amd64 now when it compiles.

(haad)

2010-03-13 16:35:09 UTC MAIN commitmail json YAML

Mention support for the SMC Elite Ultra Ethernet with
the SMC_TT VME-ISA bridge for Atari.

(tsutsui)

2010-03-13 16:31:38 UTC MAIN commitmail json YAML

2010-03-13 16:30:03 UTC MAIN commitmail json YAML

Add support for the SMC Elite Ultra Ethernet with the SMC_TT VME-ISA bridge.

The SMC_TT is the user designed "handmade" VME-ISA bridge circuit
for 16 bit VME slot on TT030 and the SMC Elite Ultra ISA Ethernet card.
More information about SMC_TT can be found in the following archive:
ftp://ftp.funet.fi/pub/atari/net/smc_tt1.zip

Demonstrated on the NetBSD booth in Open Source Conference 2010 Kansai@Kobe.

(tsutsui)

2010-03-13 16:28:13 UTC MAIN commitmail json YAML

Fix PR kern/42838 using option #1 as described by KIYOHARA Takashi in
http://mail-index.netbsd.org/current-users/2010/02/20/msg012654.html

Add a comment in struct ucom_methods to explain usage of 'ptr' and 'count'
in the ucom_read handler.

(scw)

2010-03-13 16:27:06 UTC MAIN commitmail json YAML

make this compile.

(christos)

2010-03-13 16:17:59 UTC MAIN commitmail json YAML

2010-03-13 15:46:09 UTC MAIN commitmail json YAML

2010-03-13 15:42:09 UTC MAIN commitmail json YAML

- include "ioconf.h" for struct cfdriver we_cd
- remove unused macro

(tsutsui)

2010-03-13 15:27:40 UTC MAIN commitmail json YAML

- make local functions static
- const'ify

(tsutsui)

2010-03-13 15:26:39 UTC MAIN commitmail json YAML

u_int8_t -> uint8_t

(tsutsui)

2010-03-13 15:08:24 UTC MAIN commitmail json YAML

2010-03-13 15:01:54 UTC MAIN commitmail json YAML

Trim extra space, introduced in aprintfy.

(nakayama)

2010-03-13 14:05:39 UTC MAIN commitmail json YAML

Simplify the console type check by passing -nx to sysctl. Pointed out
by Alan Barrett.

(martin)

2010-03-13 13:45:05 UTC MAIN commitmail json YAML

fix sign-compare issue

(plunky)

2010-03-13 12:57:23 UTC MAIN commitmail json YAML

Add Broadcom BCM5482.
  It tested on OpenBlockS600. (coming soon ;-)
And reorder.

(kiyohara)

2010-03-13 12:54:03 UTC MAIN commitmail json YAML

2010-03-13 12:52:29 UTC MAIN commitmail json YAML

Add Broadcom BCM5482.

(kiyohara)

2010-03-13 12:28:44 UTC MAIN commitmail json YAML

fix compile failure when PXAMCI_DEBUG is defined.

(nonaka)

2010-03-13 11:37:47 UTC MAIN commitmail json YAML

2010-03-13 11:26:42 UTC MAIN commitmail json YAML

2010-03-13 11:15:52 UTC MAIN commitmail json YAML

fix LCD drivers for Lubbock and Twintail.
  - pass correct attach args to pxa2x0_lcd_attach_sub()
  - make this driver compile without wsdisplay again.

(bsh)

2010-03-13 11:13:31 UTC MAIN commitmail json YAML

2010-03-13 10:55:10 UTC MAIN commitmail json YAML

pass correct atttach args to sacc_probe()

(bsh)

2010-03-13 08:36:07 UTC MAIN commitmail json YAML

convert sparc64 to MULTIPROCESSOR kernel by default, and introduce
s/MP/UP/ kernels were otherwise in place.

in my testing on a U60, i couldn't really notice any different in
speed, but we need testing on a U1/U5/U10 systems to be sure that
GENERIC.UP isn't necessary.

for sparc64, this is some what required as USIIIi systems have the
memory controller on the CPU, and unless the CPU is spunup, a UP
kernel will not function on these systems.  (we obviously need to
join the NUMA-for-netbsd camp now, too! :-)

this should enable the installer to function on all systems that we
support, but also give the option for people to install GENERIC.UP
on their single-cpu systems if they choose.

XXX: i haven't actually tested sysinst with this, but i have built
both sparc and sparc64 release iso's successfully with this change
(sans having to comment out kern_ctf.c.)

(mrg)

2010-03-13 08:33:26 UTC MAIN commitmail json YAML

DTrace: only build in kernel CTF support if DTrace support is enabled
(i.e. options KDTRACE_HOOKS).

(darran)

2010-03-13 07:31:59 UTC netbsd-5 commitmail json YAML

2010-03-13 07:31:08 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #1336):
lib/libpam/modules/pam_unix/pam_unix.c: revision 1.14
if changing the password, don't clear PAM_AUTHTOK at the beginning -- this
sabotages external password strength checkers

(riz)

2010-03-13 07:27:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1337):
sys/dev/apm/apm.c: revision 1.26
Fix apm(4) suspend/resume:
- apm_suspend() and apm_standby() will call splhhigh() before entering
  standby or suspend. After resume, the system go back tsleep()ing
  in the apm thread without restoring the ipl (this is done in
  apm_resume()), and calling tlseep() at IPL_HIGH cause a DIAGNOSTIC
  panic (and other bad things, I guess).
  Fix by calling apm_resume() from within apm_suspend() or apm_standby(),
  after aa_set_powstate() has returned.
- In apm_event_handle(), we test (apm_standbys || apm_suspends) to set
  apm_damn_fool_bios to 1 and break the while() loop in apm_periodic_check().
  But we set apm_standbys or apm_suspends to non-0 only if apm_op_inprog
  is 0 and we failed to record the apm event. With apmd listening
  we usually succeed recording the event, so apm_standbys/apm_suspends remains
  0 and we never go out of the while() loop.
  Fix by apm_op_inprog instead of (apm_standbys || apm_suspends)
  to break the loop.

(riz)

2010-03-13 07:21:38 UTC MAIN commitmail json YAML

Exclude parity map regions that don't actually exist from the dirty region count
in `raidctl -m`.  Makes for less confusing output during `raidctl -i`.

(jld)

2010-03-13 03:14:13 UTC matt-nb5-mips64 commitmail json YAML

Want until sb1250_cpu_init to establish interrupts.

(matt)

2010-03-13 01:41:14 UTC MAIN commitmail json YAML

make this compile.

(christos)

2010-03-13 01:10:01 UTC MAIN commitmail json YAML

DTrace: fix a sign problem with instruction size handling.

(darran)

2010-03-13 00:56:10 UTC netbsd-5 commitmail json YAML

2010-03-13 00:53:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by enami in ticket #1327):
lib/libc/stdlib/jemalloc.c: revision 1.21
Fix race condition on reallocation of huge category.
We need to remove the old region before mremap() since if it relesae the
old region, other thread may map it for the same huge category allocation
and insert it to the tree before we acquire a lock after mremap().
Fixes PR/42876.

(riz)

2010-03-12 23:07:13 UTC MAIN commitmail json YAML

2010-03-12 22:02:03 UTC netbsd-5 commitmail json YAML

2010-03-12 21:58:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by snj in ticket #1330):
lib/libm/man/fmax.3: revision 1.1-1.2
lib/libm/src/s_fmin.c: revision 1.1-1.2
lib/libm/src/s_fdim.c: revision 1.1
lib/libm/src/s_fmaxl.c: revision 1.1
lib/libm/Makefile: revision 1.90
include/math.h: revision 1.49
lib/libm/src/s_fmaxf.c: revision 1.1
lib/libm/src/s_fmax.c: revision 1.1
lib/libm/shlib_version: revision 1.10
distrib/sets/lists/base/md.sparc64: revision 1.63 (via patch)
distrib/sets/lists/base/shl.mi: revision 1.495 (via patch)
lib/libm/src/s_fminl.c: revision 1.1
distrib/sets/lists/comp/mi: revision 1.1317
lib/libm/man/fdim.3: revision 1.1-1.3
lib/libm/src/s_fminf.c: revision 1.1
distrib/sets/lists/base/md.amd64: revision 1.70 (via patch)
add f{min,max,dim}{,l,f} from FreeBSD
These functions are going to first appear in 5.1, not 6.0.

(riz)

2010-03-12 21:55:05 UTC MAIN commitmail json YAML

Add placeholdr flags indicating that the bus has MSI/MSI-X support.

(matt)

2010-03-12 21:53:16 UTC MAIN commitmail json YAML

DTrace: Add the Function Boundary Trace (FBT) provider moduile.  This
module  instruments every function in the kernel with entry and exit
probes.  These probes are true zero-effect probes in that they don't
exist in the code until they are enabled.  The probes are enabled by
directly patching the function entry and exit points to make jumps into
the dtrace framework.
This gives us over 29,000 trace points in the kernel.

(darran)

2010-03-12 21:43:11 UTC MAIN commitmail json YAML

DTrace: Add support for CTF sections in the netbsd elf image, load these
at boot.
Add a ksyms_mod_foreach() function to iterate a callback function over the
set of elf symbols for a specific module (netbsd included).
Add kern_ctf.c and mod_ctf_get() to allow the retrieval and decompression
of CTF sections for a specific module.

(darran)

2010-03-12 21:37:38 UTC MAIN commitmail json YAML

DTrace: Add support for a simulated solaris_cpu[] data structure per
cpu.  Needed for the FBT provider amongst other features.

(darran)

2010-03-12 21:36:52 UTC MAIN commitmail json YAML

Use sysctl kern.consdev to check wether we use ttyE* as console - in that
case just set up TERM as needed and go straight to sysinst. Otherwise
give a slightly verbose explanation (with common sample values) and
ask for TERM before running sysinst.

(martin)

2010-03-12 19:03:14 UTC MAIN commitmail json YAML

ata(4) expects IDENTIFY data to be in host endianess.
Logic borrowed from siisata(4) (which I've confirmed works on sparc64).
Should fix PR kern/39659.

(jakllsch)

2010-03-12 16:26:26 UTC MAIN commitmail json YAML

Disable disk_ioctl_switch fo device-mapper control device.

(haad)

2010-03-12 16:24:40 UTC MAIN commitmail json YAML

Fix /var/run/dev.db dependency by adding new get_dev_name routine which
converts raw device major:minor number to block device path. By reading
/dev and using stat to find block device major:minor numbers.

(haad)

2010-03-12 15:12:12 UTC MAIN commitmail json YAML

Revert part of last patch. Didn't mean to enable pf by default.

(roy)

2010-03-12 14:50:55 UTC MAIN commitmail json YAML

Change the default console from wsemul_sun/sun-ss5 to wsemul_vt100/wsvt25.
This allows for a colour console, fixes home/end keys not working and
works with the embedded wsvt25 description in libterminfo.

(roy)

2010-03-12 13:33:19 UTC MAIN commitmail json YAML

Fixed a number of race conditions in the case of receiving ipv4 packet.
found by iij seil team.

(oki)

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

Quote question mark so it's correctly marked up.
Problem reported by Ryo HAYASAKA in PR 42963.

(wiz)

2010-03-12 09:12:35 UTC MAIN commitmail json YAML

Add memset to libkern on vax, moving existing memset.S to src/common.

While kernel source code is supposed to use <machine/macros.h> via
<sys/param.h> and pick an inline asm version from there, gcc itself
can generate direct calls to memset() for structure initialization, so
the symbol must be provided.

Fixes INSTALL kernel, for which -Os caused gcc to use memset() call to
initialize a struct in uvm_fault_internal().

(uwe)

2010-03-12 09:02:15 UTC MAIN commitmail json YAML

Match an additional `SHT1x' signature when attaching.
Handle different temperature calculations for `SHT1x' and for `TEMPer' types.
Display signature and data when UTHUM_DEBUG is defined.
Tested on `SHT1x' (TEMPerHUM) and `TEMPer' (TEMPer and TEMPer1) devices.
Also tested by Antoine Reilles on an `SHT1x' device.

(jdc)

2010-03-12 08:40:50 UTC MAIN commitmail json YAML

Add mappings for KS_End/KS_KP_End, so that the `End' key actually does
something.

(jdc)

2010-03-12 01:26:16 UTC MAIN commitmail json YAML

note availability of tzcode2010c / tzdata2010e

(jakllsch)

2010-03-12 01:22:01 UTC MAIN commitmail json YAML

make sure that the expiration date and time are attached to the correct key

(agc)

2010-03-12 00:18:24 UTC matt-nb5-mips64 commitmail json YAML

establish IPI intrs in sb1250_cpu_init

(matt)

2010-03-11 23:28:08 UTC MAIN commitmail json YAML

2010-03-11 23:26:34 UTC MAIN commitmail json YAML

DTrace: The CTF format is limited to only 1024 elements in an enum,
so rather than error out when there are more than this just truncate the
length.

(darran)

2010-03-11 22:26:57 UTC matt-nb5-mips64 commitmail json YAML

Move cpu_softc to <machine/cpuvar.h>
#include <machine/cpuvar.h> appropriately
Change cpu_softc prefix from cpu_ to sb1cpu_

(matt)

2010-03-11 21:43:15 UTC MAIN commitmail json YAML

Start at the first, not the second, exception register.

(skrll)

2010-03-11 21:41:50 UTC MAIN commitmail json YAML

2010-03-11 21:37:52 UTC MAIN commitmail json YAML

2010-03-11 21:37:01 UTC MAIN commitmail json YAML

Since we have st_birthtime in struct stat, it is in default display.

(enami)

2010-03-11 19:28:55 UTC MAIN commitmail json YAML

2010-03-11 17:27:40 UTC MAIN commitmail json YAML

Simplify interrupt (dis)establishment by two source transformations:

-      cardbus_intr_disestablish(cc, cf, ih);
+      Cardbus_intr_disestablish(ct, ih);

-      ih = cardbus_intr_establish(cc, cf, ...);
+      ih = Cardbus_intr_establish(ct, ...);

Tested by ITOH Yasufumi.  Results: njs(4) works, njata(4) hangs.
njata(4) also hangs in 5.0.1 and in 5.99.24 prior to this patch, so
there is no regression.

(dyoung)

2010-03-11 17:24:27 UTC MAIN commitmail json YAML

This is *always* compiled with #define rbus 1, so get rid of the
conditional compilation.

Simplify interrupt (dis)establishment by two source transformations:

-      cardbus_intr_disestablish(cc, cf, ih);
+      Cardbus_intr_disestablish(ct, ih);

-      ih = cardbus_intr_establish(cc, cf, ...);
+      ih = Cardbus_intr_establish(ct, ...);

Tested by Juraj Hercek.

(dyoung)

2010-03-11 15:44:48 UTC MAIN commitmail json YAML

PR/42363: Yasuoka Masahiko: Second part of the patch: iterate only on the
phase2 handles that are bound by the given phase1 handle.

(christos)

2010-03-11 15:04:48 UTC yamt-nfs-mp commitmail json YAML

2010-03-11 14:08:29 UTC MAIN commitmail json YAML

2010-03-11 13:51:01 UTC MAIN commitmail json YAML

Fix comment typos (mangement, managmenet).

(jruoho)

2010-03-11 13:26:20 UTC MAIN commitmail json YAML

A nullify snuck in. Remove it.

(skrll)

2010-03-11 10:38:37 UTC MAIN commitmail json YAML

2010-03-11 10:35:59 UTC MAIN commitmail json YAML

2010-03-11 10:35:22 UTC MAIN commitmail json YAML

Add device id of yurex from OpenBSD.

(enami)

2010-03-11 08:21:00 UTC matt-nb5-mips64 commitmail json YAML

2010-03-11 08:20:18 UTC matt-nb5-mips64 commitmail json YAML

don't pass MIPS_INT_MASK_5 to evbmips_iointr

(matt)